:root {
  --bg: #f9f0ed; --bg2: #f2e3df; --cream: #fbf6f3; --ink: #5a2d42; --muted: #6b625c; --line: #e8d9d4;
  --sage: #7d8f72; --sage-dk: #5f7256; --blush: #d4a59c; --blush-txt: #e9cfc8; --faint: #9a8f89;
  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans: 'Karla', 'Gill Sans', 'Trebuchet MS', sans-serif;
  --script: 'Sacramento', 'Snell Roundhand', 'Brush Script MT', cursive;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: var(--sage-dk); text-decoration: none; }
a:hover { color: var(--blush); }
h1, h2, h3 { margin: 0; font-weight: 500; font-family: var(--serif); line-height: 1.05; text-wrap: pretty; }
p { margin: 0; }
.wrap { width: min(1280px, 100% - 40px); margin-inline: auto; }
.eyebrow { font-size: 13px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--sage); font-weight: 600; }
.lede { font-size: 17px; line-height: 1.65; color: var(--muted); text-align: justify; }
.btn { display: inline-flex; align-items: center; justify-content: center; height: 52px; padding: 0 28px; background: var(--sage-dk); color: var(--cream); border-radius: 2px; font-size: 16px; font-weight: 600; border: 0; cursor: pointer; font-family: inherit; transition: background 0.2s; }
.btn:hover { background: var(--sage); color: var(--cream); }
.btn.small { height: 44px; padding: 0 22px; font-size: 15px; }
.ghost { display: inline-flex; align-items: center; height: 52px; padding: 0 6px; color: var(--ink); font-size: 16px; font-weight: 600; border-bottom: 2px solid var(--blush); }
.ghost:hover { color: var(--sage-dk); }
h2 { font-size: clamp(34px, 4vw, 50px); }
section { padding: clamp(56px, 8vw, 112px) 0; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(249, 240, 237, 0.94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; }
.brand { display: flex; align-items: center; gap: 14px; color: var(--ink); }
.brand .logo-svg { width: 88px; height: 88px; flex: 0 0 auto; }
.brand .word { display: flex; align-items: baseline; gap: 12px; }
.brand .script { font-family: var(--script); font-size: 54px; line-height: 1; color: var(--sage-dk); }
.brand .caps { font-size: 17px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--sage-dk); font-weight: 600; }
.nav { display: flex; align-items: center; gap: 36px; font-size: 15px; font-weight: 500; }
.nav a { color: var(--ink); }
.nav a:hover { color: var(--sage-dk); }
.nav .btn { color: var(--cream); }
.menu-btn { display: none; width: 44px; height: 44px; border: 0; background: none; cursor: pointer; align-items: center; justify-content: center; }

/* Hero */
.hero { position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 50%; background: var(--bg2); }
.hero .wrap { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.hero-copy { display: flex; flex-direction: column; gap: 28px; padding-right: 72px; }
.hero h1 { font-size: clamp(48px, 6vw, 82px); line-height: 0.98; }
.hero h1 em { font-style: italic; color: var(--sage-dk); }
.hero .lede { font-size: 19px; }
.actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; padding-top: 8px; }
.trust { display: flex; flex-wrap: wrap; gap: 12px 28px; padding-top: 16px; font-size: 14px; color: var(--muted); font-weight: 500; }
.trust span { display: flex; align-items: center; gap: 8px; }
.trust span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--blush); }
.hero-photo { position: relative; padding: 0 0 28px 28px; }
.hero-photo::before { content: ""; position: absolute; left: 0; top: 28px; right: 28px; bottom: 0; background: var(--blush); opacity: 0.55; border-radius: 2px; }
.hero-photo img.photo { position: relative; width: 100%; height: 560px; object-fit: cover; border-radius: 2px; }
.hero-photo .badge { position: absolute; right: 60px; bottom: 60px; width: 112px; height: 112px; }

/* Who we are */
.who .wrap { display: grid; grid-template-columns: 5fr 7fr; gap: 80px; align-items: center; }
.framed { position: relative; padding: 24px 24px 0 0; }
.framed::before { content: ""; position: absolute; left: 24px; top: 0; right: 0; bottom: 24px; background: var(--bg2); border-radius: 2px; }
.framed img { position: relative; width: 100%; height: 620px; object-fit: cover; border-radius: 2px; }
.stack { display: flex; flex-direction: column; gap: 22px; }
.stack .lede { font-size: 17px; }

/* Services */
.services { background: var(--bg2); }
.services .wrap { display: grid; grid-template-columns: 5fr 7fr; gap: 80px; align-items: start; }
.ticks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; list-style: none; margin: 0; padding: 0; }
.ticks li { display: flex; align-items: center; gap: 16px; padding: 22px 24px; background: var(--cream); border-radius: 2px; font-size: 16px; font-weight: 600; }
.ticks svg { flex: 0 0 20px; }

/* Quote */
.quote .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

/* Gallery slider */
.gallery { background: var(--cream); overflow: hidden; }
.gallery-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.gallery-head > div { display: flex; flex-direction: column; gap: 14px; }
.gallery-ctl { display: flex; align-items: center; gap: 24px; }
.arrows { display: flex; gap: 10px; }
.arrows button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); background: var(--bg); display: flex; align-items: center; justify-content: center; cursor: pointer; }
.arrows button:hover { background: var(--bg2); }
.track-wrap { overflow: hidden; }
.track { display: flex; gap: 20px; transition: transform 0.45s ease; }
.slide { flex: 0 0 calc(50% - 10px); display: flex; flex-direction: column; gap: 12px; }
.slide img { width: 100%; aspect-ratio: 640 / 420; object-fit: cover; border-radius: 2px; }
.slide p { font-size: 14px; color: var(--muted); }
.dots { display: flex; gap: 8px; margin-top: 28px; }
.dots button { width: 28px; height: 3px; padding: 0; border: 0; background: var(--line); cursor: pointer; }
.dots button.on { background: var(--sage-dk); }

/* Reviews */
.reviews { background: var(--sage-dk); color: var(--cream); }
.reviews .eyebrow { color: var(--blush-txt); }
.reviews h2 { margin-top: 14px; }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; margin-top: 48px; }
.review { display: flex; flex-direction: column; gap: 20px; padding-top: 24px; border-top: 1px solid #86987b; }
.review blockquote { margin: 0; font-family: var(--serif); font-size: 24px; line-height: 1.35; font-style: italic; text-wrap: pretty; }
.review blockquote p + p { margin-top: 14px; }
.review cite { font-style: normal; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--blush-txt); font-weight: 600; }

/* Contact */
.contact .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.contact h2 { font-size: clamp(36px, 4.5vw, 56px); }
.details { display: flex; flex-direction: column; gap: 12px; font-size: 17px; padding-top: 8px; }
.details span { color: var(--faint); display: inline-block; width: 72px; }
.details a { color: var(--ink); }
.details a:hover { color: var(--sage-dk); }
.form { display: flex; flex-direction: column; gap: 16px; padding: 40px; background: var(--bg2); border-radius: 2px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; color: var(--muted); }
.form input, .form textarea { height: 48px; padding: 0 14px; background: var(--cream); border: 1px solid var(--line); border-radius: 2px; font: 16px var(--sans); color: var(--ink); }
.form textarea { height: 140px; padding: 12px 14px; resize: vertical; }
.form input:focus, .form textarea:focus { outline: 2px solid var(--sage); outline-offset: 0; border-color: var(--sage); }
.form-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 8px; flex-wrap: wrap; }
.form-foot p { font-size: 14px; color: var(--faint); }

/* Quotes + footer */
.quotes { background: var(--bg2); padding: 72px 0; }
.quotes .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.quotes p.q { font-family: var(--serif); font-size: 30px; line-height: 1.3; font-style: italic; margin-bottom: 12px; text-wrap: pretty; }
.site-footer { border-top: 1px solid var(--line); padding: 32px 0 40px; font-size: 14px; color: var(--faint); }
.site-footer .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.site-footer .brand-mini { display: flex; align-items: center; gap: 14px; }
.site-footer .brand-mini .logo-svg { width: 44px; height: 44px; flex: 0 0 auto; }

/* Gallery page */
.page-head .wrap { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.page-head h1 { font-size: clamp(48px, 6vw, 72px); margin-top: 14px; }
.page-head .lede { max-width: 420px; }
.pairs { display: grid; grid-template-columns: 1fr 1fr; gap: 48px 32px; }
.pair { display: flex; flex-direction: column; gap: 16px; }
.pair .ba { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pair figure { margin: 0; display: flex; flex-direction: column; gap: 10px; }
.pair img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 2px; }
.pair img.before { filter: saturate(0.85); }
.pair figcaption { font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--faint); font-weight: 600; }
.pair figcaption.after { color: var(--sage-dk); }
.pair h3 { font-size: 28px; }
.more { background: var(--cream); }
.more .grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 40px; }
.more figure { margin: 0; display: flex; flex-direction: column; gap: 10px; }
.more img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 2px; }
.more figcaption { font-size: 14px; color: var(--muted); }
.cta-band { background: var(--bg2); }
.cta-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta-band h2 { font-size: clamp(30px, 3.5vw, 46px); }

/* Responsive */
@media (max-width: 960px) {
  .hero .wrap, .who .wrap, .services .wrap, .quote .wrap, .contact .wrap, .quotes .wrap { grid-template-columns: 1fr; gap: 40px; }
  .hero::before { width: 100%; bottom: 0; }
  .hero-copy { padding-right: 0; }
  .hero-photo img.photo { height: 380px; }
  .hero-photo .badge { right: 40px; bottom: 60px; width: 88px; height: 88px; }
  .framed img { height: 380px; }
  .review-grid { grid-template-columns: 1fr; }
  .pairs { grid-template-columns: 1fr; }
  .more .grid { grid-template-columns: 1fr 1fr; }
  .page-head .wrap { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 720px) {
  .lede { text-align: left; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; gap: 0; background: var(--bg); border-bottom: 1px solid var(--line); padding: 8px 20px 20px; }
  .nav.open { display: flex; }
  .nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav .btn { margin-top: 12px; border-bottom: 0; }
  .menu-btn { display: flex; }
  .brand .logo-svg { width: 64px; height: 64px; }
  .brand .word { gap: 8px; }
  .brand .script { font-size: 32px; }
  .brand .caps { font-size: 11px; }
  .ticks { grid-template-columns: 1fr; }
  .ticks li { padding: 14px 16px; font-size: 15px; }
  .slide { flex: 0 0 82%; }
  .form { padding: 24px 20px; }
  .form .row { grid-template-columns: 1fr; }
  .form-foot .btn { width: 100%; }
  .gallery-head { flex-direction: column; align-items: flex-start; gap: 20px; }
  .more .grid { grid-template-columns: 1fr; }
  .site-footer .wrap { flex-direction: column; align-items: flex-start; }
}
.form .sent { display: flex; flex-direction: column; gap: 12px; padding: 20px 0; }
.form .sent h3 { font-size: 32px; }

/* Gallery stories (numbered before-and-afters) */
.stories { padding-top: 0; }
.stories .wrap { display: flex; flex-direction: column; gap: clamp(56px, 7vw, 96px); }
.story { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: 48px; align-items: center; }
.story:nth-child(even) { grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); }
.story:nth-child(even) .shots { order: 2; }
.story > * { min-width: 0; }
.story .shots { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.story-1 .shots { grid-template-columns: 1fr; }
.story-3 .shots figure:first-child { grid-column: span 2; }
.story figure { margin: 0; display: flex; flex-direction: column; gap: 8px; }
.story img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 2px; }
.story-3 figure:first-child img { aspect-ratio: 16 / 9; }
.story figcaption { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--faint); font-weight: 600; }
.story figcaption.after { color: var(--sage-dk); }
.story .words { display: flex; flex-direction: column; gap: 16px; }
.story h3 { font-size: clamp(28px, 3vw, 38px); display: flex; align-items: baseline; gap: 14px; }
.story .num { font-family: var(--serif); font-style: italic; font-size: 0.8em; color: var(--blush); min-width: 1.2em; }
.story .lede em, .story .look em { font-style: italic; color: var(--sage-dk); }
.story .look { font-family: var(--serif); font-style: italic; font-size: clamp(26px, 3vw, 36px); line-height: 1.25; color: var(--ink); }

/* All photos, random order */
.masonry { columns: 3 280px; column-gap: 20px; margin-top: 40px; }
.masonry figure { margin: 0 0 20px; break-inside: avoid; display: flex; flex-direction: column; gap: 8px; }
.masonry img { width: 100%; height: auto; border-radius: 2px; }
.masonry figcaption { font-size: 14px; color: var(--muted); }

@media (max-width: 960px) {
  .story, .story:nth-child(even) { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .story:nth-child(even) .shots { order: 0; }
}
