:root {
  --paper: #f2ecdf;
  --paper-light: #fbf8f1;
  --ink: #19211c;
  --green: #294b3a;
  --green-dark: #173427;
  --orange: #d85834;
  --sand: #d7c6aa;
  --line: rgba(25, 33, 28, .18);
  --white: #fffdf7;
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --container: min(1480px, calc(100vw - 64px));
  --ease: cubic-bezier(.2, .8, .2, 1);
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&display=swap');

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { touch-action: manipulation; }

body.o_nathivo_site #wrapwrap { background: var(--paper); }
body.o_nathivo_site header, body.o_nathivo_site footer { background: transparent; }

.skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-160%); z-index: 100; background: var(--white); padding: 12px 16px; border: 2px solid var(--green); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.site-header { width: var(--container); min-height: 92px; margin: auto; display: grid; grid-template-columns: minmax(190px, 250px) 1fr auto; align-items: center; gap: 36px; border-bottom: 1px solid var(--line); position: relative; z-index: 30; }
.brand { width: 226px; }
.brand img { width: 100%; height: auto; }
.nav-toggle { display: none; }
.site-nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 52px); }
.site-nav a { text-decoration: none; font-size: .92rem; font-weight: 600; position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--orange); transition: right 220ms var(--ease); }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-cta { min-height: 48px; padding: 12px 20px; display: inline-flex; align-items: center; gap: 10px; color: var(--white); background: var(--green-dark); text-decoration: none; font-weight: 700; transition: background 220ms var(--ease), color 220ms var(--ease); }
.header-cta:hover { background: var(--orange); }

.hero { width: var(--container); margin: auto; min-height: calc(100svh - 92px); display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); grid-template-rows: 1fr auto; align-items: center; column-gap: clamp(40px, 6vw, 110px); padding: 60px 0 34px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; font-size: .76rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 2px; background: var(--orange); }
.hero h1, .section-intro h2, .menu-heading h2, .catering-copy h2, .process-heading h2, .quote-copy h2, .shop-heading h2 { margin: 0; font-family: var(--serif); font-weight: 600; letter-spacing: -.055em; line-height: .91; }
.hero h1 { max-width: 9ch; font-size: clamp(4.4rem, 7.2vw, 8.4rem); }
.hero h1 em, .menu-heading h2 em, .quote-copy h2 em { color: var(--orange); font-weight: 500; font-style: italic; }
.hero-lead { max-width: 580px; margin: 28px 0; font-size: clamp(1.05rem, 1.3vw, 1.28rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.button, .header-cta, .circle-link { cursor: pointer; }
.button { border: 0; min-height: 52px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; text-decoration: none; font-weight: 700; transition: color 220ms var(--ease), background 220ms var(--ease), transform 220ms var(--ease); }
.button:hover { transform: translateY(-2px); }
.button svg, .circle-link svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-solid { background: var(--green-dark); color: var(--white); }
.button-solid:hover { background: var(--orange); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link span { color: var(--orange); font-size: 1.35rem; }

.hero-visual { position: relative; align-self: stretch; min-height: 620px; }
.hero-photo-wrap { height: 100%; min-height: 620px; overflow: hidden; clip-path: polygon(3% 6%, 91% 0, 100% 91%, 8% 100%, 0 55%); background: var(--green); }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; transition: transform 800ms var(--ease); }
.hero-visual:hover .hero-photo { transform: scale(1.025); }
.hero-stamp { position: absolute; top: 7%; right: -18px; width: 150px; height: 150px; border: 1px solid var(--white); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--white); background: var(--orange); transform: rotate(8deg); }
.hero-stamp span { font-size: .56rem; letter-spacing: .14em; }
.hero-stamp strong { font-family: var(--serif); font-size: 1.15rem; line-height: 1; margin: 5px 0; }
.hero-caption { position: absolute; left: -44px; bottom: 28px; margin: 0; padding: 16px 18px; color: var(--white); background: var(--green-dark); font-size: .82rem; letter-spacing: .02em; }
.hero-caption b { color: var(--orange); margin-right: 7px; }
.service-ticker { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line); font-family: var(--serif); font-size: clamp(1rem, 1.55vw, 1.35rem); }
.service-ticker i { width: 6px; height: 6px; background: var(--orange); transform: rotate(45deg); }

.section-pad { padding: clamp(90px, 10vw, 150px) max(32px, calc((100vw - 1480px) / 2)); }
.section-intro { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; margin-bottom: 64px; }
.section-intro .eyebrow { margin-top: 10px; }
.section-intro h2, .menu-heading h2, .catering-copy h2, .process-heading h2, .quote-copy h2, .shop-heading h2 { font-size: clamp(3.2rem, 5.2vw, 6.5rem); }

.choice-section { background: var(--paper-light); }
.choice-grid { border-top: 1px solid var(--line); }
.choice { position: relative; min-height: 560px; display: grid; grid-template-columns: 100px minmax(360px, .9fr) minmax(400px, 1.1fr); align-items: stretch; border-bottom: 1px solid var(--line); }
.choice-number { padding-top: 42px; font-family: var(--serif); font-size: 1.3rem; color: var(--orange); }
.choice-body { padding: 42px clamp(26px, 4vw, 70px) 42px 0; display: flex; flex-direction: column; justify-content: center; }
.choice-label { text-transform: uppercase; letter-spacing: .15em; font-size: .72rem; font-weight: 700; }
.choice h3 { max-width: 12ch; margin: 18px 0; font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 4.8rem); line-height: .96; letter-spacing: -.04em; }
.choice-body > p:not(.choice-label) { max-width: 540px; }
.choice > img { width: 100%; height: 100%; max-height: 560px; object-fit: cover; filter: saturate(.88) contrast(1.04); }
.circle-link { width: 58px; height: 58px; margin-top: 20px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; transition: background 220ms var(--ease), color 220ms var(--ease), transform 220ms var(--ease); }
.circle-link:hover { background: var(--green-dark); color: var(--white); transform: rotate(-8deg); }
.choice-event { background: var(--green); color: var(--white); }
.choice-event .choice-number, .choice-event .choice-label { color: #f2a48c; }
.choice-event .circle-link { border-color: rgba(255,255,255,.72); }
.choice-event .circle-link:hover { background: var(--orange); }

.menu-section { color: var(--white); background: var(--green-dark); }
.eyebrow-light { color: #eedfca; }
.menu-heading { display: grid; grid-template-columns: 1.5fr .5fr; gap: 60px; align-items: end; margin-bottom: 62px; }
.menu-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -25px; }
.menu-heading h2 { max-width: 12ch; }
.menu-heading > p:last-child { color: #d8d2c7; max-width: 490px; }
.menu-mosaic { display: grid; grid-template-columns: 1.3fr .72fr .72fr; gap: 18px; }
.menu-item { position: relative; min-height: 540px; margin: 0; overflow: hidden; }
.menu-item-large { min-height: 660px; }
.menu-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease), filter 300ms var(--ease); }
.menu-item:hover img { transform: scale(1.035); filter: saturate(1.08); }
.menu-item::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(10,20,14,.82)); }
.menu-item figcaption { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 24px; }
.menu-item figcaption span { display: block; margin-bottom: 7px; color: #f1b29e; text-transform: uppercase; letter-spacing: .15em; font-size: .7rem; font-weight: 700; }
.menu-item figcaption strong { font-family: var(--serif); font-size: clamp(1.3rem, 2.2vw, 2rem); line-height: 1.08; }
.menu-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.18); margin-top: 28px; }
.button-light { color: var(--green-dark); background: var(--white); }
.button-light:hover { color: var(--white); background: var(--orange); }

.catalog-strip { margin-top: 34px; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 1.5rem; background: rgba(255,255,255,.06); }
.catalog-strip h3 { margin: 0 0 12px; font-size: 1rem; letter-spacing: .15em; text-transform: uppercase; color: #eedfca; }
.catalog-chips { display: flex; flex-wrap: wrap; gap: .7rem; margin: 0 0 18px; padding: 0; list-style: none; }
.catalog-chips a, .catalog-chips span { display: inline-flex; align-items: center; min-height: 42px; padding: 0 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.2); text-decoration: none; background: rgba(255,255,255,.05); }
.catalog-products { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.catalog-product { display: grid; gap: 10px; padding: 14px; border-radius: 1.2rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.catalog-product img { width: 100%; aspect-ratio: 1 / 1.05; object-fit: cover; border-radius: 1rem; }
.catalog-product strong { font-family: var(--serif); font-size: 1.1rem; line-height: 1.05; }
.catalog-product small { color: #d8d2c7; }

.catering-section { display: grid; grid-template-columns: .9fr 1.1fr; background: var(--orange); }
.catering-copy { padding-right: clamp(50px, 8vw, 130px); }
.catering-copy h2 { max-width: 10ch; }
.catering-copy > p:not(.eyebrow) { max-width: 620px; font-size: 1.08rem; }
.catering-list { list-style: none; padding: 0; margin: 46px 0; border-top: 1px solid rgba(25,33,28,.36); }
.catering-list li { display: flex; gap: 24px; padding: 16px 0; border-bottom: 1px solid rgba(25,33,28,.36); font-family: var(--serif); font-size: 1.35rem; }
.catering-list span { font-family: var(--sans); font-size: .75rem; padding-top: 6px; }
.text-link-dark span { color: var(--green-dark); }
.catering-gallery { display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: 1fr 1fr; min-height: 860px; gap: 8px; background: var(--paper); }
.catering-gallery img { width: 100%; height: 100%; object-fit: cover; }
.catering-gallery .gallery-tall { grid-row: 1 / 3; }

.process-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 140px); background: var(--paper-light); }
.process-heading h2 { max-width: 9ch; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { min-height: 155px; display: grid; grid-template-columns: 75px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--orange); font-family: var(--serif); }
.process-list h3 { margin: 0; font-family: var(--serif); font-size: 2rem; }
.process-list p { margin: 4px 0 0; }

.quote-section { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(60px, 10vw, 170px); color: var(--white); background: var(--green-dark); }
.quote-copy h2 { max-width: 8ch; }
.quote-copy > p:last-child { max-width: 500px; color: #d8d2c7; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 18px; align-content: start; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field-wide { grid-column: 1 / -1; }
.field label { font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 54px; padding: 10px 0; color: var(--white); border: 0; border-bottom: 1px solid rgba(255,255,255,.42); border-radius: 0; background: transparent; }
.field textarea { min-height: 112px; resize: vertical; }
.field select option { color: var(--ink); }
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.55); }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-bottom-color: var(--orange); }
.button-accent { width: 100%; margin-top: 10px; color: var(--white); background: var(--orange); }
.button-accent:hover { color: var(--green-dark); background: var(--white); }
.form-note { margin: 0; color: #bdbab4; font-size: .78rem; }
.form-success { padding: 14px; color: var(--green-dark); background: #dfebdf; }

.site-footer { padding: 72px max(32px, calc((100vw - 1480px) / 2)) 30px; background: var(--paper); }
.footer-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-bottom: 58px; }
.footer-top img { width: min(680px, 62vw); }
.footer-top p { max-width: 260px; margin: 0; font-family: var(--serif); font-size: 1.4rem; text-align: right; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding-top: 22px; border-top: 1px solid var(--line); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom nav { display: flex; gap: 26px; }
.footer-bottom a { text-decoration: none; }
.footer-bottom > p:last-child { text-align: right; }
.mobile-actions { display: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  :root { --container: calc(100vw - 40px); }
  .site-header { grid-template-columns: 190px 1fr auto; gap: 20px; }
  .site-nav { gap: 20px; }
  .hero { grid-template-columns: .9fr 1.1fr; column-gap: 40px; }
  .hero h1 { font-size: clamp(4rem, 7.5vw, 6.8rem); }
  .choice { grid-template-columns: 70px minmax(300px, .9fr) minmax(340px, 1.1fr); }
  .section-pad { padding-left: 40px; padding-right: 40px; }
  .catalog-products { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 860px) {
  body { padding-bottom: 68px; }
  .site-header { min-height: 78px; grid-template-columns: 1fr auto; }
  .brand { width: 190px; }
  .header-cta { display: none; }
  .nav-toggle { width: 48px; height: 48px; border: 1px solid var(--line); background: transparent; display: grid; place-content: center; gap: 7px; cursor: pointer; }
  .nav-toggle span { width: 22px; height: 2px; background: var(--ink); transition: transform 220ms var(--ease); }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .site-nav { position: absolute; top: 78px; left: 0; right: 0; display: none; padding: 18px 20px 24px; flex-direction: column; align-items: flex-start; background: var(--paper-light); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav a { width: 100%; min-height: 44px; display: flex; align-items: center; font-size: 1.1rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 44px; padding-top: 54px; }
  .hero-copy { padding-right: 5vw; }
  .hero h1 { font-size: clamp(4rem, 15vw, 7.2rem); }
  .hero-visual, .hero-photo-wrap { min-height: 610px; }
  .hero-caption { left: 14px; }
  .service-ticker { overflow: hidden; justify-content: flex-start; white-space: nowrap; }
  .service-ticker span:nth-of-type(n+4), .service-ticker i:nth-of-type(n+4) { display: none; }
  .section-intro, .menu-heading, .catering-section, .process-section, .quote-section { grid-template-columns: 1fr; }
  .section-intro { gap: 20px; }
  .choice { grid-template-columns: 60px 1fr; min-height: auto; }
  .choice > img { grid-column: 1 / -1; height: 440px; max-height: none; }
  .choice-body { padding-right: 0; }
  .menu-heading .eyebrow { margin-bottom: 0; }
  .menu-mosaic { grid-template-columns: 1fr 1fr; }
  .menu-item-large { grid-column: 1 / -1; }
  .catalog-products { grid-template-columns: 1fr 1fr; }
  .catering-gallery { min-height: 680px; }
  .process-section, .quote-section { gap: 56px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-top img { width: min(680px, 100%); }
  .footer-top p { text-align: left; }
  .mobile-actions { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; height: 68px; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -8px 28px rgba(25,33,28,.14); }
  .mobile-actions a { display: grid; place-items: center; text-decoration: none; font-weight: 700; background: var(--paper-light); }
  .mobile-actions a:last-child { color: var(--white); background: var(--green-dark); }
}

@media (max-width: 560px) {
  :root { --container: calc(100vw - 28px); }
  .section-pad { padding: 82px 20px; }
  .hero h1 { font-size: clamp(3.65rem, 17vw, 5.6rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-visual, .hero-photo-wrap { min-height: 500px; }
  .hero-stamp { width: 112px; height: 112px; right: -5px; }
  .hero-stamp span { font-size: .45rem; }
  .hero-stamp strong { font-size: .9rem; }
  .service-ticker span:nth-of-type(n+3), .service-ticker i:nth-of-type(n+3) { display: none; }
  .section-intro h2, .menu-heading h2, .catering-copy h2, .process-heading h2, .quote-copy h2, .shop-heading h2 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .choice { grid-template-columns: 42px 1fr; }
  .choice-number { font-size: 1rem; }
  .choice h3 { font-size: 2.9rem; }
  .choice > img { height: 340px; }
  .menu-mosaic { grid-template-columns: 1fr; }
  .menu-item-large { grid-column: auto; min-height: 520px; }
  .menu-item { min-height: 460px; }
  .menu-bottom { align-items: flex-start; flex-direction: column; }
  .catalog-products { grid-template-columns: 1fr; }
  .catering-gallery { grid-template-columns: 1fr 1fr; min-height: 600px; }
  .catering-gallery .gallery-tall { grid-column: 1 / -1; grid-row: auto; }
  .process-list li { grid-template-columns: 52px 1fr; }
  .quote-form { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom nav { flex-wrap: wrap; }
  .footer-bottom > p:last-child { text-align: left; }
}

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