:root {
  --ink: #17352f;
  --deep: #0c2d28;
  --forest: #15483e;
  --sage: #769b7d;
  --cream: #f5f0e5;
  --paper: #fffdf8;
  --gold: #d99a3a;
  --clay: #bd673f;
  --sky: #9fc4bd;
  --line: rgba(23, 53, 47, 0.16);
  --shadow: 0 22px 60px rgba(10, 45, 39, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; background: white; padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky; top: 0; z-index: 30;
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 1rem clamp(1.25rem, 4vw, 4.5rem);
  background: rgba(255, 253, 248, .92); border-bottom: 1px solid rgba(23, 53, 47, .08);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; letter-spacing: .04em; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 2.35rem; height: 2.35rem; border-radius: 50% 50% 50% 15%; background: var(--gold); color: var(--deep); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 800; transform: rotate(-8deg); }
.brand-mark + span { display: grid; gap: .24rem; }
.brand strong { font-size: .96rem; }
.brand small { color: var(--clay); font-size: .56rem; font-weight: 800; letter-spacing: .15em; }
nav { display: flex; align-items: center; gap: 1.4rem; font-size: .9rem; font-weight: 700; }
nav a { text-decoration: none; }
.nav-cta { background: var(--deep); color: #fff; padding: .72rem 1rem; border-radius: 999px; }

.hero {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); align-items: center; gap: clamp(2rem, 5vw, 5.5rem);
  min-height: calc(100vh - 73px); padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 7vw, 8rem);
  background: radial-gradient(circle at 84% 12%, rgba(217,154,58,.16), transparent 22%), linear-gradient(135deg, var(--paper), var(--cream));
}
.hero::before { content: ""; position: absolute; left: 0; bottom: 0; width: 34%; height: 9px; background: var(--clay); }
.hero::after { content: ""; position: absolute; left: 34%; bottom: 0; width: 66%; height: 9px; background: var(--gold); }
.hero-copy { position: relative; z-index: 2; max-width: 660px; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1rem; color: var(--clay); font-size: .76rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 2.2rem; height: 2px; background: currentColor; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, .request-copy h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.02; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 1.35rem; font-size: clamp(3.4rem, 6.4vw, 6.7rem); }
h1 em { display: block; color: var(--clay); font-weight: 500; }
.hero-lede { max-width: 610px; color: #3f5d56; font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin-top: 2rem; }
.button { border: 0; border-radius: 999px; padding: .95rem 1.25rem; cursor: pointer; display: inline-flex; justify-content: center; align-items: center; gap: .65rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .need-option:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, a:focus-visible { outline: 3px solid #efb457; outline-offset: 3px; }
.button.primary { background: var(--clay); color: white; box-shadow: 0 10px 24px rgba(189, 103, 63, .25); }
.button.primary:hover { background: #a95734; }
.button.secondary { border: 1px solid rgba(255,255,255,.35); color: white; background: rgba(255,255,255,.08); }
.button.full { width: 100%; }
.text-link { font-weight: 750; text-underline-offset: .25rem; text-decoration-thickness: 1px; }
.trust-line { display: flex; align-items: flex-start; gap: .75rem; max-width: 560px; margin-top: 2.25rem; padding-top: 1.25rem; border-top: 1px solid var(--line); color: #55716a; font-size: .88rem; }
.trust-line span { display: grid; place-items: center; flex: 0 0 auto; width: 1.55rem; height: 1.55rem; color: white; background: var(--sage); border-radius: 50%; font-weight: 900; }
.trust-line p { margin: 0; }

.journey-card { position: relative; min-height: 570px; border-radius: 52% 48% 22% 22% / 34% 35% 12% 12%; overflow: hidden; background: #e9c986; box-shadow: var(--shadow); }
.journey-card::before { content: ""; position: absolute; inset: 0; z-index: 0; opacity: .2; background-image: radial-gradient(#17352f 0.7px, transparent .7px); background-size: 7px 7px; }
.route-line { position: absolute; z-index: 2; left: 9%; top: 13%; display: flex; gap: 1.8rem; align-items: center; transform: rotate(-12deg); }
.route-line::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; border-top: 2px dashed rgba(23,53,47,.44); }
.route-line i { position: relative; width: .55rem; height: .55rem; background: var(--clay); border: 2px solid var(--cream); border-radius: 50%; }
.sun { position: absolute; z-index: 1; top: 12%; right: 10%; width: 100px; height: 100px; border-radius: 50%; background: #f8e9bd; box-shadow: 0 0 0 18px rgba(248,233,189,.22); }
.rv-scene { position: absolute; left: 0; right: 0; bottom: 80px; z-index: 2; }
.rv-scene svg { display: block; width: 100%; height: auto; }
.hills-back { fill: #7c9d78; }
.hills-front { fill: #4f7969; }
.road { fill: #ecdcc0; }
.church { fill: #fff8e8; stroke: #17352f; stroke-width: 5; stroke-linejoin: round; }
.church .door { fill: var(--clay); }
.rv-body { fill: #f8f1df; stroke: #17352f; stroke-width: 5; }
.rv-cab, .rv-door { fill: #dfd0ad; stroke: #17352f; stroke-width: 4; }
.rv-window { fill: #86aaa5; stroke: #17352f; stroke-width: 4; }
.wheel { fill: #19342f; }.hub { fill: #cf9642; }
.rv text { fill: var(--clay); font-family: Arial, sans-serif; font-size: 17px; font-weight: 900; letter-spacing: 2px; }
.journey-note { position: absolute; z-index: 4; left: 6%; right: 6%; bottom: 5%; display: flex; gap: 1rem; align-items: center; padding: 1rem 1.1rem; color: white; background: rgba(12,45,40,.94); border-radius: 1.1rem; box-shadow: 0 15px 30px rgba(0,0,0,.2); }
.journey-note p { margin: 0; font-size: .88rem; }
.icon-badge { display: grid; place-items: center; flex: 0 0 auto; width: 2.8rem; height: 2.8rem; background: var(--gold); color: var(--deep); border-radius: 50%; font-size: 1.2rem; }

.collaboration { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem); background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 5rem; align-items: end; max-width: 1380px; margin: 0 auto 3.5rem; }
.section-heading h2 { max-width: 780px; margin: 0; font-size: clamp(2.7rem, 4.4vw, 4.8rem); }
.section-heading > p { margin-bottom: .4rem; color: #55716a; font-size: 1.03rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; max-width: 1380px; margin: 0 auto; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 370px; padding: 1.55rem; overflow: hidden; background: #f1ecdf; border: 1px solid rgba(23,53,47,.08); border-radius: 1.2rem; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 22px 44px rgba(23,53,47,.1); }
.service-card::after { content: ""; position: absolute; right: -50px; top: -50px; width: 160px; height: 160px; border: 1px solid rgba(23,53,47,.12); border-radius: 50%; }
.service-number { color: rgba(23,53,47,.4); font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.service-icon { display: grid; place-items: center; width: 3.5rem; height: 3.5rem; margin: 3.7rem 0 1.4rem; color: var(--deep); background: rgba(255,255,255,.52); border-radius: 50%; font-size: 1.55rem; }
.service-card h3 { margin-bottom: .65rem; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; line-height: 1.1; }
.service-card p { color: #4b665f; font-size: .91rem; }
.service-tag { margin-top: auto; padding-top: 1rem; border-top: 1px solid rgba(23,53,47,.12); color: #48675f; font-size: .65rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.service-social { background: #dae5d9; }.service-plantec { background: #edd4be; }.service-connect { background: #dce8e6; }

.orienter { padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); color: white; background: var(--deep); }
.orienter-intro { max-width: 780px; margin: 0 auto 3.2rem; text-align: center; }
.eyebrow.light { justify-content: center; color: #e3b76e; }
.orienter-intro h2 { margin-bottom: 1rem; font-size: clamp(2.6rem, 4.6vw, 4.9rem); }
.orienter-intro > p:last-child { color: #bbd0cb; font-size: 1.04rem; }
.selector-layout { display: grid; grid-template-columns: 1.04fr .96fr; max-width: 1120px; margin: 0 auto; overflow: hidden; background: #f3eee3; color: var(--ink); border-radius: 1.5rem; box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.need-options { padding: 1.1rem; }
.need-option { display: grid; grid-template-columns: auto 1fr auto; width: 100%; align-items: center; gap: 1rem; padding: 1.1rem; color: var(--ink); text-align: left; background: transparent; border: 0; border-radius: 1rem; cursor: pointer; }
.need-option + .need-option { border-top: 1px solid rgba(23,53,47,.1); border-radius: 0; }
.need-option:hover { background: rgba(255,255,255,.58); }
.need-option.active { background: white; box-shadow: 0 9px 24px rgba(23,53,47,.1); border-radius: 1rem; }
.need-option.active + .need-option { border-top-color: transparent; }
.need-option .option-symbol { display: grid; place-items: center; width: 2.65rem; height: 2.65rem; border-radius: 50%; background: #dce8e4; font-size: 1.1rem; }
.need-option strong, .need-option small { display: block; }
.need-option strong { margin-bottom: .18rem; font-size: .94rem; }
.need-option small { color: #688079; font-size: .75rem; }
.recommendation { display: flex; flex-direction: column; padding: clamp(2rem, 4vw, 3.5rem); background: #ddbf7c; }
.rec-label { color: #6c4b1c; font-size: .66rem; font-weight: 900; letter-spacing: .14em; }
.rec-icon { display: grid; place-items: center; width: 4.2rem; height: 4.2rem; margin: 1.6rem 0; color: white; background: var(--clay); border-radius: 50%; font-size: 1.65rem; }
.recommendation h3 { margin-bottom: .7rem; font-family: Georgia, serif; font-size: clamp(1.9rem, 3vw, 2.65rem); font-weight: 500; line-height: 1.05; }
.recommendation > p:not(.rec-label) { color: #4a4d3a; }
.rec-step { margin: auto 0 1.7rem; padding: 1rem; background: rgba(255,255,255,.45); border-left: 3px solid var(--clay); }
.rec-step small { color: #724e20; font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.rec-step p { margin: .35rem 0 0; font-size: .82rem; }

.request-panel { max-width: 1120px; margin: 2rem auto 0; padding: clamp(1.4rem, 4vw, 3rem); color: var(--ink); background: #fffdf8; border-radius: 1.5rem; }
.request-panel.reveal { animation: reveal .45s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.request-copy { display: grid; grid-template-columns: .8fr 1fr; column-gap: 2rem; align-items: end; }
.request-copy .eyebrow { grid-column: 1 / -1; }
.request-copy h3 { margin: 0 0 1.5rem; font-size: clamp(2rem, 3.5vw, 3.4rem); }
.request-copy > p:last-child { color: #55716a; }
form { padding-top: 1.5rem; border-top: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: grid; gap: .4rem; margin-bottom: 1rem; font-size: .75rem; font-weight: 800; }
input, textarea, select { width: 100%; border: 1px solid #cbd5cf; border-radius: .7rem; background: white; color: var(--ink); padding: .8rem .9rem; font-weight: 500; }
textarea { resize: vertical; }
.form-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.form-actions > span { color: #638078; font-size: .7rem; }
.form-actions > span span { color: #52a379; }
.draft { margin-top: 1.5rem; padding: 1.5rem; color: white; background: var(--forest); border-radius: 1rem; }
.draft-head { display: flex; justify-content: space-between; align-items: center; }
.draft-head small { color: #d8b877; font-weight: 900; letter-spacing: .14em; }
.draft-head h4 { margin: .25rem 0; font-family: Georgia, serif; font-size: 1.6rem; font-weight: 500; }
.draft-head > span { display: grid; place-items: center; width: 2.4rem; height: 2.4rem; color: var(--deep); background: #d8b877; border-radius: 50%; }
pre { white-space: pre-wrap; font-family: inherit; font-size: .9rem; line-height: 1.6; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.17); }
#copy-status { display: inline; margin-left: .8rem; color: #d6e5e1; font-size: .78rem; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; padding: 2.3rem clamp(1.25rem, 7vw, 8rem); color: #6f837e; background: #071f1c; font-size: .75rem; }
.footer-brand { color: white; }
footer p { margin: 0; }
footer p:last-child { text-align: right; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { margin: 0 auto; text-align: center; }
  .eyebrow, .hero-actions { justify-content: center; }
  .trust-line { margin-inline: auto; text-align: left; }
  .journey-card { width: min(720px, 100%); min-height: 540px; margin: 0 auto; }
  .service-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .site-header nav a:first-child { display: none; }
  .nav-cta { padding: .65rem .8rem; font-size: .75rem; }
  .hero { padding-top: 3.3rem; }
  h1 { font-size: clamp(3.1rem, 15vw, 5.3rem); }
  .journey-card { min-height: 420px; }
  .rv-scene { bottom: 82px; }
  .section-heading { grid-template-columns: 1fr; gap: 1.4rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .service-icon { margin-top: 2rem; }
  .selector-layout { grid-template-columns: 1fr; }
  .need-option { padding: .95rem .7rem; }
  .recommendation { min-height: 470px; }
  .request-copy { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer .brand { justify-self: center; }
  footer p:last-child { text-align: center; }
}
@media (max-width: 480px) {
  .site-header { padding-inline: .9rem; }
  .brand small { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .journey-card { min-height: 355px; border-radius: 7rem 7rem 1.3rem 1.3rem; }
  .journey-note { left: 4%; right: 4%; bottom: 3%; padding: .8rem; }
  .journey-note p { font-size: .76rem; }
  .route-line { display: none; }
  .sun { width: 72px; height: 72px; }
  .orienter { padding-inline: .8rem; }
  .need-option small { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
