/* 
Theme Name: LandPad Theme
Text Domain: lptheme
Version: 1.100000
Description: This is the LandPad Theme.
Tags: 
Author: Jonathan Misayah
Author URI: https://jonmisayah.com
*/

:root {
  /* Forest-green palette with white as the primary page surface. */
  --pine: #12351f;
  --pine-2: #07160c;
  --fern: #4e7042;
  --moss: #849675;
  --sand: #f5f8f2;
  --cream: #ffffff;
  --clay: #5f7f3f;
  --copper: #a0b66f;
  --ink: #182317;
  --muted: #697361;
  --line: rgba(18, 53, 31, .14);
  --white-line: rgba(255, 255, 255, .24);
  --shadow: 0 28px 80px rgba(10, 35, 19, .15);
  --radius-lg: 2rem;
  --radius-md: 1.2rem;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -100px;
  z-index: 9999;
  padding: .7rem 1rem;
  background: var(--cream);
  color: var(--pine);
  border-radius: 999px;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  color: var(--cream);
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(255, 255, 255, .95);
  color: var(--pine);
  box-shadow: 0 10px 30px rgba(12, 24, 20, .08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  gap: .75rem;
  align-items: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .86rem;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: .8rem;
  letter-spacing: .04em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nav a {
  position: relative;
  opacity: .9;
}

.nav a:not(.pill-link)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.35rem;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.nav a:hover::after,
.nav a:focus-visible::after {
  transform: scaleX(1);
}

.pill-link {
  padding: .65rem 1rem;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 1.2rem;
  height: 1px;
  margin: .22rem auto;
  background: currentColor;
  transition: transform .2s ease;
}

body.menu-open .menu-toggle span:first-child {
  transform: translateY(4px) rotate(45deg);
}

body.menu-open .menu-toggle span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.section-pad {
  padding: clamp(5rem, 10vw, 9rem) clamp(1rem, 5vw, 5rem);
}

.section-dark {
  background: var(--pine);
  color: var(--cream);
}

.section-sage {
  background: #eaf1e6;
}

.section-sand {
  background: var(--sand);
}

.eyebrow,
.kicker {
  margin: 0 0 1rem;
  color: var(--clay);
  font-size: .78rem;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}

.section-dark .eyebrow,
.section-dark .kicker {
  color: #b7cf95;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .95;
}

h1 {
  max-width: 12ch;
  font-size: clamp(4.3rem, 12vw, 11rem);
}

h2 {
  max-width: 13ch;
  font-size: clamp(2.8rem, 7vw, 6.7rem);
}

h3 {
  font-size: clamp(2rem, 3.4vw, 3.4rem);
}

p {
  margin: 0;
}

.lead {
  color: var(--muted);
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.25;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: calc(var(--header-height) + 2rem) clamp(1rem, 5vw, 5rem) 2.2rem;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 18, 16, .08), rgba(8, 18, 16, .92));
  pointer-events: none;
}

.hero-art {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 255, 255, .14) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, .22) 0 1px, transparent 2px),
    linear-gradient(180deg, #254b2e 0%, #6c874b 42%, #08180c 100%);
}

.sun {
  position: absolute;
  right: 16vw;
  top: 16vh;
  width: clamp(8rem, 16vw, 17rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(174, 202, 125, .86), rgba(174, 202, 125, .10) 66%, transparent 68%);
  filter: blur(.4px);
}

.ridge {
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: 0;
  height: 48vh;
  clip-path: polygon(0 66%, 9% 54%, 19% 59%, 31% 33%, 43% 53%, 55% 23%, 67% 48%, 78% 31%, 91% 52%, 100% 42%, 100% 100%, 0 100%);
}

.ridge-one {
  bottom: 20vh;
  background: rgba(136, 151, 114, .55);
}

.ridge-two {
  bottom: 9vh;
  background: rgba(49, 83, 65, .9);
  transform: scaleX(1.08);
}

.ridge-three {
  background: #061208;
  transform: scaleX(1.12);
}

.stars {
  position: absolute;
  inset: 0;
  opacity: .6;
  background-image:
    radial-gradient(circle at 15% 22%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 31% 10%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 52% 18%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 64% 9%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 82% 30%, #fff 0 1px, transparent 1.5px);
}

.hero-content,
.hero-meta,
.scroll-cue {
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 40rem;
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: .9rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-light {
  background: var(--cream);
  color: var(--pine);
}

.button-ghost {
  border-color: rgba(255, 255, 255, .55);
  color: var(--cream);
}

.button-dark {
  background: var(--pine);
  color: var(--cream);
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(48rem, 100%);
  margin-top: 4rem;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .18);
}

.hero-meta div {
  padding: 1.1rem;
  background: rgba(13, 31, 25, .5);
  backdrop-filter: blur(10px);
}

.hero-meta strong {
  display: block;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: .9;
  font-weight: 400;
}

.hero-meta span {
  display: block;
  margin-top: .4rem;
  color: rgba(255, 255, 255, .75);
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.scroll-cue {
  position: absolute;
  right: clamp(1rem, 5vw, 5rem);
  bottom: 2.5rem;
  color: rgba(255, 255, 255, .76);
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.image-triptych {
  display: grid;
  grid-template-columns: 1fr 1.25fr .85fr;
  gap: 1rem;
  align-items: end;
}

.scenic-card {
  position: relative;
  min-height: 28rem;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.scenic-card:nth-child(2) {
  min-height: 36rem;
}

.scenic-card::before,
.photo-window::before,
.offering-image::before,
.listing-art::before,
.panel-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .18), transparent 35%),
    radial-gradient(circle at 24% 28%, rgba(255, 255, 255, .25), transparent 18%),
    linear-gradient(145deg, rgba(95, 127, 63, .36), transparent 42%);
  mix-blend-mode: screen;
  opacity: .75;
}

.scenic-card::after,
.photo-window::after,
.offering-image::after,
.listing-art::after,
.panel-art::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: 0;
  height: 52%;
  background: rgba(21, 49, 24, .92);
  clip-path: polygon(0 64%, 13% 48%, 30% 62%, 46% 32%, 63% 56%, 77% 40%, 100% 58%, 100% 100%, 0 100%);
}

.scenic-card-a {
  background: linear-gradient(180deg, #c3cfb8, #496f39);
}

.scenic-card-b {
  background: linear-gradient(180deg, #7f9168, #183b22);
}

.scenic-card-c {
  background: linear-gradient(180deg, #afc893, #16351e 72%);
}

.scenic-card figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  color: var(--cream);
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.memory {
  display: grid;
  grid-template-columns: minmax(18rem, .9fr) minmax(18rem, 1fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
}

.memory-media {
  position: relative;
  min-height: 38rem;
}

.photo-window {
  position: absolute;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.photo-window-large {
  inset: 0 14% 8% 0;
  background: linear-gradient(180deg, #dbe6d4, #718956 55%, #12351f);
}

.photo-window-small {
  right: 0;
  bottom: 0;
  width: 48%;
  height: 38%;
  border: .65rem solid #eaf1e6;
  background: linear-gradient(180deg, #1e4a2a, #8ea36c);
}

.memory-copy p:not(.eyebrow) {
  max-width: 38rem;
  margin-top: 1.5rem;
  color: #65735c;
  font-size: 1.08rem;
}

.text-link {
  display: inline-flex;
  margin-top: 1.7rem;
  color: var(--pine);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
  border-bottom: 1px solid currentColor;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.offering-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.offering-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 18px 70px rgba(34, 40, 30, .08);
}

.offering-image {
  position: relative;
  height: clamp(20rem, 36vw, 34rem);
  overflow: hidden;
  background: linear-gradient(180deg, #ccd9c2, #3b6b3f);
}

.cabin-art::after {
  clip-path: polygon(0 70%, 12% 58%, 26% 64%, 43% 28%, 60% 58%, 74% 38%, 100% 62%, 100% 100%, 0 100%);
}

.cabin-art {
  background: linear-gradient(180deg, #d2dfc4, #335f38 72%);
}

.cabin-art::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .12), transparent 30%),
    linear-gradient(90deg, transparent 25%, rgba(184, 204, 140, .72) 25% 28%, transparent 28%),
    linear-gradient(145deg, rgba(95, 127, 63, .34), transparent 50%);
}

.lot-art {
  background: linear-gradient(180deg, #dce9d2, #82995e 40%, #12351f 88%);
}

.offering-body {
  padding: clamp(1.25rem, 3vw, 2.4rem);
}

.offering-body p:not(.kicker) {
  max-width: 40rem;
  margin: 1.2rem 0 1.6rem;
  color: var(--muted);
}

.place {
  display: grid;
  grid-template-columns: minmax(18rem, .75fr) minmax(20rem, 1.1fr);
  gap: clamp(3rem, 7vw, 6rem);
  align-items: center;
}

.place-copy p:not(.eyebrow) {
  max-width: 34rem;
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, .72);
}

.amenity-map {
  position: relative;
  min-height: 35rem;
  border-radius: 50%;
  border: 1px solid var(--white-line);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .08) 0 28%, transparent 29%),
    radial-gradient(circle at 50% 50%, transparent 0 45%, rgba(95, 127, 63, .2) 46% 47%, transparent 48%),
    linear-gradient(160deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .01));
  overflow: hidden;
}

.contour-lines {
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 45% 55% 52% 48%;
}

.contour-lines::before,
.contour-lines::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 48% 52% 45% 55%;
}

.contour-lines::before {
  inset: 11%;
}

.contour-lines::after {
  inset: 22%;
}

.pin {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .45rem .7rem;
  border: 1px solid var(--white-line);
  border-radius: 999px;
  background: rgba(12, 27, 22, .5);
  color: var(--cream);
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pin::before {
  content: "";
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--copper);
}

.pin-one { left: 44%; top: 18%; }
.pin-two { left: 14%; top: 48%; }
.pin-three { right: 13%; top: 54%; }
.pin-four { left: 47%; bottom: 16%; }

.amenity-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--white-line);
  border-bottom: 1px solid var(--white-line);
}

.amenity-row span {
  padding: 1rem;
  border-right: 1px solid var(--white-line);
  color: rgba(255, 255, 255, .82);
  font-size: .78rem;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.amenity-row span:last-child {
  border-right: 0;
}

.experiences {
  display: grid;
  grid-template-columns: minmax(18rem, .8fr) minmax(20rem, 1.2fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: start;
}

.experience-intro p:not(.eyebrow) {
  max-width: 36rem;
  margin-top: 1.4rem;
  color: var(--muted);
}

.experience-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 70px rgba(34, 40, 30, .08);
}

.tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.tabs button {
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  padding: 1rem .7rem;
  color: var(--muted);
  cursor: pointer;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 800;
}

.tabs button:last-child {
  border-right: 0;
}

.tabs button[aria-selected="true"] {
  background: var(--pine);
  color: var(--cream);
}

.tab-panel {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 1.5rem;
  align-items: center;
  padding: 1.25rem;
}

.panel-art {
  position: relative;
  min-height: 23rem;
  overflow: hidden;
  border-radius: 1.4rem;
}

.trails-art { background: linear-gradient(180deg, #c8d8bc, #355f37); }
.water-art { background: linear-gradient(180deg, #9bbf82, #356b3c 55%, #0e2f1a); }
.wellness-art { background: linear-gradient(180deg, #dce7d5, #788c62 60%, #1b4328); }
.table-art { background: linear-gradient(180deg, #b8cf99, #3d6338 60%, #122f1b); }

.tab-panel h3 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.tab-panel p {
  margin-top: 1rem;
  color: var(--muted);
}

.availability-top {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.availability-top p {
  color: var(--muted);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 800;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-bottom: 2rem;
}

.filter {
  padding: .78rem 1rem;
  border: 1px solid rgba(18, 53, 31, .25);
  border-radius: 999px;
  background: transparent;
  color: var(--pine);
  cursor: pointer;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 800;
}

.filter.is-active,
.filter:hover,
.filter:focus-visible {
  background: var(--pine);
  color: var(--cream);
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.listing-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(18, 53, 31, .12);
  border-radius: var(--radius-md);
  box-shadow: 0 18px 50px rgba(29, 38, 25, .08);
}

.listing-card.is-hidden {
  display: none;
}

.listing-art {
  position: relative;
  height: 18rem;
  overflow: hidden;
}

.listing-one { background: linear-gradient(180deg, #d4e0c9, #3f7142); }
.listing-two { background: linear-gradient(180deg, #c0d8ac, #5f7b4a 52%, #12351f); }
.listing-three { background: linear-gradient(180deg, #cadbbb, #829858 48%, #2d5130); }
.listing-four { background: linear-gradient(180deg, #aec593, #517b42 50%, #14361f); }
.listing-five { background: linear-gradient(180deg, #d0e1c3, #738854 48%, #17391f); }
.listing-six { background: linear-gradient(180deg, #b6d09a, #6e8058 42%, #1c4529); }

.listing-card > :not(.listing-art) {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

.listing-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.1rem;
  color: var(--muted);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.listing-card h3 {
  margin-top: .6rem;
  font-size: 2.3rem;
}

.listing-card p {
  margin-top: .7rem;
  color: var(--muted);
  font-size: .95rem;
}

.listing-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0 1.25rem;
}

.listing-bottom strong {
  color: var(--pine);
}

.listing-bottom a {
  color: var(--clay);
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
}

.quote {
  text-align: center;
}

.quote blockquote {
  max-width: 58rem;
  margin: 0 auto;
}

.quote p {
  font-family: Georgia, serif;
  font-size: clamp(2.4rem, 6vw, 6rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.quote cite {
  display: block;
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, .64);
  font-style: normal;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .78rem;
}

.faq {
  display: grid;
  grid-template-columns: minmax(16rem, .8fr) minmax(20rem, 1.2fr);
  gap: clamp(2rem, 6vw, 6rem);
}

.accordion {
  border-top: 1px solid var(--line);
}

.accordion details {
  border-bottom: 1px solid var(--line);
  padding: 1.2rem 0;
}

.accordion summary {
  cursor: pointer;
  color: var(--pine);
  font-family: Georgia, serif;
  font-size: clamp(1.4rem, 2.4vw, 2.4rem);
  list-style: none;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  content: "+";
  float: right;
  font-family: Inter, sans-serif;
}

.accordion details[open] summary::after {
  content: "-";
}

.accordion p {
  max-width: 48rem;
  margin-top: 1rem;
  color: var(--muted);
}

.inquire {
  display: grid;
  grid-template-columns: minmax(18rem, .85fr) minmax(20rem, 1fr);
  gap: clamp(2.5rem, 7vw, 6rem);
}

.inquire-copy p:not(.eyebrow) {
  max-width: 34rem;
  margin-top: 1.4rem;
  color: #65735c;
}

.inquire-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: rgba(255, 255, 255, .64);
  border: 1px solid rgba(18, 53, 31, .14);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 70px rgba(34, 40, 30, .08);
}

.inquire-form label {
  display: grid;
  gap: .4rem;
}

.inquire-form span {
  color: var(--pine);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
}

.inquire-form input,
.inquire-form select,
.inquire-form textarea {
  width: 100%;
  border: 1px solid rgba(18, 53, 31, .2);
  border-radius: .9rem;
  background: rgba(255, 255, 255, .92);
  color: var(--ink);
  padding: .9rem 1rem;
  outline: none;
}

.inquire-form input:focus,
.inquire-form select:focus,
.inquire-form textarea:focus {
  border-color: var(--pine);
  box-shadow: 0 0 0 3px rgba(18, 53, 31, .08);
}

.form-status {
  min-height: 1.4rem;
  color: var(--pine);
  font-weight: 700;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: end;
  padding: 3rem clamp(1rem, 5vw, 5rem);
  border-top: 1px solid var(--white-line);
}

.footer p {
  margin-top: 1rem;
  color: rgba(255, 255, 255, .68);
}

.footer nav {
  display: grid;
  gap: .5rem;
  color: rgba(255, 255, 255, .8);
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fine-print {
  justify-self: end;
  max-width: 20rem;
  text-align: right;
  font-size: .82rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .button:hover,
  .button:focus-visible {
    transform: none;
  }
}

@media (max-width: 1020px) {
  .intro-grid,
  .memory,
  .place,
  .experiences,
  .faq,
  .inquire {
    grid-template-columns: 1fr;
  }

  .listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .place-copy h2,
  .experience-intro h2,
  .inquire-copy h2 {
    max-width: 11ch;
  }

  .amenity-map {
    max-width: 36rem;
    width: 100%;
    justify-self: center;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 68px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .nav {
    position: fixed;
    inset: var(--header-height) 0 0 0;
    display: grid;
    align-content: start;
    gap: 0;
    padding: 1.5rem;
    background: rgba(255, 255, 255, .98);
    color: var(--pine);
    transform: translateX(100%);
    transition: transform .25s ease;
  }

  .nav.is-open {
    transform: translateX(0);
  }

  .nav a {
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(18, 53, 31, .12);
    font-size: 1rem;
  }

  .pill-link {
    margin-top: 1rem;
    justify-content: center;
    text-align: center;
    border-color: var(--pine);
  }

  h1 {
    font-size: clamp(4rem, 18vw, 7rem);
  }

  h2 {
    max-width: 11ch;
  }

  .hero-meta,
  .image-triptych,
  .offering-grid,
  .listing-grid,
  .tabs,
  .tab-panel,
  .footer {
    grid-template-columns: 1fr;
  }

  .hero-meta {
    margin-bottom: 2.4rem;
  }

  .scroll-cue {
    writing-mode: horizontal-tb;
    left: clamp(1rem, 5vw, 5rem);
    right: auto;
  }

  .image-triptych .scenic-card,
  .image-triptych .scenic-card:nth-child(2) {
    min-height: 24rem;
  }

  .memory-media {
    min-height: 29rem;
  }

  .amenity-row {
    grid-template-columns: 1fr;
  }

  .amenity-row span {
    border-right: 0;
    border-bottom: 1px solid var(--white-line);
  }

  .amenity-row span:last-child {
    border-bottom: 0;
  }

  .tabs button {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .availability-top {
    align-items: start;
    flex-direction: column;
  }

  .footer,
  .fine-print {
    text-align: left;
    justify-items: start;
  }
}


/* LandPad content update styles */
.site-header .is-current:not(.pill-link)::after {
  transform: scaleX(1);
}

.site-header .is-current.pill-link {
  background: rgba(255, 255, 255, .14);
}

.site-header.is-scrolled .is-current.pill-link,
.site-header.is-open .is-current.pill-link {
  background: rgba(18, 53, 31, .08);
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background:
    linear-gradient(180deg, rgba(18, 53, 31, .15), rgba(7, 22, 12, .92)),
    radial-gradient(circle at 70% 18%, rgba(183, 207, 149, .32), transparent 24%),
    linear-gradient(135deg, #5e7d47 0%, #173d24 48%, #07160c 100%);
}

.hero-video-ready .hero-art {
  z-index: 1;
  opacity: .52;
}

.hero-video-ready::after,
.subhero::after {
  z-index: 1;
}

.hero-supporting {
  position: relative;
  z-index: 2;
  max-width: 48rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
}

.lead-stack,
.body-copy {
  display: grid;
  gap: 1rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.body-copy strong {
  color: var(--pine);
}

.body-copy .button {
  justify-self: start;
  margin-top: .5rem;
}

.service-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.service-card,
.process-card,
.statement-card {
  display: grid;
  align-content: start;
  gap: 1rem;
  min-height: 18rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 70px rgba(34, 40, 30, .08);
}

.service-card span,
.process-card span,
.statement-card span {
  color: var(--clay);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.service-card h3,
.process-card h3 {
  font-size: clamp(1.65rem, 2.4vw, 2.7rem);
}

.service-card p,
.process-card p,
.statement-card p,
.section-note {
  color: var(--muted);
}

.section-note {
  max-width: 42rem;
  margin-top: 2rem;
  font-size: 1.05rem;
}

.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 8% 5% auto auto;
  width: min(36rem, 52vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 207, 149, .18), transparent 68%);
}

.cta-card {
  position: relative;
  z-index: 1;
  max-width: 68rem;
}

.cta-card h2 {
  max-width: 12ch;
}

.cta-card p:not(.eyebrow) {
  max-width: 43rem;
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 2rem;
}

.subhero {
  position: relative;
  min-height: 72svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: calc(var(--header-height) + 4rem) clamp(1rem, 5vw, 5rem) clamp(4rem, 8vw, 7rem);
}

.subhero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 18, 16, .06), rgba(8, 18, 16, .86));
  pointer-events: none;
}

.subhero-content {
  position: relative;
  z-index: 2;
}

.subhero h1 {
  max-width: 12ch;
}

.subhero .hero-copy {
  max-width: 46rem;
}

.content-split {
  display: grid;
  grid-template-columns: minmax(18rem, .85fr) minmax(20rem, 1.15fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: start;
}

.content-split.reverse {
  grid-template-columns: minmax(20rem, 1fr) minmax(18rem, 1fr);
}

.statement-card {
  min-height: 28rem;
  align-content: end;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .98)),
    linear-gradient(145deg, rgba(95, 127, 63, .18), transparent 55%);
}

.statement-card p {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--pine);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.feature-list {
  display: grid;
  gap: .75rem;
  margin: .2rem 0 .4rem;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding: .85rem 1rem .85rem 2.3rem;
  background: rgba(255, 255, 255, .62);
  border: 1px solid var(--line);
  border-radius: 1rem;
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(34, 40, 30, .04);
  transition: background-color .35s ease, border-color .35s ease, color .35s ease, transform .35s ease, box-shadow .35s ease;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1.45rem;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--clay);
  transition: background-color .35s ease, box-shadow .35s ease, transform .35s ease;
}

.feature-list li:hover,
.feature-list li:focus-within,
.feature-list li.is-mobile-active {
  background: var(--pine);
  border-color: rgba(18, 53, 31, .75);
  color: var(--cream);
  transform: translateY(-.25rem);
  box-shadow: 0 20px 58px rgba(10, 35, 19, .16);
}

.feature-list li:hover::before,
.feature-list li:focus-within::before,
.feature-list li.is-mobile-active::before {
  background: #43e6b8;
  box-shadow: 0 0 0 .28rem rgba(67, 230, 184, .16), 0 0 1.25rem rgba(67, 230, 184, .55);
  transform: scale(1.18);
}

.process-card {
  min-height: 16rem;
}

.process-card p {
  font-size: .98rem;
}

.inquire-form .form-wide {
  grid-column: 1 / -1;
}

.form-note {
  padding-top: .5rem;
  font-size: .92rem;
  opacity: .8;
}

.faq-wide {
  grid-template-columns: minmax(16rem, .65fr) minmax(24rem, 1.35fr);
}

@media (max-width: 1120px) {
  .service-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav {
    gap: .95rem;
    font-size: .76rem;
  }
}

@media (max-width: 1020px) {
  .content-split,
  .content-split.reverse,
  .faq-wide {
    grid-template-columns: 1fr;
  }

  .statement-card {
    min-height: 20rem;
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    display: inline-block;
  }

  .nav {
    position: fixed;
    inset: var(--header-height) 0 0 0;
    display: grid;
    align-content: start;
    gap: 0;
    padding: 1.5rem;
    background: rgba(255, 255, 255, .98);
    color: var(--pine);
    transform: translateX(100%);
    transition: transform .25s ease;
  }

  .nav.is-open {
    transform: translateX(0);
  }

  .nav a {
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(18, 53, 31, .12);
    font-size: 1rem;
  }
}

@media (max-width: 760px) {
  .service-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .subhero {
    min-height: 62svh;
  }
}

/* FAQ refinement: give the left intro and questions more breathing room. */
.faq {
  align-items: start;
  column-gap: clamp(3rem, 8vw, 8rem);
}

.faq .section-heading {
  margin-bottom: 0;
}

.faq .section-heading h2 {
  max-width: 11ch;
  font-size: clamp(2.5rem, 5vw, 5.6rem);
  line-height: .98;
}

.faq .accordion {
  border-top: 1px solid rgba(18, 53, 31, .12);
}

.faq .accordion details {
  padding: clamp(1.45rem, 2.4vw, 2rem) 0;
}

.faq .accordion summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 1.5rem;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  line-height: 1.14;
}

.faq .accordion summary::after {
  float: none;
  line-height: 1;
  margin-top: .15rem;
}

.faq .accordion p {
  margin-top: 1.1rem;
  padding-right: clamp(0rem, 6vw, 4rem);
  line-height: 1.7;
}

.faq-wide {
  max-width: 92rem;
  margin-inline: auto;
  grid-template-columns: minmax(16rem, .52fr) minmax(28rem, 1fr);
}

.faq-wide .section-heading {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}

.faq-wide .section-heading h2 {
  max-width: 9.5ch;
  font-size: clamp(2.75rem, 5.4vw, 5.8rem);
}

.faq-wide .accordion {
  border: 1px solid rgba(18, 53, 31, .12);
  border-radius: var(--radius-lg);
  padding: clamp(.3rem, 1vw, .75rem) clamp(1.15rem, 2.5vw, 2rem);
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 22px 70px rgba(10, 35, 19, .07);
}

.faq-wide .accordion details:first-child {
  padding-top: clamp(1.2rem, 2vw, 1.7rem);
}

.faq-wide .accordion details:last-child {
  border-bottom: 0;
  padding-bottom: clamp(1.2rem, 2vw, 1.7rem);
}

@media (max-width: 1020px) {
  .faq,
  .faq-wide {
    row-gap: 2.5rem;
  }

  .faq-wide .section-heading {
    position: static;
  }

  .faq .section-heading h2,
  .faq-wide .section-heading h2 {
    max-width: 13ch;
  }
}

@media (max-width: 760px) {
  .faq .section-heading h2,
  .faq-wide .section-heading h2 {
    font-size: clamp(2.35rem, 13vw, 4.2rem);
  }

  .faq .accordion summary {
    gap: 1rem;
    font-size: clamp(1.3rem, 7vw, 1.75rem);
  }

  .faq-wide .accordion {
    border-radius: 1.4rem;
    padding-inline: 1rem;
  }
}

/* Scroll-story homepage hero and interaction upgrades */
.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;
}

.story-hero {
  position: relative;
  min-height: calc(var(--story-slide-count, 6) * 100svh);
  background: var(--pine-2);
  color: var(--cream);
  overflow: clip;
  isolation: isolate;
}

.story-pin {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: calc(var(--header-height) + 2rem) clamp(1rem, 5vw, 5rem) clamp(4.5rem, 7vw, 7rem);
  overflow: hidden;
}

.story-pin::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 78%, rgba(183, 207, 149, .16), transparent 24rem),
    linear-gradient(90deg, rgba(5, 17, 10, .68) 0%, rgba(5, 17, 10, .34) 45%, rgba(5, 17, 10, .08) 100%),
    linear-gradient(180deg, rgba(5, 17, 10, .14) 0%, rgba(5, 17, 10, .62) 100%);
}

.story-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 18%, rgba(183, 207, 149, .28), transparent 24%),
    linear-gradient(135deg, #5e7d47 0%, #173d24 52%, #07160c 100%);
}

.story-video-poster,
.story-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-video-poster {
  z-index: 0;
  opacity: 1;
  transform: scale(1.01);
  transition: opacity 1.25s ease;
}

.story-video {
  z-index: 1;
  opacity: 0;
  transform: scale(1.01);
  transition: opacity 1.25s ease;
}

.story-video.is-ready {
  opacity: 1;
}

.story-video-wrap.is-video-ready .story-video-poster {
  opacity: 0;
}

.story-media-stage,
.story-media {
  position: absolute;
  inset: 0;
}

.story-media {
  z-index: 1;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity .85s ease, transform 1.3s ease;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 18%, rgba(183, 207, 149, .18), transparent 24%),
    linear-gradient(135deg, rgba(94, 125, 71, .2) 0%, rgba(23, 61, 36, .18) 52%, rgba(7, 22, 12, .18) 100%);
}

.story-media.is-active {
  opacity: .22;
  transform: scale(1);
}

.story-media::before,
.story-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.story-media::before {
  opacity: .28;
  background:
    linear-gradient(110deg, transparent 0 38%, rgba(255, 255, 255, .07) 38% 39%, transparent 39% 100%),
    radial-gradient(circle at 22% 28%, rgba(255, 255, 255, .18), transparent 18%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .045) 0 1px, transparent 1px 6.5rem),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 6.5rem);
}

.story-media::after {
  opacity: .24;
  background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(5, 17, 10, .68));
}

.story-media-dad {
  background:
    radial-gradient(circle at 62% 28%, rgba(239, 226, 176, .32), transparent 18%),
    linear-gradient(145deg, #7d8d65 0%, #2e5735 44%, #08180c 100%);
}

.story-media-mountains {
  background:
    radial-gradient(circle at 72% 19%, rgba(230, 207, 128, .58), transparent 13%),
    linear-gradient(180deg, #879e74 0%, #527242 36%, #132d1b 100%);
}

.story-media-barn {
  background:
    linear-gradient(180deg, #bcc9a5 0%, #6b8a56 42%, #1a3b23 100%);
}

.story-media-horse {
  background:
    radial-gradient(circle at 28% 32%, rgba(255, 255, 255, .18), transparent 18%),
    linear-gradient(145deg, #d0d8bf 0%, #7a8a62 44%, #17391f 100%);
}

.story-media-water {
  background:
    radial-gradient(circle at 68% 22%, rgba(207, 233, 210, .26), transparent 20%),
    linear-gradient(180deg, #9fbf92 0%, #48734f 42%, #0b2e1c 100%);
}

.story-media-dirt {
  background:
    radial-gradient(circle at 30% 28%, rgba(218, 195, 140, .28), transparent 22%),
    linear-gradient(145deg, #9d8b5d 0%, #4f6637 46%, #07160c 100%);
}

.video-placeholder {
  position: absolute;
  inset: clamp(5rem, 10vw, 8rem) clamp(1rem, 8vw, 6rem) clamp(6rem, 10vw, 9rem) clamp(42%, 54vw, 58%);
  z-index: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: .55rem;
  min-height: 18rem;
  padding: clamp(1.2rem, 3vw, 2.5rem);
  border: 1px dashed rgba(255, 255, 255, .28);
  border-radius: clamp(1.4rem, 3vw, 3rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)),
    rgba(6, 18, 11, .10);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), 0 30px 90px rgba(0, 0, 0, .25);
  backdrop-filter: blur(8px);
  text-align: center;
}

.video-placeholder::before {
  content: "";
  width: clamp(3.4rem, 7vw, 6.4rem);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .46);
  background:
    linear-gradient(90deg, transparent 43%, rgba(255, 255, 255, .82) 43% 57%, transparent 57%),
    linear-gradient(180deg, transparent 43%, rgba(255, 255, 255, .82) 43% 57%, transparent 57%),
    rgba(255, 255, 255, .08);
}

.video-placeholder span,
.placeholder-kicker,
.image-placeholder-text {
  display: block;
  color: rgba(255, 255, 255, .7);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.video-placeholder strong {
  display: block;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.6vw, 2.8rem);
  font-weight: 400;
  letter-spacing: -.03em;
}

.story-content {
  position: relative;
  z-index: 2;
  width: min(78rem, 100%);
}

.story-progress {
  width: min(24rem, 52vw);
  height: 2px;
  margin: 0 0 clamp(2rem, 4vw, 3.5rem);
  overflow: hidden;
  background: rgba(255, 255, 255, .22);
}

.story-progress span {
  display: block;
  width: calc(var(--story-progress, 0) * 100%);
  height: 100%;
  background: #d7ecb1;
  transition: width .18s linear;
}

.story-copy {
  position: relative;
  min-height: clamp(20rem, 38vh, 30rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.story-copy-panel {
  position: absolute;
  inset: 0 auto auto 0;
  width: min(67rem, 100%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(2.4rem);
  transition: opacity .55s ease, transform .75s cubic-bezier(.2, .8, .2, 1);
}

.story-copy-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.story-copy-panel h2 {
  max-width: 12ch;
  color: var(--cream);
  font-size: clamp(3.25rem, 8.7vw, 8.8rem);
  text-wrap: balance;
}

.story-cta {
  margin-top: clamp(1.3rem, 3vw, 2rem);
  gap: .22rem;
  align-items: start;
  flex-direction: column;
  min-height: auto;
  padding: 1rem 1.35rem;
}

.story-cta span:last-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}

.story-scroll-cue {
  z-index: 2;
}

/* Enhanced CTA and page-link motion */
.button,
.pill-link {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 999px;
  transition: transform .24s ease, background .24s ease, color .24s ease, border-color .24s ease, box-shadow .24s ease, padding .24s ease;
}

.button::before,
.pill-link::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: .42rem;
  top: .42rem;
  bottom: .42rem;
  width: 1.5rem;
  border-radius: 999px;
  background: currentColor;
  opacity: .08;
  transform: scaleX(.36);
  transform-origin: left center;
  transition: width .32s ease, transform .32s ease, opacity .32s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px) scale(1.035);
  box-shadow: 0 18px 42px rgba(10, 35, 19, .16);
}

.button:hover::before,
.button:focus-visible::before,
.pill-link:hover::before,
.pill-link:focus-visible::before {
  width: calc(100% - .84rem);
  opacity: .13;
  transform: scaleX(1);
}

.motion-label {
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: transform .28s cubic-bezier(.2, .8, .2, 1), letter-spacing .28s ease;
}

.story-cta .motion-label {
  display: grid;
  gap: .12rem;
}

.button:hover .motion-label,
.button:focus-visible .motion-label,
.pill-link:hover .motion-label,
.pill-link:focus-visible .motion-label {
  transform: translateX(.24rem);
}

.nav a,
.footer nav a,
.text-link,
.listing-bottom a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  transition: transform .24s ease, opacity .24s ease, color .24s ease;
}

.nav a:not(.pill-link):hover,
.nav a:not(.pill-link):focus-visible {
  transform: translateY(-2px) translateX(.16rem);
}

.footer nav a:hover,
.footer nav a:focus-visible,
.text-link:hover,
.text-link:focus-visible,
.listing-bottom a:hover,
.listing-bottom a:focus-visible {
  transform: translateX(.36rem);
}

/* Visible-scroll title color effect */
.title-color-target {
  transition: color .75s ease, text-shadow .75s ease;
}

.title-color-target.is-title-visible {
  color: var(--clay);
}

.section-dark .title-color-target.is-title-visible,
.story-hero .title-color-target.is-title-visible,
.subhero .title-color-target.is-title-visible {
  color: #d7ecb1;
  text-shadow: 0 0 38px rgba(183, 207, 149, .18);
}

/* Image placeholders and parallax-ready frames */
.parallax-frame {
  --parallax-y: 0px;
  translate: 0 var(--parallax-y);
  will-change: translate;
}

.scenic-card figcaption {
  display: grid;
  gap: .3rem;
  max-width: 18rem;
}

.scenic-card figcaption .placeholder-kicker {
  color: rgba(255, 255, 255, .62);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .66rem;
}

.image-placeholder-text {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  color: rgba(255, 255, 255, .86);
  padding: .75rem .9rem;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(7, 22, 12, .42);
  backdrop-filter: blur(10px);
}

/* Premium cropped footer brand finish */
.footer {
  position: relative;
  overflow: hidden;
  min-height: 22rem;
}

.footer > * {
  position: relative;
  z-index: 1;
}

.footer::before {
  content: "LandPad";
  position: absolute;
  z-index: 0;
  left: clamp(-2rem, -1vw, -.4rem);
  bottom: -.28em;
  color: #ffffff;
  opacity: .075;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(7rem, 22vw, 24rem);
  line-height: .72;
  letter-spacing: -.09em;
  white-space: nowrap;
  pointer-events: none;
}

.footer::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: clamp(-16rem, -9vw, -6rem);
  top: clamp(-14rem, -8vw, -6rem);
  width: min(52vw, 44rem);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 3rem;
  opacity: .22;
  transform: rotate(-12deg);
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .22) 0 1px, transparent 1px 3.6rem),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .18) 0 1px, transparent 1px 3.6rem),
    radial-gradient(circle at 32% 28%, rgba(183, 207, 149, .24), transparent 32%);
  pointer-events: none;
}

@media (max-width: 980px) {
  .video-placeholder {
    inset: auto clamp(1rem, 5vw, 3rem) clamp(6.5rem, 13vw, 9rem) clamp(1rem, 5vw, 3rem);
    min-height: 16rem;
    opacity: .58;
  }

  .story-copy-panel h2 {
    max-width: 11ch;
  }
}

@media (max-width: 760px) {
  .story-pin {
    padding-bottom: 6rem;
  }

  .story-copy {
    min-height: 26rem;
  }

  .story-copy-panel h2 {
    font-size: clamp(3rem, 15vw, 5.4rem);
  }

  .story-progress {
    width: min(18rem, 72vw);
  }

  .story-cta {
    max-width: 19rem;
  }

  .story-scroll-cue {
    left: clamp(1rem, 5vw, 5rem);
    right: auto;
    writing-mode: horizontal-tb;
  }

  .footer {
    min-height: 25rem;
  }

  .footer::before {
    font-size: clamp(6rem, 30vw, 12rem);
    bottom: -.16em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-hero {
    min-height: 100svh;
  }

  .story-pin {
    position: relative;
  }

  .story-media,
  .story-copy-panel,
  .button,
  .pill-link,
  .motion-label,
  .nav a,
  .footer nav a,
  .text-link,
  .listing-bottom a,
  .title-color-target {
    transition: none;
  }

  .parallax-frame {
    translate: none;
  }
}

.button .motion-label,
.pill-link .motion-label {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
}

/* Requested homepage interaction and layout refinements */
.story-copy {
  min-height: min(54svh, 39rem);
}

.story-copy-panel {
  width: min(76rem, 100%);
}

.story-copy-panel h2 {
  max-width: 15.5ch;
  font-size: clamp(3rem, 7.1vw, 7.35rem);
  line-height: .92;
}

.scenic-card {
  transition: transform .45s cubic-bezier(.2, .8, .2, 1), box-shadow .45s ease, filter .45s ease;
  transform-origin: center;
}

.scenic-card:hover,
.scenic-card:focus-within {
  transform: scale(1.035);
  box-shadow: 0 34px 92px rgba(10, 35, 19, .22);
  filter: saturate(1.05);
}

.scenic-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform .55s cubic-bezier(.2, .8, .2, 1);
}

.scenic-card:hover img,
.scenic-card:focus-within img {
  transform: scale(1.08);
}

.photo-window img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform .55s cubic-bezier(.2, .8, .2, 1);
}

.photo-window:hover img,
.photo-window:focus-within img {
  transform: scale(1.05);
}

.service-card {
  transition: background-color .35s ease, border-color .35s ease, color .35s ease, transform .35s ease, box-shadow .35s ease;
}

.service-card span,
.service-card h3,
.service-card p {
  transition: color .35s ease;
}

.service-card:hover,
.service-card:focus-within {
  background: var(--pine);
  border-color: rgba(18, 53, 31, .75);
  color: var(--cream);
  transform: translateY(-.35rem);
  box-shadow: 0 24px 78px rgba(10, 35, 19, .18);
}

.service-card:hover span,
.service-card:focus-within span {
  color: #d7ecb1;
}

.service-card:hover h3,
.service-card:focus-within h3 {
  color: var(--cream);
}

.service-card:hover p,
.service-card:focus-within p {
  color: rgba(255, 255, 255, .78);
}

.faq .section-heading {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
  align-self: start;
}

@media (max-width: 1020px) {
  .faq .section-heading {
    position: static;
  }
}

@media (max-width: 760px) {
  .story-copy {
    min-height: 30rem;
  }

  .story-copy-panel h2 {
    max-width: 10.5ch;
    font-size: clamp(2.75rem, 13.5vw, 5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .scenic-card,
  .scenic-card img,
  .service-card,
  .service-card span,
  .service-card h3,
  .service-card p,
  .feature-list li,
  .feature-list li::before {
    transition: none;
  }

  .scenic-card:hover,
  .scenic-card:focus-within,
  .scenic-card:hover img,
  .scenic-card:focus-within img,
  .service-card:hover,
  .service-card:focus-within,
  .feature-list li:hover,
  .feature-list li:focus-within,
  .feature-list li.is-mobile-active {
    transform: none;
  }
}


/* Shared video setup for the index-page timed story hero.
   Replace assets/videos/landpad-hero.mp4 with the final exported video file. */
.story-media-stage .video-placeholder {
  opacity: 0;
  pointer-events: none;
}

.story-media-stage .story-media::before {
  opacity: .22;
}

.story-media-stage .story-media::after {
  opacity: .34;
}

/* Requested 2026-05 refinements: solid mobile menu, timed hero slides, and mobile active service cards. */
@keyframes storyProgress {
  from { width: 0%; }
  to { width: 100%; }
}

.story-hero {
  min-height: 100svh;
}

.story-pin {
  position: relative;
  top: auto;
  min-height: 100svh;
}

.story-progress span {
  width: 0%;
}

@media (max-width: 860px) {
  body.menu-open {
    position: fixed;
    inset: 0;
    width: 100%;
    overflow: hidden;
    touch-action: none;
  }

  .site-header.is-open {
    background: var(--cream);
    backdrop-filter: none;
  }

  .nav {
    height: calc(100svh - var(--header-height));
    overflow-y: auto;
    overscroll-behavior: contain;
    background: var(--cream);
    box-shadow: inset 0 1px 0 rgba(18, 53, 31, .08), 0 28px 80px rgba(10, 35, 19, .18);
    backdrop-filter: none;
  }
}

@media (max-width: 760px) {
  #what-we-do .service-card.is-mobile-active {
    background: var(--pine);
    border-color: rgba(18, 53, 31, .75);
    color: var(--cream);
    transform: translateY(-.35rem);
    box-shadow: 0 24px 78px rgba(10, 35, 19, .18);
  }

  #what-we-do .service-card.is-mobile-active span {
    color: #d7ecb1;
  }

  #what-we-do .service-card.is-mobile-active h3 {
    color: var(--cream);
  }

  #what-we-do .service-card.is-mobile-active p {
    color: rgba(255, 255, 255, .78);
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-progress span {
    animation: none !important;
  }
}


/* 2026 mobile nav refinement: larger menu items and floor CTA. */
@media (max-width: 760px) {
  .nav {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    padding: clamp(1.5rem, 6vw, 2.25rem);
    overflow-y: auto;
  }

  .nav a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 4.1rem;
    padding: 1.35rem 0;
    font-size: clamp(1.35rem, 7vw, 2.15rem);
    line-height: 1;
    letter-spacing: .04em;
  }

  .nav .pill-link {
    width: 100%;
    margin-top: auto;
    margin-bottom: 1rem;
    justify-content: center;
    padding: 1.15rem 1.25rem;
    min-height: 4.35rem;
    border-color: var(--pine);
    background: var(--pine);
    color: var(--cream);
    font-size: clamp(1.05rem, 5vw, 1.45rem);
    text-align: center;
  }

  .nav .pill-link::after {
    display: none;
  }
}

/* Footer link groups and form consent updates */
.footer {
  grid-template-columns: minmax(16rem, 1.5fr) repeat(3, minmax(10rem, auto));
  align-items: start;
}

.footer nav h2 {
  margin: 0 0 .85rem;
  color: rgba(255, 255, 255, .95);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer nav a {
  text-transform: none;
  letter-spacing: .02em;
}

.contact-details {
  display: grid;
  gap: .85rem;
  margin-top: 1.35rem;
  padding: 1.1rem;
  border: 1px solid rgba(18, 53, 31, .14);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .56);
  box-shadow: 0 14px 45px rgba(34, 40, 30, .06);
}

.contact-details p {
  margin: 0;
  color: #4f5c48;
  line-height: 1.6;
}

.contact-details strong,
.contact-details a {
  color: var(--pine);
}

.checkbox-field {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: .75rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(18, 53, 31, .16);
  border-radius: .9rem;
  background: rgba(255, 255, 255, .72);
}

.inquire-form .checkbox-field input[type="checkbox"] {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: .16rem;
  accent-color: var(--pine);
}

.inquire-form .checkbox-field span {
  color: #4f5c48;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

.inquire-form .checkbox-field a {
  color: var(--pine);
  text-decoration: underline;
  text-underline-offset: .18em;
}

@media (max-width: 900px) {
  .footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .footer {
    grid-template-columns: 1fr;
  }
}


/* WordPress integration and legacy functionality compatibility */
body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

.site-main {
  min-height: 60vh;
}

.brand-logo {
  display: block;
  width: auto;
  max-width: 9.5rem;
  max-height: 2.5rem;
}

.nav .primary-menu,
.footer .footer-menu {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-menu {
  display: grid;
  align-items: start;
  gap: .55rem;
}

.nav .primary-menu a,
.footer .footer-menu a {
  color: inherit;
}

.nav .current-menu-item > a:not(.pill-link)::after,
.nav .current_page_item > a:not(.pill-link)::after,
.nav .is-current:not(.pill-link)::after {
  transform: scaleX(1);
}

@media (max-width: 860px) {
  .nav .primary-menu {
    display: grid;
    gap: 0;
  }

  .nav .primary-menu a {
    display: block;
  }
}

.landpad-alert {
  grid-column: 1 / -1;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(18, 53, 31, .18);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .78);
  color: var(--pine);
  font-weight: 700;
}

.landpad-alert-success {
  border-color: rgba(78, 112, 66, .34);
  background: rgba(234, 241, 230, .88);
}

.landpad-alert-warning {
  border-color: rgba(160, 182, 111, .55);
  background: rgba(245, 248, 242, .92);
}

.landpad-hidden,
.d-none {
  display: none !important;
}

.landpad-step-form.step {
  display: none;
}

.landpad-step-form.step.active {
  display: grid;
}

.landpad-step-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 5.5rem;
  padding: .45rem .75rem;
  border: 1px solid rgba(18, 53, 31, .18);
  border-radius: 999px;
  color: var(--pine);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-row-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.input-with-select,
.input-with-prefix {
  display: flex;
  align-items: stretch;
}

.input-with-select input,
.input-with-prefix input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-with-select select,
.input-with-prefix span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-prefix,
.input-with-prefix span {
  display: inline-flex;
  align-items: center;
  padding: .9rem 1rem;
  border: 1px solid rgba(18, 53, 31, .16);
  border-left: 0;
  background: rgba(255, 255, 255, .66);
  color: var(--pine);
  font-weight: 800;
}

.captcha-image {
  max-width: 14rem;
  padding: .5rem;
  border: 1px solid rgba(18, 53, 31, .14);
  border-radius: .8rem;
  background: #fff;
}

.single-post-content,
.page-content,
.archive-content {
  max-width: 64rem;
  margin-inline: auto;
}

.single-post-content > *,
.page-content > * {
  margin-top: 1.25rem;
}

.single-post-content h2,
.page-content h2,
.single-post-content h3,
.page-content h3 {
  max-width: none;
  margin-top: 2.4rem;
  color: var(--pine);
}

.single-post-content a,
.page-content a,
.archive-content a {
  color: var(--pine);
  text-decoration: underline;
  text-underline-offset: .18em;
}

.post-thumbnail img,
.wp-post-image {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.post-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.post-card {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border: 1px solid rgba(18, 53, 31, .12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 45px rgba(34, 40, 30, .06);
}

.post-card h2,
.post-card h3 {
  max-width: none;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
}

.article-sidebar-nav {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
  padding: 1.1rem;
  border: 1px solid rgba(18, 53, 31, .14);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .78);
}

.article-sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-sidebar-nav a {
  color: var(--pine);
  text-decoration: none;
}

.wp-block-image img,
.wp-caption img {
  border-radius: var(--radius-md);
}

.aligncenter {
  display: block;
  margin-inline: auto;
}

.screen-reader-text,
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  .post-card-grid,
  .form-row,
  .form-row-three {
    grid-template-columns: 1fr;
  }
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 15rem) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  max-width: 86rem;
  margin-inline: auto;
}

.article-sidebar:empty {
  display: none;
}

.article-main {
  min-width: 0;
}

@media (max-width: 1020px) {
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    display: none;
  }
}

@media (max-width: 760px) {
  .faq,
  .faq-wide {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .faq .accordion,
  .faq-wide .accordion {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
  }

  .faq .accordion.reveal,
  .faq-wide .accordion.reveal {
    opacity: 1;
    transform: none;
  }

  .faq .accordion details,
  .faq-wide .accordion details {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .faq .accordion summary,
  .faq-wide .accordion summary {
    display: block;
    position: relative;
    width: 100%;
    min-width: 0;
    padding-right: 2.25rem;
    color: var(--pine);
    overflow-wrap: anywhere;
    word-break: normal;
    -webkit-tap-highlight-color: rgba(18, 53, 31, .12);
  }

  .faq .accordion summary::after,
  .faq-wide .accordion summary::after {
    position: absolute;
    top: .08em;
    right: 0;
    margin-top: 0;
  }
}

