:root {
  --navy: #173f32;
  --navy-soft: #245844;
  --ink: #2d3d34;
  --gold: #c9a75e;
  --gold-light: #ead8a9;
  --cream: #faf6eb;
  --white: #ffffff;
  --mist: #edf2e8;
  --coral: #7c9b68;
  --teal: #315f4d;
  --body: "DM Sans", system-ui, sans-serif;
  --display: "Playfair Display", Georgia, serif;
  --shadow: 0 24px 64px rgba(8, 26, 45, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); font-size: 1rem; line-height: 1.65; }
a { color: inherit; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; background: var(--gold); color: var(--navy); padding: .7rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.site-header { min-height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 1rem clamp(1.25rem, 5vw, 5.5rem); background: var(--navy); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(234,216,169,.58); border-radius: 50%; color: var(--gold-light); background: transparent; font: 600 1.45rem var(--display); }
.brand strong { display: block; font-family: var(--display); font-size: 1.08rem; letter-spacing: .01em; }
.brand small { display: block; color: #bfd0c5; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 1.75rem; }
nav a { text-decoration: none; color: #e7efe9; font-size: .94rem; font-weight: 600; }
nav a:hover, nav a:focus-visible { color: var(--gold-light); }
.nav-cta { border: 1px solid rgba(234,216,169,.55); border-radius: 999px; padding: .65rem 1rem; background: rgba(255,255,255,.04); }

.hero { position: relative; min-height: 660px; display: grid; align-items: center; overflow: hidden; background: linear-gradient(135deg, #173f32 0%, #1d4939 63%, #2d614c 100%); color: var(--white); }
.hero-photo { position: absolute; inset: 0; background: url("images/celebration-table.png") center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,57,44,.97) 0%, rgba(23,69,53,.74) 43%, rgba(23,69,53,.08) 82%), linear-gradient(0deg, rgba(14,48,38,.5), transparent 48%); }
.hero-content { position: relative; z-index: 1; width: min(700px, 90%); margin-left: clamp(1.25rem, 8vw, 8.5rem); padding: 5rem 0; }
.eyebrow { margin: 0 0 1.1rem; color: var(--gold-light); font-size: .79rem; font-weight: 700; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.eyebrow.gold { color: #8a6a28; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { max-width: 680px; margin: 0; color: var(--white); font: 600 clamp(3.4rem, 6.5vw, 6.4rem)/.94 var(--display); letter-spacing: -.045em; }
h1 em { color: var(--gold-light); font-weight: 600; }
.hero-copy { max-width: 590px; margin: 1.7rem 0 0; color: #d4e1d9; font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: .8rem 1.25rem; font: 700 .95rem var(--body); text-decoration: none; cursor: pointer; }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .copy-button:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.button-primary { background: var(--gold); color: #173f32; box-shadow: 0 10px 30px rgba(201,167,94,.24); }
.button-primary:hover { background: var(--gold-light); }
.button-ghost { border: 1px solid rgba(234,216,169,.55); color: var(--white); background: rgba(255,255,255,.04); }
.image-note { position: absolute; right: 1rem; bottom: .55rem; z-index: 2; margin: 0; padding: .25rem .55rem; border-radius: 999px; color: var(--white); background: rgba(15,48,38,.72); font-size: .72rem; }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: #dce8d8; padding: 1.6rem clamp(1.25rem, 6vw, 6.5rem); }
.proof-strip div { padding: .35rem 1.2rem; border-right: 1px solid rgba(49,95,77,.25); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { color: var(--navy); font: 600 1.8rem var(--display); }
.proof-strip span { color: #4f6758; font-size: .86rem; font-weight: 700; }

.section { padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 8vw, 8.5rem); }
.section-heading { max-width: 800px; }
.section h2 { margin: 0; color: var(--navy); font: 600 clamp(2.45rem, 5vw, 4.65rem)/1.04 var(--display); letter-spacing: -.035em; }
.event-story { background: var(--white); }
.story-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1rem; margin-top: 3.5rem; }
.story-card { min-height: 320px; display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; border: 1px solid #dbe4d9; border-radius: 6px; background: #f3f6ef; box-shadow: 0 14px 36px rgba(23,63,50,.06); }
.story-card-featured { background: var(--navy); color: var(--white); border-color: var(--navy); }
.story-number { align-self: flex-start; margin-bottom: auto; color: #8b99a7; font-weight: 700; }
.story-card-featured .story-number { color: var(--gold-light); }
.story-card h3 { margin: 1.5rem 0 .65rem; color: var(--navy); font: 600 1.45rem/1.25 var(--display); }
.story-card-featured h3 { color: var(--gold-light); }
.story-card p { margin: 0; color: #53616d; }
.story-card-featured p { color: #d5e1d9; }

.gallery { background: var(--cream); }
.gallery-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 3rem; margin-bottom: 3.2rem; }
.gallery-heading > p { margin: 0; color: #5f7065; }
.portfolio-categories { display: grid; gap: 5rem; }
.portfolio-category { display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 2fr); gap: clamp(2rem, 5vw, 5rem); padding-top: 2rem; border-top: 1px solid #cddbc9; }
.category-copy { align-self: start; position: sticky; top: 1.5rem; }
.category-kicker { margin: 0 0 .65rem; color: #8a6a28; font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.category-copy h3 { margin: 0; color: var(--navy); font: 600 clamp(1.85rem, 3vw, 2.65rem)/1.08 var(--display); }
.category-copy > p:last-child { margin: 1rem 0 0; color: #5f7065; }
.category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 280px; gap: 1rem; }
.photo-card { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 14px; background: #dce6da; box-shadow: 0 14px 40px rgba(23,63,50,.13); }
.photo-card.photo-feature { grid-row: span 2; }
.photo-card.photo-landscape { grid-column: 1 / -1; }
.photo-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.crop-board img { object-position: 50% 52%; }
.crop-tray img { object-position: 50% 50%; }
.crop-sides img { object-position: 50% 48%; }
.crop-sunflower-cake img { object-position: 50% 52%; }
.crop-max-cake img { object-position: 50% 58%; }
.crop-bagel-bar img { object-position: 50% 54%; }
.crop-dessert-tower img { object-position: 50% 48%; }
.photo-card:hover img { transform: scale(1.025); }
.photo-card figcaption { position: absolute; right: .75rem; bottom: .75rem; left: .75rem; padding: .65rem .8rem; border-radius: 14px; color: var(--navy); background: rgba(255,255,255,.9); backdrop-filter: blur(8px); font-size: .86rem; font-weight: 700; }
.photo-card[role="button"] { cursor: zoom-in; }
.photo-card[role="button"]:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

body.lightbox-open { overflow: hidden; }
.gallery-lightbox { width: min(1120px, calc(100vw - 2rem)); max-width: none; max-height: calc(100vh - 2rem); margin: auto; padding: 0; overflow: visible; border: 0; border-radius: 18px; background: transparent; color: var(--ink); }
.gallery-lightbox::backdrop { background: rgba(8, 30, 23, .84); backdrop-filter: blur(6px); }
.lightbox-panel { position: relative; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr); max-height: calc(100vh - 2rem); overflow: hidden; border: 1px solid rgba(234,216,169,.3); border-radius: 18px; background: var(--cream); box-shadow: 0 32px 90px rgba(4, 17, 13, .48); }
.lightbox-image-wrap { min-height: min(76vh, 760px); display: grid; place-items: center; overflow: hidden; background: #102d24; }
.lightbox-image-wrap img { width: 100%; height: 100%; max-height: calc(100vh - 2rem); display: block; object-fit: contain; }
.lightbox-copy { align-self: center; padding: clamp(2rem, 4vw, 4rem); }
.lightbox-copy h2 { margin: 0; color: var(--navy); font: 600 clamp(2rem, 4vw, 3.5rem)/1.05 var(--display); letter-spacing: -.035em; }
.lightbox-copy > p:last-child { margin: 1.25rem 0 0; color: #5f7065; font-size: 1rem; }
.lightbox-close { position: absolute; z-index: 2; top: .85rem; right: .85rem; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(23,63,50,.18); border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.94); box-shadow: 0 8px 24px rgba(8,30,23,.18); cursor: pointer; }
.lightbox-close span { margin-top: -3px; font: 400 2rem/1 var(--body); }
.lightbox-close:hover { background: var(--gold-light); }
.lightbox-close:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.meet { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; background: var(--white); }
.meet-photo-wrap { position: relative; max-width: 610px; margin: 0; }
.meet-photo-wrap::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid var(--gold); border-radius: 4px; }
.meet-photo-wrap img { position: relative; width: 100%; aspect-ratio: 4 / 5; display: block; object-fit: cover; object-position: 50% 42%; border-radius: 4px; box-shadow: var(--shadow); }
.meet-photo-wrap p { position: absolute; right: -1rem; bottom: 1.5rem; margin: 0; padding: .7rem 1rem; border-radius: 999px; color: var(--gold-light); background: var(--navy); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.meet-copy > p:not(.eyebrow) { max-width: 680px; margin: 1.35rem 0 0; color: #53616d; font-size: 1.08rem; }
.text-link { display: inline-flex; gap: .6rem; align-items: center; margin-top: 1.8rem; color: var(--navy); font-weight: 700; text-underline-offset: .25rem; }
.text-link:hover, .text-link:focus-visible { color: #8a6a28; }

.approach { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; background: #e8efe3; }
.approach-copy > p:not(.eyebrow) { max-width: 660px; margin: 1.5rem 0; color: #53616d; font-size: 1.08rem; }
.check-list { display: grid; gap: .8rem; margin: 1.8rem 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: .8rem; font-weight: 600; }
.check-list span { color: #597b4f; }
.quote-card { position: relative; padding: clamp(2.5rem, 5vw, 4.5rem); background: var(--gold); border-radius: 4px; box-shadow: var(--shadow); }
.quote-mark { position: absolute; top: .2rem; left: 1.2rem; color: rgba(8,26,45,.18); font: 600 7rem var(--display); }
blockquote { position: relative; margin: 0; color: var(--navy); font: 600 clamp(2rem, 3.8vw, 3.4rem)/1.12 var(--display); }
.quote-card p { margin: 1.5rem 0 0; color: #55400f; font-weight: 700; }

.menus { background: var(--navy); color: var(--white); }
.menus h2 { color: var(--white); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.4fr .6fr; gap: 3rem; align-items: end; }
.split-heading > p { margin: 0; color: #c3d2c8; }
.menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 3.5rem; }
.menu-card { min-height: 300px; padding: 2rem; border: 1px solid rgba(234,216,169,.18); border-radius: 4px; background: var(--navy-soft); box-shadow: 0 12px 34px rgba(7,29,22,.16); }
.menu-icon { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(234,216,169,.48); border-radius: 50%; color: var(--gold-light); background: rgba(255,255,255,.03); }
.menu-card h3 { margin: 2.5rem 0 .8rem; color: var(--gold-light); font: 600 1.65rem var(--display); }
.menu-card p { color: #d7e2db; }
.menu-card small { display: block; margin-top: 2rem; color: #b8cbbf; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

.inquiry { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); background: var(--cream); }
.inquiry-intro > p:not(.eyebrow) { color: #5a6874; }
.contact-options { display: grid; gap: .35rem; margin-top: 2rem; padding: 1.15rem 1.25rem; border-left: 4px solid var(--gold); background: #fff8e4; color: #55400f; font-size: .95rem; }
.contact-options p { margin: 0 0 .2rem; }
.contact-options a { width: fit-content; color: var(--navy); font-weight: 700; text-underline-offset: .18em; }
.event-form { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid #dbe4d8; border-radius: 4px; background: var(--white); box-shadow: 0 18px 50px rgba(23,63,50,.09); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: grid; gap: .45rem; margin-bottom: 1rem; color: var(--navy); font-size: .9rem; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid #bac6ce; border-radius: 0; background: var(--white); color: var(--ink); padding: .85rem .9rem; font: 400 1rem var(--body); }
textarea { resize: vertical; }
.form-button { margin-top: .6rem; }
.form-result { margin-top: 1.5rem; padding: 1.25rem; background: var(--white); border: 1px solid #ccd5dc; }
.form-result h3 { margin: 0 0 .75rem; color: var(--navy); font: 600 1.4rem var(--display); }
.form-result pre { margin: 0 0 1rem; white-space: pre-wrap; font: 500 .9rem/1.6 var(--body); }
.copy-button { border: 1px solid var(--navy); background: transparent; color: var(--navy); padding: .55rem .8rem; font: 700 .85rem var(--body); cursor: pointer; }
.form-result-actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.email-brief { display: inline-flex; align-items: center; text-decoration: none; }
#copy-status { margin: .6rem 0 0; color: #32613f; font-size: .84rem; }

footer { display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding: 2.5rem clamp(1.25rem, 8vw, 8.5rem); background: #0f3026; color: var(--white); }
.footer-brand { display: flex; gap: .8rem; align-items: center; }
.footer-brand strong { font-family: var(--display); }
.footer-brand p, .footer-meta { margin: 0; color: #c7d6cc; font-size: .84rem; }
.footer-meta { display: flex; flex-direction: column; text-align: right; }
.footer-meta a { color: #e7dba9; text-underline-offset: .18em; }

@media (max-width: 860px) {
  .site-header { align-items: flex-start; }
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: 610px; padding-top: 0; }
  .hero-photo { inset: 0; width: auto; height: auto; border-radius: 0; background-position: 62% center; }
  .hero-content { margin: 0; width: auto; padding: 5rem 1.25rem; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(-n+2) { border-bottom: 1px solid rgba(49,95,77,.25); }
  .story-grid, .gallery-heading, .portfolio-category, .meet, .approach, .split-heading, .menu-grid, .inquiry { grid-template-columns: 1fr; }
  .category-copy { position: static; }
  .category-grid { grid-auto-rows: 240px; }
  .story-card { min-height: 260px; }
  .split-heading { gap: 1.5rem; }
  .meet-photo-wrap { max-width: 560px; }
  footer { align-items: flex-start; flex-direction: column; }
  .footer-meta { text-align: left; }
  .lightbox-panel { grid-template-columns: 1fr; overflow-y: auto; }
  .lightbox-image-wrap { min-height: 0; height: min(58vh, 600px); }
  .lightbox-image-wrap img { max-height: none; }
  .lightbox-copy { padding: 1.75rem; }
}

@media (max-width: 560px) {
  .site-header { min-height: 76px; padding: .85rem 1rem; }
  .brand small { display: none; }
  .nav-cta { padding: .5rem .75rem; font-size: .82rem; }
  .hero { min-height: 650px; }
  h1 { font-size: clamp(3rem, 17vw, 4.6rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .proof-strip { padding: 1rem; }
  .proof-strip div { padding: .7rem; }
  .proof-strip strong { font-size: 1.45rem; }
  .proof-strip span { font-size: .75rem; }
  .section { padding: 4.5rem 1.25rem; }
  .section h2 { font-size: clamp(2.35rem, 12vw, 3.25rem); }
  .portfolio-categories { gap: 4rem; }
  .category-grid { grid-template-columns: 1fr; grid-auto-rows: 320px; }
  .photo-card.photo-feature { grid-row: auto; }
  .photo-card.photo-landscape { grid-column: auto; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .gallery-lightbox { width: calc(100vw - 1rem); max-height: calc(100vh - 1rem); }
  .lightbox-panel { max-height: calc(100vh - 1rem); border-radius: 14px; }
  .lightbox-image-wrap { height: min(54vh, 480px); }
  .lightbox-copy { padding: 1.35rem; }
  .lightbox-copy h2 { font-size: 2rem; }
  .lightbox-close { top: .65rem; right: .65rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .photo-card img { transition: none; }
}
