/* santosadelivery.com — redesign
   Palette: pine teal + warm parchment, sibling to hollyculbreth.com's system,
   own identity: deep teal from the existing mark, terracotta accent, warm neutral base */

:root {
  --cream: #F6F1E9;
  --cream-deep: #EDE5D6;
  --teal: #1C3B3E;
  --teal-deep: #12292B;
  --clay: #B9744A;
  --clay-deep: #96562F;
  --ink: #22302B;
  --muted: #6E7A73;
  --line: #DCD3C2;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(900px 600px at 80% -10%, rgba(28,59,62,0.06), transparent 60%),
    radial-gradient(1000px 800px at 5% 20%, rgba(185,116,74,0.05), transparent 60%),
    radial-gradient(1200px 900px at 25% 120%, rgba(28,59,62,0.05), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.wrap { position: relative; z-index: 1; overflow: hidden; }

h1, h2, h3, .serif {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0.005em;
  color: var(--teal);
}
h1 { font-size: clamp(2.6rem, 7vw, 5rem); line-height: 1.06; }
h2 { font-size: clamp(1.9rem, 4.2vw, 2.9rem); line-height: 1.12; }
h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); line-height: 1.25; }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--clay);
  font-weight: 400;
}

p { color: rgba(34,48,43,0.82); }
p.lead { font-size: clamp(1.05rem, 1.5vw, 1.25rem); color: rgba(34,48,43,0.92); }

a { color: var(--clay); text-decoration: none; transition: color .3s ease, opacity .3s ease; }
a:hover { color: var(--clay-deep); }

em, .italic { font-style: italic; color: var(--clay); }

.container { width: min(1080px, 90vw); margin: 0 auto; }
section { padding: clamp(4rem, 10vw, 7.5rem) 0; }
.center { text-align: center; }

/* nav */
header.nav { position: absolute; top: 0; left: 0; right: 0; z-index: 5; padding: 2.3rem 0; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.brand { font-family: var(--serif); font-size: 1.75rem; letter-spacing: 0.04em; color: var(--teal); display: flex; align-items: center; gap: 0.7rem; }
.brand a { display: flex; align-items: center; gap: 0.7rem; color: inherit; }
.logo-mark { width: 44px; height: 44px; flex-shrink: 0; display: block; }
nav.links a { margin-left: 2.6rem; font-size: 0.85rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); font-weight: 400; }
nav.links a:hover, nav.links a.active { color: var(--clay); }
@media (max-width: 620px) { nav.links a { margin-left: 1.1rem; font-size: 0.62rem; letter-spacing: 0.12em; } .brand { font-size: 1.15rem; } }

/* hero */
.hero { padding: 10rem 0 3rem; }
.hero-eyebrow { margin-bottom: 1.4rem; }
.hero p.lead { max-width: 34rem; margin-top: 1.4rem; }

/* cards: offerings / values */
.offerings-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2.5vw, 2rem); margin-top: 3rem; }
.offer { padding: 1.9rem 1.6rem; border: 1px solid var(--line); border-radius: 2px; background: #fff; transition: transform .35s ease, border-color .35s ease; }
.offer:hover { transform: translateY(-5px); border-color: var(--clay); }
.offer h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.offer p { font-size: 0.93rem; }
@media (max-width: 900px) { .offerings-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .offerings-grid { grid-template-columns: 1fr; } }

/* stat strip */
.stats { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; text-align: center; }
.stat .num { font-family: var(--serif); font-size: clamp(2.2rem, 5vw, 3.2rem); color: var(--teal); }
.stat .label { font-family: var(--sans); font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-top: 0.4rem; }
@media (max-width: 620px) { .stats-grid { grid-template-columns: 1fr; gap: 2rem; } }

/* photo blocks */
.photo-block { padding: 1rem 0 0; }
.photo-frame { position: relative; border-radius: 4px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 21/9; background: var(--cream-deep); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(0.94); }
.photo-frame .cap { position: absolute; left: 1.5rem; bottom: 1.1rem; right: 1.5rem; font-family: var(--sans); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream); text-shadow: 0 1px 6px rgba(18,41,43,0.6); }
@media (max-width: 720px) { .photo-frame { aspect-ratio: 4/3; } }
.photo-frame.placeholder { display: flex; align-items: center; justify-content: center; }
.photo-frame.placeholder span { font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }

/* buttons */
.btn { display: inline-block; margin-top: 1.8rem; padding: 0.9rem 2.2rem; border: 1px solid var(--clay); border-radius: 100px; color: var(--clay); font-size: 0.76rem; letter-spacing: 0.22em; text-transform: uppercase; transition: background .35s ease, color .35s ease; }
.btn:hover { background: var(--clay); color: #fff; }
.btn.solid { background: var(--teal); border-color: var(--teal); color: var(--cream); }
.btn.solid:hover { background: var(--teal-deep); border-color: var(--teal-deep); color: var(--cream); }

/* quote / purpose */
.purpose { font-family: var(--serif); font-size: clamp(1.3rem, 2.4vw, 1.9rem); line-height: 1.5; color: var(--teal); font-weight: 400; }
.purpose .glow { color: var(--clay); }

/* contact strip */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2.5rem; }
.contact-item .eyebrow { margin-bottom: 0.6rem; }
.contact-item p { font-size: 1rem; }
@media (max-width: 720px) { .contact-grid { grid-template-columns: 1fr; gap: 2rem; } }

/* footer */
footer { border-top: 1px solid var(--line); padding: 3rem 0; text-align: center; }
footer .brand { display: block; margin-bottom: 0.9rem; justify-content: center; }
footer p { font-size: 0.8rem; color: var(--muted); }

/* reveal on scroll */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 1s ease, transform 1s ease; }
.reveal.in { opacity: 1; transform: none; }

.page-head { padding: 10.5rem 0 2rem; }
.page-head .eyebrow { margin-bottom: 1.3rem; }
.page-head p.lead { margin-top: 1.4rem; max-width: 38rem; }

/* charter sections */
.charter-list { list-style: none; margin-top: 1.6rem; max-width: 42rem; }
.charter-list li { padding-left: 1.4rem; position: relative; margin-bottom: 0.9rem; font-size: 1.02rem; color: rgba(34,48,43,0.85); }
.charter-list li::before { content: "\2014"; position: absolute; left: 0; color: var(--clay); }
.charter-close { font-family: var(--serif); font-size: 1.2rem; color: var(--teal); margin-top: 1.6rem; }
.note-placeholder { border: 1px dashed var(--line); border-radius: 4px; padding: 1.4rem 1.6rem; margin-top: 1.6rem; max-width: 42rem; }
.note-placeholder span { font-family: var(--sans); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.member-quote { margin-top: 1.8rem; max-width: 42rem; padding-left: 1.6rem; border-left: 2px solid var(--clay); }
.member-quote p { font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.35rem); font-style: italic; color: var(--teal); line-height: 1.55; }
.member-quote cite { display: block; margin-top: 0.9rem; font-family: var(--sans); font-style: normal; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.stories-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem 2.4rem; margin-top: 1.8rem; max-width: 50rem; }
.stories-grid .story { padding-left: 1.4rem; position: relative; font-size: 0.98rem; color: rgba(34,48,43,0.85); }
.stories-grid .story::before { content: "\2014"; position: absolute; left: 0; color: var(--clay); }
@media (max-width: 720px) { .stories-grid { grid-template-columns: 1fr; } }
.hero-charter h1 { font-size: clamp(2.6rem, 7.5vw, 5rem); }
.hero-charter p.lead { margin-top: 1.3rem; font-size: clamp(1.05rem, 1.6vw, 1.3rem); }

/* tall photo variant: for portrait-orientation source photos (2:3), sized so nothing gets cropped away */
.photo-frame.tall { aspect-ratio: 2/3; max-width: 480px; margin: 0 auto; }

/* full-bleed photo hero with overlaid headline */
.hero-photo { position: relative; margin-top: 10.5rem; overflow: hidden; }
.hero-photo img { width: 100%; height: 74vh; min-height: 460px; max-height: 720px; object-fit: cover; display: block; filter: saturate(0.94); }
.hero-photo .scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18,41,43,0.08) 0%, rgba(18,41,43,0.32) 55%, rgba(18,41,43,0.72) 100%); }
.hero-photo-text { position: absolute; left: 0; right: 0; bottom: 0; padding-bottom: clamp(2.2rem, 5vw, 3.8rem); }
.hero-photo-text h1 { color: var(--cream); font-size: clamp(2.6rem, 7vw, 5rem); line-height: 1.06; }
.hero-photo-text p.lead { color: rgba(246,241,233,0.94); max-width: 34rem; margin-top: 1.3rem; }
@media (max-width: 720px) { .hero-photo { margin-top: 7.5rem; } .hero-photo img { height: 64vh; min-height: 380px; } }

/* principle / in-action rhythm */
.principle { margin-top: 2.6rem; }
.principle:first-of-type { margin-top: 2rem; }
.principle h3 { margin-bottom: 0.6rem; }
.principle > p { max-width: 42rem; font-size: 1rem; }
.in-action { margin-top: 0.9rem; padding-left: 1.3rem; border-left: 2px solid var(--clay); max-width: 40rem; font-size: 0.92rem; color: rgba(34,48,43,0.85); }
.in-action + .in-action { margin-top: 0.7rem; }
.in-action .tag { display: block; font-family: var(--sans); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--clay); margin-bottom: 0.3rem; }

/* portrait photo variant: clean white/seamless background, candid mid-action editorial shots */
.photo-frame.portrait { aspect-ratio: 4/5; background: #fff; max-width: 420px; margin: 0 auto; }
.photo-frame.portrait img { filter: none; object-fit: contain; }
.portrait-pair { display: grid; grid-template-columns: 0.8fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.portrait-pair .portrait-text .eyebrow { margin-bottom: 1rem; }
@media (max-width: 780px) { .portrait-pair { grid-template-columns: 1fr; } }
