/* ==========================================================================
   Sagebrush & Stone Landscapes — "High desert"
   Warm bone, sage, sandstone, deep juniper, and a red-rock clay accent.
   ========================================================================== */

:root {
  --bone: #f3eee4;        /* page */
  --bone-2: #eae3d6;      /* alternate sections */
  --paper: #fbf8f2;       /* cards */
  --line: #ddd4c4;
  --line-2: #cfc4b0;

  --sage: #a3b18a;
  --sage-soft: #d5dcc7;
  --sage-deep: #56644d;   /* small labels (5.6:1 on bone) */
  --sand: #d9b48f;
  --sand-soft: #ebd9c3;
  --clay: #a5532e;        /* buttons and accents (5.8:1 with white) */
  --clay-dark: #8a4424;

  --juniper: #2f3b2f;     /* headings, dark sections */
  --juniper-2: #3a473a;
  --ink: #2f3b2f;
  --ink-2: #4a5647;       /* body copy (6.6:1 on bone) */
  --on-dark: #f3eee4;
  --on-dark-2: #cdd3c2;   /* body copy on juniper (9:1) */

  --font-display: "Instrument Serif", Georgia, "Times New Roman", serif;
  --font-body: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;

  --radius: 22px;
  --radius-lg: 30px;
  --shadow: 0 24px 48px -28px rgb(47 59 47 / 0.35);
  --shadow-soft: 0 12px 30px -20px rgb(47 59 47 / 0.3);

  --container: 1220px;
  --gutter: clamp(20px, 5vw, 48px);
  --section: clamp(84px, 10vw, 140px);
  --header-h: 80px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);

  --topo: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='700' viewBox='0 0 900 700' fill='none' stroke='%23a3b18a' stroke-width='1.2'%3E%3Cg stroke-opacity='.5'%3E%3Cellipse cx='640' cy='190' rx='62' ry='38' transform='rotate(-14 640 190)'/%3E%3Cellipse cx='630' cy='198' rx='118' ry='76' transform='rotate(-10 630 198)'/%3E%3Cellipse cx='618' cy='210' rx='182' ry='118' transform='rotate(-8 618 210)'/%3E%3Cellipse cx='604' cy='222' rx='250' ry='164' transform='rotate(-6 604 222)'/%3E%3Cellipse cx='590' cy='236' rx='322' ry='212' transform='rotate(-4 590 236)'/%3E%3Cellipse cx='574' cy='252' rx='398' ry='264' transform='rotate(-3 574 252)'/%3E%3Cellipse cx='150' cy='560' rx='54' ry='34' transform='rotate(12 150 560)'/%3E%3Cellipse cx='156' cy='552' rx='108' ry='70' transform='rotate(10 156 552)'/%3E%3Cellipse cx='164' cy='544' rx='168' ry='110' transform='rotate(8 164 544)'/%3E%3C/g%3E%3C/svg%3E");

  color-scheme: light;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  font-family: var(--font-body); font-size: 1.0625rem; line-height: 1.7;
  color: var(--ink-2); background: var(--bone);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
ul[class], ol[class] { list-style: none; padding: 0; }
::selection { background: var(--sage-soft); color: var(--juniper); }
:focus-visible { outline: 2.5px solid var(--clay); outline-offset: 3px; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 200; background: var(--juniper); color: var(--bone); padding: 10px 16px; border-radius: 999px; font-weight: 700; text-decoration: none; }
.skip-link:focus { top: 12px; }

.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.icon { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Type ---------- */
h1, h2 { font-family: var(--font-display); font-weight: 400; color: var(--juniper); line-height: 1; letter-spacing: -0.01em; text-wrap: balance; }
h1 { font-size: clamp(3.1rem, 7.2vw, 6.2rem); }
h2 { font-size: clamp(2.5rem, 4.8vw, 4.1rem); }
h1 em, h2 em { font-style: italic; color: var(--clay); }
h3 { font-family: var(--font-body); font-weight: 700; color: var(--juniper); font-size: 1.2rem; line-height: 1.3; letter-spacing: -0.01em; }
p { text-wrap: pretty; }
.lead { font-size: clamp(1.1rem, 1.5vw, 1.25rem); line-height: 1.65; max-width: 34em; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sage-deep); margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 4px rgb(163 177 138 / 0.25); }

.section { padding-block: var(--section); position: relative; }
.section--sand { background: var(--bone-2); }
.section--dark { background: var(--juniper); color: var(--on-dark-2); }
.section--dark h2, .section--dark h3 { color: var(--on-dark); }
.section--dark h2 em { color: var(--sand); }
.section--dark .eyebrow { color: var(--sage); }
.topo { background-image: var(--topo); background-repeat: no-repeat; background-position: right -180px top -120px; background-size: 980px auto; }
.section-head { max-width: 740px; margin-bottom: clamp(44px, 6vw, 68px); }
.section-head p:not(.eyebrow) { margin-top: 20px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--split { max-width: none; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 20px 48px; }
.section-head--split > div { max-width: 700px; }

/* ---------- Buttons & links ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 14px 26px; border-radius: 999px; border: 1.5px solid var(--clay);
  background: var(--clay); color: #fff; font-weight: 700; font-size: 1rem; line-height: 1.2; text-decoration: none; cursor: pointer;
  box-shadow: 0 10px 22px -14px rgb(165 83 46 / 0.8);
  transition: background-color .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease), color .25s var(--ease);
}
.btn:hover { background: var(--clay-dark); border-color: var(--clay-dark); transform: translateY(-2px); box-shadow: 0 16px 26px -16px rgb(165 83 46 / 0.9); }
.btn:active { transform: translateY(0); }
.btn .icon { width: 18px; height: 18px; }
.btn--sm { min-height: 44px; padding: 10px 20px; font-size: 0.9375rem; }
.btn--ghost { background: transparent; color: var(--juniper); border-color: var(--juniper); box-shadow: none; }
.btn--ghost:hover { background: var(--juniper); color: var(--bone); border-color: var(--juniper); box-shadow: none; }
.btn--light { background: var(--bone); color: var(--juniper); border-color: var(--bone); box-shadow: none; }
.btn--light:hover { background: #fff; border-color: #fff; }
.btn--ghost-light { background: transparent; color: var(--on-dark); border-color: rgb(243 238 228 / 0.5); box-shadow: none; }
.btn--ghost-light:hover { background: rgb(243 238 228 / 0.1); border-color: var(--on-dark); box-shadow: none; }
.btn--block { width: 100%; }

.text-link {
  display: inline-flex; align-items: center; gap: 8px; color: var(--juniper); font-weight: 700; text-decoration: none;
  background: linear-gradient(var(--sage), var(--sage)) 0 100% / 100% 2px no-repeat; padding-bottom: 3px;
  transition: gap .25s var(--ease), background-size .25s var(--ease);
}
.text-link .icon { width: 18px; height: 18px; color: var(--clay); }
.text-link:hover { gap: 12px; background-image: linear-gradient(var(--clay), var(--clay)); }
.section--dark .text-link { color: var(--on-dark); }

/* ---------- Concept bar (Nathan's Web Design portfolio) ---------- */
.concept-bar { background: #161513; color: #f7f4ee; font-size: 0.8125rem; line-height: 1.4; position: relative; z-index: 60; }
.concept-bar .container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 6px 20px; padding-block: 9px; }
.concept-bar a { color: #f7f4ee; font-weight: 600; text-underline-offset: 3px; }
.concept-bar-link { text-decoration: none; opacity: 0.85; white-space: nowrap; }
.concept-bar-link:hover { opacity: 1; text-decoration: underline; }
.is-framed, .is-framed body { overflow: hidden; }
.is-framed .concept-bar { display: none; }
.is-framed .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }

/* ---------- Logo ---------- */
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--juniper); }
.logo-mark { width: 40px; height: 40px; flex: none; }
.logo-text { display: grid; line-height: 1; }
.logo-text strong { font-family: var(--font-display); font-weight: 400; font-size: 1.6rem; letter-spacing: -0.01em; white-space: nowrap; }
.logo-text strong i { color: var(--clay); }
.logo-text span { font-size: 0.625rem; font-weight: 700; letter-spacing: 0.32em; text-transform: uppercase; color: var(--sage-deep); margin-top: 5px; }
.site-footer .logo, .site-footer .logo-text strong { color: var(--on-dark); }
.site-footer .logo-text strong i { color: var(--sand); }
.site-footer .logo-text span { color: var(--sage); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50; height: var(--header-h);
  background: rgb(243 238 228 / 0.86); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 10px 30px -24px rgb(47 59 47 / 0.5); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav-links { display: flex; gap: 30px; }
.nav-links a { position: relative; color: var(--juniper); text-decoration: none; font-weight: 600; font-size: 0.975rem; padding-block: 6px; }
.nav-links a::after { content: ""; position: absolute; left: 50%; bottom: -2px; width: 6px; height: 6px; margin-left: -3px; border-radius: 50%; background: var(--clay); transform: scale(0); transition: transform .25s var(--ease); }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { transform: scale(1); }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--juniper); font-weight: 600; font-size: 0.9375rem; text-decoration: none; }
.nav-phone .icon { width: 17px; height: 17px; color: var(--clay); }
.nav-phone:hover { color: var(--clay); }

.menu-toggle { display: none; width: 46px; height: 46px; border: 1.5px solid var(--line-2); border-radius: 50%; background: var(--paper); color: var(--juniper); cursor: pointer; align-items: center; justify-content: center; }
.menu-toggle .icon-close { display: none; }
.menu-toggle[aria-expanded="true"] .icon-menu { display: none; }
.menu-toggle[aria-expanded="true"] .icon-close { display: block; }

.mobile-menu {
  position: fixed; inset: var(--header-h) 0 0; z-index: 45; background: var(--bone);
  background-image: var(--topo); background-repeat: no-repeat; background-position: right -300px bottom -220px; background-size: 900px auto;
  padding: 16px var(--gutter) 40px; overflow-y: auto;
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility 0s linear .3s;
}
.mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.mobile-menu ul { list-style: none; padding: 0; }
.mobile-menu li a { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: 2.2rem; line-height: 1.1; color: var(--juniper); text-decoration: none; }
.mobile-menu li a .icon { color: var(--clay); }
.mobile-menu li a[aria-current="page"] { font-style: italic; color: var(--clay); }
.mobile-menu-foot { display: grid; gap: 12px; margin-top: 30px; }
.mobile-menu-foot p { text-align: center; font-size: 0.875rem; color: var(--sage-deep); margin-top: 6px; }
.menu-open { overflow: hidden; }

/* ---------- Hero ---------- */
.hero { padding: clamp(40px, 6vw, 80px) 0 clamp(72px, 9vw, 120px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(40px, 6vw, 90px); align-items: center; }
.hero h1 { margin-bottom: 26px; }
.hero .lead { margin-bottom: 36px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: center; }
.trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; }
.trust li { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); font-size: 0.875rem; font-weight: 600; color: var(--juniper); }
.trust .icon { width: 17px; height: 17px; color: var(--sage-deep); }
.hero-media { position: relative; }
.hero-photo { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 4.6; box-shadow: var(--shadow); background: var(--sand-soft); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute; left: -28px; bottom: 34px; display: flex; align-items: center; gap: 14px; max-width: 290px;
  padding: 16px 20px 16px 16px; border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); border: 1px solid var(--line);
}
.hero-badge img { width: 58px; height: 46px; border-radius: 10px; background: var(--bone); border: 1px solid var(--line); object-fit: cover; }
.hero-badge strong { display: block; color: var(--juniper); font-size: 0.95rem; line-height: 1.3; }
.hero-badge span { display: block; font-size: 0.8125rem; line-height: 1.4; color: var(--sage-deep); }

/* ---------- The backyard plan that draws itself ---------- */
.plan-section { overflow: hidden; }
.plan-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: clamp(36px, 5vw, 80px); align-items: center; }
.plan-legend { display: grid; gap: 4px; margin: 30px 0 30px; }
.plan-legend button {
  display: flex; align-items: center; gap: 14px; width: 100%; text-align: left; padding: 10px 12px; margin-left: -12px;
  border: 0; border-radius: 14px; background: transparent; color: var(--juniper); font-weight: 600; cursor: pointer;
  transition: background-color .2s var(--ease);
}
.plan-legend button span { display: grid; place-items: center; width: 28px; height: 28px; flex: none; border-radius: 50%; background: var(--clay); color: #fff; font-size: 0.8125rem; font-weight: 800; }
.plan-legend button small { display: block; font-weight: 500; font-size: 0.875rem; color: var(--sage-deep); }
.plan-legend button:hover, .plan-legend button:focus-visible, .plan-legend button.is-active { background: var(--paper); }
.plan-card { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(14px, 2vw, 26px); box-shadow: var(--shadow); }
.plan-card svg { width: 100%; height: auto; }
.plan-foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px 20px; margin-top: 14px; padding: 12px 6px 0; border-top: 1px dashed var(--line-2); font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--sage-deep); }
.replay { display: inline-flex; align-items: center; gap: 8px; border: 0; background: none; padding: 4px 0; font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--clay); cursor: pointer; }
.replay .icon { width: 16px; height: 16px; }
.replay:hover { color: var(--clay-dark); }

/* Drawing: every line in the plan has pathLength="1" and a delay (--i, in seconds) */
.js .plan .d { stroke-dasharray: 1 1; stroke-dashoffset: 1; fill-opacity: 0; }
.js .plan .m { opacity: 0; transform: scale(0.4); transform-box: fill-box; transform-origin: center; }
.js .plan.is-drawn .d {
  stroke-dashoffset: 0; fill-opacity: 1;
  transition: stroke-dashoffset 1.3s cubic-bezier(0.6, 0.05, 0.3, 1) calc(var(--i, 0) * 1s), fill-opacity 0.9s ease calc(var(--i, 0) * 1s + 0.9s);
}
.js .plan.is-drawn .m { opacity: 1; transform: none; transition: opacity .4s ease calc(2.6s + var(--i, 0) * 0.12s), transform .5s cubic-bezier(0.3, 1.5, 0.5, 1) calc(2.6s + var(--i, 0) * 0.12s); }
.plan [data-part] { transition: filter .25s var(--ease); }
.plan.is-focusing [data-part] { filter: grayscale(0.85) opacity(0.45); }
.plan.is-focusing [data-part].is-hot { filter: none; }
.is-framed .plan .d { stroke-dashoffset: 0 !important; fill-opacity: 1 !important; transition: none !important; }
.is-framed .plan .m { opacity: 1 !important; transform: none !important; transition: none !important; }

/* ---------- Promises ---------- */
.promises { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.promise { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 30px 32px; }
.promise-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; background: var(--sage-soft); color: var(--juniper); margin-bottom: 26px; }
.promise-icon .icon { width: 28px; height: 28px; stroke-width: 1.6; }
.promise h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.9rem; line-height: 1.05; letter-spacing: -0.005em; margin-bottom: 12px; }
.promise-num { position: absolute; top: 30px; right: 30px; font-family: var(--font-display); font-style: italic; font-size: 1.4rem; color: var(--sand); }

/* ---------- Services (home) ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 22px; }
.svc-card { grid-column: span 2; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: inherit; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.svc-card:nth-child(n+4) { grid-column: span 3; }
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.svc-media { aspect-ratio: 16 / 11; overflow: hidden; background: var(--sand-soft); }
.svc-card:nth-child(n+4) .svc-media { aspect-ratio: 16 / 8.5; }
.svc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.svc-media--plan { display: flex; align-items: center; justify-content: center; padding: 18px; background: var(--bone); }
.svc-media .svc-plan, .service-media .svc-plan { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
.svc-card:hover .svc-media img { transform: scale(1.04); }
.svc-card:hover .svc-media--plan img { transform: scale(1.02); }
.svc-body { padding: 24px 26px 26px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.svc-body h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.85rem; line-height: 1.05; }
.svc-body p { font-size: 0.975rem; flex: 1; }
.svc-body .more { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; font-weight: 700; color: var(--clay); font-size: 0.9375rem; }
.svc-body .more .icon { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.svc-card:hover .more .icon { transform: translateX(4px); }

/* ---------- Pricing ---------- */
.pricing { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: 22px; align-items: stretch; }
.price-list { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 10px 32px; }
.price-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px 24px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid var(--line); }
.price-row:last-child { border-bottom: 0; }
.price-row h3 { font-size: 1.1rem; }
.price-row p { grid-column: 1 / -1; font-size: 0.9375rem; color: var(--sage-deep); }
.price { font-family: var(--font-display); font-size: clamp(1.7rem, 2.6vw, 2.2rem); line-height: 1; color: var(--juniper); white-space: nowrap; }
.price small { font-family: var(--font-body); font-size: 0.8125rem; font-weight: 600; color: var(--sage-deep); margin-right: 6px; }
.phases { position: relative; overflow: hidden; background: var(--juniper); color: var(--on-dark-2); border-radius: var(--radius); padding: 36px 32px; background-image: var(--topo); background-repeat: no-repeat; background-position: right -380px top -200px; background-size: 900px auto; }
.phases h3 { font-family: var(--font-display); font-weight: 400; font-size: 2.3rem; line-height: 1.05; color: var(--on-dark); margin-bottom: 12px; }
.phase-list { display: grid; gap: 0; margin-top: 28px; counter-reset: ph; }
.phase-list li { position: relative; display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding-bottom: 24px; }
.phase-list li:last-child { padding-bottom: 0; }
.phase-list li::before { counter-increment: ph; content: counter(ph); display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--sand); color: var(--sand); font-family: var(--font-display); font-size: 1.3rem; position: relative; z-index: 1; background: var(--juniper); }
.phase-list li:not(:last-child)::after { content: ""; position: absolute; left: 20px; top: 40px; bottom: 0; width: 1.5px; background: rgb(217 180 143 / 0.4); }
.phase-list strong { display: block; color: var(--on-dark); font-weight: 700; margin-top: 7px; }
.phase-list span { display: block; font-size: 0.9375rem; line-height: 1.55; }
.pricing-note { margin-top: 22px; font-size: 0.9375rem; color: var(--sage-deep); max-width: 60em; }

/* ---------- Process ---------- */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding-top: 70px; }
.step::before { counter-increment: step; content: counter(step); position: absolute; top: 0; left: 0; display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--paper); border: 1.5px solid var(--sage); font-family: var(--font-display); font-size: 1.5rem; color: var(--juniper); z-index: 1; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 25px; left: 58px; right: -14px; height: 1.5px; background: repeating-linear-gradient(90deg, var(--sage) 0 6px, transparent 6px 12px); }
.step h3 { margin-bottom: 8px; }
.step p { font-size: 0.975rem; }
.step .time { display: inline-block; margin-top: 12px; font-size: 0.8125rem; font-weight: 700; color: var(--sage-deep); background: var(--sage-soft); padding: 4px 10px; border-radius: 999px; }
.season { display: flex; align-items: center; gap: 16px; margin-top: 54px; padding: 20px 24px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.season .icon { width: 30px; height: 30px; color: var(--clay); stroke-width: 1.6; }
.season p { color: var(--juniper); }
.season strong { font-family: var(--font-display); font-weight: 400; font-size: 1.5rem; margin-right: 6px; }

/* ---------- Team ---------- */
.team { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(40px, 7vw, 100px); align-items: center; }
.team-photo { position: relative; }
.team-photo .frame { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 4.8; background: var(--sand-soft); box-shadow: var(--shadow); }
.team-photo .frame img { width: 100%; height: 100%; object-fit: cover; }
.team-photo figcaption { position: absolute; right: -18px; bottom: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 10px 18px; font-size: 0.875rem; font-weight: 700; color: var(--juniper); box-shadow: var(--shadow-soft); }
.quote { font-family: var(--font-display); font-size: clamp(1.7rem, 2.8vw, 2.4rem); line-height: 1.15; color: var(--juniper); margin: 28px 0; }
.quote p::before { content: "“"; color: var(--clay); }
.quote p::after { content: "”"; color: var(--clay); }
.quote cite { display: block; margin-top: 14px; font-family: var(--font-body); font-style: normal; font-size: 0.875rem; font-weight: 700; color: var(--sage-deep); }
.team-copy > p + p { margin-top: 16px; }
.crew { display: flex; align-items: center; gap: 16px; margin: 30px 0; padding: 14px 18px 14px 14px; border-radius: 20px; background: var(--paper); border: 1px solid var(--line); max-width: 480px; }
.crew img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex: none; }
.crew strong { display: block; color: var(--juniper); }
.crew span { display: block; font-size: 0.9rem; line-height: 1.5; }

/* ---------- Reviews (placeholders) ---------- */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review { position: relative; height: 100%; display: flex; flex-direction: column; gap: 16px; padding: 30px 28px; border-radius: var(--radius); border: 1.5px dashed var(--line-2); background: var(--paper); }
.review-stars { display: flex; gap: 4px; color: var(--clay); }
.review-stars .icon { width: 17px; height: 17px; fill: currentColor; stroke: none; }
.review blockquote { font-family: var(--font-display); font-size: 1.45rem; line-height: 1.25; color: var(--juniper); flex: 1; }
.review footer { font-size: 0.875rem; font-weight: 700; color: var(--sage-deep); }
.placeholder-tag { position: absolute; top: -12px; right: 22px; background: var(--bone); border: 1px solid var(--line-2); color: var(--sage-deep); font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }

/* ---------- Area / final CTA ---------- */
.area { background-image: var(--topo); background-repeat: no-repeat; background-position: right -200px center; background-size: 1100px auto; }
.area-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(40px, 6vw, 90px); align-items: center; }
.area h2 { margin-bottom: 22px; }
.area .hero-actions { margin-top: 34px; }
.towns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.towns li { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px; border: 1px solid rgb(243 238 228 / 0.3); color: var(--on-dark); font-weight: 600; font-size: 0.9375rem; }
.towns li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--sand); }
.info-card { background: rgb(243 238 228 / 0.06); border: 1px solid rgb(243 238 228 / 0.16); border-radius: var(--radius); padding: 30px; }
.info-card h3 { font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sage); margin-bottom: 14px; }
.info-card dl { display: grid; margin-bottom: 26px; }
.info-card dl div { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid rgb(243 238 228 / 0.14); }
.info-card dt { color: var(--on-dark-2); }
.info-card dd { color: var(--on-dark); font-weight: 600; text-align: right; }
.contact-list { display: grid; gap: 12px; }
.contact-list li { display: flex; align-items: center; gap: 12px; }
.contact-list .icon { color: var(--sand); }
.contact-list a { color: var(--on-dark); font-weight: 600; text-decoration: none; }
.contact-list a:hover { text-decoration: underline; text-underline-offset: 4px; }

/* ---------- CTA band (inner pages) ---------- */
.cta-band { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(90px, 11vw, 150px); color: var(--on-dark-2); }
.cta-band > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.cta-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgb(47 59 47 / 0.92) 0%, rgb(47 59 47 / 0.75) 55%, rgb(47 59 47 / 0.35) 100%); }
.cta-band h2 { color: var(--on-dark); max-width: 11em; }
.cta-band h2 em { color: var(--sand); }
.cta-band p { margin-top: 18px; max-width: 32em; font-size: 1.125rem; }
.cta-band .hero-actions { margin-top: 34px; }

/* ---------- Footer ---------- */
.site-footer { background: #263026; color: var(--on-dark-2); padding: 76px 0 36px; font-size: 0.9375rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand p { margin-top: 20px; max-width: 24em; }
.footer-col h2 { font-family: var(--font-body); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sage); margin-bottom: 16px; }
.footer-col ul { display: grid; gap: 9px; list-style: none; padding: 0; }
.footer-col a { color: var(--on-dark-2); text-decoration: none; }
.footer-col a:hover { color: var(--on-dark); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 60px; padding-top: 26px; border-top: 1px solid rgb(243 238 228 / 0.14); font-size: 0.8125rem; color: var(--sage); }

.action-bar { display: none; }

/* ==========================================================================
   Inner pages
   ========================================================================== */
.page-hero { padding: clamp(56px, 8vw, 110px) 0 clamp(56px, 7vw, 96px); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(36px, 6vw, 90px); align-items: center; }
.page-hero h1 { font-size: clamp(2.9rem, 6vw, 5.2rem); margin-bottom: 22px; }
.page-hero .photo { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 5 / 4; box-shadow: var(--shadow); background: var(--sand-soft); }
.page-hero .photo img { width: 100%; height: 100%; object-fit: cover; }
.jump { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.jump a { padding: 9px 16px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); color: var(--juniper); font-weight: 600; font-size: 0.9rem; text-decoration: none; transition: border-color .2s var(--ease), background-color .2s var(--ease); }
.jump a:hover { border-color: var(--sage); background: var(--sage-soft); }

/* Service blocks */
.service { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(36px, 6vw, 90px); align-items: center; padding-block: clamp(52px, 7vw, 90px); border-bottom: 1px solid var(--line); scroll-margin-top: calc(var(--header-h) + 8px); }
.service:first-of-type { padding-top: 0; }
.service:last-of-type { border-bottom: 0; padding-bottom: 0; }
.service:nth-of-type(even) .service-media { order: 2; }
.service-media { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 5 / 4; background: var(--sand-soft); box-shadow: var(--shadow-soft); }
.service-media img { width: 100%; height: 100%; object-fit: cover; }
.service-media--plan { display: flex; align-items: center; justify-content: center; padding: clamp(16px, 3vw, 30px); background: var(--paper); border: 1px solid var(--line); }
.service h2 { font-size: clamp(2.3rem, 4vw, 3.4rem); margin-bottom: 16px; }
.service-meta { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.service-meta div { flex: 1 1 180px; padding: 14px 18px; border-radius: 16px; background: var(--paper); border: 1px solid var(--line); }
.service-meta dt { font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sage-deep); }
.service-meta dd { font-family: var(--font-display); font-size: 1.55rem; line-height: 1.2; color: var(--juniper); margin-top: 2px; }
.checklist { display: grid; gap: 10px; margin-bottom: 28px; }
.checklist li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; line-height: 1.5; }
.checklist .icon { width: 20px; height: 20px; color: var(--sage-deep); margin-top: 2px; }
.note { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; border-radius: 16px; background: var(--sage-soft); color: var(--juniper); font-size: 0.9375rem; line-height: 1.55; margin-bottom: 28px; }
.note .icon { color: var(--sage-deep); margin-top: 2px; }

/* FAQ */
.faq { max-width: 880px; display: grid; gap: 12px; }
.faq details { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; transition: border-color .2s var(--ease); }
.faq details[open] { border-color: var(--sage); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 24px; cursor: pointer; list-style: none; font-weight: 700; color: var(--juniper); font-size: 1.05rem; line-height: 1.4; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .icon { flex: none; display: grid; width: 30px; height: 30px; padding: 6px; border-radius: 50%; background: var(--sage-soft); transition: transform .3s var(--ease), background-color .3s var(--ease); }
.faq details[open] summary .icon { transform: rotate(45deg); background: var(--sand-soft); }
.faq-body { padding: 0 24px 22px; max-width: 46em; }
.faq-body p + p { margin-top: 10px; }

/* Projects gallery */
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.filters button { padding: 10px 18px; border-radius: 999px; border: 1.5px solid var(--line-2); background: var(--paper); color: var(--juniper); font-weight: 700; font-size: 0.9375rem; cursor: pointer; transition: all .2s var(--ease); }
.filters button:hover { border-color: var(--juniper); }
.filters button[aria-pressed="true"] { background: var(--juniper); border-color: var(--juniper); color: var(--bone); }
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: dense; gap: 22px; }
.shot { display: flex; flex-direction: column; gap: 12px; }
.shot.is-hidden { display: none; }
.shot--tall .shot-media { aspect-ratio: 4 / 5.2; }
.shot--wide { grid-column: span 2; }
.shot--wide .shot-media { aspect-ratio: 16 / 9.4; }
.shot-media { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3.2; background: var(--sand-soft); }
.shot-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.shot:hover .shot-media img { transform: scale(1.04); }
.sample-tag { position: absolute; top: 14px; left: 14px; padding: 5px 11px; border-radius: 999px; background: rgb(251 248 242 / 0.92); font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage-deep); }
.shot figcaption { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding-inline: 4px; }
.shot figcaption strong { font-family: var(--font-display); font-weight: 400; font-size: 1.45rem; line-height: 1.15; color: var(--juniper); }
.shot figcaption span { font-size: 0.8125rem; font-weight: 700; color: var(--sage-deep); white-space: nowrap; }
.gallery-note { display: flex; gap: 14px; align-items: flex-start; max-width: 760px; margin-bottom: 40px; padding: 18px 20px; border-radius: 18px; border: 1.5px dashed var(--line-2); background: var(--paper); font-size: 0.9375rem; line-height: 1.55; }
.gallery-note .icon { color: var(--clay); margin-top: 2px; }

/* About */
.story { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(40px, 7vw, 100px); align-items: start; }
.story-photo { position: sticky; top: calc(var(--header-h) + 28px); }
.story-copy h2 { margin-bottom: 28px; }
.story-copy > p:not(.eyebrow) { font-size: 1.125rem; }
.story-copy > p + p { margin-top: 18px; }
.timeline { display: grid; gap: 0; margin-top: 40px; border-left: 1.5px solid var(--sage); padding-left: 28px; }
.timeline li { position: relative; padding-bottom: 24px; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before { content: ""; position: absolute; left: -36px; top: 7px; width: 14px; height: 14px; border-radius: 50%; background: var(--bone); border: 2px solid var(--clay); }
.timeline strong { display: block; font-family: var(--font-display); font-weight: 400; font-size: 1.5rem; line-height: 1.1; color: var(--juniper); }
.timeline span { display: block; font-size: 0.975rem; margin-top: 4px; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(36px, 6vw, 90px); align-items: center; }
.split .service-media { aspect-ratio: 4 / 3.4; }
.split h2 { margin-bottom: 20px; }
.split p + p { margin-top: 16px; }
.promise-rows { display: grid; gap: 22px; }
.promise-row { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 28px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.promise-row .promise-icon { margin: 0; }
.promise-row h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.9rem; line-height: 1.05; margin-bottom: 8px; }

/* Estimate form */
.estimate { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr); gap: clamp(32px, 5vw, 64px); align-items: start; }
.form-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 48px); box-shadow: var(--shadow-soft); }
.fieldset { border: 0; padding: 0; margin: 0 0 34px; min-width: 0; }
.fieldset legend { font-family: var(--font-display); font-size: 1.9rem; line-height: 1.1; color: var(--juniper); margin-bottom: 18px; padding: 0; }
.fieldset legend span { font-family: var(--font-body); font-size: 0.8125rem; font-weight: 700; color: var(--clay); margin-right: 10px; vertical-align: middle; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 8px; min-width: 0; align-content: start; }
.field--full { grid-column: 1 / -1; }
.field > label, .field .label { color: var(--juniper); font-weight: 700; font-size: 0.9375rem; }
.opt { color: var(--sage-deep); font-weight: 500; font-size: 0.8125rem; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 52px; padding: 13px 16px; border-radius: 14px; border: 1.5px solid var(--line-2); background: #fff; color: var(--juniper); font-size: 1rem;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.field textarea { min-height: 116px; resize: vertical; line-height: 1.5; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a5532e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 18px; padding-right: 44px; }
.field input::placeholder, .field textarea::placeholder { color: #8a9282; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--sage); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--sage-deep); box-shadow: 0 0 0 4px rgb(163 177 138 / 0.35); }
.hint { font-size: 0.8125rem; color: var(--sage-deep); }
.error { display: none; font-size: 0.875rem; font-weight: 600; color: #a33a1d; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #c2502b; }
.field.has-error .error { display: block; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.chip span { display: inline-flex; align-items: center; gap: 8px; min-height: 46px; padding: 10px 16px; border-radius: 999px; border: 1.5px solid var(--line-2); background: #fff; color: var(--juniper); font-weight: 600; font-size: 0.9375rem; transition: all .2s var(--ease); }
.chip span::before { content: ""; width: 16px; height: 16px; border-radius: 50%; border: 1.5px solid var(--line-2); background: #fff; transition: all .2s var(--ease); flex: none; }
.chip input[type="checkbox"] + span::before { border-radius: 5px; }
.chip input:hover + span { border-color: var(--sage); }
.chip input:checked + span { border-color: var(--juniper); background: var(--sage-soft); }
.chip input:checked + span::before { border-color: var(--juniper); background: var(--juniper); box-shadow: inset 0 0 0 3px #fff; }
.chip input:focus-visible + span { outline: 2.5px solid var(--clay); outline-offset: 2px; }
.cards-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.card-choice { position: relative; }
.card-choice input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.card-choice span { display: block; height: 100%; padding: 16px 18px; border-radius: 18px; border: 1.5px solid var(--line-2); background: #fff; transition: all .2s var(--ease); }
.card-choice strong { display: block; color: var(--juniper); font-weight: 700; }
.card-choice small { display: block; font-size: 0.875rem; color: var(--sage-deep); line-height: 1.45; margin-top: 2px; }
.card-choice input:hover + span { border-color: var(--sage); }
.card-choice input:checked + span { border-color: var(--juniper); background: var(--sage-soft); }
.card-choice input:focus-visible + span { outline: 2.5px solid var(--clay); outline-offset: 2px; }
.group.has-error .chips span, .group.has-error .card-choice span { border-color: #c2502b; }
.group.has-error .error { display: block; }
.form-alert { display: none; padding: 14px 18px; border-radius: 14px; background: #f6e2d8; color: #7d2e14; font-weight: 600; font-size: 0.9375rem; margin-bottom: 26px; }
.form-alert.is-visible { display: block; }
.form-submit { display: grid; gap: 12px; }
.form-submit p { font-size: 0.875rem; color: var(--sage-deep); text-align: center; }
.form-success { display: none; }
.form-success.is-visible { display: block; }
.form-success .check { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: var(--sage-soft); color: var(--juniper); margin-bottom: 22px; }
.form-success .check .icon { width: 30px; height: 30px; stroke-width: 2; }
.form-success h2 { font-size: clamp(2.2rem, 4vw, 3rem); margin-bottom: 14px; }
.summary { display: grid; margin: 24px 0; border-top: 1px solid var(--line); }
.summary div { display: grid; grid-template-columns: 150px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 0.9375rem; }
.summary dt { font-weight: 700; color: var(--sage-deep); }
.summary dd { color: var(--juniper); overflow-wrap: anywhere; }
.demo-note { font-size: 0.875rem; color: var(--sage-deep); padding: 12px 14px; border-radius: 14px; border: 1.5px dashed var(--line-2); margin-bottom: 24px; }
.side { display: grid; gap: 20px; position: sticky; top: calc(var(--header-h) + 24px); }
.side-card { border-radius: var(--radius); padding: 28px 26px; background: var(--paper); border: 1px solid var(--line); }
.side-card h2 { font-family: var(--font-display); font-size: 1.8rem; margin-bottom: 16px; }
.side-steps { display: grid; gap: 16px; counter-reset: s; }
.side-steps li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; font-size: 0.9375rem; line-height: 1.5; }
.side-steps li::before { counter-increment: s; content: counter(s); display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--sage-soft); font-family: var(--font-display); font-size: 1.15rem; color: var(--juniper); }
.side-steps strong { color: var(--juniper); }
.side-card--dark { background: var(--juniper); border-color: var(--juniper); color: var(--on-dark-2); }
.side-card--dark h2 { color: var(--on-dark); }
.side-card--dark .towns { margin: 0 0 22px; }
.side-card--dark .towns li { font-size: 0.875rem; padding: 7px 13px; }

/* ==========================================================================
   Motion
   ========================================================================== */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: calc(var(--d, 0) * 90ms); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: 0.01ms !important; transition-delay: 0s !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
  .nav-phone { display: none; }
  .svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svc-card, .svc-card:nth-child(n+4) { grid-column: span 1; }
  .svc-card:first-child { grid-column: 1 / -1; }
  .svc-card:first-child .svc-media { aspect-ratio: 16 / 7; }
  .svc-card:nth-child(n+4) .svc-media { aspect-ratio: 16 / 11; }
  .pricing { grid-template-columns: 1fr; }
  .process { grid-template-columns: repeat(2, 1fr); row-gap: 44px; }
  .step:nth-child(2)::after { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .estimate { grid-template-columns: 1fr; }
  .side { position: static; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  :root { --header-h: 70px; }
  .nav { display: none; }
  .menu-toggle { display: inline-flex; }

  .hero-grid, .plan-grid, .team, .area-grid, .page-hero-grid, .service, .story, .split { grid-template-columns: 1fr; }
  .hero-media { max-width: 560px; }
  .hero-photo { aspect-ratio: 4 / 3.4; }
  .hero-badge { left: 16px; bottom: -26px; }
  .hero { padding-bottom: clamp(90px, 12vw, 120px); }
  /* Phones and tablets: heading, then the plan, then its legend */
  .plan-grid { row-gap: 0; }
  .plan-grid > div:first-child { display: contents; }
  .plan-grid .eyebrow { order: 1; justify-self: start; }
  .plan-grid h2 { order: 2; }
  .plan-grid > div > p:not(.eyebrow) { order: 3; }
  .plan-card { order: 4; margin-top: 32px; }
  .plan-legend { order: 5; grid-template-columns: 1fr 1fr; margin: 26px 0 22px; }
  .plan-grid .text-link { order: 6; justify-self: start; }
  .promises, .reviews { grid-template-columns: 1fr; }
  .team-photo { max-width: 520px; }
  .team-photo .frame { aspect-ratio: 4 / 3.6; }
  .team-photo figcaption { right: 16px; }
  .service:nth-of-type(even) .service-media { order: 0; }
  .service-media { aspect-ratio: 16 / 11; }
  .story-photo { position: static; max-width: 520px; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-hero .photo { aspect-ratio: 16 / 10; }

  .action-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
    display: grid; grid-template-columns: 1.7fr 1fr; gap: 10px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgb(243 238 228 / 0.94); border-top: 1px solid var(--line);
    -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  }
  .action-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; border-radius: 999px; font-weight: 700; text-decoration: none; font-size: 0.975rem; border: 1.5px solid var(--juniper); color: var(--juniper); background: var(--paper); }
  .action-bar a.is-primary { background: var(--clay); border-color: var(--clay); color: #fff; }
  .action-bar .icon { width: 18px; height: 18px; }
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .menu-open .action-bar { display: none; }
}

@media (max-width: 640px) {
  body { font-size: 1rem; }
  .logo-text strong { font-size: 1.35rem; }
  .logo-mark { width: 34px; height: 34px; }
  .hero-actions .btn, .area .btn, .cta-band .btn { flex: 1 1 100%; }
  .hero-badge { position: relative; left: auto; bottom: auto; margin: -34px 16px 0; }
  .plan-legend { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: 1fr; }
  .svc-card:first-child .svc-media { aspect-ratio: 16 / 11; }
  .process { grid-template-columns: 1fr; row-gap: 36px; }
  .step::after { display: none; }
  .price-list { padding: 4px 22px; }
  .price-row { grid-template-columns: 1fr; }
  .phases { padding: 30px 24px; }
  .season { align-items: flex-start; }
  .gallery { grid-template-columns: 1fr; }
  .shot--wide { grid-column: auto; }
  .shot--wide .shot-media, .shot--tall .shot-media { aspect-ratio: 4 / 3.2; }
  .field-grid, .cards-choice { grid-template-columns: 1fr; }
  .side { grid-template-columns: 1fr; }
  .summary div { grid-template-columns: 1fr; gap: 2px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .promise-row { grid-template-columns: 1fr; gap: 16px; padding: 24px; }
}
