:root {
  --forest: #123b33;
  --pine: #0a2c27;
  --amber: #d8922e;
  --gold: #f0c978;
  --cream: #f7f1e5;
  --paper: #ede5d8;
  --ink: #21302d;
  --line: rgba(33, 48, 45, 0.18);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
a {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.skip {
  position: fixed;
  top: -60px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--gold);
  font-weight: 900;
}
.skip:focus {
  top: 12px;
}
header {
  height: 78px;
  padding: 0 max(24px, calc((100vw - 1200px) / 2));
  display: flex;
  align-items: center;
  gap: 34px;
  background: rgba(247, 241, 229, 0.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(10px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand strong,
.brand small {
  display: block;
}
.brand strong {
  font:
    700 16px/1.1 Georgia,
    serif;
}
.brand small {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #69736e;
  font-weight: 900;
}
.flame {
  width: 37px;
  height: 45px;
  background: var(--amber);
  border-radius: 60% 40% 60% 40%;
  transform: rotate(45deg);
  position: relative;
}
.flame:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 22px;
  left: 11px;
  top: 13px;
  background: var(--gold);
  border-radius: 60% 40% 60% 40%;
}
header nav {
  display: flex;
  gap: 24px;
  margin-left: auto;
}
header nav a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}
.header-call {
  height: 78px;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--forest);
  color: white;
  text-decoration: none;
}
.header-call span {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.7;
}
.header-call strong {
  font-size: 16px;
}
.hero {
  max-width: 1200px;
  margin: auto;
  padding: 82px 24px 72px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 70px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow.dark {
  color: #9b651e;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}
h1 {
  margin-bottom: 24px;
  font-size: 80.4px;
  line-height: 0.93;
  color: var(--pine);
}
.hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.7;
  color: #59645f;
}
.actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.button {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--amber);
  color: white;
  text-decoration: none;
  font-weight: 900;
  border-radius: 3px;
}
.actions > a:last-child {
  font-size: 14px;
  font-weight: 900;
  text-underline-offset: 5px;
}
.assurances {
  display: flex;
  gap: 10px 18px;
  flex-wrap: wrap;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.assurances span {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.assurances span:before {
  content: "◆";
  color: var(--amber);
  margin-right: 7px;
  font-size: 8px;
}
.hero figure {
  margin: 0;
  position: relative;
  padding: 16px;
  background: white;
  border: 1px solid var(--line);
}
.hero figure img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
}
.hero figcaption {
  position: absolute;
  left: -22px;
  right: 55px;
  bottom: 34px;
  padding: 18px 20px;
  background: var(--forest);
  color: white;
}
.hero figcaption small,
.hero figcaption strong {
  display: block;
}
.hero figcaption small {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: var(--gold);
}
.hero figcaption strong {
  margin-top: 5px;
  font:
    700 19px Georgia,
    serif;
}
.warm-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 max(24px, calc((100vw - 1200px) / 2));
  background: var(--forest);
  color: white;
}
.warm-strip p {
  margin: 0;
  padding: 22px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 13px;
}
.warm-strip p:last-child {
  border: 0;
}
.warm-strip b {
  color: var(--gold);
}
.section {
  max-width: 1200px;
  margin: auto;
  padding: 105px 24px;
}
.guide {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 80px;
}
.guide-title h2,
.service-head h2,
.parker h2,
.visit h2,
.faq h2 {
  margin: 0;
  font-size: 66px;
  line-height: 0.98;
}
.guide-title > p:last-child {
  margin-top: 20px;
  color: #606963;
}
.guide ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.guide li {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 22px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}
.guide li > span {
  color: var(--amber);
  font:
    700 15px Georgia,
    serif;
}
.guide h3 {
  margin: 0 0 6px;
  font:
    700 23px Georgia,
    serif;
}
.guide li p {
  margin: 0;
  color: #616b66;
}
.services {
  padding: 105px max(24px, calc((100vw - 1200px) / 2));
  background: var(--pine);
  color: white;
}
.service-head {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 48px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.service-grid article {
  min-height: 280px;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.service-grid b {
  color: var(--gold);
  font-size: 11px;
}
.service-grid h3 {
  margin: 66px 0 12px;
  font:
    700 25px/1.05 Georgia,
    serif;
}
.service-grid p {
  margin: 0;
  color: #bdcdc8;
  font-size: 14px;
}
.parker {
  padding: 105px max(24px, calc((100vw - 1200px) / 2));
  display: grid;
  grid-template-columns: 0.52fr 1fr 0.7fr;
  gap: 60px;
  align-items: start;
  background: var(--paper);
}
.landscape {
  height: 285px;
  position: relative;
  overflow: hidden;
  background: #dce4db;
}
.landscape:before,
.landscape:after,
.landscape i {
  content: "";
  position: absolute;
  bottom: -60px;
  width: 240px;
  height: 240px;
  background: var(--forest);
  transform: rotate(45deg);
}
.landscape:before {
  left: -100px;
}
.landscape:after {
  left: 75px;
  background: #43695c;
}
.landscape i:nth-child(1) {
  left: 230px;
  background: #89a18f;
}
.landscape i:nth-child(2) {
  width: 34px;
  height: 120px;
  left: 80px;
  bottom: -5px;
  background: var(--pine);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: none;
}
.landscape i:nth-child(3) {
  width: 28px;
  height: 95px;
  left: 310px;
  bottom: -2px;
  background: var(--pine);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: none;
}
.parker > div:nth-child(2) > p {
  font-size: 17px;
  color: #56645f;
}
.dark {
  background: var(--forest);
}
.parker aside {
  padding: 28px;
  background: white;
  border-top: 7px solid var(--amber);
}
.parker aside strong {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.parker aside p {
  margin: 13px 0 0;
  color: #5d6762;
}
.visit {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 80px;
}
.visit ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.visit li {
  padding: 26px;
  background: white;
  border: 1px solid var(--line);
}
.visit li span {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  font:
    700 18px Georgia,
    serif;
}
.visit h3 {
  margin: 48px 0 10px;
  font:
    700 23px Georgia,
    serif;
}
.visit li p {
  margin: 0;
  color: #626b66;
}
.comfort-map {
  max-width: 1200px;
  margin: auto;
  padding: 105px 24px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 72px;
  align-items: center;
}
.comfort-photo {
  margin: 0;
  padding: 14px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: -16px 16px 0 var(--gold);
}
.comfort-photo img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.comfort-photo figcaption {
  padding: 17px 4px 2px;
  color: #5d6863;
  font-size: 13px;
}
.comfort-photo span,
.comfort-photo b {
  display: block;
}
.comfort-photo span {
  color: var(--amber);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.comfort-photo b {
  margin-top: 5px;
  color: var(--forest);
  font-size: 16px;
}
.comfort-copy h2 {
  margin: 0 0 20px;
  font-size: 62.4px;
  line-height: 0.98;
}
.comfort-copy > p:not(.eyebrow) {
  color: #5d6863;
  font-size: 17px;
}
.comfort-signals {
  margin: 27px 0;
  border-top: 1px solid var(--line);
}
.comfort-signals > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.comfort-signals span {
  color: var(--amber);
  font-size: 11px;
  font-weight: 900;
}
.comfort-signals p {
  margin: 0;
  color: #5d6863;
}
.comfort-signals b {
  color: var(--forest);
}
.visit-note {
  grid-column: 1 / -1;
  padding: 18px 22px;
  display: flex;
  gap: 10px 22px;
  flex-wrap: wrap;
  background: var(--paper);
  border-left: 6px solid var(--amber);
}
.visit-note strong {
  width: 100%;
}
.visit-note span {
  font-size: 12px;
  font-weight: 800;
}
.visit-note span:before {
  content: "◆";
  margin-right: 7px;
  color: var(--amber);
  font-size: 8px;
}
.faq {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 80px;
}
.faq-list details {
  padding: 23px 0;
  border-top: 1px solid var(--line);
}
.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 850;
  padding-right: 30px;
  position: relative;
}
summary:after {
  content: "+";
  position: absolute;
  right: 4px;
  color: var(--amber);
}
details[open] summary:after {
  content: "-";
}
.faq-list p {
  color: #5d6863;
  line-height: 1.7;
}
.final {
  padding: 95px 24px;
  text-align: center;
  background: var(--forest);
  color: white;
}
.final p {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  color: var(--gold);
}
.final h2 {
  max-width: 820px;
  margin: 0 auto 28px;
  font:
    700 72px / 0.98 Georgia,
    serif;
}
.final a {
  display: inline-block;
  padding: 16px 24px;
  background: var(--amber);
  color: white;
  text-decoration: none;
  font-weight: 900;
}
footer {
  padding: 48px max(24px, calc((100vw - 1200px) / 2));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px 40px;
  align-items: center;
}
footer p,
footer small {
  color: #68736e;
}
footer > a {
  font-weight: 900;
}
.mobile-call {
  display: none;
}
@media (max-width: 900px) {
  header nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .hero figure {
    max-width: 620px;
  }
  .guide,
  .faq {
    grid-template-columns: 1fr;
  }
  .service-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .parker {
    grid-template-columns: 0.42fr 1fr;
  }
  .parker aside {
    grid-column: 2;
  }
  .visit {
    grid-template-columns: 1fr;
  }
  .visit ol {
    grid-template-columns: repeat(3, 1fr);
  }
  .comfort-map {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  body {
    padding-bottom: 78px;
  }
  header {
    height: 66px;
    padding: 0 16px;
  }
  .brand strong {
    font-size: 13px;
  }
  .brand small {
    font-size: 8px;
  }
  .flame {
    width: 29px;
    height: 36px;
  }
  .header-call {
    display: none;
  }
  .hero {
    padding: 50px 20px 58px;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }
  .hero figure {
    padding: 10px;
  }
  .hero figure img {
    height: 240px;
  }
  .hero figcaption {
    left: -8px;
    right: 24px;
    bottom: 22px;
  }
  .warm-strip {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
  .warm-strip p {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .section,
  .services,
  .parker,
  .comfort-map {
    padding: 78px 20px;
  }
  .guide-title h2,
  .service-head h2,
  .parker h2,
  .visit h2,
  .faq h2 {
    font-size: 43px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-grid article {
    min-height: 230px;
  }
  .parker {
    display: block;
  }
  .landscape {
    height: 150px;
    margin-bottom: 34px;
  }
  .parker aside {
    margin-top: 30px;
  }
  .comfort-map {
    gap: 46px;
  }
  .comfort-photo {
    margin-left: 12px;
    padding: 10px;
    box-shadow: -12px 12px 0 var(--gold);
  }
  .comfort-photo img {
    height: 220px;
  }
  .comfort-copy h2 {
    font-size: 43px;
  }
  .visit ol {
    grid-template-columns: 1fr;
  }
  .faq {
    gap: 36px;
  }
  footer {
    grid-template-columns: 1fr;
    padding: 40px 20px 100px;
  }
  .mobile-call {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    height: 78px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--amber);
    color: white;
    text-decoration: none;
    border-top: 2px solid var(--pine);
  }
  .mobile-call span {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .mobile-call strong {
    font-size: 17px;
    white-space: nowrap;
  }
}

.h1-location{display:block;margin-top:14px;font-family:inherit;font-size:16px;line-height:1.25;font-weight:700;letter-spacing:0;text-transform:uppercase}

html,body{max-width:100%;overflow-x:clip}
