:root {
  --ink: #221c18;
  --muted: #6d625b;
  --paper: #fbf7ef;
  --paper-deep: #efe4d5;
  --sage: #556356;
  --sage-dark: #2f3c34;
  --rust: #9d4635;
  --charcoal: #232625;
  --cream: #fffdf8;
  --line: rgba(34, 28, 24, 0.14);
  --shadow: 0 18px 60px rgba(34, 28, 24, 0.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body::selection {
  background: rgba(157, 70, 53, 0.24);
}

a {
  color: inherit;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 48px);
  color: var(--cream);
  background: rgba(19, 22, 20, 0.46);
  backdrop-filter: blur(14px);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(251, 247, 239, 0.93);
  box-shadow: 0 8px 28px rgba(34, 28, 24, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.84rem;
  font-weight: 800;
}

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

.brand strong {
  font-size: clamp(0.88rem, 1.25vw, 1rem);
  line-height: 1.1;
}

.brand small {
  margin-top: 2px;
  font-size: 0.7rem;
  color: currentColor;
  opacity: 0.78;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  font-size: 0.88rem;
  font-weight: 750;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: #f0c9ae;
}

.site-header.is-scrolled .nav-links a:hover {
  color: var(--rust);
}

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

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: min(720px, 88vh);
  padding-top: 86px;
  overflow: hidden;
  color: var(--cream);
}

.hero picture,
.hero img,
.hero-overlay {
  position: absolute;
  inset: 0;
  height: 100%;
}

.hero img {
  object-fit: cover;
  object-position: center center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(16, 18, 16, 0.79) 0%, rgba(16, 18, 16, 0.56) 36%, rgba(16, 18, 16, 0.1) 72%),
    linear-gradient(0deg, rgba(16, 18, 16, 0.4) 0%, rgba(16, 18, 16, 0.01) 48%);
}

.hero-content {
  position: relative;
  width: min(620px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 92px);
  padding-bottom: clamp(34px, 4vw, 64px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rust);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f6c9a9;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 620px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 4.25vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.6vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.25;
}

.hero-copy {
  max-width: 590px;
  margin-bottom: 24px;
  color: rgba(255, 253, 248, 0.88);
  font-size: clamp(0.98rem, 1.22vw, 1.1rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid rgba(255, 253, 248, 0.8);
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
}

.button.primary {
  color: var(--ink);
  background: var(--cream);
}

.button.secondary {
  color: var(--cream);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(var(--max), calc(100% - 36px));
  margin: -38px auto 0;
  position: relative;
  z-index: 3;
  background: var(--cream);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.quick-info div {
  padding: 24px;
  border-right: 1px solid var(--line);
}

.quick-info div:last-child {
  border-right: 0;
}

.quick-info span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.quick-info strong {
  display: block;
  font-size: clamp(0.98rem, 1.6vw, 1.14rem);
  line-height: 1.25;
}

.section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(74px, 10vw, 122px) 0;
}

.intro {
  padding-top: clamp(86px, 9vw, 118px);
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
}

.section-lead {
  max-width: 790px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

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

.service-card,
.price-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 34px rgba(34, 28, 24, 0.07);
}

.service-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.service-kicker {
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--cream);
  background: var(--sage-dark);
  font-size: 0.76rem;
  font-weight: 850;
}

.service-card p {
  color: var(--muted);
}

dl {
  display: grid;
  gap: 14px;
  margin: auto 0 0;
}

dl div {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

dt {
  color: var(--rust);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

dd {
  margin: 3px 0 0;
  color: var(--ink);
  font-weight: 750;
}

.process-band {
  width: 100%;
  max-width: none;
  padding-right: max(18px, calc((100vw - var(--max)) / 2));
  padding-left: max(18px, calc((100vw - var(--max)) / 2));
  background: var(--sage-dark);
  color: var(--cream);
}

.process-band .eyebrow {
  color: #ffc8a6;
}

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

.process-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 22px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 253, 248, 0.18);
}

.process-item span {
  color: #ffc8a6;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.process-item p {
  max-width: 780px;
  margin-bottom: 0;
  color: rgba(255, 253, 248, 0.76);
}

.notice {
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 253, 248, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.notice span {
  color: rgba(255, 253, 248, 0.78);
}

.cut-section {
  padding-bottom: clamp(64px, 8vw, 96px);
}

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

.cut-column h3 {
  padding-bottom: 12px;
  border-bottom: 2px solid var(--rust);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

.tag-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tag-list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.pricing-section {
  width: 100%;
  max-width: none;
  padding-right: max(18px, calc((100vw - var(--max)) / 2));
  padding-left: max(18px, calc((100vw - var(--max)) / 2));
  background: var(--paper-deep);
}

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

.price-alert {
  margin: -4px 0 22px;
  padding: 15px 18px;
  border: 1px solid rgba(157, 70, 53, 0.32);
  border-radius: 8px;
  color: var(--cream);
  background: var(--rust);
  font-weight: 900;
  text-align: center;
}

.price-card {
  padding: 30px;
}

.price-card h3 {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.price-row span {
  color: var(--muted);
}

.price-row strong {
  text-align: right;
}

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

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
  padding: clamp(74px, 10vw, 124px) max(18px, calc((100vw - var(--max)) / 2));
  color: var(--cream);
  background: var(--charcoal);
}

.contact-section .eyebrow {
  color: #ffc8a6;
}

.contact-section p {
  max-width: 720px;
  color: rgba(255, 253, 248, 0.74);
}

address {
  display: grid;
  gap: 8px;
  padding: 28px;
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: 8px;
  font-style: normal;
  background: rgba(255, 255, 255, 0.05);
}

address strong {
  margin-bottom: 4px;
  font-size: 1.15rem;
}

address a {
  color: #ffd6bd;
  font-weight: 800;
  text-decoration: none;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px max(18px, calc((100vw - var(--max)) / 2));
  color: rgba(255, 253, 248, 0.68);
  background: #171817;
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    right: 18px;
    display: none;
    width: min(260px, calc(100vw - 36px));
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: var(--cream);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-links a {
    padding: 12px;
  }

  .hero {
    min-height: 680px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(16, 18, 16, 0.82) 0%, rgba(16, 18, 16, 0.58) 62%, rgba(16, 18, 16, 0.2) 100%),
      linear-gradient(0deg, rgba(16, 18, 16, 0.46) 0%, rgba(16, 18, 16, 0.04) 52%);
  }

  .quick-info,
  .service-grid,
  .cut-layout,
  .pricing-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .quick-info div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quick-info div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 68px;
    padding: 12px 16px;
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 660px;
    padding-top: 88px;
  }

  .hero img {
    object-position: 58% center;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 16px;
    padding-bottom: 48px;
  }

  .button,
  .hero-actions {
    width: 100%;
  }

  .quick-info {
    width: calc(100% - 24px);
    margin-top: -32px;
  }

  .quick-info div,
  .service-card,
  .price-card,
  address {
    padding: 22px;
  }

  .section {
    width: calc(100% - 32px);
  }

  .process-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .notice {
    display: grid;
  }

  .price-row {
    display: grid;
    gap: 4px;
  }

  .price-row strong {
    text-align: left;
  }

  .site-footer {
    display: grid;
  }
}
