:root {
  --ink: #27231f;
  --cream: #f6f1e9;
  --paper: #fffdf9;
  --sand: #dfd1bf;
  --taupe: #a88f75;
  --sage: #a9af9d;
  --rose: #c9a79b;
  --line: rgba(39,35,31,.14);
  --serif: "Libre Baskerville", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.site-header {
  min-height: 88px;
  padding: 18px clamp(22px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,253,249,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; display: inline-grid; place-items: center; }
.brand-mark svg { width: 100%; height: 100%; }
.brand-copy { display: flex; flex-direction: column; line-height: .92; }
.brand-copy strong { font: 700 24px/1 var(--serif); letter-spacing: -.04em; }
.brand-copy em { font: 400 italic 14px/1.2 var(--serif); margin-left: 24px; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; }
.main-nav a { text-decoration: none; }
.main-nav a:hover { opacity: .65; }
.nav-cta { padding: 10px 15px; border: 1px solid var(--ink); }
.menu-toggle { display: none; background: none; border: 0; color: inherit; }

.section-pad { padding: clamp(70px, 9vw, 130px) clamp(22px, 7vw, 110px); }
.eyebrow, .section-kicker, .mini-label {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 700;
  font-size: 11px;
}
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: var(--serif); letter-spacing: -.045em; }
h1 { font-size: clamp(49px, 7.5vw, 104px); line-height: .98; margin-bottom: 30px; }
h2 { font-size: clamp(38px, 5vw, 68px); line-height: 1.04; margin-bottom: 24px; }
h3 { font-family: var(--serif); font-size: 22px; line-height: 1.2; }

.hero {
  min-height: calc(100vh - 88px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  align-items: center;
  gap: clamp(30px, 6vw, 100px);
  overflow: hidden;
  background: radial-gradient(circle at 82% 32%, rgba(201,167,155,.22), transparent 27%), var(--paper);
}
.hero-copy { max-width: 900px; }
.hero-lede { max-width: 670px; font-size: clamp(17px, 1.5vw, 21px); color: rgba(39,35,31,.75); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid var(--ink); text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: #fff; }
.text-link { text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
.pickup-note { margin-top: 24px; font-size: 13px; opacity: .65; }

.hero-art { position: relative; min-height: 560px; }
.cookie {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: var(--serif);
  box-shadow: 0 28px 60px rgba(70,55,42,.12);
  border: 8px solid #efe0c8;
  background: #faf4e8;
  color: #806b58;
}
.cookie::after { content: ""; position: absolute; inset: 11px; border: 1.7px solid currentColor; opacity: .45; border-radius: inherit; }
.cookie-one { width: 190px; height: 235px; left: 3%; top: 16%; border-radius: 46% 46% 42% 42%; transform: rotate(-9deg); font-size: 74px; color: #9f8471; }
.cookie-two { width: 220px; height: 220px; right: 0; top: 5%; border-radius: 50%; transform: rotate(7deg); font-size: 29px; font-style: italic; color: #927d69; }
.cookie-three { width: 205px; height: 205px; right: 14%; bottom: 3%; border-radius: 38% 42% 36% 44%; transform: rotate(-6deg); font-size: 44px; color: #aa8d88; }
.flourish { position: absolute; border: 1px solid var(--taupe); opacity: .55; }
.flourish-a { width: 170px; height: 170px; border-radius: 50%; left: 34%; bottom: 10%; }
.flourish-b { width: 100px; height: 300px; border-left: 0; border-bottom: 0; transform: rotate(25deg); top: 30%; right: 31%; }

.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; align-items: start; }
.intro-grid p { font-size: 17px; color: rgba(39,35,31,.76); }
.section-kicker { margin-bottom: 22px; }

.offerings { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 7vw; align-items: end; margin-bottom: 58px; }
.section-heading > p { color: rgba(39,35,31,.67); max-width: 520px; justify-self: end; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { padding: 36px 32px 44px 0; min-height: 250px; }
.service-card + .service-card { border-left: 1px solid var(--line); padding-left: 32px; }
.card-num { display: block; font-size: 11px; letter-spacing: .14em; margin-bottom: 48px; opacity: .55; }
.service-card p { color: rgba(39,35,31,.67); }
.price-strip { margin-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-strip > div { background: var(--cream); padding: 22px 24px; display: grid; gap: 5px; }
.mini-label { opacity: .55; }

.gallery { background: #ddd0bf; }
.gallery-heading > p { color: rgba(39,35,31,.75); }
.gallery-grid { display: grid; grid-template-columns: 1.05fr .95fr; grid-auto-rows: 255px; gap: 16px; }
.photo-card { margin: 0; min-width: 0; position: relative; overflow: hidden; }
.photo-card.tall { grid-row: span 2; }
.photo-card.wide { grid-column: 2; }
.photo-placeholder { display: grid; place-items: center; text-align: center; color: rgba(39,35,31,.72); border: 1px solid rgba(39,35,31,.12); }
.photo-placeholder span { background: rgba(255,253,249,.72); backdrop-filter: blur(6px); padding: 14px 18px; font: 700 14px/1.35 var(--sans); text-transform: uppercase; letter-spacing: .1em; }
.photo-placeholder small { font-weight: 500; text-transform: none; letter-spacing: 0; }
.p1 { background: linear-gradient(135deg, #ecd8d0, #f6eee7 55%, #cfc4b2); }
.p2 { background: linear-gradient(160deg, #d8ddcf, #f0eee5); }
.p3 { background: linear-gradient(145deg, #f1e4cc, #d1bba5); }
.p4 { background: linear-gradient(120deg, #d1b9ae, #ede1d9 65%, #bdb8a8); }

.process { background: var(--paper); }
.steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.steps li > span { font-size: 11px; letter-spacing: .15em; opacity: .55; }
.steps h3 { margin-bottom: 8px; }
.steps p { margin-bottom: 0; max-width: 700px; color: rgba(39,35,31,.67); }

.faq { display: grid; grid-template-columns: .7fr 1fr; gap: 9vw; background: var(--cream); }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; padding: 22px 36px 22px 0; font-weight: 700; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; font-size: 22px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { color: rgba(39,35,31,.68); padding: 0 34px 22px 0; max-width: 700px; }

.order { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: #b7ad9f; }
.order-copy { align-self: start; position: sticky; top: 128px; }
.order-copy p { max-width: 520px; }
.order-note { border-top: 1px solid rgba(39,35,31,.25); padding-top: 18px; margin-top: 30px; }
.inquiry-form { display: grid; gap: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
input, select, textarea { width: 100%; border: 1px solid rgba(39,35,31,.28); background: rgba(255,253,249,.72); color: var(--ink); padding: 13px 14px; outline: none; border-radius: 0; }
input:focus, select:focus, textarea:focus { border-color: var(--ink); background: var(--paper); }
textarea { resize: vertical; }
.inquiry-form .button { justify-self: start; margin-top: 5px; }
.form-status { min-height: 24px; font-size: 13px; margin: 0; }

.site-footer { padding-top: 58px; padding-bottom: 32px; background: var(--ink); color: #f8f3eb; display: grid; grid-template-columns: 1fr 1fr auto; gap: 44px; align-items: start; }
.footer-brand { display: flex; flex-direction: column; font-family: var(--serif); }
.footer-brand span { font-size: 34px; font-weight: 700; letter-spacing: -.04em; }
.footer-brand em { margin-left: 45px; margin-top: -7px; }
.footer-meta { font-size: 14px; color: rgba(248,243,235,.7); }
.footer-meta p { margin-bottom: 5px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.footer-links a { text-decoration: none; }
.copyright { grid-column: 1 / -1; margin: 40px 0 0; padding-top: 22px; border-top: 1px solid rgba(248,243,235,.16); font-size: 12px; color: rgba(248,243,235,.5); }

.reveal { animation: rise .8s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 900px) {
  .site-header { min-height: 72px; }
  .menu-toggle { display: block; cursor: pointer; }
  .main-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 20px 22px 26px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 15px; }
  .main-nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 80px; }
  .hero-art { min-height: 440px; max-width: 560px; width: 100%; margin-inline: auto; }
  .cookie-one { width: 155px; height: 190px; }
  .cookie-two { width: 170px; height: 170px; font-size: 23px; }
  .cookie-three { width: 165px; height: 165px; }
  .intro-grid, .section-heading, .faq, .order { grid-template-columns: 1fr; gap: 38px; }
  .section-heading > p { justify-self: start; }
  .cards, .price-strip { grid-template-columns: 1fr; }
  .service-card, .service-card + .service-card { min-height: 0; padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .card-num { margin-bottom: 25px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .order-copy { position: static; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 2; grid-row: 1; }
}

@media (max-width: 600px) {
  .section-pad { padding-left: 20px; padding-right: 20px; }
  h1 { font-size: 49px; }
  h2 { font-size: 39px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 20px; }
  .hero-art { min-height: 380px; }
  .cookie-one { left: 0; top: 25%; }
  .cookie-two { right: 0; top: 3%; }
  .cookie-three { right: 9%; bottom: 0; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 270px; }
  .photo-card.tall { grid-row: span 1; }
  .photo-card.wide { grid-column: 1; }
  .field-row { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { grid-column: 1; grid-row: auto; }
}

/* Photo + logo updates */
.brand-logo {
  display: block;
  width: 92px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
}

.hero-photo-wrap {
  position: relative;
  max-width: 560px;
  justify-self: end;
  width: 100%;
  padding: 16px;
  background: rgba(255,253,249,.68);
  border: 1px solid var(--line);
  box-shadow: 0 32px 70px rgba(70,55,42,.13);
  transform: rotate(1.2deg);
}
.hero-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}
.hero-photo-caption {
  padding: 12px 3px 0;
  font: 500 11px/1.3 var(--sans);
  text-transform: uppercase;
  letter-spacing: .15em;
  opacity: .62;
}

.photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.photo-card:hover img { transform: scale(1.025); }
.photo-card figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  margin: 0;
  padding: 9px 12px;
  background: rgba(255,253,249,.9);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.footer-brand img {
  width: 126px;
  height: 126px;
  object-fit: contain;
  border-radius: 50%;
  background: #f8f3eb;
}

@media (max-width: 900px) {
  .hero-photo-wrap { justify-self: center; max-width: 520px; }
}

@media (max-width: 600px) {
  .brand-logo { width: 80px; height: 48px; }
  .hero-photo-wrap { padding: 10px; transform: none; }
  .footer-brand img { width: 108px; height: 108px; }
}


/* Three-feature gallery */
.gallery-grid-two {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  align-items: start;
}
.gallery-grid-two .photo-card {
  aspect-ratio: 1034 / 1332;
}
.gallery-grid-two .photo-card img {
  object-fit: cover;
}
@media (max-width: 900px) {
  .gallery-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .gallery-grid-two { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-grid-two .photo-card { aspect-ratio: 1034 / 1332; }
}

/* Larger, more prominent header logo */
.site-header {
  min-height: 142px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.brand-logo {
  width: 190px;
  height: 120px;
}
@media (max-width: 900px) {
  .site-header { min-height: 112px; }
  .main-nav { top: 112px; }
  .brand-logo { width: 145px; height: 92px; }
}
@media (max-width: 600px) {
  .site-header { min-height: 96px; }
  .main-nav { top: 96px; }
  .brand-logo { width: 122px; height: 76px; }
}

/* Show the full Sweet One hero collage without cropping */
.hero-photo {
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
}
