:root {
  --ink: #30251e;
  --brown: #4d392b;
  --brown-2: #6c523d;
  --paper: #f5efe5;
  --paper-2: #ece2d3;
  --cream: #fbf7ef;
  --sage: #859078;
  --line: rgba(61, 46, 35, 0.2);
  --serif: "Noto Serif JP", "Yu Mincho", serif;
  --display: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Noto Sans JP", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.8; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { color: inherit; font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.grain { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .055; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 94px; padding: 0 clamp(24px, 4.8vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(48,37,30,.14); transition: height .35s ease, background .35s ease, backdrop-filter .35s ease; }
.site-header.is-scrolled { height: 76px; background: rgba(245,239,229,.86); backdrop-filter: blur(18px); }
.brand { justify-self: start; display: inline-flex; align-items: baseline; gap: 12px; }
.brand span, .footer-brand { font-family: var(--display); font-size: 31px; font-weight: 500; letter-spacing: .18em; line-height: 1; }
.brand small { font-size: 11px; letter-spacing: .18em; opacity: .72; }
.desktop-nav { display: flex; gap: clamp(17px, 1.65vw, 28px); font-size: 14px; font-weight: 500; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: currentColor; transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; display: flex; align-items: center; gap: 22px; min-width: 158px; font-size: 14px; }
.header-cta i { display: grid; width: 38px; height: 38px; place-items: center; color: var(--cream); background: var(--ink); border-radius: 50%; font-style: normal; transition: transform .25s ease; }
.header-cta:hover i { transform: rotate(45deg); }
.menu-button, .mobile-menu { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; display: flex; align-items: center; }
.hero-image, .hero-wash { position: absolute; inset: 0; }
.hero-image { z-index: -3; inset: -5%; background: url("assets/stellars-hero-editorial.png") 56% center / cover no-repeat; animation: heroBreath 18s ease-in-out infinite alternate; will-change: transform; }
.hero-wash { z-index: -2; background: linear-gradient(90deg, rgba(245,239,229,.97) 0%, rgba(245,239,229,.91) 36%, rgba(245,239,229,.28) 64%, rgba(245,239,229,.04) 100%); }
.hero::after { content: ""; position: absolute; left: clamp(24px, 4.8vw, 76px); right: clamp(24px, 4.8vw, 76px); bottom: 42px; height: 1px; background: rgba(48,37,30,.22); }
.hero-content { width: min(760px, 66vw); margin-left: clamp(24px, 8.3vw, 132px); padding-top: 72px; }
.kicker, .section-label { margin: 0 0 20px; color: var(--brown-2); font-family: var(--display); font-size: 14px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.kicker span { padding: 0 8px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.05em; }
h1 { margin-bottom: 30px; font-size: clamp(52px, 6.4vw, 100px); line-height: 1.18; }
h1 em, h2 em { color: var(--brown-2); font-style: normal; }
.hero-lead { margin-bottom: 36px; color: rgba(48,37,30,.82); font-family: var(--serif); font-size: clamp(17px, 1.35vw, 20px); letter-spacing: .04em; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 42px; min-width: 234px; padding: 18px 19px 18px 24px; border: 1px solid var(--ink); font-size: 14px; letter-spacing: .03em; transition: color .25s ease, background .25s ease, transform .25s ease; }
.button i { font-style: normal; }
.button-dark { color: var(--cream); background: var(--ink); }
.button:hover { transform: translateY(-3px); color: var(--ink); background: transparent; }
.text-link, .arrow-link { display: inline-flex; align-items: center; gap: 22px; font-size: 14px; border-bottom: 1px solid currentColor; }
.text-link i, .arrow-link i { font-style: normal; }
.hero-note { position: absolute; right: clamp(24px, 4.8vw, 76px); bottom: 62px; display: flex; align-items: center; gap: 18px; transform: rotate(90deg); transform-origin: 100% 100%; font-family: var(--display); font-size: 12px; letter-spacing: .15em; }
.hero-note i { width: 58px; height: 1px; background: currentColor; }
.hero-stamp { position: absolute; right: clamp(28px, 11vw, 180px); bottom: 10%; width: 110px; height: 110px; display: grid; place-items: center; color: var(--cream); filter: drop-shadow(0 4px 12px rgba(48,37,30,.18)); }
.hero-stamp svg { position: absolute; inset: 0; overflow: visible; animation: spin 24s linear infinite; }
.hero-stamp text { fill: currentColor; font: 9.5px var(--sans); letter-spacing: 1.4px; }
.hero-stamp span { font-size: 20px; }

.reveal { opacity: 0; transform: translateY(24px); animation: revealUp .9s cubic-bezier(.2,.7,.2,1) forwards; }
.reveal-delay-1 { animation-delay: .18s; }.reveal-delay-2 { animation-delay: .36s; }.reveal-delay-3 { animation-delay: .54s; }
.reveal-on-scroll { opacity: 0; transform: translateY(34px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.7,.2,1); }
.reveal-on-scroll.is-visible { opacity: 1; transform: none; }

.marquee { overflow: hidden; color: var(--cream); background: var(--brown); border-block: 1px solid rgba(255,255,255,.12); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 30px; padding: 16px 0; animation: marquee 32s linear infinite; }
.marquee span { font-family: var(--display); font-size: 16px; letter-spacing: .18em; }
.marquee i { color: #b6b39a; font-size: 8px; font-style: normal; }
.section-pad { padding-left: clamp(24px, 7vw, 112px); padding-right: clamp(24px, 7vw, 112px); }
.concept { min-height: 680px; display: grid; grid-template-columns: .34fr 1.18fr .65fr; gap: clamp(28px, 5vw, 80px); align-items: center; padding-top: 120px; padding-bottom: 120px; }
.section-index { align-self: start; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding-top: 8px; font-family: var(--display); font-size: 18px; font-weight: 600; letter-spacing: .09em; }
.section-index i { width: 42px; height: 1px; background: currentColor; opacity: .45; }
.index-name { display: grid; gap: 1px; font-family: var(--sans); font-size: 16px; font-weight: 600; letter-spacing: .04em; line-height: 1.35; white-space: nowrap; }
.index-name small { font: 600 14px/1.2 var(--display); letter-spacing: .09em; opacity: .76; }
.section-label { margin-bottom: 24px; font-size: 17px; letter-spacing: .1em; }
h2 { margin-bottom: 0; font-size: clamp(40px, 5vw, 76px); line-height: 1.35; }
.concept-side { padding-top: 130px; }
.concept-side p { margin-bottom: 38px; color: rgba(48,37,30,.76); font-size: 16px; line-height: 2; }
.arrow-link { padding-bottom: 6px; }

.origin { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 9vw, 145px); align-items: center; padding-top: 120px; padding-bottom: 120px; background: var(--paper-2); border-top: 1px solid var(--line); }
.origin-visual { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding: 8px 0 6px; }
.origin-visual .section-index { max-width: 235px; }
.origin-formula { position: relative; display: grid; grid-template-columns: auto auto auto; align-items: baseline; justify-content: start; gap: clamp(12px, 2vw, 30px); color: var(--brown); font-family: var(--display); line-height: .8; }
.origin-stella { font-size: clamp(60px, 8vw, 126px); letter-spacing: -.03em; }
.origin-plus { font-size: clamp(30px, 3vw, 48px); font-family: var(--serif); }
.origin-s { font-size: clamp(82px, 11vw, 170px); color: var(--sage); }
.origin-formula i { position: absolute; right: 3%; top: -20%; color: #a98255; font-size: clamp(24px, 3vw, 44px); font-style: normal; }
.origin-visual > p { margin: 0; font: 600 14px var(--display); letter-spacing: .16em; }
.origin-copy h2 { margin-bottom: 34px; font-size: clamp(42px, 4.6vw, 68px); }
.origin-copy > p:not(.section-label) { color: rgba(48,37,30,.76); font-size: 17px; line-height: 2.05; }
.origin-copy > p:last-child { margin-bottom: 0; }

.selection { padding: 120px 0 0; color: var(--paper); background: var(--brown); }
.selection-heading { display: grid; grid-template-columns: .34fr 1fr .56fr; gap: clamp(28px, 5vw, 80px); align-items: end; margin-bottom: 80px; }
.selection-heading > p { margin-bottom: 10px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.9; }
.section-index-light { color: rgba(255,255,255,.75); }
.selection .section-label { color: #c9b69e; }
.selection-heading h2 { font-size: clamp(38px, 3.9vw, 58px); letter-spacing: -.07em; white-space: nowrap; }
.category-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; min-height: 550px; }
.category-card { position: relative; min-height: 550px; overflow: hidden; border-top: 1px solid rgba(255,255,255,.2); border-right: 1px solid rgba(255,255,255,.18); }
.category-card img { height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.category-card:hover img { transform: scale(1.045); }
.category-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(39,28,21,.72), transparent 68%); }
.category-content { position: absolute; inset: auto 34px 32px; z-index: 2; }
.category-content > span { font-family: var(--display); font-size: 18px; font-weight: 600; letter-spacing: .1em; opacity: .95; }
.category-content h3 { margin: 7px 0 4px; font: 400 clamp(28px, 2.4vw, 42px) var(--display); letter-spacing: .01em; }
.category-content p { margin: 0; font-size: 15px; opacity: .84; }
.category-lineart { background: #9aa088; }
.category-dark { background: #33271f; }
.line-art { position: absolute; inset: 12% 14% auto; opacity: .55; }
.line-art svg { fill: none; stroke: #f5efe5; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.gift { inset: 13% 15% auto; }

.shop-feature { display: grid; grid-template-columns: 1.1fr .8fr; gap: clamp(50px, 8vw, 130px); align-items: center; padding-top: 145px; padding-bottom: 145px; background: var(--cream); }
.shop-photo { position: relative; }
.shop-photo::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid var(--line); }
.shop-photo img { position: relative; aspect-ratio: 1 / .82; object-fit: cover; object-position: 61% center; }
.photo-caption { position: absolute; left: 22px; bottom: 18px; color: var(--cream); font: 12px/1.6 var(--sans); letter-spacing: .12em; text-shadow: 0 1px 8px rgba(0,0,0,.25); }
.shop-copy h2 { margin-bottom: 30px; font-size: clamp(39px, 4.2vw, 64px); }
.shop-copy > p:not(.section-label) { margin-bottom: 34px; color: rgba(48,37,30,.76); font-size: 16px; line-height: 2; }
.shop-copy ul { margin: 0 0 42px; padding: 0; list-style: none; }
.shop-copy li { display: flex; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.shop-copy li span { font: 600 18px var(--display); opacity: .82; }
.shop-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 40px; }
.shop-link { position: relative; min-height: 106px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; gap: 8px 18px; padding: 17px 18px; border: 1px solid var(--line); background: var(--paper); transition: color .25s ease, background .25s ease, transform .25s ease; }
.shop-link-main { grid-column: 1 / -1; color: var(--cream); background: var(--ink); border-color: var(--ink); }
.shop-link small { grid-column: 1 / -1; font: 600 13px var(--display); letter-spacing: .1em; opacity: .78; }
.shop-link strong { align-self: end; font-family: var(--serif); font-size: 18px; font-weight: 500; }
.shop-link i { align-self: end; font-style: normal; font-size: 16px; }
.shop-link:hover { transform: translateY(-3px); color: var(--cream); background: var(--brown); }

.reasons { display: grid; grid-template-columns: .7fr 1fr; gap: clamp(50px, 9vw, 150px); padding-top: 140px; padding-bottom: 140px; }
.reasons-title .section-index { max-width: 240px; margin-bottom: 82px; }
.reasons-title h2 { font-size: clamp(36px, 3.6vw, 54px); white-space: nowrap; }
.reason-list { border-top: 1px solid var(--line); }
.reason-list article { position: relative; display: grid; grid-template-columns: 70px .7fr 1fr 40px; gap: 20px; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line); }
.reason-number { font: 600 18px var(--display); opacity: .78; }
.reason-list h3 { margin: 0; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.reason-list p { margin: 0; color: rgba(48,37,30,.72); font-size: 15px; line-height: 1.9; }
.reason-icon { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 14px; font-style: normal; }

.company { color: var(--cream); background: var(--ink); }
.company-visual { position: relative; height: min(62vw, 680px); overflow: hidden; }
.company-visual img { height: 100%; object-fit: cover; filter: sepia(.18) saturate(.75) contrast(.93); }
.company-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(48,37,30,.6), transparent 62%); }
.company-visual > div { position: absolute; z-index: 2; left: clamp(24px, 7vw, 112px); bottom: 46px; display: flex; flex-direction: column; font: 500 clamp(42px, 7vw, 110px)/.85 var(--display); letter-spacing: .04em; }
.company-visual span { font-size: .22em; letter-spacing: .28em; margin-bottom: 18px; }
.company-content { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 11vw, 180px); padding-top: 120px; padding-bottom: 120px; }
.history { scroll-margin-top: 120px; }
.company .section-label { color: #c9b69e; }
.history h2, .company-table h2 { margin-bottom: 22px; font-size: clamp(40px, 3.8vw, 58px); }
.history-lead { margin-bottom: 38px; color: rgba(255,255,255,.72); font-size: 16px; }
.history ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.history li { display: grid; grid-template-columns: 100px 1fr; gap: 22px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.history time { font: 18px var(--display); letter-spacing: .07em; }
.history li p { margin: 0; font-size: 15px; opacity: .82; }
.company-table dl { margin: 0; }
.company-table h2 { margin-bottom: 35px; }
.company-table dl > div { display: grid; grid-template-columns: 110px 1fr; gap: 22px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 15px; }
.company-table dt { opacity: .75; }
.company-table dd { margin: 0; }

.contact-cta { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; padding-top: 140px; padding-bottom: 140px; }
.contact-cta h2 { font-size: clamp(45px, 5.2vw, 76px); line-height: 1.25; white-space: nowrap; }
.contact-cta > div:last-child { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: end; max-width: 620px; }
.contact-cta > div:last-child > p { color: rgba(48,37,30,.72); font-size: 16px; line-height: 2; }
.circle-link { position: relative; flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 17px; width: 168px; height: 168px; padding: 24px; color: var(--cream); background: var(--brown); border-radius: 50%; text-align: center; font-size: 15px; transition: transform .35s ease, background .35s ease; }
.circle-arrow { position: static; width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.contact-cta .circle-link { justify-self: end; }
.circle-link:hover { transform: rotate(-5deg) scale(1.04); background: var(--ink); }

footer { padding: 70px clamp(24px, 7vw, 112px) 26px; color: var(--paper); background: var(--brown); }
.footer-top { display: grid; grid-template-columns: 1fr .5fr .7fr; gap: 40px; align-items: start; padding-bottom: 70px; }
.footer-brand { font-size: clamp(38px, 4.6vw, 70px); }
.footer-top > p { font-family: var(--serif); font-size: 16px; letter-spacing: .08em; }
.footer-links { display: grid; }
.footer-links a { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.2); font: 15px var(--serif); letter-spacing: .06em; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); font-size: 13px; letter-spacing: .08em; opacity: .82; }

@keyframes heroBreath { from { transform: scale(1.01) translate3d(-.4%,0,0); } to { transform: scale(1.075) translate3d(.7%,-.7%,0); } }
@keyframes revealUp { to { opacity: 1; transform: translateY(0); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 980px) {
  .site-header { height: 78px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { justify-self: end; display: grid; gap: 7px; width: 42px; height: 42px; padding: 12px 8px; border: 0; background: transparent; cursor: pointer; }
  .menu-button i { display: block; height: 1px; background: currentColor; transition: transform .25s ease; }
  .menu-button[aria-expanded="true"] i:first-of-type { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] i:last-of-type { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 78px 0 0; z-index: -1; display: flex; flex-direction: column; gap: 20px; padding: 60px 28px; color: var(--cream); background: var(--brown); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .3s ease; }
  .mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; }
  .mobile-menu a { padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.2); font-family: var(--serif); font-size: 24px; }
  .hero-content { width: min(650px, 74vw); margin-left: 7vw; }
  .concept, .selection-heading { grid-template-columns: .25fr 1fr; }
  .concept-side, .selection-heading > p { grid-column: 2; padding-top: 0; }
  .origin { grid-template-columns: 1fr; gap: 70px; }
  .origin-visual { min-height: 390px; }
  .category-grid { grid-template-columns: 1.1fr 1fr; }
  .category-card:last-child { grid-column: 1 / -1; min-height: 380px; }
  .gift { inset: 3% 33% auto; }
  .shop-feature, .reasons, .company-content, .contact-cta { grid-template-columns: 1fr; }
  .reason-list article { grid-template-columns: 50px .7fr 1fr 34px; }
  .contact-cta > div:last-child { max-width: 680px; gap: 30px; }
}

@media (max-width: 640px) {
  .grain { opacity: .045; }
  .site-header, .site-header.is-scrolled { height: 70px; padding-inline: 20px; }
  .brand span { font-size: 25px; }
  .brand small { display: none; }
  .mobile-menu { inset: 70px 0 0; }
  .hero { min-height: 860px; align-items: flex-start; }
  .hero-image { inset: 0; background-position: 68% 62%; animation-duration: 22s; }
  .hero-wash { background: linear-gradient(180deg, rgba(245,239,229,.98) 0%, rgba(245,239,229,.9) 39%, rgba(245,239,229,.18) 70%, rgba(48,37,30,.12) 100%); }
  .hero-content { width: auto; margin: 0; padding: 155px 24px 0; }
  h1 { font-size: clamp(46px, 13.7vw, 70px); }
  .hero .kicker { font-size: 13px; letter-spacing: .08em; white-space: nowrap; }
  .hero-lead { max-width: 340px; font-size: 16px; line-height: 1.9; }
  .desktop-only, .hero-note { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-stamp { right: 22px; bottom: 7%; width: 92px; height: 92px; }
  .hero::after { left: 24px; right: 24px; bottom: 24px; }
  .marquee-track { padding: 12px 0; }
  .section-pad { padding-left: 24px; padding-right: 24px; }
  .concept { min-height: 0; display: block; padding-top: 90px; padding-bottom: 90px; }
  .section-index { max-width: 230px; margin-bottom: 56px; font-size: 18px; }
  h2 { font-size: 40px; }
  .concept-copy { margin-bottom: 42px; }
  .concept-side { padding: 0; }
  .origin { min-height: 0; display: block; padding-top: 90px; padding-bottom: 90px; }
  .origin-visual { min-height: 340px; margin-bottom: 68px; }
  .origin-formula { gap: 10px; }
  .origin-stella { font-size: 62px; }
  .origin-plus { font-size: 26px; }
  .origin-s { font-size: 92px; }
  .origin-copy h2 { font-size: 42px; }
  .origin-copy > p:not(.section-label) { font-size: 16px; }
  .selection { padding-top: 88px; }
  .selection-heading { display: block; margin-bottom: 52px; }
  .selection-heading h2 { font-size: 40px; white-space: normal; }
  .selection-heading > p { margin-top: 28px; }
  .category-grid { display: block; }
  .category-card, .category-card:last-child { min-height: 440px; }
  .category-lineart, .category-dark { min-height: 380px; }
  .line-art { inset: 7% 23% auto; }
  .shop-feature { gap: 70px; padding-top: 110px; padding-bottom: 110px; }
  .shop-photo::before { inset: -10px 10px 10px -10px; }
  .shop-copy h2, .reasons-title h2 { font-size: 40px; }
  .reasons-title h2 { white-space: normal; }
  .reasons { gap: 68px; padding-top: 100px; padding-bottom: 100px; }
  .reasons-title .section-index { margin-bottom: 54px; }
  .reason-list article { display: grid; grid-template-columns: 36px 1fr 34px; gap: 14px; }
  .reason-list p { grid-column: 2 / -1; }
  .company-visual { height: 72vw; min-height: 390px; }
  .company-content { gap: 90px; padding-top: 90px; padding-bottom: 90px; }
  .company-visual > div { bottom: 28px; }
  .company-table dl > div { grid-template-columns: 84px 1fr; }
  .contact-cta { gap: 55px; padding-top: 100px; padding-bottom: 100px; }
  .contact-cta h2 { font-size: 52px; white-space: normal; }
  .contact-cta > div:last-child { grid-template-columns: 1fr; }
  .circle-link { justify-self: end; }
  footer { padding-top: 60px; }
  .footer-top { grid-template-columns: 1fr; padding-bottom: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-image { transform: none !important; }
  .reveal-on-scroll { opacity: 1; transform: none; }
}
