:root{--wf-color-ink: #172033;--wf-color-muted: #526077;--wf-color-surface: #ffffff;--wf-color-surface-subtle: #f5f7fb;--wf-color-line: #d9e0eb;--wf-color-primary: #2457d6;--wf-color-primary-contrast: #ffffff;--wf-color-focus: #ff8a1f;--wf-font-sans: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", system-ui, sans-serif;--wf-font-size-body: 1rem;--wf-font-size-small: .875rem;--wf-font-size-title: clamp(2rem, 5vw, 4.5rem);--wf-font-line-body: 1.75;--wf-space-1: .25rem;--wf-space-2: .5rem;--wf-space-3: .75rem;--wf-space-4: 1rem;--wf-space-6: 1.5rem;--wf-space-8: 2rem;--wf-space-12: 3rem;--wf-space-16: 4rem;--wf-radius-sm: .5rem;--wf-radius-md: 1rem;--wf-radius-lg: 1.5rem;--wf-shadow-card: 0 10px 30px rgb(23 32 51 / 10%);--wf-content-width: 72rem}*{box-sizing:border-box}html{color:var(--wf-color-ink);font-family:var(--wf-font-sans)}body{background:var(--wf-color-surface);font-size:var(--wf-font-size-body);line-height:var(--wf-font-line-body);margin:0}:focus-visible{outline:3px solid var(--wf-color-focus);outline-offset:3px}.site-header,.site-footer,.section{padding-inline:max(var(--wf-space-6),calc((100% - var(--wf-content-width)) / 2))}.skip-link{position:fixed;z-index:10;top:var(--wf-space-3);left:var(--wf-space-3);padding:var(--wf-space-2) var(--wf-space-4);border-radius:var(--wf-radius-sm);background:var(--wf-color-surface);color:var(--wf-color-ink);transform:translateY(calc(-100% - var(--wf-space-6)))}.skip-link:focus{transform:translateY(0)}.site-header{min-height:4.5rem;display:flex;align-items:center;gap:var(--wf-space-6);border-bottom:1px solid var(--wf-color-line)}.brand{color:inherit;text-decoration:none;font-weight:800;letter-spacing:-.03em}nav{display:flex;gap:var(--wf-space-4);margin-left:auto}nav a,.site-footer a{color:inherit;text-decoration:none;font-size:var(--wf-font-size-small)}.section{padding-block:var(--wf-section-space-base, var(--wf-space-16))}.subdued{background:var(--wf-color-surface-subtle)}h1,h2,h3,p{margin-top:0}h1{max-width:13ch;font-size:var(--wf-font-size-title);line-height:1.15;letter-spacing:-.05em}h2{font-size:clamp(1.75rem,4vw,3rem);letter-spacing:-.04em}h3{font-size:1.15rem}.lead{max-width:38rem;font-size:1.2rem;color:var(--wf-color-muted)}.eyebrow{color:var(--wf-color-primary);font-size:var(--wf-font-size-small);font-weight:800;letter-spacing:.12em}.hero{display:grid;grid-template-columns:1fr .8fr;gap:var(--wf-space-12);align-items:center;min-height:38rem}.hero-without-media{grid-template-columns:1fr}.hero-art,.feature-art{min-height:20rem;border-radius:var(--wf-radius-lg);background:var(--wf-color-primary);box-shadow:var(--wf-shadow-card);display:grid;place-items:center;color:var(--wf-color-primary-contrast);font-size:1.5rem;font-weight:800;letter-spacing:.14em}.feature-art{min-height:14rem}.media-art{width:100%;object-fit:cover}.feature-art-pattern{background:repeating-linear-gradient(45deg,var(--wf-color-ink) 0 12px,var(--wf-color-muted) 12px 24px)}.actions{display:flex;gap:var(--wf-space-3);flex-wrap:wrap;margin-top:var(--wf-space-6)}.button{display:inline-block;border:0;border-radius:var(--wf-radius-sm);padding:.8rem 1.1rem;background:var(--wf-color-primary);color:var(--wf-color-primary-contrast);font:inherit;font-weight:700;text-decoration:none;cursor:pointer}.button-secondary{background:transparent;color:var(--wf-color-primary);outline:1px solid currentColor}.button-small{margin-left:auto;padding:.55rem .8rem}.cards{display:grid;gap:var(--wf-space-4);margin-top:var(--wf-space-8)}.three{grid-template-columns:repeat(3,1fr)}.card,.benefit,blockquote{margin:0;padding:var(--wf-space-6);border-radius:var(--wf-radius-md);background:var(--wf-color-surface);box-shadow:var(--wf-shadow-card)}.number,.benefit>span{color:var(--wf-color-primary);font-weight:800}.feature-list{display:grid;gap:var(--wf-space-4);margin-top:var(--wf-space-8)}.feature{display:grid;grid-template-columns:1fr 1fr;gap:var(--wf-space-8);align-items:center;padding:var(--wf-space-6);border:1px solid var(--wf-color-line);border-radius:var(--wf-radius-md)}.feature:nth-child(2n)>div:first-child{order:2}.table-wrap{overflow-x:auto;margin-top:var(--wf-space-6)}table{width:100%;border-collapse:collapse;text-align:left}th,td{padding:var(--wf-space-4);border-bottom:1px solid var(--wf-color-line)}thead{background:var(--wf-color-surface-subtle)}.dark{color:var(--wf-color-surface);background:var(--wf-color-ink)}.dark .eyebrow{color:var(--wf-color-focus)}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--wf-space-6);margin-top:var(--wf-space-8)}.metrics strong,.metrics span,.metrics small,blockquote small{display:block}.metrics strong{font-size:2.5rem}.metrics small{color:var(--wf-color-surface-subtle)}.quotes{grid-template-columns:repeat(2,1fr)}blockquote{line-height:1.7}blockquote footer{margin-top:var(--wf-space-6);font-weight:700}.faq{max-width:48rem}.faq details{padding:var(--wf-space-4) 0;border-bottom:1px solid var(--wf-color-line)}.faq summary{cursor:pointer;font-weight:700}.cta{text-align:center;background:var(--wf-color-surface-subtle)}.cta h2{margin-inline:auto}.contact form{display:grid;max-width:42rem;gap:var(--wf-space-4)}.contact label{display:grid;gap:var(--wf-space-2);font-weight:700}input,textarea{width:100%;padding:.75rem;border:1px solid var(--wf-color-line);border-radius:var(--wf-radius-sm);font:inherit}textarea{min-height:8rem;resize:vertical}.site-footer{display:grid;grid-template-columns:1fr auto;gap:var(--wf-space-4);padding-block:var(--wf-space-8);color:var(--wf-color-muted)}.site-footer div{display:flex;gap:var(--wf-space-4)}.site-footer small{grid-column:1 / -1}@media(max-width:44rem){.site-header{flex-wrap:wrap;padding-block:var(--wf-space-3)}nav{order:3;width:100%;overflow-x:auto;margin-left:0}.hero,.feature,.three,.metrics,.quotes{grid-template-columns:1fr}.hero{min-height:auto}.feature:nth-child(2n)>div:first-child{order:initial}.site-footer{grid-template-columns:1fr}}.gallery code{padding:.1em .35em;border-radius:.25rem;background:var(--wf-color-surface-subtle);color:var(--wf-color-primary)}.text-link{align-self:center;color:var(--wf-color-primary);font-weight:700}.gallery-metrics{color:var(--wf-color-ink)}.gallery-metrics small{color:var(--wf-color-muted)}.gallery-form{display:grid;max-width:42rem;gap:var(--wf-space-4)}.gallery-form label{display:grid;gap:var(--wf-space-2);font-weight:700}.density-compact .section{padding-block:max(2rem,calc(var(--wf-section-space-base, 4rem) - 1rem))}.density-airy .section{padding-block:calc(var(--wf-section-space-base, 4rem) + 1.5rem)}.hero-centered .hero{grid-template-columns:1fr;text-align:center}.hero-centered .hero>div{max-width:58rem;margin-inline:auto}.hero-centered .hero h1,.hero-centered .hero .lead{margin-inline:auto}.hero-centered .hero .actions{justify-content:center}.hero-centered .hero-art{width:min(100%,42rem);margin-inline:auto}.tone-uniform .subdued{background:var(--wf-color-surface);border-block:1px solid var(--wf-color-line)}.composition-editorial h1{text-wrap:balance}.composition-editorial .feature{border-inline-start:.3rem solid var(--wf-color-primary)}.composition-conversion .site-header{position:sticky;z-index:5;top:0;background:color-mix(in srgb,var(--wf-color-surface) 94%,transparent);backdrop-filter:blur(14px)}.composition-conversion .button{box-shadow:0 .5rem 1.4rem color-mix(in srgb,var(--wf-color-primary) 24%,transparent)}.composition-conversion .card,.composition-conversion .benefit,.composition-conversion blockquote{outline:1px solid color-mix(in srgb,var(--wf-color-primary) 18%,var(--wf-color-line))}.composition-proof_led .dark{background:linear-gradient(135deg,var(--wf-color-ink),color-mix(in srgb,var(--wf-color-ink) 78%,var(--wf-color-primary)))}.composition-proof_led .metrics article{padding:var(--wf-space-6);border:1px solid color-mix(in srgb,var(--wf-color-surface) 24%,transparent);border-radius:var(--wf-radius-md)}.demo-antoinette{--wf-color-ink: #271d1d;--wf-color-muted: #716363;--wf-color-surface: #fffdf9;--wf-color-surface-subtle: #f5eee9;--wf-color-line: #dfd1ca;--wf-color-primary: #8a4053;--wf-color-primary-contrast: #fffaf5;--wf-color-focus: #9a5c36;--wf-font-sans: Georgia, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;--wf-content-width: 78rem;background:#fffdf9}.demo-antoinette .site-header{min-height:6rem;background:#fffdf9f0}.demo-antoinette .brand{font-size:1.05rem;font-weight:500;letter-spacing:.28em}.demo-antoinette nav{gap:2rem}.demo-antoinette nav a{letter-spacing:.08em}.demo-antoinette .button{border-radius:0;padding:.9rem 1.5rem;font-weight:500;letter-spacing:.06em}.demo-antoinette .button-secondary{color:var(--wf-color-ink)}.demo-antoinette .hero{grid-template-columns:minmax(18rem,.72fr) minmax(24rem,1.28fr);min-height:48rem;gap:clamp(2rem,6vw,6rem)}.demo-antoinette h1{max-width:9ch;font-size:clamp(3rem,6vw,6.5rem);font-weight:400;line-height:1.18;letter-spacing:-.045em}.demo-antoinette h2{max-width:17ch;font-weight:400;line-height:1.3;letter-spacing:-.025em}.demo-antoinette h3{font-weight:400;letter-spacing:.02em}.demo-antoinette .eyebrow{font-family:ui-sans-serif,system-ui,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.22em}.demo-antoinette .lead{font-size:1.05rem;line-height:2}.demo-antoinette .hero-art{min-height:38rem;border-radius:0;box-shadow:none}.demo-antoinette .media-art{aspect-ratio:4 / 3}.demo-antoinette .hero .media-art{aspect-ratio:4 / 5}.demo-antoinette .card,.demo-antoinette .benefit,.demo-antoinette blockquote{border-radius:0;box-shadow:none;border-top:1px solid var(--wf-color-line);background:transparent}.demo-antoinette .feature-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.5rem,3vw,3rem)}.demo-antoinette .feature{display:flex;flex-direction:column-reverse;align-items:stretch;gap:1.25rem;padding:0;border:0;border-radius:0}.demo-antoinette .feature:nth-child(2n)>div:first-child{order:initial}.demo-antoinette .feature-art{min-height:0;aspect-ratio:4 / 5;border-radius:0;box-shadow:none}.demo-antoinette .feature .number{font-family:ui-sans-serif,system-ui,sans-serif;font-size:.7rem;letter-spacing:.18em}.demo-antoinette .feature h3{margin-block:.6rem .25rem;font-size:1.35rem}.demo-antoinette .feature p{color:var(--wf-color-muted)}.demo-antoinette .dark{background:#3c252a}.demo-antoinette .metrics strong{font-size:1.75rem;font-weight:400}.demo-antoinette .cta{padding-block:8rem;background:#eaded8}.demo-antoinette input,.demo-antoinette textarea{border-radius:0;background:#fffdf9}.demo-antoinette .site-footer{padding-block:4rem}@media(max-width:56rem){.demo-antoinette .feature-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:44rem){.demo-antoinette .site-header{min-height:auto}.demo-antoinette .hero{grid-template-columns:1fr;min-height:auto}.demo-antoinette .hero-art{min-height:26rem}.demo-antoinette .feature-list{grid-template-columns:1fr}}
