:root {
  --oak: #4a3728;
  --oak-dark: #231a14;
  --brass: #c49a6c;
  --brass-light: #e6c69e;
  --cream: #f5f0e8;
  --linen: #fffaf2;
  --ink: #1f2421;
  --green: #315c4d;
  --green-dark: #203d34;
  --rust: #7e3f36;
  --slate: #42515c;
  --muted: #786c61;
  --border: #e3d9ca;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(35, 26, 20, 0.14);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  background: var(--white);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
}

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

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

body.modal-open {
  overflow: hidden;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero {
  position: relative;
  min-height: 88svh;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
}

.hero__image,
.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero__image {
  background-image: url("../images/redoak-garage-door-service-hero.png");
  background-position: center;
  background-size: cover;
}

.hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(31, 36, 33, 0.92) 0%, rgba(31, 36, 33, 0.72) 42%, rgba(31, 36, 33, 0.18) 100%),
    linear-gradient(0deg, rgba(31, 36, 33, 0.3), rgba(31, 36, 33, 0.1));
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
}

.brand,
.header-call,
.header-booking,
.nav {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 12px;
  min-width: max-content;
}

.brand__mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  background: rgba(196, 154, 108, 0.2);
  color: var(--brass-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 700;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.brand small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.nav {
  gap: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav a,
.header-call,
.phone-link,
.text-link {
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.nav a:hover,
.header-call:hover,
.phone-link:hover,
.text-link:hover {
  color: var(--brass-light);
}

.header-call {
  gap: 8px;
  min-width: max-content;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  padding: 10px 14px;
  color: var(--white);
  font-weight: 800;
}

.header-booking {
  gap: 8px;
  min-width: max-content;
  border: 1px solid rgba(196, 154, 108, 0.38);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(196, 154, 108, 0.18);
  color: var(--brass-light);
  cursor: pointer;
  font-weight: 900;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.header-booking:hover {
  border-color: var(--brass-light);
  background: rgba(196, 154, 108, 0.26);
  transform: translateY(-1px);
}

.header-call svg,
.header-booking svg,
.phone-link svg,
.contact-booking svg,
.button svg,
.icon-badge svg,
.about-list svg,
.hero__proof svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.hero__content {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0 84px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brass);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.04;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 760px;
  font-size: 4.7rem;
}

.hero__copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.18rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 13px 18px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1;
}

.button--primary {
  background: var(--brass);
  color: var(--oak-dark);
  box-shadow: 0 12px 26px rgba(196, 154, 108, 0.28);
}

.button--primary:hover {
  background: var(--brass-light);
  transform: translateY(-1px);
}

.button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.button--secondary:hover {
  border-color: var(--brass-light);
  color: var(--brass-light);
  transform: translateY(-1px);
}

.availability-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  border: 1px solid rgba(72, 216, 132, 0.34);
  border-radius: 8px;
  padding: 10px 14px;
  background: rgba(17, 94, 52, 0.2);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.availability-badge:hover {
  border-color: rgba(112, 255, 171, 0.58);
  background: rgba(17, 94, 52, 0.3);
  transform: translateY(-1px);
}

.availability-badge strong,
.availability-badge small {
  display: block;
}

.availability-badge strong {
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.1;
}

.availability-badge small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
}

.online-dot {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #42e87f;
  box-shadow: 0 0 0 4px rgba(66, 232, 127, 0.14);
}

.online-dot::after {
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(66, 232, 127, 0.52);
  border-radius: inherit;
  animation: online-pulse 1.8s ease-out infinite;
  content: "";
}

@keyframes online-pulse {
  0% {
    opacity: 0.75;
    transform: scale(0.55);
  }

  100% {
    opacity: 0;
    transform: scale(1.45);
  }
}

.hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 900px;
  margin: 58px 0 0;
}

.hero__proof > div {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 124px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 18px;
  background: rgba(31, 36, 33, 0.48);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.hero__proof > div::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(25, 31, 28, 0.9), rgba(25, 31, 28, 0.62)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0));
  content: "";
}

.proof-card__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  filter: saturate(0.9) contrast(0.9);
}

.card-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  filter: saturate(0.86) contrast(0.92);
  pointer-events: none;
}

.section-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  filter: blur(1px) saturate(0.8) contrast(0.9);
  pointer-events: none;
}

.about-list article::before,
.pricing-card::before,
.gallery-card figcaption::before,
.step::before,
.gallery-summary::before,
.contact-panel::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.97), rgba(255, 250, 242, 0.86) 62%, rgba(255, 250, 242, 0.78)),
    linear-gradient(0deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.34));
  content: "";
}

.service-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(31, 36, 33, 0.74), rgba(31, 36, 33, 0.66)),
    linear-gradient(90deg, rgba(31, 36, 33, 0.82), rgba(31, 36, 33, 0.44));
  content: "";
}

.testimonial-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(31, 36, 33, 0.94), rgba(31, 36, 33, 0.8)),
    linear-gradient(90deg, rgba(31, 36, 33, 0.88), rgba(31, 36, 33, 0.62));
  content: "";
}

.about-list article > :not(.card-bg),
.service-card > :not(.card-bg),
.pricing-card > :not(.card-bg),
.gallery-card figcaption > :not(.card-bg),
.step > :not(.card-bg),
.testimonial-card > :not(.card-bg),
.gallery-summary > :not(.card-bg),
.contact-panel > :not(.card-bg) {
  position: relative;
}

.hero__proof dt {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--white);
  font-weight: 900;
}

.hero__proof dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
}

.section {
  padding: 86px 0;
}

.section-inner,
.split,
.areas-layout,
.contact-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.section--light {
  background: var(--linen);
}

.section--ink {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

#services::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(31, 36, 33, 0.8), rgba(31, 36, 33, 0.9)),
    radial-gradient(circle at 50% 8%, rgba(196, 154, 108, 0.16), transparent 34%);
  content: "";
}

.section--warm {
  background:
    linear-gradient(180deg, rgba(126, 63, 54, 0.08), rgba(49, 92, 77, 0.05)),
    var(--cream);
}

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

.section--green {
  background: var(--green-dark);
  color: var(--white);
}

.section--gallery {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(245, 240, 232, 0.92)),
    var(--cream);
}

.section-heading {
  max-width: 690px;
}

.section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading h2 {
  color: var(--oak);
  font-size: 3rem;
}

.section--ink .section-heading h2,
.section--green .section-heading h2 {
  color: var(--white);
}

.section-heading p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.section--ink .section-heading p:not(.eyebrow),
.section--green .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.about-list {
  display: grid;
  gap: 16px;
}

.about-list article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 16px;
  min-height: 132px;
  border-left: 4px solid var(--brass);
  border-radius: 8px;
  padding: 18px 20px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(35, 26, 20, 0.08);
}

.about-list svg {
  width: 32px;
  height: 32px;
  color: var(--green);
  grid-row: span 2;
}

.about-list h3,
.service-card h3,
.pricing-card h3,
.step h3 {
  margin: 0;
  color: var(--oak);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.about-list p,
.service-card p,
.pricing-card p,
.step p {
  margin: 8px 0 0;
  color: var(--muted);
}

.service-grid,
.pricing-grid,
.testimonial-grid {
  display: grid;
  gap: 20px;
  margin-top: 44px;
}

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

.service-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 238px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 24px;
  background: #2a302c;
  content-visibility: auto;
  contain-intrinsic-size: 238px;
}

.service-card .card-bg {
  opacity: 0.96;
  filter: saturate(0.96) contrast(0.95);
}

.service-card h3 {
  margin-top: 18px;
  color: var(--white);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.36);
}

.service-card p {
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.icon-badge {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  background: rgba(196, 154, 108, 0.16);
  color: var(--brass-light);
}

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

.pricing-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 28px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(35, 26, 20, 0.08);
}

.pricing-card--featured {
  border-color: rgba(49, 92, 77, 0.34);
  background:
    linear-gradient(180deg, rgba(49, 92, 77, 0.08), rgba(255, 255, 255, 0.96)),
    var(--white);
  transform: translateY(-12px);
}

.price {
  margin: 16px 0 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
  font-weight: 700;
}

.pricing-card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--slate);
}

.pricing-card li::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 3px;
  border-radius: 50%;
  background:
    linear-gradient(45deg, transparent 42%, var(--white) 42% 58%, transparent 58%),
    var(--green);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--rust);
  font-weight: 900;
}

.before-after-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 46px;
}

.gallery-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(35, 26, 20, 0.1);
}

.gallery-card--after {
  border-color: rgba(49, 92, 77, 0.35);
}

.gallery-photo {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--oak-dark);
}

.gallery-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-card:first-child .gallery-photo img {
  object-position: center;
}

.gallery-card--after .gallery-photo img {
  object-position: center;
}

.gallery-photo span {
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 8px;
  padding: 8px 12px;
  background: rgba(31, 36, 33, 0.82);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gallery-card--after .gallery-photo span {
  background: var(--brass);
  color: var(--oak-dark);
}

.gallery-card figcaption {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 146px;
  padding: 22px;
}

.gallery-card h3 {
  margin: 0;
  color: var(--oak);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.gallery-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.gallery-summary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  border-left: 4px solid var(--green);
  border-radius: 8px;
  padding: 22px 24px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(35, 26, 20, 0.08);
}

.gallery-summary p {
  max-width: 720px;
  margin: 0;
  color: var(--slate);
  font-weight: 700;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
}

.step {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 260px;
  border: 1px solid var(--border);
  border-top: 3px solid var(--green);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(35, 26, 20, 0.08);
}

.step span {
  display: block;
  margin-bottom: 22px;
  color: var(--brass);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  font-weight: 700;
}

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

.testimonial-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  min-height: 332px;
  flex-direction: column;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.stars {
  color: var(--brass-light);
  letter-spacing: 0;
}

.stars span::before {
  content: "\2605\2605\2605\2605\2605";
}

.testimonial-card blockquote {
  margin: 22px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.03rem;
}

.testimonial-card figcaption {
  margin-top: auto;
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card span {
  color: rgba(255, 255, 255, 0.58);
}

.areas-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 44px;
  align-items: center;
}

.areas-layout--pickering {
  align-items: stretch;
}

.neighbourhood-panel {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(35, 26, 20, 0.08);
}

.neighbourhood-panel h3,
.landmark-card h3,
.map-card h3 {
  margin: 0;
  color: var(--oak);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.area-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.area-list--premium {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.area-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--slate);
  font-weight: 800;
}

.area-list span::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--rust);
  box-shadow: 0 0 0 5px rgba(126, 63, 54, 0.1);
}

.pickering-showcase {
  margin-top: 74px;
}

.landmark-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.landmark-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(35, 26, 20, 0.08);
}

.landmark-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.landmark-card div {
  padding: 20px;
}

.landmark-card .eyebrow,
.map-card .eyebrow {
  margin-bottom: 8px;
}

.landmark-card p:not(.eyebrow),
.map-card p:not(.eyebrow) {
  margin: 10px 0 0;
  color: var(--muted);
}

.map-card {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 22px;
  align-items: center;
  margin-top: 24px;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(35, 26, 20, 0.08);
}

.map-card iframe {
  width: 100%;
  min-height: 330px;
  border: 0;
  border-radius: 8px;
  background: var(--cream);
}

.photo-credit {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.contact-section {
  padding: 86px 0 100px;
  background:
    linear-gradient(135deg, rgba(196, 154, 108, 0.18), rgba(49, 92, 77, 0.08)),
    var(--cream);
}

.contact-call-row {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--oak);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.contact-booking {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  border: 1px solid rgba(49, 92, 77, 0.24);
  border-radius: 8px;
  padding: 10px 14px;
  background: var(--green);
  color: var(--white);
  cursor: pointer;
  font-weight: 900;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.contact-booking:hover {
  background: var(--green-dark);
  transform: translateY(-1px);
}

.availability-badge--contact {
  margin-top: 14px;
  background: rgba(49, 92, 77, 0.1);
  color: var(--green-dark);
  box-shadow: none;
}

.availability-badge--contact small {
  color: var(--muted);
}

.contact-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 760px;
  margin: 40px auto 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 30px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-form {
  display: grid;
  gap: 18px;
}

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

.contact-form label,
.contact-form span {
  display: grid;
  gap: 8px;
}

.contact-form span {
  color: var(--oak);
  font-size: 0.88rem;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 13px 14px;
  background: #fffdf9;
  color: var(--ink);
  outline: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(49, 92, 77, 0.12);
}

.form-submit {
  justify-self: start;
  min-width: 170px;
}

.form-status {
  margin: 0;
  border-left: 4px solid var(--green);
  padding: 12px 14px;
  background: rgba(49, 92, 77, 0.08);
  color: var(--green-dark);
  font-weight: 800;
}

.booking-modal[hidden] {
  display: none;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
}

.booking-modal__scrim {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(31, 36, 33, 0.68);
  cursor: pointer;
}

.booking-modal__panel {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: min(760px, calc(100svh - 48px));
  overflow: auto;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--linen);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.booking-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--border);
  padding: 26px;
  background: var(--white);
}

.booking-modal__header h2 {
  margin: 0;
  color: var(--oak);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.06;
}

.booking-modal__header p:not(.eyebrow) {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--muted);
}

.booking-modal__close {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--linen);
  color: var(--oak);
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
}

.booking-modal__body {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  padding: 26px;
}

.booking-slots {
  display: grid;
  gap: 16px;
}

.booking-week {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 16px;
  background: var(--white);
}

.booking-week h3 {
  margin: 0 0 12px;
  color: var(--oak);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.booking-slot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.booking-slot {
  display: grid;
  min-height: 76px;
  border: 1px solid rgba(49, 92, 77, 0.18);
  border-radius: 8px;
  padding: 10px;
  background: rgba(49, 92, 77, 0.06);
  color: var(--green-dark);
  cursor: pointer;
  text-align: left;
}

.booking-slot:hover,
.booking-slot.is-selected {
  border-color: var(--green);
  background: rgba(49, 92, 77, 0.12);
}

.booking-slot strong,
.booking-slot span {
  display: block;
}

.booking-slot strong {
  font-size: 0.92rem;
}

.booking-slot span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.booking-form {
  display: grid;
  align-content: start;
  gap: 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 18px;
  background: var(--white);
}

.booking-form label,
.booking-form label span {
  display: grid;
  gap: 7px;
}

.booking-form label span {
  color: var(--oak);
  font-size: 0.88rem;
  font-weight: 900;
}

.booking-form input {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px 13px;
  background: #fffdf9;
  color: var(--ink);
  outline: none;
}

.booking-form input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(49, 92, 77, 0.12);
}

.selected-slot,
.booking-status {
  margin: 0;
  border-left: 4px solid var(--brass);
  padding: 11px 12px;
  background: rgba(196, 154, 108, 0.12);
  color: var(--oak);
  font-weight: 800;
}

.booking-status {
  border-left-color: var(--green);
  background: rgba(49, 92, 77, 0.08);
  color: var(--green-dark);
}

.booking-submit {
  justify-self: start;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

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

  .hero h1 {
    max-width: 680px;
    font-size: 3.55rem;
  }

  .hero__proof,
  .service-grid,
  .pricing-grid,
  .before-after-grid,
  .steps,
  .testimonial-grid,
  .landmark-grid,
  .map-card,
  .split,
  .areas-layout {
    grid-template-columns: 1fr;
  }

  .booking-modal__body {
    grid-template-columns: 1fr;
  }

  .pricing-card--featured {
    transform: none;
  }

  .gallery-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery-summary .button {
    width: auto;
  }

  .section-heading h2 {
    font-size: 2.45rem;
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: 86svh;
  }

  .hero__shade {
    background: linear-gradient(90deg, rgba(31, 36, 33, 0.92), rgba(31, 36, 33, 0.62));
  }

  .site-header {
    width: min(100% - 28px, 1180px);
    padding: 16px 0;
  }

  .brand__mark {
    width: 40px;
    height: 40px;
  }

  .brand small,
  .header-call span {
    display: none;
  }

  .header-call {
    min-width: 44px;
    justify-content: center;
    padding: 10px;
  }

  .header-booking {
    min-width: 44px;
    justify-content: center;
    padding: 10px;
  }

  .header-booking span {
    display: none;
  }

  .hero__content,
  .section-inner,
  .split,
  .areas-layout,
  .contact-wrap {
    width: min(100% - 28px, 1120px);
  }

  .hero__content {
    padding: 72px 0 58px;
  }

  .hero h1 {
    font-size: 2.65rem;
  }

  .hero__copy {
    font-size: 1rem;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .availability-badge {
    width: 100%;
  }

  .contact-call-row,
  .contact-booking {
    width: 100%;
  }

  .contact-call-row {
    align-items: stretch;
    flex-direction: column;
  }

  .phone-link,
  .contact-booking {
    justify-content: center;
  }

  .booking-modal {
    align-items: end;
    padding: 12px;
  }

  .booking-modal__panel {
    max-height: calc(100svh - 24px);
  }

  .booking-modal__header,
  .booking-modal__body {
    padding: 18px;
  }

  .booking-modal__header h2 {
    font-size: 1.55rem;
  }

  .booking-slot-grid {
    grid-template-columns: 1fr;
  }

  .hero__proof > div,
  .service-card,
  .pricing-card,
  .testimonial-card,
  .about-list article {
    min-height: auto;
  }

  .section {
    padding: 66px 0;
  }

  .section-heading h2 {
    font-size: 2.1rem;
  }

  .about-list article {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .about-list svg {
    grid-row: auto;
  }

  .area-list,
  .area-list--premium,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card figcaption {
    min-height: auto;
  }

  .gallery-summary .button {
    width: 100%;
  }

  .contact-panel {
    padding: 22px;
  }
}
