:root {
  --ink: #332115;
  --brown: #7b4c28;
  --copper: #b37b4b;
  --sand: #d9c2aa;
  --cream: #f8f1e9;
  --warm-white: #fffaf4;
  --muted: #7b6a5d;
  --line: rgba(123, 76, 40, 0.18);
  --shadow: 0 24px 70px rgba(70, 43, 24, 0.16);
  --deep-shadow: 0 34px 90px rgba(51, 33, 21, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 124px;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 4%, rgba(179, 123, 75, 0.2), transparent 28rem),
    linear-gradient(180deg, var(--warm-white), var(--cream) 46%, #fff 100%);
}

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

img {
  display: block;
  max-width: 100%;
}

[id] {
  scroll-margin-top: 124px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.reveal-group > * {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal-group.in-view > * {
  opacity: 1;
  transform: translateY(0);
}

.reveal-group.in-view > *:nth-child(2) {
  transition-delay: 90ms;
}

.reveal-group.in-view > *:nth-child(3) {
  transition-delay: 180ms;
}

.reveal-group.in-view > *:nth-child(4) {
  transition-delay: 270ms;
}

.reveal-group.in-view > *:nth-child(5) {
  transition-delay: 360ms;
}

.reveal-group.in-view > *:nth-child(6) {
  transition-delay: 450ms;
}

.reveal-group.in-view > *:nth-child(7) {
  transition-delay: 540ms;
}

.reveal-group.in-view > *:nth-child(8) {
  transition-delay: 630ms;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 12px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 244, 0.86);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 112px;
  height: 78px;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.nav a {
  transition: color 160ms ease;
}

.nav a:hover {
  color: var(--brown);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-switch {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  min-width: 86px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.language-switch button {
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

.language-switch button.active {
  color: #fff;
  background: var(--brown);
  box-shadow: 0 8px 18px rgba(123, 76, 40, 0.18);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.header-cta,
.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brown), var(--copper));
  box-shadow: 0 12px 28px rgba(123, 76, 40, 0.22);
}

.button.secondary {
  color: var(--brown);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.82fr);
  align-items: center;
  gap: clamp(28px, 6vw, 82px);
  min-height: calc(100svh - 78px);
  padding: clamp(56px, 9vw, 118px) clamp(18px, 6vw, 92px) clamp(52px, 8vw, 96px);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  right: -16vw;
  top: 18vh;
  width: 58vw;
  height: 58vw;
  min-width: 520px;
  min-height: 520px;
  border: 1px solid rgba(123, 76, 40, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.hero-copy,
.hero-media,
.hero-panel {
  position: relative;
  z-index: 1;
}

.hero-copy {
  animation: heroEnter 800ms ease both;
}

.hero-media {
  animation: heroMediaEnter 900ms ease 120ms both;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brown);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 0.98;
}

h1 {
  max-width: 820px;
  font-size: clamp(3.4rem, 8vw, 7.8rem);
}

h2 {
  max-width: 760px;
  font-size: clamp(2.15rem, 4.5vw, 4.5rem);
}

h3 {
  margin: 0;
  font-size: 1.05rem;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 650px;
  margin: 26px 0 0;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}

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

.hero-media {
  min-height: 620px;
}

.hero-media > img {
  width: 100%;
  height: min(68svh, 690px);
  min-height: 560px;
  border-radius: 8px;
  object-fit: cover;
  object-position: 58% center;
  box-shadow: var(--deep-shadow);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 250, 244, 0.76);
  border-radius: 8px;
  pointer-events: none;
}

.hero-panel {
  position: absolute;
  right: clamp(-24px, -2vw, -12px);
  bottom: 34px;
  width: min(88%, 370px);
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: linear-gradient(150deg, rgba(255, 250, 244, 0.92), rgba(217, 194, 170, 0.72));
  box-shadow: var(--shadow);
}

.panel-top {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--brown);
  font-weight: 800;
}

.panel-top img {
  width: 78px;
  height: 70px;
  object-fit: contain;
}

.metric {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.metric:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.metric strong {
  display: block;
  color: var(--brown);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.85rem, 3vw, 3.1rem);
  line-height: 1;
}

.metric span {
  display: block;
  max-width: 350px;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.45;
}

.section-wrap {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.proof-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1160px, calc(100% - 36px));
  margin: -36px auto 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.9);
  box-shadow: 0 18px 60px rgba(70, 43, 24, 0.12);
  backdrop-filter: blur(14px);
}

.proof-bar div {
  padding: 22px 24px;
  border-right: 1px solid var(--line);
}

.proof-bar div:last-child {
  border-right: 0;
}

.proof-bar strong,
.proof-bar span {
  display: block;
}

.proof-bar strong {
  color: var(--brown);
  font-size: 0.98rem;
}

.proof-bar span {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.45;
}

.intro {
  display: grid;
  grid-template-columns: 1fr 0.74fr;
  gap: 48px;
  padding: 78px 0;
  border-top: 1px solid var(--line);
}

.intro p:last-child {
  margin: 34px 0 0;
  font-size: 1.08rem;
}

.image-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  padding: 20px 0 86px;
}

.image-feature img {
  width: 100%;
  aspect-ratio: 1.72;
  border-radius: 8px;
  object-fit: cover;
  object-position: 54% center;
  box-shadow: var(--shadow);
}

.image-feature p:last-child {
  max-width: 500px;
  font-size: 1.04rem;
}

.services,
.process {
  padding: 86px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 270px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  transition: opacity 620ms ease, transform 620ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(123, 76, 40, 0.3);
  box-shadow: 0 18px 46px rgba(70, 43, 24, 0.1);
}

.icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 26px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--brown);
}

.icon svg {
  width: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.permit-types {
  padding: 96px 0;
  background:
    linear-gradient(120deg, rgba(51, 33, 21, 0.9), rgba(123, 76, 40, 0.78)),
    var(--brown);
}

.permit-layout {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 58px;
  align-items: start;
}

.permit-types .eyebrow,
.permit-types h2,
.permit-types strong {
  color: #fff;
}

.permit-types p,
.permit-types span {
  color: rgba(255, 250, 244, 0.74);
}

.permit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.permit-list div {
  min-height: 116px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.permit-list strong,
.permit-list span {
  display: block;
}

.permit-list span {
  margin-top: 8px;
  line-height: 1.48;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
}

.steps article {
  padding: 30px;
  border-right: 1px solid var(--line);
}

.steps article:last-child {
  border-right: 0;
}

.steps span {
  display: block;
  margin-bottom: 48px;
  color: var(--copper);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3rem;
  font-weight: 700;
}

.reviews {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.62fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: 18px 0 92px;
}

.reviews-copy p:last-child {
  max-width: 620px;
  font-size: 1.05rem;
}

.reviews-panel {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(255, 250, 244, 0.94), rgba(217, 194, 170, 0.58)),
    var(--warm-white);
  box-shadow: var(--shadow);
}

.google-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.google-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  background: var(--brown);
  font-size: 1.45rem;
  font-weight: 800;
}

.google-badge strong,
.google-badge div span {
  display: block;
}

.google-badge strong {
  color: var(--ink);
  font-size: 1.08rem;
}

.google-badge div span {
  margin-top: 4px;
  color: var(--muted);
}

.review-callout {
  margin-top: 22px;
  color: var(--copper);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1;
}

.reviews-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.contact {
  padding: 92px 0;
  background: var(--cream);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 56px;
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 112px;
}

.contact-copy > img {
  width: 100%;
  aspect-ratio: 0.82;
  margin-bottom: 30px;
  border-radius: 8px;
  object-fit: cover;
  object-position: 24% center;
  box-shadow: var(--shadow);
}

.email-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--brown);
  font-size: 1.15rem;
  font-weight: 800;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--warm-white);
  box-shadow: var(--shadow);
}

.honeypot {
  display: none;
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(123, 76, 40, 0.24);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(179, 123, 75, 0.24);
  border-color: var(--copper);
}

.full {
  grid-column: 1 / -1;
}

button {
  cursor: pointer;
  font: inherit;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 4vw, 64px);
  color: rgba(255, 250, 244, 0.76);
  background: var(--ink);
}

.footer div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer img {
  width: 76px;
  height: 62px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.82;
}

.footer a {
  color: #fff;
  font-weight: 800;
}

@keyframes heroEnter {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroMediaEnter {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal,
  .reveal-group > * {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 22px;
  }

  [id] {
    scroll-margin-top: 22px;
  }

  .site-header {
    position: relative;
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .header-cta {
    display: none;
  }

  .header-tools {
    margin-left: auto;
  }

  .hero,
  .intro,
  .image-feature,
  .reviews,
  .permit-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-bottom: 64px;
  }

  .hero-media {
    min-height: auto;
  }

  .hero-media > img {
    height: 520px;
    min-height: 0;
  }

  .hero::after {
    display: none;
  }

  .proof-bar {
    grid-template-columns: 1fr;
    margin-top: -26px;
  }

  .proof-bar div,
  .proof-bar div:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-bar div:last-child {
    border-bottom: 0;
  }

  .service-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .steps article,
  .steps article:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .steps article:last-child {
    border-bottom: 0;
  }

  .contact-copy {
    position: static;
  }
}

@media (max-width: 620px) {
  body {
    background:
      radial-gradient(circle at 8% 2%, rgba(179, 123, 75, 0.16), transparent 18rem),
      linear-gradient(180deg, var(--warm-white), var(--cream) 42%, #fff 100%);
  }

  .site-header {
    gap: 14px;
    padding: 10px 18px 12px;
  }

  .language-switch {
    min-width: 78px;
  }

  .language-switch button {
    min-height: 32px;
  }

  .brand img {
    width: 98px;
    height: 68px;
  }

  .nav {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 2px 0 4px;
    font-size: 0.9rem;
  }

  .hero {
    padding: 40px 18px 58px;
  }

  .hero-media > img {
    height: 430px;
    object-position: 58% center;
  }

  .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 24px);
    margin: -88px auto 0;
  }

  h1 {
    font-size: 2.95rem;
  }

  h2 {
    font-size: 2.08rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .intro,
  .services,
  .process,
  .reviews,
  .permit-types,
  .contact {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .section-heading {
    display: block;
  }

  .image-feature {
    padding-bottom: 58px;
  }

  .reviews-panel {
    padding: 24px;
  }

  .reviews-actions {
    display: grid;
  }

  .permit-list,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .hero-panel,
  .service-card,
  .contact-form {
    padding: 22px;
  }

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

  .footer div {
    align-items: flex-start;
  }
}
