:root {
  --cream: #f7f4ee;
  --cream-deep: #eee9e1;
  --paper: #fffdf9;
  --white: #ffffff;
  --ink: #26343d;
  --text: #56636b;
  --muted: #7c878e;
  --brand: #6da6ce;
  --brand-dark: #456f8e;
  --brand-soft: #e8f2f8;
  --sage: #6da6ce;
  --sage-dark: #456f8e;
  --sage-soft: #e8f2f8;
  --clay: #6da6ce;
  --clay-dark: #456f8e;
  --gold: #c8aa7a;
  --line: rgba(37, 39, 31, 0.14);
  --shadow: 0 24px 70px rgba(61, 54, 41, 0.14);
  --shadow-soft: 0 12px 35px rgba(61, 54, 41, 0.09);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  color: var(--ink);
  text-wrap: balance;
}
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
}
h2 { font-size: clamp(2.35rem, 5vw, 4.35rem); line-height: 1.02; }
h3 { line-height: 1.16; }

.shell { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-copy { max-width: 660px; font-size: 1.05rem; }
.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; left: 14px; top: -100px; z-index: 9999;
  background: var(--ink); color: var(--white); padding: 10px 14px; border-radius: 8px;
  text-decoration: none; font-weight: 800;
}
.skip-link:focus { top: 14px; }

.eyebrow {
  margin-bottom: 14px;
  color: var(--clay-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.eyebrow-light { color: var(--brand-dark); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 253, 248, 0.93);
  border-bottom: 1px solid rgba(37, 39, 31, 0.1);
  backdrop-filter: blur(18px);
}
.header-inner { height: 84px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; min-width: 0; }
.brand-mark {
  width: 118px;
  height: 62px;
  display: block;
  overflow: hidden;
  flex: 0 0 auto;
  background-image: url("/assets/brand/second-spoon-logo.png");
  background-repeat: no-repeat;
  background-position: center 48%;
  background-size: 178% auto;
  border-radius: 10px;
}
.brand-logo {
  display: none;
}
.brand-name {
  color: var(--ink); font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem; font-weight: 700; white-space: nowrap;
}
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 5px; }
.site-nav a {
  text-decoration: none; color: var(--ink); font-weight: 750; font-size: 0.92rem;
  padding: 10px 11px; border-radius: 999px;
}
.site-nav a:hover, .site-nav a:focus-visible { background: var(--cream); outline: none; }
.site-nav .nav-cta { color: var(--white); background: var(--brand); padding-inline: 18px; margin-left: 6px; }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { background: var(--brand-dark); }
.menu-button { display: none; margin-left: auto; width: 46px; height: 42px; border: 1px solid var(--line); background: var(--paper); border-radius: 12px; padding: 10px; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 4px 0; transition: 180ms ease; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 12%, rgba(109, 166, 206, 0.16), transparent 34%),
    linear-gradient(135deg, #fffdfa 0%, #fbfcfd 55%, #edf5fa 100%);
  border-bottom: 1px solid var(--line);
}
.hero::after {
  content: ""; position: absolute; left: -5%; bottom: -22%; width: 480px; height: 480px;
  border: 1px solid rgba(110, 159, 196, 0.18); border-radius: 50%; pointer-events: none;
}
.hero-grid { min-height: 690px; padding: 74px 0 84px; display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 60px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { font-size: clamp(3.45rem, 6.3vw, 6.3rem); line-height: 0.9; margin-bottom: 26px; max-width: 750px; }
.hero h1 span { color: var(--brand); font-style: italic; }
.hero-lede { font-size: clamp(1.08rem, 1.7vw, 1.25rem); max-width: 650px; color: #54574c; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 1px solid transparent; border-radius: 999px; padding: 13px 20px;
  text-decoration: none; font-weight: 850; font-size: 0.95rem;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--clay); color: var(--white); box-shadow: 0 10px 24px rgba(79, 120, 152, 0.24); }
.button-primary:hover, .button-primary:focus-visible { background: var(--clay-dark); }
.button-ghost { border-color: rgba(37, 39, 31, 0.22); color: var(--ink); background: rgba(255, 255, 255, 0.54); }
.button-ghost:hover, .button-ghost:focus-visible { background: var(--white); }
.hero-note { margin: 22px 0 0; font-size: 0.88rem; color: var(--muted); }

.hero-visual { position: relative; min-height: 525px; }
.food-photo { position: absolute; display: block; overflow: hidden; background: #e9e1d3; border: 9px solid var(--paper); box-shadow: var(--shadow); }
.food-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.food-photo:hover img { transform: scale(1.025); }

.food-photo .crop-main { object-position: 50% 52%; }
.food-photo .crop-top { object-position: 62% 36%; }
.food-photo .crop-bottom { object-position: 37% 70%; }
.gallery-card .crop-gallery-main { object-position: 50% 55%; }
.gallery-card .crop-gallery-fruit { object-position: 36% 70%; }
.gallery-card .crop-gallery-charcuterie { object-position: 70% 68%; }
.gallery-card .crop-gallery-cheese { object-position: 56% 38%; }
.food-photo-large { left: 4%; top: 4%; width: 68%; height: 77%; border-radius: 46% 46% 24px 24px; transform: rotate(-2deg); }
.food-photo-small { width: 39%; height: 38%; right: 0; border-radius: 20px; transform: rotate(3deg); }
.food-photo-top { top: 2%; }
.food-photo-bottom { bottom: 2%; transform: rotate(-2deg); }
.hero-badge {
  position: absolute; left: 7%; bottom: 0; z-index: 4; background: var(--brand); color: var(--white);
  width: 150px; height: 150px; border-radius: 50%; display: grid; place-content: center; text-align: center;
  border: 7px solid var(--paper); transform: rotate(-7deg); box-shadow: var(--shadow-soft);
}
.hero-badge span { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.64rem; opacity: 0.8; }
.hero-badge strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.13rem; line-height: 1.1; max-width: 90px; }

.intro-strip { background: var(--brand-dark); color: var(--white); }
.intro-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.intro-grid > div { padding: 27px 24px; border-right: 1px solid rgba(255,255,255,0.18); }
.intro-grid > div:last-child { border-right: 0; }
.intro-grid strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 600; }
.intro-grid span { font-size: 0.82rem; opacity: 0.76; }

.section-heading { margin-bottom: 46px; }
.split-heading { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 64px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin: 0 0 10px; font-size: 1.07rem; max-width: 530px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card {
  position: relative; min-height: 315px; padding: 30px 28px; border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--white); box-shadow: var(--shadow-soft); overflow: hidden;
  display: flex; flex-direction: column;
}
.service-card::after { content: ""; position: absolute; width: 130px; height: 130px; border-radius: 50%; right: -65px; bottom: -65px; background: var(--cream); }
.service-card:nth-child(2)::after { background: var(--brand-soft); }
.service-card:nth-child(3)::after { background: #edf3f6; }
.service-card:nth-child(4)::after { background: #e4eef4; }
.service-number { color: var(--clay); font-size: 0.74rem; font-weight: 900; letter-spacing: 0.12em; }
.service-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; font-weight: 600; margin: 38px 0 14px; }
.service-card p { margin: 0; font-size: 0.94rem; }
.service-card .service-link { position: relative; z-index: 1; margin-top: auto; padding-top: 18px; }

.section-dark { background: #edf4f8; color: var(--text); border-block: 1px solid rgba(69,111,142,0.10); }
.section-dark h2, .section-dark h3, .section-dark strong { color: var(--ink); }
.process-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 80px; align-items: start; }
.process-intro h2 { margin-bottom: 18px; }
.process-intro > p:not(.eyebrow) { max-width: 480px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--clay-dark); text-decoration: none; font-weight: 850; }
.text-link-light { color: var(--brand-dark); }
.process-list { list-style: none; margin: 0; padding: 0; }
.process-list li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 26px 0; border-top: 1px solid rgba(38,52,61,0.12); }
.process-list li:first-child { border-top: 0; padding-top: 5px; }
.process-list li > span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(69,111,142,0.30); border-radius: 50%; color: var(--brand-dark); font-weight: 900; }
.process-list strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; margin-bottom: 4px; }
.process-list p { margin: 0; }

.gallery-section { background: #f8f5ef; }
.gallery-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 350px; gap: 16px; }
.gallery-card { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--cream-deep); box-shadow: var(--shadow-soft); }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(20,20,17,0.78)); }
.gallery-card > span { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; color: var(--white); }
.gallery-card strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; }
.gallery-card small { display: block; opacity: 0.78; margin-top: 3px; }
.gallery-wide { grid-column: span 2; }
.gallery-source-note { margin: 18px 0 0; color: #6d685f; font-size: 0.8rem; max-width: 780px; }

.about-section { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: center; }
.about-card {
  min-height: 500px; padding: 56px; border-radius: var(--radius-lg);
  display: flex; flex-direction: column; justify-content: flex-end;
  background:
    radial-gradient(circle at 72% 18%, rgba(109,166,206,0.18), transparent 30%),
    linear-gradient(145deg, #edf6fb 0%, #f9fcfd 100%);
  border: 1px solid rgba(69,111,142,0.14);
  box-shadow: var(--shadow-soft);
  color: var(--ink);
}
.about-card h2 { color: var(--ink); font-size: clamp(2.7rem, 5vw, 4.5rem); margin: 0; }
.handwritten { font-family: "Segoe Print", "Bradley Hand", cursive; color: var(--brand-dark); font-size: 1.15rem; transform: rotate(-2deg); margin-bottom: 14px; }
.about-lede { font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; line-height: 1.4; color: var(--ink); }
.about-copy p { max-width: 620px; }

.service-area-section { background: var(--cream); }
.service-area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.city-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.city-grid span {
  display: flex; align-items: center; min-height: 76px; padding: 17px 20px;
  background: var(--white); border: 1px solid var(--line); border-radius: 16px;
  color: var(--ink); font-weight: 800; box-shadow: 0 7px 20px rgba(61,54,41,0.05);
}
.city-grid span:last-child { grid-column: span 2; }

.inquiry-section { background: #eaf3f8; color: var(--text); border-top: 1px solid rgba(69,111,142,0.12); }
.inquiry-section h2 { color: var(--ink); }
.inquiry-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 70px; align-items: start; }
.inquiry-copy { position: sticky; top: 122px; }
.inquiry-copy > p:not(.eyebrow) { font-size: 1.05rem; max-width: 470px; }
.inquiry-contact { margin-top: 35px; padding-top: 24px; border-top: 1px solid rgba(38,52,61,0.14); }
.inquiry-contact span { display: block; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.65rem; color: var(--brand-dark); font-weight: 900; margin-bottom: 8px; }
.inquiry-contact a { color: var(--ink); text-decoration: none; font-weight: 800; overflow-wrap: anywhere; }
.social-row { display: flex; gap: 12px; margin-top: 20px; }
.social-row a { color: var(--brand-dark); text-decoration: none; font-weight: 800; }
.inquiry-form-wrap { background: var(--paper); color: var(--text); border-radius: var(--radius); padding: 24px; box-shadow: 0 22px 55px rgba(38,52,61,0.13); }
.form-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; padding: 2px 6px 18px; }
.form-heading span { text-transform: uppercase; font-size: 0.7rem; letter-spacing: 0.12em; color: var(--clay-dark); font-weight: 900; }
.form-heading strong { font-family: Georgia, "Times New Roman", serif; color: var(--ink); font-size: 1.35rem; }
.inquiry-form { border-top: 1px solid var(--line); padding: 22px 6px 4px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { color: var(--ink); font-weight: 800; font-size: 0.88rem; }
.field label span { color: var(--clay-dark); }
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #c9d3d9;
  border-radius: 12px;
  background: var(--white);
  color: var(--ink);
  padding: 12px 13px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input::placeholder,
.field textarea::placeholder { color: #8a949b; }
.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
  border-color: var(--brand-dark);
  box-shadow: 0 0 0 3px rgba(106, 164, 204, 0.18);
}
.form-actions { display: grid; gap: 10px; justify-items: start; margin-top: 22px; }
.form-note { margin: 0; max-width: 620px; color: var(--muted); font-size: 0.8rem; }
.form-status { min-height: 1.35em; margin: 10px 0 0; color: var(--brand-dark); font-size: 0.84rem; font-weight: 750; }

.site-footer { background: #23323c; color: rgba(255,255,255,0.68); padding: 64px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr); gap: 42px; }
.footer-brand p { max-width: 320px; font-size: 0.9rem; margin-top: 16px; }
.brand-footer .brand-name { color: var(--white); }
.site-footer h3 { color: #9bc7e4; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.7rem; margin-bottom: 16px; }
.site-footer > .shell a:not(.brand) { display: block; width: fit-content; color: rgba(255,255,255,0.75); text-decoration: none; margin: 8px 0; font-size: 0.9rem; }
.site-footer > .shell a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.75rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 1040px) {
  .site-nav { gap: 0; }
  .site-nav a { padding-inline: 8px; font-size: 0.85rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-copy { max-width: 840px; }
  .hero-visual { min-height: 520px; max-width: 700px; width: 100%; margin: 0 auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid, .about-grid, .service-area-grid, .inquiry-grid { gap: 48px; }
  .footer-grid { grid-template-columns: 1.35fr repeat(3, 1fr); gap: 24px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 76px; }
  .header-inner { height: 74px; }
  .menu-button { display: block; }
  .site-nav {
    position: fixed; inset: 74px 0 auto; margin: 0; padding: 18px 20px 24px;
    display: grid; gap: 5px; background: var(--paper); border-bottom: 1px solid var(--line);
    transform: translateY(-120%); opacity: 0; pointer-events: none; transition: 200ms ease;
    box-shadow: var(--shadow-soft);
  }
  .site-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 12px 8px; font-size: 0.95rem; }
  .site-nav .nav-cta { margin: 5px 0 0; text-align: center; padding: 12px 18px; }
  .menu-open .menu-button > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-open .menu-button > span:nth-child(2) { opacity: 0; }
  .menu-open .menu-button > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .section { padding: 82px 0; }
  .intro-grid { grid-template-columns: repeat(2, 1fr); }
  .intro-grid > div:nth-child(2) { border-right: 0; }
  .intro-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.18); }
  .split-heading, .process-grid, .about-grid, .service-area-grid, .inquiry-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 22px; }
  .process-grid { gap: 40px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 320px; }
  .gallery-wide { grid-column: span 1; }
  .about-card { min-height: 410px; }
  .inquiry-copy { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
  .shell { width: min(var(--max), calc(100% - 28px)); }
  .brand-name { font-size: 0.96rem; }
  .brand-mark { width: 92px; height: 50px; background-size: 184% auto; }
  .hero-grid { min-height: auto; padding: 58px 0 66px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-lede { font-size: 1.02rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 390px; }
  .food-photo-large { width: 73%; height: 72%; left: 0; }
  .food-photo-small { width: 41%; height: 35%; }
  .hero-badge { width: 112px; height: 112px; border-width: 5px; }
  .hero-badge strong { font-size: 0.95rem; }
  .intro-grid { grid-template-columns: 1fr; }
  .intro-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.18); }
  .intro-grid > div:last-child { border-bottom: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .gallery-heading { align-items: flex-start; flex-direction: column; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .about-card { min-height: 360px; padding: 34px 28px; }
  .city-grid { grid-template-columns: 1fr; }
  .city-grid span:last-child { grid-column: auto; }
  .inquiry-form-wrap { padding: 14px; border-radius: 18px; }
  .form-heading { display: block; }
  .form-heading strong { display: block; margin-top: 4px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .form-actions { justify-items: stretch; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.001ms !important; animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; }
}


/* Official logo treatment */
.footer-brand .brand-mark {
  width: 205px;
  height: 112px;
  margin-bottom: 16px;
  background-size: 172% auto;
  border-radius: 14px;
}
