@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/noto-serif-jp-japanese-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/noto-serif-jp-japanese-500-normal.woff2") format("woff2");
}

:root {
  --ywy-ink: #4a4744;
  --ywy-green: #4a4744;
  --ywy-mist: #ffffff;
  --ywy-white: #ffffff;
  --ywy-silver: #f7f7f6;
  --ywy-muted: #716d69;
  --ywy-quiet: #8b8783;
  --ywy-line: #e8e6e3;
  --ywy-apricot: #ebc7b2;
  --ywy-champagne: #d8c8a8;
  --ywy-radius: 0;
  --ywy-content: min(1240px, calc(100vw - clamp(2rem, 7vw, 7rem)));
  --ywy-ease: cubic-bezier(.16, 1, .3, 1);
  --ywy-motion-ink: #5b554f;
  --ywy-motion-champagne: #e7d9be;
  --ywy-motion-apricot: #e9bfa9;
  --ywy-motion-paper: #fcfaf6;
  --ywy-motion-line: #e8e3dc;
  --ywy-motion-fast: 360ms;
  --ywy-motion-standard: 720ms;
  --ywy-motion-slow: 14s;
  --ywy-motion-distance: 20px;
  --ywy-motion-ease: cubic-bezier(.16, 1, .3, 1);
  --ywy-space-xs: .5rem;
  --ywy-space-sm: .75rem;
  --ywy-space-md: 1rem;
  --ywy-space-lg: 1.5rem;
  --ywy-space-xl: 2rem;
  --ywy-space-2xl: 3rem;
  --ywy-space-3xl: 4rem;
  --ywy-space-4xl: 6rem;
}

html { scroll-behavior: smooth; }
body { color: var(--ywy-ink); background: #fff; font-family: var(--wp--preset--font-family--mincho); font-weight: 400; text-rendering: optimizeLegibility; }
body, button, input, select, textarea { font-family: var(--wp--preset--font-family--mincho); font-feature-settings: "palt" 1; }
h1, h2, h3, h4, h5, h6, strong, b, .wp-element-button, .wp-block-button__link, button, input[type="submit"], .wc-block-components-button { font-weight: 500; }
h1, h2, h3 { text-wrap: balance; }
p, li { text-wrap: pretty; }
p { max-width: 72ch; }
a, button, input, select, textarea { transition: color .22s var(--ywy-ease), background-color .22s var(--ywy-ease), border-color .22s var(--ywy-ease), transform .16s var(--ywy-ease); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--ywy-green); outline-offset: 4px; }
.wp-element-button, .wp-block-button__link, button, input[type="submit"], .wc-block-components-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--ywy-radius); white-space: nowrap; }
.wp-element-button:hover, .wp-block-button__link:hover { background: var(--ywy-ink); color: var(--ywy-white); }
.wp-element-button:active, .wp-block-button__link:active, button:active { transform: translateY(1px); }
.is-style-outline .wp-block-button__link { color: var(--ywy-ink); border-color: var(--ywy-ink); background: transparent; }
.is-style-outline .wp-block-button__link:hover { color: var(--ywy-white); background: var(--ywy-ink); }

.ywy-site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--ywy-line); background: rgb(255 255 255 / .98); }
.ywy-site-header > .wp-block-group { min-height: 72px; width: var(--ywy-content); padding-inline: 0 !important; }
.ywy-site-header .wp-block-site-title a { text-decoration: none; }
.ywy-site-header .wp-block-navigation { gap: clamp(.85rem, 1.8vw, 1.7rem); }
.ywy-site-header .wp-block-navigation-item__content { position: relative; padding-block: .5rem; text-decoration: none; }
.ywy-site-header .wp-block-navigation-item__content::after { content: ""; position: absolute; right: 0; bottom: .2rem; left: 0; height: 1px; background: var(--ywy-motion-apricot); transform: scaleX(0); transform-origin: right center; transition: transform var(--ywy-motion-fast) var(--ywy-motion-ease); }
.ywy-site-header .wp-block-navigation-item__content:hover,
.ywy-site-header .wp-block-navigation-item__content:focus-visible { color: #a66f59; }
.ywy-site-header .wp-block-navigation-item__content:hover::after,
.ywy-site-header .wp-block-navigation-item__content:focus-visible::after { transform: scaleX(1); transform-origin: left center; }
.ywy-site-header .wp-block-navigation__responsive-container-open { min-width: 48px; min-height: 48px; }
.ywy-site-header__inner { padding-block: 8px !important; display: flex !important; flex-wrap: nowrap !important; align-items: center; justify-content: space-between; gap: 8px; }
.ywy-site-header__inner > * { width: auto; flex: 0 0 auto; }
.ywy-site-header__inner > .wp-block-navigation { margin-left: auto; }
.ywy-site-header__inner > .wp-block-woocommerce-customer-account,
.ywy-site-header__inner > .wp-block-woocommerce-mini-cart { width: 40px; }
.ywy-brand-logo { width: 164px; min-width: 164px; display: inline-flex; align-items: center; }
.ywy-brand-logo img { width: 100%; height: auto; display: block; }
.ywy-brand-logo--footer { width: 190px; }

.ywy-home-main { margin-block-start: 0 !important; overflow: clip; font-size: 18px; }
.ywy-site-header + .ywy-home-main { margin-block-start: 0 !important; }
.ywy-home-main > section { margin-block-start: 0 !important; }
.ywy-hero { position: relative; width: var(--ywy-content); min-height: min(690px, calc(100dvh - 73px)); margin-inline: auto; display: grid; grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr); gap: clamp(2.5rem, 5vw, 5.5rem); align-items: center; }
.ywy-hero__copy { position: relative; z-index: 2; padding-block: 4rem; }
.ywy-hero__copy > * { margin-left: 0 !important; margin-right: 0 !important; }
.ywy-hero__eyebrow, .ywy-section-label, .ywy-choice__type, .ywy-product__kind { color: var(--ywy-green); font-family: var(--wp--preset--font-family--gothic); font-size: .72rem; font-weight: 500; letter-spacing: .15em; }
.ywy-hero__eyebrow { margin-bottom: 1.5rem; }
.ywy-hero h1 { max-width: 9em; margin-block: 0 1.5rem; font-size: clamp(2.75rem, 4.3vw, 4.7rem); line-height: 1.16; letter-spacing: -.04em; }
.ywy-hero__lede { max-width: 27em; margin-bottom: 2.25rem; color: var(--ywy-muted); font-size: clamp(1rem, 1.25vw, 1.16rem); line-height: 1.9; }
.ywy-hero__media { position: relative; height: min(690px, calc(100dvh - 73px)); min-height: 540px; margin: 0 calc((100vw - var(--ywy-content)) / -2) 0 0; overflow: hidden; }
.ywy-hero__media img { width: 100%; height: 100%; min-height: inherit; display: block; object-fit: cover; object-position: 62% center; }
.ywy-hero__media::after { display: none; }

.ywy-benefits { width: var(--ywy-content); margin-inline: auto; display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid #dfe4e1; }
.ywy-benefits > div { min-height: 112px; padding: 1.5rem clamp(1rem, 2.3vw, 2rem); display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #dfe4e1; }
.ywy-benefits > div:first-child { padding-left: 0; }
.ywy-benefits > div:last-child { border-right: 0; }
.ywy-benefits strong { margin-bottom: .35rem; font-size: .96rem; }
.ywy-benefits span { color: var(--ywy-muted); font-size: .83rem; }

.ywy-intro { width: var(--ywy-content); margin-inline: auto; padding-block: clamp(6rem, 11vw, 10rem) clamp(3rem, 6vw, 5rem); }
.ywy-intro > div { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr); gap: clamp(2rem, 8vw, 8rem); align-items: end; }
.ywy-intro h2 { margin: 0; font-size: clamp(2.25rem, 4.3vw, 4.25rem); line-height: 1.28; }
.ywy-intro > div > p { margin: 0 0 .5rem; color: var(--ywy-muted); }

.ywy-manifesto { width: var(--ywy-content); margin-inline: auto; padding-block: clamp(5rem, 11vw, 9rem); }
.ywy-manifesto h2 { max-width: 13em; margin: 0; font-size: clamp(2.2rem, 4.4vw, 4.5rem); line-height: 1.28; }
.ywy-manifesto p { max-width: 35em; margin: 2rem 0 0 auto; color: var(--ywy-muted); font-size: 1.05rem; }

.ywy-choice-grid { width: var(--ywy-content); margin-inline: auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 2vw, 1.5rem); }
.ywy-choice { position: relative; min-height: 390px; padding: clamp(2rem, 4vw, 3.5rem); background: #f6f8f7; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; border-top: 3px solid var(--ywy-green); }
.ywy-choice__number { align-self: flex-end; color: #9ba8a1; font-size: .8rem; font-weight: 500; }
.ywy-choice h3 { margin: .65rem 0 1rem; font-size: clamp(2rem, 3.2vw, 3.25rem); }
.ywy-choice p { max-width: 31em; margin-bottom: 0; color: var(--ywy-muted); }
.ywy-choice a { color: var(--ywy-ink); font-weight: 500; text-decoration: none; border-bottom: 1px solid currentColor; }

.ywy-products { margin-top: clamp(6rem, 12vw, 10rem); }
.ywy-section-heading { width: var(--ywy-content); margin-inline: auto; margin-bottom: clamp(2.5rem, 5vw, 4rem); display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.ywy-section-heading h2 { margin: .7rem 0 0; font-size: clamp(2rem, 3.4vw, 3.5rem); }
.ywy-section-heading p { color: var(--ywy-muted); }
.ywy-section-heading > a, .ywy-journal__intro > a { font-weight: 500; text-underline-offset: .3em; }
.ywy-product-row { width: var(--ywy-content); margin-inline: auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 3vw, 3rem); }
.ywy-product { display: flex; flex-direction: column; }
.ywy-product__photo { position: relative; aspect-ratio: 4 / 3; display: grid; place-items: center; overflow: hidden; background: #f1f3f2; color: var(--ywy-muted); }
.ywy-product:nth-child(2) .ywy-product__photo { background: #eef1ef; }
.ywy-product__photo::before { content: ""; position: absolute; inset: 10%; border: 1px solid #ccd3cf; }
.ywy-product__photo span { position: relative; max-width: 14em; padding: 1rem; text-align: center; font-size: .9rem; }
.ywy-product__photo small { color: #7a8981; }
.ywy-product__body { padding-top: 1.5rem; }
.ywy-product__body h3 { margin-block: .35rem .75rem; font-size: clamp(1.55rem, 2.5vw, 2.25rem); }
.ywy-product__body p { margin-block: .3rem; color: var(--ywy-muted); }
.ywy-product__body a { display: inline-block; margin-top: 1rem; font-weight: 500; text-underline-offset: .25em; }

.ywy-guide-panel { width: var(--ywy-content); margin: clamp(6rem, 12vw, 11rem) auto; padding: clamp(3rem, 6vw, 5.5rem); display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 8vw, 8rem); align-items: end; background: #f3f5f4; }
.ywy-guide-panel h2 { margin: .75rem 0 0; font-size: clamp(2rem, 3.5vw, 3.5rem); }
.ywy-guide-panel p { color: var(--ywy-muted); }
.ywy-text-link { min-height: 48px; display: inline-flex; align-items: center; margin-top: 1rem; color: var(--ywy-ink); font-weight: 500; text-underline-offset: .3em; }
.ywy-shop-products { padding-bottom: clamp(5rem, 10vw, 9rem); }
.ywy-shop-note { width: var(--ywy-content); margin-inline: auto; padding: clamp(2rem, 5vw, 4rem); background: var(--ywy-silver); }
.ywy-shop-note h2 { margin-top: 0; font-size: clamp(1.6rem, 2.8vw, 2.5rem); }

.ywy-service-band { margin-block: 0 clamp(6rem, 12vw, 10rem); padding-block: clamp(4rem, 7vw, 6rem); background: var(--ywy-ink); color: var(--ywy-white); }
.ywy-service-band__inner { width: var(--ywy-content); margin-inline: auto; display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: clamp(2rem, 5vw, 6rem); align-items: start; }
.ywy-service-band h2, .ywy-service-band h3 { margin-top: 0; color: inherit; }
.ywy-service-band h2 { max-width: 10em; font-size: clamp(2rem, 3.7vw, 3.5rem); }
.ywy-service-band h3 { font-family: var(--wp--preset--font-family--gothic); font-size: 1.15rem; }
.ywy-service-band p { color: #d3ddd7; font-size: .96rem; }
.ywy-service-band a { color: var(--ywy-white); }

.ywy-journal { width: var(--ywy-content); margin-inline: auto; padding-bottom: clamp(6rem, 12vw, 10rem); }
.ywy-journal__intro { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.ywy-journal__intro h2 { max-width: 10em; margin: 0; font-size: clamp(2.1rem, 4vw, 4rem); }
.ywy-journal__empty { min-height: 220px; padding: clamp(2rem, 5vw, 4rem); display: flex; align-items: end; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--ywy-line); border-bottom: 1px solid var(--ywy-line); }
.ywy-journal__empty p { margin: 0; color: var(--ywy-muted); }

.ywy-page-shell { width: var(--ywy-content); margin-inline: auto; padding-block: clamp(4rem, 9vw, 8rem); }
.ywy-page-shell > .wp-block-post-title, .ywy-archive-hero h1 { max-width: 13em; margin: 0 0 clamp(2rem, 5vw, 4rem); font-size: clamp(2.5rem, 5.4vw, 5.3rem); }
.ywy-page-shell > .wp-block-post-content { max-width: 860px; margin-left: 0; }
.ywy-page-shell > .wp-block-post-content > * { margin-left: 0; }
.ywy-page-shell details { padding-block: 1.2rem; border-bottom: 1px solid var(--ywy-line); }
.ywy-page-shell summary { min-height: 48px; cursor: pointer; font-weight: 500; }
.ywy-archive-hero { width: var(--ywy-content); margin-inline: auto; padding-block: clamp(4rem, 8vw, 7rem); }
.ywy-archive-hero p { max-width: 42em; color: var(--ywy-muted); }

.ywy-post-shell { width: var(--ywy-content); margin-inline: auto; display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 8vw, 8rem); padding-block: clamp(4rem, 9vw, 8rem); }
.ywy-post-header { position: sticky; top: 3rem; align-self: start; }
.ywy-post-header .wp-block-post-title { margin-block: 1rem 1.5rem; font-size: clamp(2.4rem, 4.7vw, 4.7rem); }
.ywy-post-content { max-width: 760px; }
.ywy-post-content h2 { margin-top: 3.5rem; font-size: clamp(1.65rem, 2.7vw, 2.5rem); }
.ywy-source-note { padding: 1.4rem; background: var(--ywy-silver); }

.woocommerce main, .woocommerce .wp-site-blocks > main, .wc-block-cart, .wc-block-checkout { width: var(--ywy-content); margin-inline: auto; }
.woocommerce .woocommerce-breadcrumb { margin-block: 2rem; color: var(--ywy-muted); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(2rem, 4vw, 4rem); }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; }
.woocommerce ul.products li.product img { aspect-ratio: 4 / 3; object-fit: cover; background: var(--ywy-silver); }
.woocommerce div.product { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 6vw, 6rem); padding-block: clamp(3rem, 7vw, 7rem); }
.woocommerce div.product .summary, .woocommerce div.product div.images { width: auto !important; float: none !important; margin: 0 !important; }
.woocommerce div.product .product_title { font-size: clamp(2.2rem, 4vw, 4rem); }
.woocommerce div.product form.cart .variations select { width: 100%; }
.woocommerce table.shop_table, .wc-block-components-totals-wrapper { border-color: var(--ywy-line); border-radius: var(--ywy-radius); }
.woocommerce input, .woocommerce select, .woocommerce textarea, .wc-block-components-text-input input, .wpcf7 input, .wpcf7 textarea { min-height: 48px; width: 100%; border: 1px solid #68766e; border-radius: var(--ywy-radius); background: var(--ywy-white); color: var(--ywy-ink); }
.wpcf7 label { display: grid; gap: .5rem; margin-bottom: 1.25rem; font-weight: 500; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--ywy-green); background: var(--ywy-white); }
.wc-block-cart, .wc-block-checkout { padding-block: clamp(3rem, 7vw, 6rem); }
.ywy-commerce-shell .wc-block-cart, .ywy-commerce-shell .wc-block-checkout { width: 100%; padding-top: 0; }
.wc-block-cart__empty-cart__title.with-empty-cart-icon::before { display: none !important; }

/* Homepage: brand story, signature solution, choice, proof and close. */
.ywy-lifestyle-hero { position: relative; min-height: min(760px, calc(100dvh - 73px)); display: grid; align-items: stretch; background: #fff; }
.ywy-lifestyle-hero__image { grid-area: 1 / 1; margin: 0 0 0 42%; overflow: hidden; }
.ywy-lifestyle-hero__image img { width: 100%; height: 100%; min-height: min(760px, calc(100dvh - 73px)); display: block; object-fit: cover; object-position: 62% center; }
.ywy-lifestyle-hero__copy { grid-area: 1 / 1; z-index: 2; width: var(--ywy-content); margin-inline: auto; align-self: center; padding-block: clamp(3rem, 7vw, 6rem); pointer-events: none; }
.ywy-lifestyle-hero__copy > * { pointer-events: auto; }
.ywy-lifestyle-hero__brand { margin: 0 0 clamp(1.5rem, 3vw, 2.5rem); font-size: .78rem; font-weight: 500; letter-spacing: .16em; }
.ywy-lifestyle-hero__brand span { margin-left: .8rem; color: var(--ywy-quiet); font-family: var(--wp--preset--font-family--mincho); letter-spacing: .08em; }
.ywy-lifestyle-hero h1 { max-width: 9em; margin: 0 0 1.4rem; font-size: clamp(2.8rem, 4.4vw, 4.7rem); line-height: 1.2; letter-spacing: -.035em; }
.ywy-lifestyle-hero h1 span { display: block; }
.ywy-lifestyle-hero__lead { max-width: 30em; margin-bottom: 2rem; color: var(--ywy-muted); font-size: clamp(1.05rem, 1.2vw, 1.16rem); line-height: 1.85; }
.ywy-lifestyle-hero__wave { z-index: 3; width: 100%; height: clamp(76px, 9vw, 132px); grid-column: 1 / -1; grid-row: 1; align-self: end; display: block; overflow: visible; pointer-events: none; }
.ywy-lifestyle-hero__wave-fill { fill: #fff; }
.ywy-lifestyle-hero__wave-line { fill: none; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.ywy-lifestyle-hero__wave-line--champagne { stroke: rgb(216 200 168 / .64); stroke-width: 1px; }
.ywy-lifestyle-hero__wave-line--apricot { stroke: rgb(235 199 178 / .78); stroke-width: 1.25px; }
.ywy-button { box-sizing: border-box; max-width: 100%; min-height: 52px; padding: .8rem 1.65rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ywy-ink); background: var(--ywy-ink); color: #fff; font-weight: 500; text-align: center; text-decoration: none; }
.ywy-button:hover { background: #68635f; border-color: #68635f; color: #fff; }
.ywy-button--outline { background: #fff; color: var(--ywy-ink); }
.ywy-button--outline:hover { background: var(--ywy-ink); color: #fff; }
.ywy-lifestyle-hero__actions { display: flex; align-items: center; gap: 1rem 1.5rem; flex-wrap: wrap; }
.ywy-lifestyle-hero__actions .ywy-text-link { margin-top: 0; }
.ywy-hero-atmosphere { position: absolute; z-index: 1; inset: 0 0 0 42%; overflow: hidden; pointer-events: none; }
.ywy-hero-glow { position: absolute; border-radius: 48% 52% 58% 42%; filter: blur(58px); opacity: .11; transform-origin: center; }
.ywy-hero-glow--champagne { width: 48%; aspect-ratio: 1.2; right: 8%; top: 12%; background: var(--ywy-motion-champagne); animation: ywy-glow-breathe 9s ease-in-out infinite alternate; }
.ywy-hero-glow--apricot { width: 38%; aspect-ratio: 1; left: 8%; bottom: 9%; background: var(--ywy-motion-apricot); animation: ywy-glow-breathe 8s -3s ease-in-out infinite alternate-reverse; }
.ywy-ambient-particles { position: absolute; inset: 0; }
.ywy-ambient-particle { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--ywy-motion-champagne); opacity: .24; animation: ywy-dust-float 9s ease-in-out infinite alternate; }
.ywy-ambient-particle:nth-child(1) { left: 12%; top: 24%; }
.ywy-ambient-particle:nth-child(2) { left: 24%; top: 68%; width: 4px; height: 4px; animation-delay: -2s; }
.ywy-ambient-particle:nth-child(3) { left: 38%; top: 18%; animation-delay: -5s; }
.ywy-ambient-particle:nth-child(4) { left: 48%; top: 76%; background: var(--ywy-motion-apricot); animation-delay: -3s; }
.ywy-ambient-particle:nth-child(5) { left: 58%; top: 42%; width: 5px; height: 5px; filter: blur(2px); }
.ywy-ambient-particle:nth-child(6) { left: 68%; top: 16%; animation-delay: -7s; }
.ywy-ambient-particle:nth-child(7) { left: 76%; top: 62%; background: var(--ywy-motion-apricot); animation-delay: -4s; }
.ywy-ambient-particle:nth-child(8) { left: 84%; top: 32%; width: 4px; height: 4px; filter: blur(1px); }
.ywy-ambient-particle:nth-child(9) { left: 90%; top: 76%; animation-delay: -6s; }
.ywy-ambient-particle:nth-child(10) { left: 34%; top: 50%; background: var(--ywy-motion-apricot); animation-delay: -8s; }

@keyframes ywy-glow-breathe { from { opacity: .08; transform: scale(1); } to { opacity: .16; transform: scale(1.04); } }
@keyframes ywy-dust-float { from { opacity: .12; transform: translate3d(0, 6px, 0); } to { opacity: .28; transform: translate3d(4px, -8px, 0); } }
@keyframes ywy-hero-breathe { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.008); } }

@media (prefers-reduced-motion: no-preference) {
  .ywy-lifestyle-hero__image img { animation: ywy-hero-breathe var(--ywy-motion-slow) ease-in-out infinite; }
}

.ywy-models, .ywy-comparison, .ywy-home-faq__inner { width: var(--ywy-content); margin-inline: auto; padding-block: clamp(var(--ywy-space-3xl), 7vw, var(--ywy-space-4xl)); }
.ywy-shiku-feature__label { color: #8a6758; font-weight: 500; }
.ywy-signature h2, .ywy-shiku-feature h2, .ywy-comparison h2, .ywy-home-faq h2 { margin: 0; font-size: clamp(2.15rem, 3.8vw, 3.8rem); }

.ywy-signature { width: var(--ywy-content); margin-inline: auto; padding-block: var(--ywy-space-3xl); background: #fff; border-bottom: 1px solid var(--ywy-line); }
.ywy-signature__main { padding: 12px; position: relative; display: grid; grid-template-columns: minmax(320px, .4fr) minmax(0, .6fr); align-items: stretch; overflow: hidden; border-radius: 24px; background: #fff; box-shadow: 0 12px 16px -16px rgb(82 61 48 / .34); }
.ywy-signature__copy { position: relative; z-index: 1; padding: clamp(2.25rem, 3.6vw, 3.5rem) clamp(2rem, 4.2vw, 4.5rem) clamp(2.25rem, 3.6vw, 3.5rem) 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.ywy-signature__streams { position: absolute; z-index: 0; top: -4px; right: -12px; width: min(360px, 36%); height: 120px; pointer-events: none; }
.ywy-signature__stream { fill: none; stroke-width: 6px; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.ywy-signature__stream--long { stroke: url("#ywy-signature-stream-long"); }
.ywy-signature__stream--mid { stroke: url("#ywy-signature-stream-mid"); stroke-width: 7px; }
.ywy-signature__stream--short { stroke: url("#ywy-signature-stream-short"); }
.ywy-signature__model { margin: 0 0 clamp(1.4rem, 2vw, 2rem); display: flex; align-items: baseline; gap: .45em; color: #c78364; font-size: 16px; font-weight: 400; letter-spacing: .08em; }
.ywy-signature__model span:first-child { color: #c78364; font-size: 1.35em; }
.ywy-signature__copy h2 { max-width: none; font-size: clamp(2.35rem, 3.25vw, 3.7rem); line-height: 1.4; letter-spacing: -.025em; }
.ywy-signature__copy h2 span { display: block; white-space: nowrap; }
.ywy-signature__pain { margin: clamp(1.75rem, 3vw, 2.75rem) 0 .65rem; color: var(--ywy-ink); font-size: clamp(1.08rem, 1.5vw, 1.25rem); font-weight: 500; line-height: 1.75; }
.ywy-signature__solution { max-width: 31em; margin: clamp(1.25rem, 2vw, 1.75rem) 0 0; color: var(--ywy-muted); font-size: 17px; line-height: 1.95; }
.ywy-signature__solution[data-ywy-dynamic-description],
.ywy-shiku-feature__lead[data-ywy-dynamic-description] { min-height: 15.75rem; }
.ywy-signature .ywy-product-sizes { margin-top: 18px; }
.ywy-signature__copy .ywy-button { min-width: 250px; }
.ywy-signature__visual { position: relative; z-index: 1; min-width: 0; margin: 0; display: flex; flex-direction: column; }
.ywy-product-gallery { position: relative; flex: 1; min-height: 520px; overflow: hidden; border-radius: 16px; background: #f7f4f0; }
.ywy-product-gallery__image { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; opacity: 0; pointer-events: none; transition: opacity 400ms ease; }
.ywy-product-gallery__image.is-active { z-index: 1; opacity: 1; }
.ywy-signature__visual .ywy-product-gallery__image { object-position: 66% center; }
.ywy-signature__visual .ywy-product-gallery__image[data-ywy-gallery-image="matou-150"] { object-position: center; }
.ywy-signature__visual .ywy-product-gallery__image[data-ywy-gallery-image="matou-190"] { object-position: 55% center; }
.ywy-product-gallery__image--single { object-position: 72% center; }
.ywy-product-gallery__image--diagram { object-fit: contain; object-position: center; background: #fffaf6; }
.ywy-product-gallery-caption { min-height: 1.65em; margin: var(--ywy-space-sm) 0 0; color: var(--ywy-quiet); font-size: 13px; line-height: 1.65; }
.ywy-signature__benefits { margin-top: clamp(1.75rem, 3vw, 2.5rem); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ywy-line); border-bottom: 1px solid var(--ywy-line); }
.ywy-signature__benefit { min-height: 120px; padding: 1.25rem clamp(1rem, 2vw, 2rem); display: grid; grid-template-columns: 68px minmax(0, 1fr); gap: clamp(1rem, 2vw, 1.6rem); align-items: center; border-right: 1px solid var(--ywy-line); }
.ywy-signature__benefit:first-child { padding-left: 0; }
.ywy-signature__benefit:last-child { padding-right: 0; border-right: 0; }
.ywy-signature__benefit-media { width: 68px; aspect-ratio: 1; margin: 0; display: grid; place-items: center; border: 1px solid var(--ywy-line); background: #fff; color: var(--ywy-quiet); }
.ywy-signature__benefit-media span { padding: .35rem; font-size: 10px; line-height: 1.35; text-align: center; }
.ywy-signature__benefit p { margin: 0; font-size: clamp(.95rem, 1.25vw, 1.08rem); font-weight: 500; line-height: 1.65; }

.ywy-shiku-feature { width: var(--ywy-content); min-height: 560px; margin-inline: auto; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--ywy-line); }
.ywy-shiku-feature__copy { width: min(500px, calc(100% - 4rem)); margin-inline: auto; padding-block: var(--ywy-space-2xl); align-self: center; }
.ywy-shiku-feature__lead { margin-block: var(--ywy-space-md); color: var(--ywy-muted); font-size: 1.12rem; line-height: 1.75; }
.ywy-shiku-feature ul { margin: 0 0 var(--ywy-space-md); padding: 0; list-style: none; border-top: 1px solid var(--ywy-ink); }
.ywy-shiku-feature li { min-height: 48px; padding-block: var(--ywy-space-sm); border-bottom: 1px solid var(--ywy-line); }
.ywy-shiku-feature__visual { position: relative; min-height: 560px; }
.ywy-shiku-feature__visual figure { height: 100%; margin: 0; display: flex; flex-direction: column; }
.ywy-shiku-feature__detail { position: absolute; left: var(--ywy-space-lg); bottom: var(--ywy-space-lg); width: min(280px, calc(100% - 3rem)); min-height: 200px; padding: var(--ywy-space-lg); display: flex; flex-direction: column; justify-content: flex-end; background: rgb(255 255 255 / .96); border-top: 3px solid var(--ywy-champagne); }
.ywy-shiku-feature__detail span { color: var(--ywy-muted); font-size: 1rem; }
.ywy-shiku-feature__detail strong { margin-block: auto var(--ywy-space-sm); color: var(--ywy-champagne); font-size: clamp(2.25rem, 3vw, 3rem); line-height: .95; }
.ywy-shiku-feature__detail p { margin: 0; color: var(--ywy-muted); font-size: 1rem; }

.ywy-models { max-width: 1260px; padding-block: clamp(6rem, 8vw, 8rem); border-bottom: 1px solid var(--ywy-line); }
.ywy-models__header, .ywy-comparison header { max-width: 760px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.ywy-models__header { max-width: 920px; margin-inline: auto; margin-bottom: clamp(2.5rem, 4vw, 3.5rem); text-align: center; }
.ywy-models__eyebrow { width: min(100%, 620px); margin: 0 auto 1.1rem; display: grid; grid-template-columns: minmax(52px, 78px) max-content minmax(52px, 78px); align-items: center; justify-content: center; gap: clamp(.75rem, 1.8vw, 1.25rem); color: #6f625b; font-size: clamp(1.125rem, 1.4vw, 1.25rem); line-height: 1.6; letter-spacing: .1em; text-align: center; }
.ywy-models__ornament { width: 100%; height: 16px; overflow: visible; }
.ywy-models__ornament path { fill: none; stroke: rgb(218 168 144 / .82); stroke-width: 1.25px; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.ywy-models__ornament--end { transform: scaleX(-1); }
.ywy-models__header h2 { margin: 0; color: #55504d; font-size: clamp(2rem, 3vw, 2.75rem); font-weight: 400; line-height: 1.55; letter-spacing: .055em; }
.ywy-models__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(3.5rem, 4.45vw, 4rem); align-items: stretch; }
.ywy-model-card { box-sizing: border-box; padding: 12px 12px 28px; display: flex; flex-direction: column; position: relative; min-width: 0; overflow: hidden; border: 1px solid rgb(218 168 144 / .72); border-radius: 24px; background: #fff; transition: background-color var(--ywy-motion-fast) var(--ywy-motion-ease), border-color var(--ywy-motion-fast) var(--ywy-motion-ease); }
.ywy-model-card figure { aspect-ratio: 16 / 10; margin: 0; overflow: hidden; border-radius: 18px; background: #f7f7f6; }
.ywy-model-card figure img { width: 100%; height: 100%; display: block; object-fit: cover; transition: filter .6s var(--ywy-motion-ease), transform .6s var(--ywy-motion-ease); }
.ywy-model-card--matou figure img { object-position: 68% center; }
.ywy-model-card:hover,
.ywy-model-card:focus-within { border-color: rgb(194 132 104 / .88); background: #fcf8f2; }
.ywy-model-card:hover figure img,
.ywy-model-card:focus-within figure img { filter: brightness(1.025); transform: scale(1.02); }
.ywy-model-card__content { flex: 1; padding: clamp(1.5rem, 2vw, 1.75rem) clamp(1rem, 2.2vw, 2rem) 0; display: flex; flex-direction: column; align-items: center; text-align: center; }
.ywy-model-card__scene { margin: 0 0 .6rem; color: #b97962; font-size: 14px; line-height: 1.7; }
.ywy-model-card h3 { margin: 0; font-size: clamp(2.5rem, 3vw, 2.75rem); line-height: 1.35; transition: color var(--ywy-motion-fast) var(--ywy-motion-ease); }
.ywy-model-card:hover h3,
.ywy-model-card:focus-within h3 { color: #a66f59; }
.ywy-model-card__description { min-height: 6.4em; margin: clamp(.875rem, 1.4vw, 1.125rem) 0 0; color: var(--ywy-muted); font-size: 18px; line-height: 1.9; }
.ywy-model-card__offer { margin-top: auto; width: 100%; padding-top: 1.35rem; border-top: 1px solid var(--ywy-line); }
.ywy-model-card__price { margin: 0; display: flex; align-items: baseline; justify-content: center; gap: .65rem; color: #a36e59; white-space: nowrap; }
.ywy-model-card__price span { color: inherit; font-size: 14px; }
.ywy-model-card__price strong { font-size: clamp(1.3125rem, 1.55vw, 1.4375rem); font-weight: 400; letter-spacing: .01em; }
.ywy-model-card__spec { margin: .55rem 0 0; color: var(--ywy-muted); font-size: 15px; line-height: 1.7; }
.ywy-model-card .ywy-button { min-height: 48px; margin-top: 1.75rem; padding: .65rem 1.4rem; border-color: #c9947e; border-radius: 999px; background: #fff; color: #a36e59; font-size: 15px; white-space: nowrap; }
.ywy-model-card .ywy-button:hover,
.ywy-model-card .ywy-button:focus-visible { border-color: #a36e59; background: #a36e59; color: #fff; }
.ywy-model-card .ywy-button span { margin-left: .65em; transition: transform .25s var(--ywy-ease); }
.ywy-model-card:hover .ywy-button span,
.ywy-model-card:focus-within .ywy-button span { transform: translateX(3px); }
.ywy-photo-note { margin-top: 2.5rem; color: var(--ywy-quiet); font-size: 12px; line-height: 1.8; }

.ywy-chapter { box-sizing: border-box; min-height: 0; block-size: 108px; padding: 1.25rem max(2rem, calc((100vw - 1260px) / 2)); display: grid; grid-template-columns: minmax(80px, 1fr) auto minmax(80px, 1fr); gap: clamp(1.75rem, 4vw, 3.5rem); align-items: center; text-align: center; }
.ywy-chapter > div { min-width: min(380px, 42vw); }
.ywy-chapter__index { margin: 0; color: #55504d; font-family: var(--wp--preset--font-family--mincho); font-size: clamp(1.4rem, 1.8vw, 1.65rem); font-weight: 400; line-height: 1.45; letter-spacing: .1em; }
.ywy-chapter__message { margin: .45rem 0 0; color: #a36e59; font-family: var(--wp--preset--font-family--mincho); font-size: 13px; font-weight: 400; line-height: 1.65; letter-spacing: .11em; }
.ywy-chapter__message br { display: none; }
.ywy-chapter__line { position: relative; height: 28px; overflow: hidden; }
.ywy-chapter__line::before,
.ywy-chapter__line::after { content: ""; position: absolute; left: -4%; width: 108%; height: 28px; border-top: 1px solid rgb(218 168 144 / .72); border-radius: 50%; }
.ywy-chapter__line::before { top: 6px; }
.ywy-chapter__line::after { top: 13px; opacity: .5; }
.ywy-chapter--matou, .ywy-chapter--shiku { background: #fff; }

.ywy-product-sizes { width: 100%; margin-top: clamp(1.75rem, 3vw, 2.5rem); }
.ywy-product-sizes__title { margin: 0 0 .75rem; display: flex; align-items: center; gap: 1rem; color: #625b56; font-size: 14px; letter-spacing: .1em; }
.ywy-product-sizes__title::after { content: ""; height: 1px; flex: 1; background: rgb(218 168 144 / .5); }
.ywy-product-sizes__list { display: grid; gap: 10px; }
button.ywy-product-size { width: 100%; min-height: 88px; padding: 0; display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: stretch; overflow: hidden; -webkit-appearance: none !important; appearance: none !important; -webkit-tap-highlight-color: transparent; border: 1px solid rgb(218 168 144 / .38) !important; border-radius: 12px; outline: 0 !important; background: #fff; box-shadow: none !important; color: inherit; font: inherit; text-align: left; cursor: pointer; transition: border-color 240ms ease, background-color 240ms ease; }
button.ywy-product-size:hover,
button.ywy-product-size:focus,
button.ywy-product-size:focus-visible,
button.ywy-product-size:active { border-color: #e2b49d !important; outline: 0 !important; outline-offset: 0 !important; background: #fdf9f5; box-shadow: none !important; transform: none !important; }
button.ywy-product-size[aria-pressed="true"],
button.ywy-product-size[aria-pressed="true"]:focus,
button.ywy-product-size[aria-pressed="true"]:focus-visible,
button.ywy-product-size[aria-pressed="true"]:active { border-color: #e2b49d !important; outline: 0 !important; background: #fbf0e9; box-shadow: none !important; }
button.ywy-product-size::-moz-focus-inner { padding: 0; border: 0; }
.ywy-product-size__icon { display: grid; place-items: center; border-right: 1px solid rgb(218 168 144 / .4); background: rgb(255 251 247 / .7); }
.ywy-product-size[aria-pressed="true"] .ywy-product-size__icon { background: rgb(238 211 196 / .25); }
.ywy-product-size__icon img { width: 40px; height: 40px; display: block; object-fit: contain; }
.ywy-product-size__copy { margin: 0; padding: .3rem .75rem; display: grid; grid-template-columns: auto minmax(0, 1fr); align-content: center; gap: .1rem .55rem; }
.ywy-product-size__copy strong { color: #55504d; font-size: 18px; font-weight: 400; letter-spacing: .04em; }
.ywy-product-size__copy span { align-self: end; color: var(--ywy-muted); font-size: 13px; line-height: 1.5; }
.ywy-product-size__copy small { grid-column: 1 / -1; color: #9b5840; font-size: 12px; line-height: 1.5; }
.ywy-signature__link { min-height: 44px; margin-top: 1.5rem; display: inline-flex; align-items: center; gap: 1.25rem; border-bottom: 1px solid #c78364; color: #9b5840; font-size: 15px; letter-spacing: .08em; text-decoration: none; }
.ywy-signature__link span { transition: transform .22s var(--ywy-ease); }
.ywy-signature__link:hover span,
.ywy-signature__link:focus-visible span { transform: translateX(3px); }

.ywy-yomimono { width: var(--ywy-content); margin-inline: auto; padding-block: var(--ywy-space-4xl); border-block: 1px solid var(--ywy-line); }
.ywy-yomimono__header { margin-bottom: var(--ywy-space-2xl); display: flex; align-items: end; justify-content: space-between; gap: var(--ywy-space-xl); }
.ywy-yomimono__header p { margin: 0 0 var(--ywy-space-sm); color: #8a6758; font-size: 18px; font-weight: 500; letter-spacing: .06em; }
.ywy-yomimono__header h2 { max-width: 18em; margin: 0; font-size: clamp(2.75rem, 3.6vw, 3.25rem); line-height: 1.3; }
.ywy-yomimono__header > a { min-height: 48px; padding-inline: var(--ywy-space-lg); display: inline-flex; align-items: center; border: 1px solid var(--ywy-line); color: var(--ywy-ink); text-decoration: none; white-space: nowrap; }
.ywy-yomimono__header > a:hover { border-color: var(--ywy-ink); }
.ywy-yomimono__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: var(--ywy-space-lg); align-items: stretch; }
.ywy-yomimono-card { min-width: 0; display: flex; flex-direction: column; }
.ywy-yomimono-card > div { flex: 1; display: flex; flex-direction: column; }
.ywy-yomimono-card figure { aspect-ratio: 16 / 9; margin: 0 0 var(--ywy-space-md); overflow: hidden; background: var(--ywy-silver); }
.ywy-yomimono-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s var(--ywy-ease); }
.ywy-yomimono-card:nth-child(1) img { object-position: 70% center; }
.ywy-yomimono-card:nth-child(3) img { object-position: 63% center; }
.ywy-yomimono-card:nth-child(5) img { object-position: 36% center; }
.ywy-yomimono-card:hover img { transform: scale(1.018); }
.ywy-yomimono-card__meta { margin: 0 0 var(--ywy-space-sm); display: flex; align-items: center; justify-content: space-between; gap: var(--ywy-space-sm); color: var(--ywy-quiet); font-size: 14px; }
.ywy-yomimono-card__meta span { color: #8a6758; }
.ywy-yomimono-card h3 { margin: 0 0 var(--ywy-space-sm); font-family: var(--wp--preset--font-family--gothic); font-size: 18px; line-height: 1.6; }
.ywy-yomimono-card__summary { margin: 0 0 var(--ywy-space-md); color: var(--ywy-muted); font-size: 16px; line-height: 1.7; }
.ywy-yomimono-card__status { margin-top: auto; padding-top: var(--ywy-space-sm); display: block; border-top: 1px solid var(--ywy-line); color: var(--ywy-quiet); font-size: 14px; }
.ywy-comparison header p { color: var(--ywy-muted); }

.ywy-comparison__table { border-top: 1px solid var(--ywy-ink); }
.ywy-comparison__row { min-height: 84px; display: grid; grid-template-columns: .7fr 1fr 1fr; gap: clamp(1rem, 4vw, 4rem); align-items: center; border-bottom: 1px solid var(--ywy-line); }
.ywy-comparison__row > * { margin: 0; }
.ywy-comparison__row > span { color: var(--ywy-quiet); }
.ywy-comparison__row p { color: var(--ywy-muted); }
.ywy-comparison__head strong { font-family: var(--wp--preset--font-family--mincho); font-size: 1.4rem; }

.ywy-home-support { padding-block: clamp(4rem, 7vw, 6rem); display: grid; grid-template-columns: .8fr 1.2fr; background: var(--ywy-apricot); }
.ywy-home-support > * { width: min(560px, calc(100% - 4rem)); margin-inline: auto; }
.ywy-home-support__intro h2 { margin: 0 0 1.25rem; font-size: clamp(2rem, 3.4vw, 3.4rem); }
.ywy-home-support__intro p { color: #5d504a; }
.ywy-home-support__links { border-top: 1px solid #8e7568; }
.ywy-home-support__links a { min-height: 76px; padding-block: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border-bottom: 1px solid rgb(93 80 74 / .35); color: var(--ywy-ink); text-decoration: none; }
.ywy-home-support__links a::after { content: "→"; flex: 0 0 auto; }
.ywy-home-support__links strong, .ywy-home-support__links span { display: block; }
.ywy-home-support__links span { margin-top: .2rem; color: #5d504a; font-size: 1rem; }

.ywy-home-faq__inner > header { margin-bottom: 2rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.ywy-home-faq__inner > header a { font-weight: 500; text-underline-offset: .25em; }
.ywy-home-faq__items { border-top: 1px solid var(--ywy-ink); }
.ywy-home-faq details { border-bottom: 1px solid var(--ywy-line); }
.ywy-home-faq summary { min-height: 76px; padding-block: 1.25rem; display: flex; align-items: center; cursor: pointer; font-weight: 500; }
.ywy-home-faq details p { margin: 0 0 1.5rem; color: var(--ywy-muted); }
.ywy-news { width: var(--ywy-content); margin-inline: auto; padding-block: 5rem; display: grid; grid-template-columns: minmax(220px, .38fr) 1fr; gap: var(--ywy-space-4xl); border-top: 1px solid var(--ywy-line); }
.ywy-news header > p { margin: 0 0 var(--ywy-space-sm); color: #8a6758; font-size: 18px; font-weight: 500; letter-spacing: .06em; }
.ywy-news h2 { max-width: 7em; margin: 0; font-size: clamp(2rem, 3vw, 2.75rem); line-height: 1.3; }
.ywy-news__list { border-top: 1px solid var(--ywy-ink); }
.ywy-news__list article { min-height: 76px; padding-block: var(--ywy-space-lg); display: grid; grid-template-columns: 8rem 9rem 1fr; gap: var(--ywy-space-lg); align-items: center; border-bottom: 1px solid var(--ywy-line); }
.ywy-news__list time { color: var(--ywy-quiet); font-size: 14px; }
.ywy-news__list span { color: #8a6758; font-size: 14px; font-weight: 500; letter-spacing: .06em; }
.ywy-news__list p { margin: 0; font-size: 18px; line-height: 1.7; }

.ywy-detail-placeholder { aspect-ratio: 4 / 3; padding: clamp(2rem, 5vw, 4.5rem); display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--ywy-line); background: #fff; }
.ywy-detail-placeholder span { color: var(--ywy-quiet); font-size: 1rem; }
.ywy-detail-placeholder strong { margin-top: auto; color: var(--ywy-champagne); font-size: clamp(3rem, 7vw, 7rem); line-height: .9; letter-spacing: -.04em; }
.ywy-detail-placeholder p { margin-bottom: 0; color: var(--ywy-muted); }
.ywy-verification-note { margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid var(--ywy-line); color: var(--ywy-quiet); font-size: 1rem; }

/* Public model pages keep draft WooCommerce products out of customer paths. */
.ywy-model-hero { min-height: 660px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: stretch; }
.ywy-model-hero__copy { width: min(560px, calc(100% - 3rem)); margin-inline: auto; padding: clamp(4rem, 8vw, 8rem) 2rem; align-self: center; }
.ywy-model-hero__copy > p:first-child { color: #8a6758; font-weight: 500; }
.ywy-model-hero h1 { margin: 1.5rem 0; font-size: clamp(2.5rem, 4.4vw, 4.6rem); }
.ywy-model-hero__copy > p:not(:first-child) { color: var(--ywy-muted); }
.ywy-model-price { margin-block: 1.75rem 1rem; display: flex; align-items: baseline; gap: .65rem; }
.ywy-model-price strong { font-family: var(--wp--preset--font-family--mincho); font-size: clamp(1.8rem, 3vw, 2.7rem); }
.ywy-model-price span { color: var(--ywy-muted); }
.ywy-model-hero figure { min-height: 660px; margin: 0; overflow: hidden; }
.ywy-model-hero img { width: 100%; height: 100%; display: block; object-fit: cover; }
.ywy-model-page--matou .ywy-model-hero img { object-position: 65% center; }
.ywy-launch-state { display: block; width: fit-content; margin-top: 1rem; padding: .55rem .85rem; border: 1px solid var(--ywy-line); color: var(--ywy-muted); font-size: 1rem; }
.ywy-model-story, .ywy-model-detail, .ywy-model-specs, .ywy-model-next { width: var(--ywy-content); margin-inline: auto; padding-block: clamp(5rem, 10vw, 9rem); }
.ywy-model-story { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(3rem, 8vw, 8rem); }
.ywy-model-story h2, .ywy-model-detail h2, .ywy-model-specs h2, .ywy-model-next h2 { margin-top: 0; font-size: clamp(2rem, 3.6vw, 3.6rem); }
.ywy-model-story p, .ywy-model-detail p, .ywy-model-next p { color: var(--ywy-muted); }
.ywy-model-story ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ywy-ink); }
.ywy-model-story li { min-height: 64px; padding-block: 1rem; border-bottom: 1px solid var(--ywy-line); }
.ywy-model-detail { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.ywy-model-detail figure { aspect-ratio: 4 / 3; margin: 0; overflow: hidden; }
.ywy-model-detail figure img { width: 100%; height: 100%; display: block; object-fit: cover; }
.ywy-model-specs { border-top: 1px solid var(--ywy-line); }
.ywy-model-specs > div { border-top: 1px solid var(--ywy-ink); }
.ywy-model-specs p { min-height: 76px; margin: 0; padding-block: 1.25rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; align-items: center; border-bottom: 1px solid var(--ywy-line); }
.ywy-model-specs span { color: var(--ywy-muted); }
.ywy-model-next { text-align: center; border-top: 1px solid var(--ywy-line); }
.ywy-model-next > * { margin-inline: auto; }
.ywy-model-next .ywy-button { margin-top: 1rem; }

.ywy-site-footer { padding-block: clamp(4rem, 8vw, 7rem) 2rem; border-top: 1px solid #e1e5e2; background: #fff; }
.ywy-footer-inner { width: var(--ywy-content); margin-inline: auto; padding-inline: 0 !important; }
.ywy-site-footer ul { padding-left: 0; list-style: none; }
.ywy-site-footer li { margin-bottom: .5rem; }
.ywy-site-footer a { text-underline-offset: .2em; }
.ywy-site-footer a, .ywy-home-faq__inner > header a { min-height: 44px; display: inline-flex; align-items: center; }

/* Desktop homepage: quiet editorial rhythm at 1440px and 1280px. */
@media (min-width: 1024px) {
  .ywy-site-header > .wp-block-group { width: min(1320px, calc(100vw - 64px)); min-height: 78px; }
  .ywy-site-header__inner { min-height: 78px; padding: 10px 0 !important; display: flex !important; flex-wrap: nowrap !important; align-items: center; justify-content: space-between; gap: 24px; }
  .ywy-site-header__inner > * { width: auto; flex: 0 0 auto; }
  .ywy-site-header__inner > .wp-block-navigation { margin-left: auto; }
  .ywy-site-header__inner > .wp-block-woocommerce-customer-account,
  .ywy-site-header__inner > .wp-block-woocommerce-mini-cart { width: 40px; }
  .ywy-site-header .wp-block-navigation { gap: clamp(1.35rem, 2.25vw, 2.6rem); }
  .ywy-site-header .wp-block-navigation-item__content { color: #4a4745; font-size: 14px; letter-spacing: .055em; }
  .ywy-brand-logo { width: 176px; min-width: 176px; }

  .ywy-lifestyle-hero { grid-template-columns: 2fr 3fr; min-height: 700px; max-height: 740px; }
  .ywy-lifestyle-hero__image { grid-area: 1 / 2; height: 100%; min-height: 700px; margin: 0; }
  .ywy-lifestyle-hero__image img { min-height: 700px; object-position: 59% center; }
  .ywy-lifestyle-hero__copy { grid-area: 1 / 1; width: auto; max-width: 576px; margin: 0 0 0 auto; padding: 92px clamp(42px, 5vw, 78px) 82px max(32px, calc((100vw - 1320px) / 2)); align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
  .ywy-lifestyle-hero__brand { margin: 0 0 38px; color: #b97962; font-size: 13px; letter-spacing: .16em; }
  .ywy-lifestyle-hero h1 { max-width: none; margin: 0 0 30px; font-size: clamp(42px, 3.45vw, 52px); line-height: 1.52; letter-spacing: .055em; }
  .ywy-lifestyle-hero__lead { margin: 0 0 44px; color: #66615d; font-size: 16px; line-height: 2.2; letter-spacing: .055em; }
  .ywy-lifestyle-hero__link { width: fit-content; min-height: 42px; display: inline-flex; align-items: center; gap: 20px; border-bottom: 1px solid #c89580; color: #4a4745; font-size: 14px; letter-spacing: .07em; text-decoration: none; }
  .ywy-lifestyle-hero__link span { transition: transform .22s var(--ywy-ease); }
  .ywy-lifestyle-hero__link:hover span { transform: translateX(3px); }

  .ywy-home-transition { width: min(920px, calc(100vw - 96px)); min-height: 120px; margin-inline: auto; display: grid; grid-template-columns: minmax(70px, 1fr) auto minmax(70px, 1fr); gap: 30px; align-items: center; }
  .ywy-home-transition span { height: 1px; background: #c9c6c3; }
  .ywy-home-transition p { margin: 0; color: #55514e; font-size: 19px; letter-spacing: .12em; white-space: nowrap; }

  .ywy-models { width: min(1260px, calc(100vw - 80px)); padding-block: 24px 48px; }
  .ywy-models__header { margin-bottom: 40px; }
  .ywy-models__header h2 { font-size: 36px; letter-spacing: .075em; }
  .ywy-models__eyebrow { font-size: 19px; }
  .ywy-models__grid { gap: 38px; }
  .ywy-model-card figure { aspect-ratio: 4 / 3; }
  .ywy-model-card__content { padding-top: 24px; }
  .ywy-model-card__scene { margin-bottom: 7px; font-size: 13px; letter-spacing: .06em; }
  .ywy-model-card h3 { font-size: 40px; line-height: 1.35; letter-spacing: .1em; }
  .ywy-model-card__slogan { margin: 13px 0 0; color: #4a4745; font-size: 19px; line-height: 1.75; letter-spacing: .055em; }
  .ywy-model-card__description { min-height: 5.8em; margin-top: 8px; font-size: 15px; line-height: 1.9; }
  .ywy-model-card__offer { padding-top: 18px; }
  .ywy-model-card__price strong { font-size: 21px; }
  .ywy-model-card__price span, .ywy-model-card__spec { font-size: 13px; }
  .ywy-model-card .ywy-button { min-width: 218px; min-height: 46px; margin-top: 24px; font-size: 14px; }

  .ywy-signature { width: min(1260px, calc(100vw - 80px)); max-width: 1260px; padding-block: 48px; }
  .ywy-signature__main { grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); gap: 40px; align-items: stretch; }
  .ywy-signature__copy { padding: 34px 32px 30px 0; justify-content: flex-start; }
  .ywy-signature__model { margin-bottom: 14px; font-size: 16px; }
  .ywy-signature__copy h2 { font-size: 32px; line-height: 1.45; letter-spacing: .055em; }
  .ywy-signature__solution { margin: 16px 0 0; font-size: 15px; line-height: 1.8; }
  .ywy-signature__solution[data-ywy-dynamic-description],
  .ywy-shiku-feature__lead[data-ywy-dynamic-description] { min-height: 6.75rem; }
  .ywy-signature__visual .ywy-product-gallery { min-height: 610px; max-height: 660px; }
  .ywy-signature__visual .ywy-product-gallery-caption { font-size: 11px; }
  .ywy-product-sizes { margin-top: 30px; }
  .ywy-signature .ywy-product-sizes { margin-top: 18px; }

  .ywy-shiku-feature { width: min(1260px, calc(100vw - 80px)); max-width: 1260px; min-height: 0; margin-block: 0 72px; padding-top: 48px; grid-template-columns: minmax(380px, .86fr) minmax(0, 1.14fr); gap: 44px; align-items: stretch; border-bottom: 1px solid var(--ywy-line); }
  .ywy-shiku-feature__copy { width: auto; margin: 0; padding: 52px 0; grid-column: 1; grid-row: 1; align-self: start; }
  .ywy-shiku-feature .ywy-product-sizes { width: min(100%, 458.36px, calc(41vw - 91px)); }
  .ywy-shiku-feature__copy h2 span { display: block; }
  .ywy-shiku-feature__copy h2 { font-size: 32px; line-height: 1.45; letter-spacing: .055em; }
  .ywy-shiku-feature__label { margin-bottom: 14px; font-size: 13px; letter-spacing: .08em; }
  .ywy-shiku-feature__lead { margin: 16px 0 0; font-size: 15px; line-height: 1.8; }
  .ywy-shiku-feature__note { margin: 0 0 12px; padding-top: 12px; border-top: 1px solid var(--ywy-line); color: var(--ywy-quiet); font-size: 12px; line-height: 1.65; }
  .ywy-shiku-feature__visual { min-height: 0; max-height: 680px; grid-column: 2; grid-row: 1; }
  .ywy-shiku-feature__visual .ywy-product-gallery { min-height: 610px; max-height: 650px; }
  .ywy-shiku-feature__visual .ywy-product-gallery-caption { font-size: 11px; }

  .ywy-comparison { max-width: 1180px; padding-block: 92px 112px; }
  .ywy-comparison header { margin-bottom: 48px; }
  .ywy-comparison h2 { font-size: 34px; line-height: 1.55; letter-spacing: .06em; }
  .ywy-comparison header p { font-size: 15px; }
  .ywy-comparison__row { min-height: 70px; grid-template-columns: .62fr 1fr 1fr; gap: 48px; font-size: 15px; }
  .ywy-comparison__head strong { font-size: 20px; }

  .ywy-home-support { background: #f8f4ef; width: 100%; padding-block: 92px; grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); }
  .ywy-home-support > * { width: min(540px, calc(100% - 72px)); }
  .ywy-home-support__eyebrow { margin: 0 0 20px; color: #b97962 !important; font-size: 13px; letter-spacing: .12em; }
  .ywy-home-support__intro h2 { margin-bottom: 24px; font-size: 34px; line-height: 1.65; letter-spacing: .05em; }
  .ywy-home-support__intro > p:last-child { max-width: 32em; color: #6a625e; font-size: 15px; line-height: 1.95; }
  .ywy-home-support__links { border-color: #a9a19c; }
  .ywy-home-support__links a { min-height: 82px; border-color: #d7cec8; }
  .ywy-home-support__links strong { font-size: 15px; }
  .ywy-home-support__links span { color: #77716d; font-size: 13px; }

  .ywy-yomimono { max-width: 1240px; padding-block: 112px; border-top: 0; }
  .ywy-yomimono__header { margin-bottom: 42px; }
  .ywy-yomimono__header p { font-size: 14px; letter-spacing: .13em; }
  .ywy-yomimono__header h2 { font-size: 32px; letter-spacing: .045em; }
  .ywy-yomimono__header > a { min-height: 44px; font-size: 13px; }
  .ywy-yomimono__grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
  .ywy-yomimono-card figure { aspect-ratio: 4 / 3; }
  .ywy-yomimono-card__meta { font-size: 11px; }
  .ywy-yomimono-card h3 { font-family: var(--wp--preset--font-family--mincho); font-size: 15px; line-height: 1.7; }
  .ywy-yomimono-card__summary { font-size: 13px; line-height: 1.7; }
  .ywy-yomimono-card__status { font-size: 11px; }

  .ywy-home-faq__inner { max-width: 1180px; padding-block: 102px; }
  .ywy-home-faq h2 { font-size: 34px; letter-spacing: .06em; }
  .ywy-home-faq summary { min-height: 72px; font-size: 15px; }
  .ywy-home-faq details p { font-size: 14px; line-height: 1.9; }

  .ywy-news { max-width: 1180px; padding-block: 90px 108px; gap: 70px; }
  .ywy-news h2 { font-size: 30px; }
  .ywy-news__list article { min-height: 68px; grid-template-columns: 7rem 7.5rem 1fr; }
  .ywy-news__list p { font-size: 15px; }

  .ywy-site-footer { padding-block: 68px 26px; }
  .ywy-footer-inner { max-width: 1180px; }
  .ywy-brand-logo--footer { width: 188px; }
  .ywy-site-footer p, .ywy-site-footer li { font-size: 13px; }
}

@media (max-width: 1023px) {
  .ywy-site-header .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none; }
  .ywy-site-header .wp-block-navigation__responsive-container-open { display: flex; }
  .ywy-hero { grid-template-columns: 1fr; min-height: auto; gap: 2rem; }
  .ywy-hero__copy { padding-top: 2rem; }
  .ywy-hero__media { min-height: 52vw; margin-right: calc((100vw - var(--ywy-content)) / -2); }
  .ywy-post-shell { grid-template-columns: 1fr; }
  .ywy-post-header { position: static; }
  .ywy-intro > div { grid-template-columns: 1fr; }
  .ywy-lifestyle-hero { min-height: auto; }
  .ywy-lifestyle-hero__image { grid-area: auto; height: 62vw; min-height: 460px; margin-left: 26%; }
  .ywy-lifestyle-hero__image img { min-height: 0; }
  .ywy-lifestyle-hero__copy { grid-area: auto; padding-block: 3.5rem 5rem; }
  .ywy-news { grid-template-columns: 1fr; }
  .ywy-signature__main { grid-template-columns: 1fr; }
  .ywy-signature__visual { order: -1; }
  .ywy-signature__visual .ywy-product-gallery { min-height: 0; aspect-ratio: 16 / 10; }
  .ywy-product-gallery-caption { min-height: 4.95em; }
  .ywy-signature__copy { padding: 2.5rem 1.25rem 2rem; }
  .ywy-shiku-feature { grid-template-columns: 1fr; }
  .ywy-shiku-feature__copy { width: var(--ywy-content); padding-block: 2.5rem; }
  .ywy-shiku-feature .ywy-product-sizes { width: calc(100% - 64px); }
  .ywy-shiku-feature__visual { min-height: 0; }
  .ywy-shiku-feature__visual .ywy-product-gallery { min-height: 0; aspect-ratio: 16 / 10; }
  .ywy-home-support { grid-template-columns: 1fr; gap: 2.5rem; }
  .ywy-home-support > * { width: var(--ywy-content); }
  .ywy-model-hero { grid-template-columns: 1fr; }
  .ywy-model-hero figure { min-height: 520px; }
}

@media (max-width: 781px) {
  :root { --ywy-content: calc(100vw - 2rem); }
  .ywy-site-header > .wp-block-group { min-height: 64px; }
  .ywy-brand-logo { width: 142px; min-width: 142px; }
  .ywy-hero { padding-top: 2rem; }
  .ywy-hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .ywy-hero__media { min-height: 74vw; margin-inline: 0; }
  .ywy-benefits { grid-template-columns: 1fr; }
  .ywy-benefits > div, .ywy-benefits > div:first-child { min-height: 92px; padding-inline: 0; border-right: 0; border-bottom: 1px solid #dfe4e1; }
  .ywy-benefits > div:last-child { border-bottom: 0; }
  .ywy-manifesto p { margin-left: 0; }
  .ywy-choice-grid, .ywy-product-row, .ywy-guide-panel, .ywy-service-band__inner { grid-template-columns: 1fr; }
  .ywy-choice { min-height: 270px; }
  .ywy-section-heading { align-items: flex-start; flex-direction: column; }
  .ywy-journal__intro, .ywy-journal__empty { align-items: flex-start; flex-direction: column; }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .ywy-lifestyle-hero__image { height: 78vw; min-height: 330px; margin-left: 0; }
  .ywy-lifestyle-hero__image img { object-position: 62% center; }
  .ywy-lifestyle-hero__copy { padding-block: 2.75rem 4rem; }
  .ywy-lifestyle-hero__brand { font-size: .75rem; }
  .ywy-lifestyle-hero h1 { max-width: none; font-size: clamp(1.95rem, 8.7vw, 2.5rem); line-height: 1.3; letter-spacing: -.025em; }
  .ywy-lifestyle-hero h1 span { white-space: nowrap; }
  .ywy-lifestyle-hero__lead { font-size: 1.05rem; line-height: 1.8; }
  .ywy-lifestyle-hero__actions { align-items: stretch; flex-direction: column; }
  .ywy-lifestyle-hero__actions .ywy-button { width: 100%; }
  .ywy-models, .ywy-comparison, .ywy-home-faq__inner { padding-block: var(--ywy-space-3xl); }
  .ywy-signature__visual .ywy-product-gallery { aspect-ratio: 4 / 3; }
  .ywy-signature__copy { padding: .5rem 1.25rem; }
  .ywy-signature__model { margin-bottom: 4px; }
  .ywy-signature .ywy-signature__solution { margin-top: 4px; }
  .ywy-signature .ywy-product-sizes { margin-top: 6px; }
  .ywy-signature .ywy-product-sizes__title { margin-bottom: 4px; }
  .ywy-signature .ywy-product-sizes__list { gap: 4px; }
  .ywy-shiku-feature .ywy-product-sizes { width: calc(100% - 54px); }
  .ywy-signature .ywy-signature__link { margin-top: 6px; }
  .ywy-signature__copy h2 { max-width: none; font-size: clamp(2.2rem, 10vw, 3.15rem); }
  .ywy-signature__solution br { display: none; }
  .ywy-chapter { min-height: 0; block-size: 106px; padding: 1.5rem 1rem; grid-template-columns: minmax(32px, 1fr) minmax(0, auto) minmax(32px, 1fr); gap: 1rem; }
  .ywy-chapter > div { min-width: 0; }
  .ywy-chapter__index { font-size: 1.3rem; letter-spacing: .08em; }
  .ywy-chapter__message { font-size: 12px; letter-spacing: .08em; }
  .ywy-chapter__line { height: 28px; }
  .ywy-signature__benefits { grid-template-columns: 1fr; }
  .ywy-signature__benefit, .ywy-signature__benefit:first-child, .ywy-signature__benefit:last-child { min-height: 104px; padding-inline: 0; border-right: 0; border-bottom: 1px solid var(--ywy-line); }
  .ywy-signature__benefit:last-child { border-bottom: 0; }
  .ywy-signature__benefit-media { width: 60px; }
  .ywy-shiku-feature__visual .ywy-product-gallery { aspect-ratio: 4 / 3; }
  .ywy-shiku-feature__detail { left: 1rem; bottom: 1rem; width: calc(100% - 2rem); min-height: 160px; }
  .ywy-shiku-feature__copy { padding-block: 2rem; }
  .ywy-comparison__row { grid-template-columns: 1fr 1fr; gap: .65rem 1rem; padding-block: 1rem; }
  .ywy-comparison__row > span { grid-column: 1 / -1; }
  .ywy-comparison__head > span { display: none; }
  .ywy-comparison__head strong { font-size: 1.15rem; }
  .ywy-home-support { gap: 2.25rem; }
  .ywy-home-support__links a { min-height: 84px; }
  .ywy-home-faq__inner > header { align-items: flex-start; flex-direction: column; }
  .ywy-model-hero__copy { width: var(--ywy-content); padding-inline: 0; }
  .ywy-model-hero figure { min-height: 380px; }
  .ywy-model-story, .ywy-model-detail { grid-template-columns: 1fr; }
  .ywy-model-specs p { grid-template-columns: 1fr; gap: .35rem; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ywy-models { padding-block: 5rem; }
  .ywy-models__header { margin-bottom: 2.75rem; }
  .ywy-models__header h2 { font-size: 2rem; }
  .ywy-models__eyebrow { font-size: 18px; }
  .ywy-models__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
  .ywy-model-card h3 { font-size: 2.5rem; }
  .ywy-model-card__description { min-height: 7.8em; font-size: 17px; }
  .ywy-model-card__price strong { font-size: 1.3125rem; }
  .ywy-model-card__spec { font-size: 14px; }
  .ywy-model-card .ywy-button { padding-inline: 1rem; font-size: 14px; }
  .ywy-yomimono__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; }
  .ywy-news { gap: var(--ywy-space-xl); }
}

@media (max-width: 767px) {
  .ywy-models { padding-block: 4.5rem; }
  .ywy-models__header { margin-bottom: 2.5rem; }
  .ywy-models__header h2 { font-size: 1.75rem; }
  .ywy-models__eyebrow { grid-template-columns: minmax(36px, 48px) max-content minmax(36px, 48px); gap: .65rem; font-size: 17px; letter-spacing: .06em; }
  .ywy-models__grid { grid-template-columns: 1fr; gap: 4.5rem; }
  .ywy-model-card { padding: 9px 9px 24px; border-radius: 20px; }
  .ywy-model-card figure { border-radius: 14px; }
  .ywy-model-card__scene { font-size: 13px; }
  .ywy-model-card h3 { font-size: 2.25rem; }
  .ywy-model-card__description { min-height: 0; font-size: 17px; line-height: 1.85; }
  .ywy-model-card__price strong { font-size: 1.3125rem; }
  .ywy-model-card__spec { font-size: 14px; }
  .ywy-model-card .ywy-button { box-sizing: border-box; min-height: 48px; max-width: 100%; padding-inline: 1rem; font-size: 14px; }
  .ywy-hero-atmosphere { inset: 0; height: max(330px, 78vw); bottom: auto; }
  .ywy-hero-glow { filter: blur(38px); }
  .ywy-ambient-particle:nth-child(n + 6) { display: none; }
  .ywy-yomimono, .ywy-news { padding-block: var(--ywy-space-3xl); }
  .ywy-yomimono__header { margin-bottom: var(--ywy-space-xl); align-items: flex-start; flex-direction: column; gap: var(--ywy-space-lg); }
  .ywy-yomimono__header h2 { max-width: none; font-size: clamp(2rem, 9vw, 2.25rem); }
  .ywy-yomimono__header > a { box-sizing: border-box; width: 100%; justify-content: center; }
  .ywy-yomimono__grid { grid-template-columns: 1fr; grid-template-rows: auto; gap: 0; }
  .ywy-yomimono-card { padding-block: var(--ywy-space-lg); display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: var(--ywy-space-md); border-bottom: 1px solid var(--ywy-line); }
  .ywy-yomimono-card > div { display: block; }
  .ywy-yomimono-card figure { width: 112px; margin: 0; aspect-ratio: 4 / 3; }
  .ywy-yomimono-card h3 { font-size: 18px; line-height: 1.6; }
  .ywy-yomimono-card__summary { font-size: 16px; }
  .ywy-news { grid-template-columns: 1fr; gap: var(--ywy-space-xl); }
  .ywy-news__list article { grid-template-columns: auto 1fr; gap: var(--ywy-space-xs) var(--ywy-space-md); }
  .ywy-news__list p { grid-column: 1 / -1; }
}

@supports (interpolate-size: allow-keywords) {
  :root { interpolate-size: allow-keywords; }
  .ywy-home-faq details::details-content { block-size: 0; overflow: clip; opacity: 0; transition: block-size .35s var(--ywy-ease), opacity .25s ease; }
  .ywy-home-faq details[open]::details-content { block-size: auto; opacity: 1; }
}

@media (prefers-reduced-motion: no-preference) {
  .ywy-hero__media, .ywy-lifestyle-hero__image { animation: ywy-reveal 1s var(--ywy-ease) both; }
  .ywy-hero__copy, .ywy-lifestyle-hero__copy { animation: ywy-rise .8s .08s var(--ywy-ease) both; }
  @keyframes ywy-reveal { from { clip-path: inset(0 0 0 18%); } to { clip-path: inset(0); } }
  @keyframes ywy-rise { from { opacity: .01; transform: translateY(18px); } to { opacity: 1; transform: none; } }
  html.ywy-motion-ready [data-ywy-reveal] {
    opacity: 0;
    transform: translateY(var(--ywy-motion-distance));
    transition:
      opacity var(--ywy-motion-standard) ease,
      transform var(--ywy-motion-standard) var(--ywy-motion-ease);
  }

  html.ywy-motion-ready [data-ywy-reveal].is-visible {
    opacity: 1;
    transform: none;
  }

  html.ywy-motion-ready [data-ywy-delay="1"] { transition-delay: .18s; }
  html.ywy-motion-ready [data-ywy-delay="2"] { transition-delay: .36s; }

  html.ywy-motion-ready [data-ywy-reveal="chapter"] { opacity: 1; transform: none; }
  html.ywy-motion-ready [data-ywy-reveal="chapter"] .ywy-chapter__index,
  html.ywy-motion-ready [data-ywy-reveal="chapter"] .ywy-chapter__message { opacity: 0; transform: translateY(12px); transition: opacity .65s ease, transform .75s var(--ywy-motion-ease); }
  html.ywy-motion-ready [data-ywy-reveal="chapter"] .ywy-chapter__index { transition-delay: .15s; }
  html.ywy-motion-ready [data-ywy-reveal="chapter"] .ywy-chapter__message { transition-delay: .3s; }
  html.ywy-motion-ready [data-ywy-reveal="chapter"] .ywy-chapter__line { transform: scaleX(0); transition: transform .8s var(--ywy-motion-ease); }
  html.ywy-motion-ready [data-ywy-reveal="chapter"] .ywy-chapter__line:first-child { transform-origin: right center; }
  html.ywy-motion-ready [data-ywy-reveal="chapter"] .ywy-chapter__line:last-child { transform-origin: left center; }
  html.ywy-motion-ready [data-ywy-reveal="chapter"].is-visible .ywy-chapter__index,
  html.ywy-motion-ready [data-ywy-reveal="chapter"].is-visible .ywy-chapter__message { opacity: 1; transform: none; }
  html.ywy-motion-ready [data-ywy-reveal="chapter"].is-visible .ywy-chapter__line { transform: scaleX(1); }

}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0s !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  .ywy-hero-atmosphere { display: none; }
  .ywy-lifestyle-hero__image img { animation: none !important; transform: none !important; }
  [data-ywy-reveal],
  [data-ywy-reveal] .ywy-chapter__index,
  [data-ywy-reveal] .ywy-chapter__message,
  [data-ywy-reveal] .ywy-chapter__line { opacity: 1 !important; transform: none !important; }
  .ywy-product-gallery__image { transition: none !important; }
}
