:root {
  --cream:      #faf7f2;
  --cream-2:    #f4efe6;
  --sage-tint:  #edf2ee;
  --white:      #ffffff;
  --ink:        #211f1c;
  --ink-soft:   #4f4b45;
  --ink-mute:   #6f6a5e;
  --sage:       #5f7d63;
  --sage-deep:  #4a6450;
  --sage-dark:  #3a4f3f;
  --rule:       #e7dfd2;
  --field:      #8a8479;
  --on-dark:    #faf7f2;
  --mute-dark:  #c3bdb1;
  --mute-band:  #cfdcd2;

  --serif: Georgia, "Iowan Old Style", "Times New Roman", serif;
  --sans:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --wrap:  1080px;
  --gap:   clamp(56px, 8vw, 100px);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; background: var(--cream); }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.18;
  letter-spacing: -0.012em;
  margin: 0 0 .5em;
}
h1 { font-size: clamp(2rem, 4.6vw, 2.95rem); }
h2 { font-size: clamp(1.5rem, 2.8vw, 2rem); }
h3 { font-family: var(--sans); font-weight: 650; font-size: 1.03rem; letter-spacing: -0.01em; line-height: 1.4; }
h4 { font-family: var(--sans); font-weight: 650; font-size: .95rem; margin: 0 0 .6em; }

p { margin: 0 0 1.05em; }
p:last-child { margin-bottom: 0; }
img { max-width: 100%; display: block; }
figure { margin: 0; }

a { color: var(--sage-deep); text-underline-offset: 3px; }
a:hover { color: var(--ink); }
a[href^="mailto:"], a[href^="tel:"], a[href^="http"] { overflow-wrap: anywhere; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.narrow > * { max-width: 660px; }

.section { padding-top: var(--gap); padding-bottom: var(--gap); }
.section--tint { background: var(--cream-2); }
.section--warm { background: var(--sage-tint); }
.section--tight { padding-top: clamp(36px, 5vw, 56px); padding-bottom: clamp(36px, 5vw, 56px); }

.lede { font-size: 1.13rem; line-height: 1.62; max-width: 42ch; }
.muted { color: var(--ink-mute); font-size: .93rem; }

.kicker {
  display: block;
  font-family: var(--sans);
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 1.15em;
}

.head { margin-bottom: clamp(26px, 4vw, 46px); max-width: 60ch; }
.head h2 { margin-bottom: .3em; }
.head p { color: var(--ink-mute); margin: 0; }

.demonote {
  background: var(--ink);
  color: rgba(255,255,255,.8);
  font-size: .82rem;
  line-height: 1.5;
  text-align: center;
  padding: 9px 24px;
}
.demonote a { color: #b9cdbe; }
.demonote a:hover { color: #fff; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  background: var(--sage-deep);
  color: #fff;
  font-family: var(--sans);
  font-size: .97rem;
  font-weight: 650;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .18s ease;
}
.btn:hover { background: var(--sage-dark); color: #fff; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--rule); }
.btn--ghost:hover { background: var(--cream-2); color: var(--ink); }

.textlink {
  min-height: 44px;

  display: inline-flex;
  align-items: center;
  gap: .45em;
  font-weight: 650;
  font-size: .97rem;
  color: var(--sage-deep);
  text-decoration: none;
  min-width: 0;
  flex-wrap: wrap;
}
.textlink:hover { text-decoration: underline; }

.actions .muted a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-weight: 600;
}

.textlink svg { width: 15px; height: 15px; flex: none; }

.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin-top: 1.9em; }
.actions .muted a { color: var(--ink); font-weight: 650; text-decoration: none; }
.actions .muted a:hover { color: var(--sage-deep); }

.header {
  background: rgba(250,247,242,.95);
  border-bottom: 1px solid var(--rule);
  position: sticky;
  top: 0;
  z-index: 40;
}
.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.brand {
  min-height: 44px;
  display: inline-flex;
  flex-direction: column;

  justify-content: center;
  margin-right: auto;
  text-decoration: none;
  color: var(--ink);
  min-width: 0;
}
.brand__name { font-family: var(--serif); font-size: 1.22rem; line-height: 1.1; letter-spacing: -0.015em; }
.brand__name .amp { color: var(--sage-deep); }
.brand__sub {
  font-family: var(--sans);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 4px;
}

.nav { display: flex; gap: 3px; }
.nav a {
  font-size: .94rem;
  color: var(--ink-soft);
  text-decoration: none;
  padding: 12px 13px;
  border-radius: 5px;
}
.nav a:hover { color: var(--ink); background: var(--cream-2); }
.nav a[aria-current="page"] { color: var(--ink); font-weight: 650; background: var(--cream-2); }

.header__cta { display: flex; align-items: center; gap: 10px; }
.header__phone {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .95rem;
  font-weight: 650;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
  padding: 12px 6px;
}
.header__phone svg { width: 15px; height: 15px; color: var(--sage); flex: none; }
.header__phone:hover { color: var(--sage-deep); }

.mobmenu { display: none; }

.hero { padding-top: clamp(44px, 6vw, 76px); padding-bottom: clamp(36px, 5vw, 58px); }
.hero__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(28px, 5vw, 58px); align-items: center; }
.hero__grid > * { min-width: 0; }
.hero h1 { margin-bottom: .38em; }

.shot {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
  background: var(--sage-tint);
}
.shot--hero { aspect-ratio: 4 / 5; }
.shot--tall { aspect-ratio: 4 / 5; }
.shot--wide { aspect-ratio: 16 / 10; }
.shot--card { aspect-ratio: 4 / 3; }
.shot--sq   { aspect-ratio: 1 / 1; }

@media (max-width: 880px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__media { order: -1; }

  .shot--hero { aspect-ratio: 4 / 3; object-position: center 30%; }
}

.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px 28px;
  list-style: none;
  margin: 0;
  padding: 24px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.facts li { min-width: 0; }
.facts strong { display: block; font-family: var(--serif); color: var(--ink); font-size: 1.32rem; font-weight: 400; line-height: 1.2; }
.facts span { display: block; font-size: .88rem; color: var(--ink-mute); margin-top: 4px; }
@media (max-width: 780px) { .facts { grid-template-columns: repeat(2, 1fr); } }

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery > li { min-width: 0; }
.gallery figure { margin: 0; }
.gallery figcaption {
  margin-top: 9px;
  font-size: .86rem;
  color: var(--ink-mute);
  line-height: 1.45;
}
@media (max-width: 900px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 620px) { .gallery { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

.trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.trio > li { min-width: 0; }
.trio figcaption {
  margin-top: 9px;
  font-size: .85rem;
  color: var(--ink-mute);
  line-height: 1.45;
}
@media (max-width: 560px) { .trio { gap: 10px; } .trio figcaption { font-size: .8rem; } }

.pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pair > li { min-width: 0; }
.pair figure { margin: 0; }
.pair figcaption {
  margin-top: 10px;
  font-size: .88rem;
  color: var(--ink-mute);
}
.pair figcaption strong {
  display: inline-block;
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-right: .5em;
}
@media (max-width: 460px) { .pair { gap: 12px; } }

.svc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.svc > li {
  min-width: 0;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.svc__media .shot { border-radius: 0; border-bottom: 1px solid var(--rule); }
.svc__body { padding: 20px 20px 22px; }
.svc__body h3 { margin-bottom: .3em; }
.svc__body p { font-size: .93rem; color: var(--ink-mute); margin: 0; }
.svc__price {
  display: block;
  margin-top: 12px;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--ink);
}
@media (max-width: 980px) { .svc { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .svc { grid-template-columns: 1fr; } }

.rows { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.rows > li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 4px 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--rule);
  min-width: 0;
}
.rows .num { font-family: var(--serif); font-size: 1.05rem; color: var(--sage-deep); line-height: 1.5; }
.rows h3 { margin-bottom: .3em; }
.rows p { font-size: .96rem; color: var(--ink-mute); margin: 0; max-width: 62ch; }
@media (max-width: 560px) {
  .rows > li { grid-template-columns: 1fr; gap: 2px; }
  .rows .num { font-size: .95rem; }
}

.checks { list-style: none; margin: 1.4em 0 0; padding: 0; }
.checks li { display: flex; gap: 13px; padding: 13px 0; border-top: 1px solid var(--rule); min-width: 0; }
.checks li:last-child { border-bottom: 1px solid var(--rule); }
.checks svg { width: 17px; height: 17px; flex: none; color: var(--sage); margin-top: 5px; }
.checks strong { display: block; color: var(--ink); font-size: .99rem; font-weight: 650; }
.checks span { font-size: .92rem; color: var(--ink-mute); }

.cols2 { columns: 2; column-gap: 38px; list-style: none; margin: 0; padding: 0; }
.cols2 li { break-inside: avoid; display: flex; gap: 11px; padding: 7px 0; font-size: .97rem; }
.cols2 svg { width: 16px; height: 16px; flex: none; color: var(--sage); margin-top: 5px; }
@media (max-width: 620px) { .cols2 { columns: 1; } }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(26px, 5vw, 56px); align-items: center; }
.split > * { min-width: 0; }
.split--flip .split__media { order: 2; }
@media (max-width: 820px) {
  .split { grid-template-columns: 1fr; }
  .split--flip .split__media { order: 0; }

  .shot--tall { aspect-ratio: 4 / 3; object-position: center 30%; }
}

.tablewrap { overflow-x: auto; }
.ptable { width: 100%; border-collapse: collapse; font-size: .98rem; }
.ptable caption {
  text-align: left;
  font-family: var(--sans);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--sage-deep);
  padding-bottom: 12px;
}
.ptable th, .ptable td { text-align: left; padding: 14px 12px 14px 0; border-bottom: 1px solid var(--rule); vertical-align: top; }
.ptable thead th { font-size: .78rem; font-weight: 650; color: var(--ink-mute); letter-spacing: .05em; text-transform: uppercase; }
.ptable tbody th { font-weight: 650; color: var(--ink); }
.ptable td.price { font-weight: 700; color: var(--ink); white-space: nowrap; text-align: right; padding-right: 0; }
.ptable .sub { display: block; font-size: .89rem; color: var(--ink-mute); font-weight: 400; }
.ptable + .ptable { margin-top: clamp(34px, 5vw, 54px); }

.areas { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; margin: 1.5em 0 0; padding: 0; }
.areas li {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: .93rem;
  color: var(--ink);
}

.faq { max-width: 740px; border-top: 1px solid var(--rule); }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 17px 0;
  font-family: var(--serif);
  font-size: 1.06rem;
  color: var(--ink);
  min-width: 0;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::marker { content: ""; }
.faq summary::after {
  content: "";
  flex: none;
  width: 9px; height: 9px;
  border-right: 2px solid var(--sage);
  border-bottom: 2px solid var(--sage);
  transform: translateY(-3px) rotate(45deg);
  transition: transform .16s ease;
}
.faq details[open] summary::after { transform: translateY(2px) rotate(-135deg); }
.faq .answer { padding: 0 0 20px; font-size: .97rem; }
.faq .answer p { max-width: 66ch; }

.notebox {
  background: var(--white);
  border: 1px solid var(--rule);
  border-left: 3px solid var(--sage);
  border-radius: 4px;
  padding: 20px 22px;
  max-width: 640px;
}
.notebox p { font-size: .96rem; }
.spaced { margin-top: 1.8em; }

.band { background: var(--sage-deep); color: var(--mute-band); }
.band h2, .band h3 { color: #fff; }
.band p { max-width: 54ch; }
.band .lede { color: var(--mute-band); }
.band .kicker { color: var(--mute-band); }
.band .btn { background: var(--on-dark); color: var(--sage-dark); }
.band .btn:hover { background: #fff; color: var(--sage-dark); }
.band .actions .muted { color: var(--mute-band); }
.band .actions .muted a { color: #fff; }

.pagehead { padding-top: clamp(40px, 6vw, 70px); padding-bottom: clamp(24px, 4vw, 40px); }
.pagehead h1 { margin-bottom: .3em; }
.pagehead p { color: var(--ink-mute); max-width: 58ch; margin: 0; }

.methods { list-style: none; margin: 0; padding: 0; }
.methods li { border-top: 1px solid var(--rule); }
.methods li:last-child { border-bottom: 1px solid var(--rule); }
.methods a, .methods .row { display: flex; align-items: baseline; gap: 18px; padding: 18px 2px; text-decoration: none; color: var(--ink); min-width: 0; }
.methods a:hover .m-value { color: var(--sage-deep); }
.m-label { flex: none; width: 78px; font-size: .8rem; color: var(--ink-mute); }
.m-value { font-size: 1.04rem; font-weight: 650; overflow-wrap: anywhere; min-width: 0; }

.form { max-width: 560px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 6px; font-size: .9rem; font-weight: 650; color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%;
  padding: 12px 14px;
  background: var(--white);
  border: 1px solid var(--field);
  border-radius: 4px;
  font-family: inherit;
  font-size: 1rem;
  color: var(--ink);
  line-height: 1.5;
}
.field textarea { min-height: 128px; resize: vertical; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible {
  outline: 2px solid var(--sage-deep);
  outline-offset: 1px;
  border-color: var(--sage-deep);
}
.field .hint { display: block; margin-top: 6px; font-size: .87rem; color: var(--ink-mute); }

.footer { background: var(--ink); color: var(--mute-dark); padding: clamp(42px, 6vw, 62px) 0 28px; font-size: .93rem; }
.footer__grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 32px; padding-bottom: 32px; }
.footer__grid > * { min-width: 0; }
.footer h4 { font-size: .78rem; font-weight: 650; color: #fff; margin: 0 0 1em; letter-spacing: .06em; text-transform: uppercase; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer a { color: var(--on-dark); text-decoration: none; }
.footer a:hover { color: #fff; text-decoration: underline; }

.footer li a, .footer p a { display: inline-block; padding: 9px 0; }
.footer__brand { font-family: var(--serif); color: #fff; font-size: 1.16rem; margin-bottom: .5em; }
.footer__brand .amp { color: #b9cdbe; }
.footer__bar {
  border-top: 1px solid rgba(255,255,255,.15);
  padding-top: 20px;
  font-size: .85rem;
  color: var(--mute-dark);
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 420px) { .footer__grid { grid-template-columns: 1fr; } }

a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--sage-deep);
  outline-offset: 3px;
  border-radius: 3px;
}

.skip { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: 12px 18px; z-index: 90; }
.skip:focus { left: 0; color: #fff; }

@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }

@media (max-width: 900px) {
  .nav { display: none; }
  .mobmenu { display: block; }

  .header__cta { display: contents; }
  .header__phone { order: 1; }
  .mobmenu { order: 2; }
  .header__cta .btn { order: 3; }

  .header__inner { gap: 10px 12px; }

  .header .mobmenu > summary,
  .header .header__cta .btn {
    min-height: 46px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mobmenu > summary {
    list-style: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 15px;
    border-radius: 5px;
    background: var(--white);
    border: 1px solid var(--rule);
    color: var(--ink);
    font-size: .93rem;
    font-weight: 650;
    white-space: nowrap;
  }
  .mobmenu > summary::-webkit-details-marker { display: none; }
  .mobmenu > summary::marker { content: ""; }
  .mobmenu > summary svg { width: 18px; height: 18px; }
  .mobmenu[open] > summary { background: var(--cream-2); border-color: var(--sage-deep); }
  .mobmenu > ul {
    position: absolute;
    right: 24px;
    top: calc(100% + 10px);
    z-index: 60;
    min-width: 244px;
    max-width: calc(100% - 48px);
    margin: 0;
    padding: 8px;
    list-style: none;
    background: var(--white);
    border: 1px solid var(--rule);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(33,31,28,.07), 0 20px 44px rgba(33,31,28,.16);
  }
  .mobmenu li { margin: 0; }
  .mobmenu a {
    display: block;
    padding: 13px 14px;
    border-radius: 5px;
    font-size: .95rem;
    color: var(--ink-soft);
    text-decoration: none;
  }
  .mobmenu a:hover { background: var(--cream-2); color: var(--ink); }

  .mobmenu .menu-call {
    display: flex; align-items: center; gap: 9px;
    margin-top: 6px; padding-top: 12px;
    border-top: 1px solid var(--rule);
    font-weight: 650; color: var(--ink);
  }
  .mobmenu .menu-call svg { width: 15px; height: 15px; color: var(--sage); flex: none; }
  .mobmenu a[aria-current="page"] { background: var(--cream-2); color: var(--ink); font-weight: 650; }
}

@media (max-width: 620px) {
  .brand__name { font-size: 1.06rem; }
  .brand__sub { display: none; }
  .header__phone { display: none; }
  .header__inner { gap: 10px; }
  .header__cta { gap: 0; }

  .header__cta .btn { font-size: .94rem; }
}

@media (max-width: 430px) {
  .mobmenu > summary { padding: 12px; gap: 0; }
  .mobmenu > summary .lbl { display: none; }
  .mobmenu > ul { min-width: 216px; }
  .btn { padding: 13px 22px; font-size: .94rem; }
  .actions .btn { width: 100%; }
  .m-label { width: 66px; }
}
