:root {
  --ink: #201612;
  --black: #17110e;
  --deep: #241713;
  --cream: #f6efe4;
  --paper: #fffaf3;
  --white: #ffffff;
  --red: #a82b24;
  --red-dark: #812019;
  --gold: #c29a54;
  --muted: #6d625c;
  --line: rgba(38, 26, 20, .14);
  --shadow: 0 26px 70px rgba(32, 22, 18, .16);
  --radius: 24px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.sr-only, .hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 999;
  background: var(--white);
  color: var(--ink);
  padding: 12px 16px;
  border-radius: 8px;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }
.shell { width: var(--shell); margin-inline: auto; }

.announcement {
  background: var(--red);
  color: var(--white);
  min-height: 38px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 13px;
  text-align: center;
}
.announcement a { font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,250,243,.92);
  border-bottom: 1px solid rgba(38,26,20,.08);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex-direction: column; line-height: 1; }
.brand-main { font-family: var(--serif); font-size: 34px; font-weight: 700; letter-spacing: -.02em; }
.brand-sub { margin-top: 6px; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 600; }
.primary-nav > a:not(.nav-cta) { position: relative; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--red); transition: right .25s ease; }
.primary-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 17px; border-radius: 999px; background: var(--black); color: var(--white); }
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button > span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { overflow: hidden; background: radial-gradient(circle at 78% 16%, rgba(194,154,84,.18), transparent 28%), linear-gradient(135deg, #fffaf3 0%, #f5ebdf 100%); }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; padding-block: 72px; }
.eyebrow { margin: 0 0 12px; color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero h1, .section-heading h2, .gallery-heading h2, .about-copy h2, .inquiry-intro h2 {
  font-family: var(--serif);
  letter-spacing: -.035em;
  line-height: .96;
}
.hero h1 { margin: 0; max-width: 720px; font-size: clamp(58px, 7vw, 92px); font-weight: 600; }
.hero-lede { max-width: 660px; margin: 28px 0 0; color: #4e433d; font-size: 18px; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { min-height: 50px; padding: 14px 22px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: var(--white); box-shadow: 0 14px 34px rgba(168,43,36,.24); }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { border-color: rgba(32,22,18,.28); background: rgba(255,255,255,.4); }
.button-secondary:hover { border-color: var(--ink); background: var(--white); }
.hero-meta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--muted); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.hero-meta span { position: relative; }
.hero-meta span:not(:last-child)::after { content: "•"; position: absolute; right: -14px; color: var(--gold); }
.hero-visual { position: relative; padding: 18px 0 24px 24px; }
.portrait-frame { position: relative; overflow: hidden; border-radius: 180px 180px 28px 28px; box-shadow: var(--shadow); background: var(--deep); }
.portrait-frame img { width: 100%; aspect-ratio: 920 / 1254; object-fit: cover; }
.portrait-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); pointer-events: none; }
.portrait-caption { position: absolute; left: 24px; right: 24px; bottom: 20px; padding: 16px 18px; display: flex; flex-direction: column; background: rgba(24,16,13,.82); color: var(--white); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; backdrop-filter: blur(10px); }
.portrait-caption strong { font-family: var(--serif); font-size: 27px; line-height: 1; }
.portrait-caption span { margin-top: 4px; color: #e8d3b0; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.floating-card { position: absolute; left: -5px; bottom: 90px; padding: 18px 20px; display: grid; gap: 5px; background: var(--white); border-radius: 16px; box-shadow: 0 20px 48px rgba(32,22,18,.18); font-family: var(--serif); font-size: 20px; font-weight: 700; line-height: 1; }
.floating-card span:nth-child(2) { color: var(--red); }

.trust-strip { background: var(--black); color: #f3e9dc; }
.trust-grid { min-height: 72px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid span { padding: 0 20px; text-align: center; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.trust-grid span + span { border-left: 1px solid rgba(255,255,255,.16); }

.section { padding: 108px 0; }
.section-light { background: var(--paper); }
.section-cream { background: var(--cream); }
.section-dark { color: var(--white); background: radial-gradient(circle at 8% 5%, rgba(168,43,36,.23), transparent 24%), var(--black); }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading h2, .gallery-heading h2, .about-copy h2, .inquiry-intro h2 { margin: 0; font-size: clamp(46px, 5.2vw, 68px); font-weight: 600; }
.section-heading > p:last-child { max-width: 690px; margin: 20px 0 0; color: var(--muted); }
.section-heading-light > p:last-child { color: #cdbfb4; }
.centered { margin-inline: auto; text-align: center; }
.centered > p:last-child { margin-inline: auto; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 390px; padding: 32px; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 42px rgba(38,26,20,.06); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 25px 55px rgba(38,26,20,.11); }
.service-number { color: var(--gold); font-family: var(--serif); font-size: 28px; }
.service-card h3 { margin: auto 0 16px; font-family: var(--serif); font-size: 38px; line-height: 1; }
.service-card p { margin: 0; color: var(--muted); }
.service-card a { margin-top: 24px; color: var(--red); font-size: 14px; font-weight: 700; }

.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.experience-card { overflow: hidden; background: #211713; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); box-shadow: 0 24px 60px rgba(0,0,0,.24); }
.experience-card img { width: 100%; aspect-ratio: 1.35; object-fit: cover; transition: transform .6s ease; }
.experience-card:hover img { transform: scale(1.035); }
.experience-copy { padding: 26px 26px 30px; }
.card-kicker { margin: 0 0 8px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.experience-copy h3 { margin: 0; font-family: var(--serif); font-size: 40px; line-height: 1; }
.experience-copy p:not(.card-kicker) { min-height: 78px; margin: 16px 0; color: #cdbfb4; font-size: 14px; }
.experience-copy a { color: #f5dfb8; font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }

.gallery-heading { margin-bottom: 40px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: end; }
.gallery-heading p { margin: 0; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: 1.35fr .9fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.gallery-item { position: relative; overflow: hidden; min-height: 300px; margin: 0; border-radius: var(--radius); background: var(--deep); box-shadow: 0 18px 45px rgba(32,22,18,.1); }
.gallery-large { grid-row: 1 / span 2; }
.gallery-item img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; transition: transform .6s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item figcaption { position: absolute; left: 18px; right: 18px; bottom: 16px; padding: 12px 14px; color: var(--white); background: rgba(23,17,14,.78); border: 1px solid rgba(255,255,255,.14); border-radius: 11px; font-size: 12px; font-weight: 600; letter-spacing: .04em; backdrop-filter: blur(8px); }

.process-section { background: var(--white); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 86px; align-items: start; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { padding: 27px 0; display: grid; grid-template-columns: 56px 1fr; gap: 22px; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list > li > span { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; color: var(--white); background: var(--red); font-family: var(--serif); font-size: 26px; }
.process-list h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 31px; line-height: 1; }
.process-list p { margin: 0; color: var(--muted); }

.about-section { color: var(--white); background: var(--deep); }
.about-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 76px; align-items: center; }
.about-image { position: relative; }
.about-image::before { content: ""; position: absolute; inset: -16px 16px 16px -16px; border: 1px solid rgba(194,154,84,.48); border-radius: 28px; }
.about-image img { position: relative; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 18%; border-radius: 22px; box-shadow: 0 26px 70px rgba(0,0,0,.3); }
.about-copy > p:not(.eyebrow):not(.about-title) { color: #d1c4b9; }
.about-title { margin: 8px 0 24px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.about-copy blockquote { margin: 28px 0; padding: 22px 0 22px 24px; border-left: 3px solid var(--red); font-family: var(--serif); font-size: 29px; line-height: 1.15; }
.text-link { color: #f0d6a5; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }

.test-kitchen-section { background: linear-gradient(180deg, #f8f0e4 0%, #fffaf3 100%); }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.product-card { padding: 26px; display: grid; grid-template-columns: 220px 1fr; gap: 28px; align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 48px rgba(32,22,18,.07); }
.product-art { min-height: 270px; display: grid; place-items: center; border-radius: 18px; background: radial-gradient(circle at 50% 30%, #fff7e8, #ead7bd); overflow: hidden; }
.product-photo { padding: 0; background: #17110e; }
.product-photo picture, .product-photo img { width: 100%; height: 100%; display: block; }
.product-photo img { min-height: 270px; object-fit: cover; object-position: center; transition: transform .6s ease; }
.product-card:hover .product-photo img { transform: scale(1.035); }

.product-jar { align-content: center; }
.jar-lid { width: 124px; height: 26px; border-radius: 8px 8px 3px 3px; background: linear-gradient(#2e2724, #0f0d0c); box-shadow: 0 7px 0 rgba(0,0,0,.12); }
.jar-body { width: 140px; height: 170px; padding: 39px 12px 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--white); background: linear-gradient(145deg, rgba(174,48,33,.96), rgba(78,15,10,.98)); border: 4px solid rgba(255,255,255,.42); border-radius: 16px 16px 34px 34px; box-shadow: inset 12px 0 18px rgba(255,255,255,.12), 0 24px 30px rgba(49,20,12,.24); text-align: center; }
.jar-body span, .pouch-body span { font-family: var(--serif); font-size: 22px; font-weight: 700; }
.jar-body strong, .pouch-body strong { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.jar-body small, .pouch-body small { margin-top: 13px; padding: 3px 7px; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; font-size: 8px; letter-spacing: .13em; }
.product-pouch { align-content: center; }
.pouch-top { width: 154px; height: 18px; background: #181310; border-radius: 5px 5px 0 0; }
.pouch-body { width: 170px; height: 205px; padding: 24px 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--white); background: linear-gradient(150deg, #241a15, #070605); border-radius: 4px 4px 20px 20px; box-shadow: inset 10px 0 22px rgba(255,255,255,.06), 0 24px 30px rgba(0,0,0,.24); text-align: center; }
.pouch-body strong { color: #f0bd66; }
.status-pill { padding: 6px 10px; display: inline-flex; color: var(--red); background: #faece9; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-copy h3 { margin: 16px 0 10px; font-family: var(--serif); font-size: 38px; line-height: 1; }
.product-copy p { margin: 0; color: var(--muted); }
.sample-callout { margin-top: 24px; padding: 32px; display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; color: var(--white); background: var(--black); border-radius: var(--radius); box-shadow: 0 24px 60px rgba(32,22,18,.16); }
.sample-callout h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 38px; line-height: 1; }
.sample-callout p:last-child { max-width: 760px; margin: 0; color: #d1c4b9; }
.sample-callout .button { white-space: nowrap; }

.inquiry-section { color: var(--white); background: radial-gradient(circle at 0 100%, rgba(168,43,36,.26), transparent 28%), var(--black); }
.inquiry-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 78px; align-items: start; }
.inquiry-intro > p:not(.eyebrow) { color: #d1c4b9; }
.contact-stack { margin-top: 32px; display: grid; gap: 12px; }
.contact-stack a { padding: 13px 0; display: grid; grid-template-columns: 90px 1fr; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-stack span { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.inquiry-form { padding: 34px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.inquiry-form label { margin-bottom: 16px; display: grid; gap: 7px; color: #514640; font-size: 12px; font-weight: 700; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 1px solid #d8cec5; border-radius: 10px; background: #fffcf8; color: var(--ink); outline: none; }
.inquiry-form input, .inquiry-form select { height: 48px; padding: 0 13px; }
.inquiry-form textarea { padding: 13px; resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(168,43,36,.1); }
.form-submit { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; text-align: center; }

.site-footer { padding: 72px 0 24px; color: #d3c7be; background: #100c0a; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 70px; }
.brand-footer { color: var(--white); }
.footer-grid > div:first-child p { max-width: 430px; }
.footer-grid h2 { margin: 0 0 15px; color: var(--gold); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a:not(.brand) { padding: 4px 0; font-size: 14px; }
.footer-bottom { margin-top: 54px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #8f837a; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@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; }
}

@media (max-width: 1040px) {
  .primary-nav { gap: 16px; }
  .hero-grid { gap: 44px; }
  .experience-copy p:not(.card-kicker) { min-height: 100px; }
  .product-card { grid-template-columns: 180px 1fr; }
  .product-art { min-height: 240px; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 28px, 760px); }
  .menu-button { display: block; }
  .primary-nav { position: absolute; left: 14px; right: 14px; top: calc(100% + 8px); padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 4px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 10px 12px; }
  .nav-cta { text-align: center; }
  .hero-grid, .about-grid, .process-grid, .inquiry-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding-block: 60px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { max-width: 620px; margin-inline: auto; padding-left: 0; }
  .floating-card { left: -8px; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding-block: 12px; }
  .trust-grid span { min-height: 42px; display: grid; place-items: center; }
  .trust-grid span:nth-child(3) { border-left: 0; }
  .service-grid, .experience-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .experience-copy p:not(.card-kicker) { min-height: auto; }
  .experience-card img { aspect-ratio: 1.55; }
  .gallery-heading { grid-template-columns: 1fr; gap: 16px; }
  .process-grid { gap: 20px; }
  .about-grid { gap: 50px; }
  .about-image { max-width: 620px; }
  .product-grid { grid-template-columns: 1fr; }
  .sample-callout { grid-template-columns: 1fr; }
  .sample-callout .button { justify-self: start; }
  .inquiry-grid { gap: 44px; }
}

@media (max-width: 680px) {
  .announcement { flex-direction: column; gap: 0; }
  .nav-wrap { min-height: 72px; }
  .brand-main { font-size: 29px; }
  .brand-sub { font-size: 8px; }
  .hero h1 { font-size: clamp(50px, 15vw, 70px); }
  .hero-lede { font-size: 16px; }
  .hero-meta { display: grid; gap: 7px; }
  .hero-meta span::after { display: none; }
  .portrait-frame { border-radius: 120px 120px 24px 24px; }
  .floating-card { position: relative; left: auto; bottom: auto; margin: -22px 18px 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid span + span { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .section { padding: 80px 0; }
  .section-heading h2, .gallery-heading h2, .about-copy h2, .inquiry-intro h2 { font-size: 44px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .gallery-large { grid-row: auto; }
  .gallery-item, .gallery-item img { min-height: 340px; }
  .product-card { grid-template-columns: 1fr; }
  .product-art { min-height: 250px; }
  .product-photo img { min-height: 250px; max-height: 360px; }
  .sample-callout { padding: 26px; }
  .sample-callout .button { width: 100%; white-space: normal; text-align: center; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .inquiry-form { padding: 24px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
}
