:root {
  --ink: #101312;
  --ink-2: #171b19;
  --paper: #f2efe8;
  --muted: #a7aaa4;
  --teal: #37615b;
  --white: #fff;
  --line-dark: rgba(242, 239, 232, .22);
  --line-light: rgba(16, 19, 18, .18);
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --container: 1320px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.section { position: relative; }
.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; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; color: var(--ink); background: var(--paper); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; height: 104px; padding: 0 max(32px, calc((100vw - var(--container)) / 2)); border-bottom: 1px solid rgba(255,255,255,.18); transition: height .35s ease, background-color .35s ease, backdrop-filter .35s ease; }
.site-header.is-scrolled { height: 78px; background: rgba(16,19,18,.88); backdrop-filter: blur(16px); }
.brand { justify-self: start; width: 112px; }
.brand img { height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(28px, 3vw, 52px); }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.desktop-nav a::after { position: absolute; bottom: -10px; left: 0; width: 100%; height: 1px; background: var(--paper); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .28s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 24px; }
.location { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,.35); background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; }
.hero-image, .hero-shade, .hero-grain { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 52% 42%; scale: 1.04; animation: hero-settle 1.8s cubic-bezier(.2,.65,.3,1) forwards; }
.hero-shade { background: linear-gradient(90deg, rgba(7,10,9,.84) 0%, rgba(7,10,9,.45) 43%, rgba(7,10,9,.18) 72%, rgba(7,10,9,.5) 100%), linear-gradient(0deg, rgba(7,10,9,.82), transparent 58%); }
.hero-grain { opacity: .18; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; pointer-events: none; }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; min-height: 100svh; padding-top: 160px; padding-bottom: 84px; }
.kicker { margin: 0 0 24px; font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 850px; margin: 0; font-family: var(--serif); font-size: clamp(68px, 8vw, 140px); font-weight: 400; line-height: .79; letter-spacing: -.035em; }
.hero-meta { display: flex; align-items: flex-end; justify-content: space-between; width: min(760px, 72%); margin-top: 42px; }
.hero-meta p { margin: 0; color: rgba(255,255,255,.76); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 14px; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translate(4px,4px); }
.scroll-cue { position: absolute; z-index: 3; right: max(32px, calc((100vw - var(--container)) / 2)); bottom: 64px; display: flex; flex-direction: column; align-items: center; gap: 12px; color: rgba(255,255,255,.7); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue i { width: 1px; height: 52px; background: rgba(255,255,255,.55); transform-origin: top; animation: scroll-line 2s ease-in-out infinite; }

.worlds { padding: 156px 0 180px; background: var(--ink); }
.section-intro { display: grid; grid-template-columns: 1fr 2fr; align-items: end; margin-bottom: 104px; }
.section-intro h2 { max-width: 830px; margin: 0; font-family: var(--serif); font-size: clamp(54px, 6.2vw, 96px); font-weight: 400; line-height: .95; letter-spacing: -.025em; }
.worlds-grid { position: relative; display: grid; grid-template-columns: 1.3fr .72fr; column-gap: 8vw; row-gap: 140px; }
.world figure { margin: 0; overflow: hidden; background: var(--ink-2); }
.world figure img { height: 100%; object-fit: cover; transition: scale .8s cubic-bezier(.2,.7,.3,1); }
.world:hover figure img { scale: 1.025; }
.world-copy { position: relative; z-index: 2; display: grid; grid-template-columns: 60px 1fr; margin-top: -28px; }
.world-copy span { padding-top: 42px; color: var(--muted); font-size: 12px; letter-spacing: .12em; }
.world-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(56px, 7vw, 104px); font-weight: 400; line-height: .78; letter-spacing: -.03em; }
.world-copy p { grid-column: 2; max-width: 360px; margin: 28px 0 0; color: var(--muted); font-size: 15px; }
.world-seafood { align-self: start; }
.world-seafood figure { aspect-ratio: 1.36; }
.world-sushi { margin-top: 180px; }
.world-sushi figure { aspect-ratio: .74; }
.world-sushi .world-copy { margin-left: -64px; }
.world-sushi .world-copy h3 { font-size: clamp(54px, 6vw, 92px); }
.world-frozen { grid-column: 1 / -1; display: grid; grid-template-columns: .72fr 1fr; align-items: center; gap: 7vw; width: 85%; margin-left: auto; }
.world-frozen figure { aspect-ratio: .82; }
.world-frozen .world-copy { display: block; margin: 0; }
.world-frozen .world-copy span { display: block; padding: 0 0 24px; }
.world-frozen .world-copy p { max-width: 330px; margin-left: 8px; }

.heritage { min-height: 820px; overflow: hidden; color: var(--ink); background: var(--paper); }
.heritage-rule { position: absolute; inset: 0; opacity: .3; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(16,19,18,.14) 25%); }
.heritage-layout { position: relative; min-height: 820px; }
.heritage-number { position: absolute; left: -1vw; bottom: -10vw; font-family: var(--serif); font-size: clamp(300px, 42vw, 700px); line-height: .75; letter-spacing: -.08em; color: transparent; -webkit-text-stroke: 1px rgba(16,19,18,.19); user-select: none; }
.heritage-copy { position: relative; z-index: 2; max-width: 640px; padding: 160px 0 220px; margin-left: 42%; }
.heritage-copy h2 { margin: 0 0 34px; font-family: var(--serif); font-size: clamp(50px, 5.4vw, 82px); font-weight: 400; line-height: .96; letter-spacing: -.025em; }
.heritage-copy > p:not(.kicker) { max-width: 520px; color: #4f5451; }
.dark-link { display: inline-flex; gap: 30px; margin-top: 34px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 14px; }
.heritage-side { position: absolute; top: 158px; left: 0; margin: 0; font-size: 12px; letter-spacing: .16em; line-height: 1.8; writing-mode: vertical-rl; transform: rotate(180deg); }

.feature { padding: 170px 0; background: var(--ink-2); }
.feature-grid { display: grid; grid-template-columns: .9fr 1.35fr; align-items: center; gap: 4vw; min-height: 680px; }
.feature-copy { position: relative; z-index: 2; }
.feature-index { margin: 76px 0 10px; color: var(--muted); font-size: 12px; letter-spacing: .14em; }
.feature-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(68px, 8vw, 124px); font-weight: 400; line-height: .82; letter-spacing: -.035em; }
.feature-copy dl { max-width: 440px; margin: 56px 0 44px; border-top: 1px solid var(--line-dark); }
.feature-copy dl div { display: grid; grid-template-columns: 1fr 1.4fr; padding: 14px 0; border-bottom: 1px solid var(--line-dark); }
.feature-copy dt { color: var(--muted); font-size: 13px; }
.feature-copy dd { margin: 0; font-size: 13px; }
.outline-button, .light-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 28px; border: 1px solid rgba(255,255,255,.48); font-size: 13px; letter-spacing: .07em; text-transform: uppercase; transition: color .25s, background .25s; }
.outline-button:hover, .outline-button:focus-visible, .light-button:hover, .light-button:focus-visible { color: var(--ink); background: var(--paper); }
.feature-visual { position: relative; display: grid; place-items: center; min-height: 620px; overflow: hidden; }
.feature-visual img { position: relative; z-index: 2; width: min(78%, 610px); filter: drop-shadow(0 40px 45px rgba(0,0,0,.42)); mix-blend-mode: lighten; transform: rotate(-7deg); }
.product-halo { position: absolute; width: 68%; aspect-ratio: 1; border: 1px solid rgba(242,239,232,.16); border-radius: 50%; }
.feature-word { position: absolute; z-index: 0; font-family: var(--serif); font-size: clamp(96px, 13vw, 220px); line-height: 1; letter-spacing: -.05em; color: rgba(242,239,232,.055); }
.feature-visual p { position: absolute; right: 0; bottom: 0; margin: 0; color: var(--muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; }

.professionals { padding: 170px 0 130px; color: var(--ink); background: var(--paper); }
.professionals-heading { display: grid; grid-template-columns: 1fr 1.5fr .8fr; align-items: end; gap: 5vw; margin-bottom: 100px; }
.professionals-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(70px, 8vw, 126px); font-weight: 400; line-height: .78; letter-spacing: -.04em; }
.professionals-heading h2 em { font-weight: 400; }
.professionals-heading > p:last-child { margin: 0; color: #555a57; }
.professional-images { display: grid; grid-template-columns: .82fr 1.15fr .72fr; align-items: end; gap: 24px; }
.pro-photo { position: relative; margin: 0; overflow: hidden; }
.pro-photo::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.5), transparent 45%); content: ""; }
.pro-photo img { height: 100%; object-fit: cover; transition: scale .7s ease; }
.pro-photo:hover img { scale: 1.025; }
.pro-photo-one { height: 410px; }
.pro-photo-two { height: 600px; }
.pro-photo-three { height: 480px; }
.pro-photo figcaption { position: absolute; z-index: 2; right: 22px; bottom: 18px; left: 22px; color: var(--paper); font-family: var(--serif); font-size: clamp(34px, 3vw, 52px); }
.food-service-word { margin: 70px 0 0; font-family: var(--serif); font-size: clamp(80px, 14vw, 210px); line-height: .75; letter-spacing: -.045em; text-align: center; }

.quality { padding: 120px max(32px, calc((100vw - var(--container)) / 2)); background: var(--ink); }
.quality-line { display: grid; grid-template-columns: 1fr .65fr; align-items: center; min-height: 190px; border-top: 1px solid var(--line-dark); }
.quality-line:last-child { border-bottom: 1px solid var(--line-dark); }
.quality-line strong { font-family: var(--serif); font-size: clamp(56px, 7vw, 108px); font-weight: 400; letter-spacing: -.035em; }
.quality-line p { max-width: 330px; margin: 0; color: var(--muted); font-size: 14px; }

.final-cta { position: relative; display: grid; place-items: center; min-height: 92svh; overflow: hidden; text-align: center; }
.final-cta > img, .final-cta-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.final-cta > img { object-fit: cover; object-position: center; scale: 1.04; }
.final-cta-shade { background: rgba(8,11,10,.58); }
.final-cta-content { position: relative; z-index: 2; width: min(100% - 48px, 1000px); }
.final-cta h2 { margin: 0 0 46px; font-family: var(--serif); font-size: clamp(64px, 8vw, 128px); font-weight: 400; line-height: .85; letter-spacing: -.035em; }

.footer { padding: 100px 0 30px; color: var(--paper); background: #0a0c0b; }
.footer-wordmark { margin: 0; font-family: var(--serif); font-size: clamp(130px, 22vw, 330px); line-height: .7; letter-spacing: -.06em; }
.footer-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; width: 65%; margin: 100px 0 90px auto; }
.footer-columns div { display: flex; flex-direction: column; gap: 8px; }
.footer-label { margin: 0 0 16px !important; color: #777c78 !important; font-size: 12px !important; letter-spacing: .16em; }
.footer-columns p, .footer-columns a { margin: 0; font-size: 14px; }
.footer-columns p { color: var(--muted); }
.footer-columns a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line-dark); color: #757a76; font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.footer-bottom p:nth-child(2) { text-align: center; }
.footer-bottom p:last-child { text-align: right; }
.footer-bottom span { margin-left: 12px; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s cubic-bezier(.2,.65,.3,1), transform .9s cubic-bezier(.2,.65,.3,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .14s; }
.reveal-delay-2 { transition-delay: .28s; }
@keyframes hero-settle { to { scale: 1; } }
@keyframes scroll-line { 0%,100% { transform: scaleY(.2); opacity: .35; } 50% { transform: scaleY(1); opacity: 1; } }

@media (max-width: 1024px) {
  .desktop-nav, .location { display: none; }
  .site-header { grid-template-columns: 1fr auto; height: 84px; }
  .menu-toggle { display: block; }
  .mobile-menu { position: absolute; top: 100%; left: 0; display: grid; width: 100%; padding: 18px 32px 32px; background: rgba(16,19,18,.97); border-top: 1px solid var(--line-dark); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s ease; }
  .mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; }
  .mobile-menu a { padding: 14px 0; border-bottom: 1px solid var(--line-dark); font-family: var(--serif); font-size: 30px; }
  .section-intro { grid-template-columns: 1fr; gap: 24px; }
  .worlds-grid { column-gap: 5vw; }
  .heritage-copy { margin-left: 34%; }
  .professionals-heading { grid-template-columns: 1fr 1.5fr; }
  .professionals-heading > p:last-child { grid-column: 2; }
}

@media (max-width: 768px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .site-header { padding-inline: 20px; }
  .brand { width: 96px; }
  .hero-content { padding-bottom: 56px; }
  .hero h1 { font-size: clamp(58px, 15vw, 94px); }
  .hero-meta { display: grid; gap: 24px; width: 100%; margin-top: 32px; }
  .scroll-cue { display: none; }
  .worlds { padding: 104px 0 120px; }
  .section-intro { margin-bottom: 64px; }
  .section-intro h2 { font-size: 54px; }
  .worlds-grid { display: block; }
  .world { margin: 0 0 92px; }
  .world-sushi { width: 76%; margin-left: auto; }
  .world-sushi .world-copy { margin-left: -32%; }
  .world-frozen { display: grid; width: 100%; grid-template-columns: .9fr 1fr; gap: 22px; }
  .world-copy { grid-template-columns: 38px 1fr; margin-top: -18px; }
  .world-copy h3, .world-sushi .world-copy h3 { font-size: clamp(50px, 15vw, 72px); }
  .world-copy p { grid-column: 1 / -1; }
  .heritage, .heritage-layout { min-height: 760px; }
  .heritage-copy { margin-left: 18%; padding: 110px 0 200px; }
  .heritage-number { bottom: -3vw; font-size: 54vw; }
  .heritage-side { display: none; }
  .feature { padding: 110px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-visual { grid-row: 1; min-height: 420px; }
  .feature-copy h2 { font-size: 76px; }
  .feature-index { margin-top: 48px; }
  .professionals { padding: 110px 0 90px; }
  .professionals-heading { display: block; margin-bottom: 64px; }
  .professionals-heading h2 { margin: 24px 0 32px; font-size: 82px; }
  .professional-images { grid-template-columns: 1fr 1fr; }
  .pro-photo-one { height: 300px; }
  .pro-photo-two { height: 420px; }
  .pro-photo-three { grid-column: 1 / -1; width: 72%; height: 360px; margin-left: auto; }
  .quality { padding: 90px 20px; }
  .quality-line { grid-template-columns: 1fr; align-content: center; min-height: 170px; }
  .quality-line strong { font-size: clamp(52px, 14vw, 84px); }
  .quality-line p { margin-top: 8px; }
  .footer { padding-top: 70px; }
  .footer-columns { width: 100%; margin: 70px 0; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom p, .footer-bottom p:nth-child(2), .footer-bottom p:last-child { text-align: left; }
}

@media (max-width: 480px) {
  .kicker { font-size: 12px; }
  .hero h1 { font-size: 56px; }
  .hero-image { object-position: 58% center; }
  .world-frozen { display: block; }
  .world-frozen figure { width: 78%; margin-left: auto; }
  .world-frozen .world-copy { margin-top: -16px; }
  .heritage-copy { margin-left: 0; }
  .heritage-copy h2 { font-size: 50px; }
  .feature-visual { min-height: 340px; }
  .feature-copy h2 { font-size: 66px; }
  .professional-images { display: block; }
  .pro-photo { width: 88%; height: 390px; margin-bottom: 24px; }
  .pro-photo-two { margin-left: auto; }
  .pro-photo-three { width: 78%; }
  .food-service-word { font-size: 22vw; }
  .final-cta h2 { font-size: 58px; }
  .footer-columns { grid-template-columns: 1fr 1fr; }
  .footer-columns div:first-child { grid-column: 1 / -1; }
}

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