:root {
  --ink: #10100f;
  --ink-2: #1b1a18;
  --paper: #f4f0e7;
  --paper-2: #ebe3d4;
  --white: #fffaf1;
  --muted: #70695d;
  --muted-dark: rgba(255, 250, 241, 0.68);
  --line: rgba(16, 16, 15, 0.14);
  --line-light: rgba(255, 250, 241, 0.18);
  --gold: #d3a64b;
  --gold-soft: #f0d38b;
  --sage: #355d56;
  --wine: #8d332d;
  --shadow: 0 26px 70px rgba(16, 16, 15, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 86px;
  padding: 12px 36px;
  color: var(--white);
  background: rgba(16, 16, 15, 0.72);
  border-bottom: 1px solid rgba(255, 250, 241, 0.12);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

main {
  max-width: 100vw;
  overflow: hidden;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(16, 16, 15, 0.94);
  border-bottom-color: rgba(211, 166, 75, 0.28);
  box-shadow: 0 16px 42px rgba(16, 16, 15, 0.2);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand__logo {
  width: 78px;
  height: auto;
}

.brand__text {
  max-width: 130px;
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.05;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 5px;
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.06);
}

.site-nav a {
  padding: 9px 13px;
  border-radius: 6px;
  color: rgba(255, 250, 241, 0.82);
  font-size: 0.92rem;
  font-weight: 700;
  transition: background 160ms ease, color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(211, 166, 75, 0.16);
  color: var(--white);
  outline: none;
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1;
}

.header-action {
  padding: 0 16px;
  border: 1px solid rgba(211, 166, 75, 0.46);
  background: rgba(211, 166, 75, 0.12);
  color: var(--white);
}

.header-action:hover,
.header-action:focus-visible {
  background: var(--gold);
  color: #17120a;
  outline: none;
}

.header-action svg,
.button svg,
.text-link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: end;
  gap: 48px;
  overflow: hidden;
  padding: 150px 36px 60px;
  color: var(--white);
  isolation: isolate;
}

.hero__image,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__image {
  z-index: -3;
  background:
    linear-gradient(135deg, rgba(16, 16, 15, 0.18), rgba(16, 16, 15, 0.82)),
    url("https://images.unsplash.com/photo-1599351431202-1e0f0137899a?auto=format&fit=crop&w=1800&q=82");
  background-position: center;
  background-size: cover;
  transform: scale(1.03);
}

.hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(16, 16, 15, 0.92) 0%, rgba(16, 16, 15, 0.62) 52%, rgba(16, 16, 15, 0.94) 100%),
    radial-gradient(circle at 78% 30%, rgba(211, 166, 75, 0.2), rgba(211, 166, 75, 0) 35%),
    linear-gradient(0deg, rgba(16, 16, 15, 0.94) 0%, rgba(16, 16, 15, 0) 54%);
}

.hero__content {
  max-width: 780px;
  min-width: 0;
}

.hero__kicker,
.eyebrow {
  margin: 0;
  color: var(--gold-soft);
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero__kicker {
  max-width: 100%;
}

.hero h1 {
  max-width: 800px;
  margin: 16px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.75rem;
  line-height: 0.98;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.hero p:not(.hero__kicker) {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 250, 241, 0.82);
  font-size: 1.18rem;
}

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

.button {
  min-width: 174px;
  padding: 0 18px;
  border: 1px solid transparent;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button--primary {
  background: var(--gold);
  color: #17120a;
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--gold-soft);
}

.button--ghost {
  border-color: rgba(255, 250, 241, 0.36);
  background: rgba(255, 250, 241, 0.08);
  color: var(--white);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  background: rgba(255, 250, 241, 0.16);
}

.button--dark {
  background: var(--ink);
  color: var(--white);
}

.button--outline {
  border-color: rgba(255, 250, 241, 0.34);
  background: transparent;
  color: var(--white);
}

.hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.hero__checks li {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.08);
  color: rgba(255, 250, 241, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero__signature {
  position: relative;
  display: grid;
  gap: 18px;
  align-self: center;
  width: 100%;
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(211, 166, 75, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(16, 16, 15, 0.86), rgba(34, 30, 24, 0.68)),
    repeating-linear-gradient(90deg, rgba(255, 250, 241, 0.04) 0 1px, transparent 1px 8px);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero__signature img {
  width: 100%;
  height: auto;
}

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

.signature__stats span {
  padding: 14px;
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: 8px;
  color: rgba(255, 250, 241, 0.68);
  font-size: 0.84rem;
}

.signature__stats strong {
  display: block;
  color: var(--white);
  font-size: 1.35rem;
  line-height: 1.1;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--ink);
  color: var(--white);
}

.quick-strip a {
  min-height: 106px;
  padding: 24px 36px;
  border-right: 1px solid rgba(255, 250, 241, 0.14);
  transition: background 160ms ease;
}

.quick-strip a:hover,
.quick-strip a:focus-visible {
  background: #24211c;
  outline: none;
}

.quick-strip span {
  display: block;
  color: rgba(255, 250, 241, 0.58);
  font-size: 0.84rem;
}

.quick-strip strong {
  display: block;
  margin-top: 8px;
  font-size: 1.04rem;
  overflow-wrap: anywhere;
}

.section {
  padding: 92px 36px;
}

.section__intro {
  display: grid;
  grid-template-columns: 0.33fr 0.92fr 0.56fr;
  gap: 42px;
  max-width: 1180px;
  margin: 0 auto 52px;
  align-items: start;
  min-width: 0;
}

.section__intro--compact {
  grid-template-columns: 0.33fr 1fr;
}

.section__intro p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

.section h2,
.process__copy h2,
.visit h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.05rem;
  line-height: 1.05;
}

.proteses {
  background: var(--paper);
}

.proteses .eyebrow,
.services .eyebrow,
.gallery .eyebrow,
.reviews .eyebrow {
  color: var(--wine);
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

.focus-card {
  min-height: 252px;
  display: grid;
  align-content: start;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.66);
}

.focus-card--dark {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

.focus-card span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #17120a;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.focus-card h3 {
  margin: 56px 0 0;
  font-size: 1.35rem;
  line-height: 1.15;
}

.focus-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

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

.process {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.78fr);
  gap: 56px;
  align-items: center;
  background: var(--ink);
  color: var(--white);
}

.process__visual {
  min-height: 560px;
  display: grid;
  align-content: end;
  gap: 22px;
  min-width: 0;
  padding: 34px;
  border-radius: 8px;
  border: 1px solid rgba(211, 166, 75, 0.28);
  background:
    linear-gradient(180deg, rgba(16, 16, 15, 0.08), rgba(16, 16, 15, 0.84)),
    repeating-linear-gradient(90deg, rgba(255, 250, 241, 0.08) 0 1px, transparent 1px 7px),
    url("https://images.unsplash.com/photo-1585747860715-2ba37e788b70?auto=format&fit=crop&w=1200&q=80");
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
}

.process__logo {
  width: 280px;
  max-width: 100%;
}

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

.process__badges span {
  min-height: 62px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid rgba(255, 250, 241, 0.18);
  border-radius: 8px;
  background: rgba(16, 16, 15, 0.52);
  color: rgba(255, 250, 241, 0.86);
  font-weight: 800;
  text-align: center;
}

.process__copy {
  max-width: 560px;
  min-width: 0;
}

.process .eyebrow {
  color: var(--gold-soft);
}

.process__copy h2 {
  margin-top: 14px;
}

.timeline {
  display: grid;
  gap: 0;
  margin-top: 38px;
  border-top: 1px solid var(--line-light);
}

.timeline article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-light);
}

.timeline span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #17120a;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.timeline h3 {
  margin: 0;
  font-size: 1.25rem;
}

.timeline p {
  margin: 8px 0 0;
  color: var(--muted-dark);
}

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

.service-list {
  max-width: 1180px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 34px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.service-row > span {
  color: var(--sage);
  font-weight: 900;
}

.service-row h3 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.2;
}

.service-row p {
  max-width: 720px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.gallery {
  display: grid;
  grid-template-columns: minmax(320px, 0.62fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
  background: var(--paper-2);
}

.gallery__copy {
  max-width: 520px;
  min-width: 0;
}

.gallery__copy h2 {
  margin-top: 14px;
}

.gallery__copy p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

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

.text-link:hover,
.text-link:focus-visible {
  color: var(--wine);
  outline: none;
}

.photo-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  grid-template-rows: repeat(2, 245px);
  gap: 12px;
  min-width: 0;
}

.photo-tile {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
}

.photo-tile--large {
  grid-row: 1 / span 2;
}

.photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04);
}

.reviews {
  background: #e8ece5;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

.review-card {
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(16, 16, 15, 0.12);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.86);
  box-shadow: 0 18px 52px rgba(16, 16, 15, 0.06);
}

.review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.review-card__top span {
  padding: 6px 9px;
  border-radius: 6px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 900;
}

.review-card p {
  margin: 34px 0 0;
  color: var(--ink-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.34rem;
  line-height: 1.3;
}

.visit {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 1fr);
  min-height: 620px;
  background: var(--ink);
  color: var(--white);
}

.visit__content {
  padding: 88px 36px;
  align-self: center;
  min-width: 0;
}

.visit__content > * {
  max-width: 590px;
}

.visit .eyebrow {
  color: var(--gold-soft);
}

.visit h2 {
  margin-top: 14px;
}

.visit p:not(.eyebrow) {
  margin: 20px 0 0;
  color: var(--muted-dark);
  font-size: 1.05rem;
}

.visit__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hours {
  display: grid;
  gap: 0;
  margin: 40px 0 0;
  border-top: 1px solid var(--line-light);
}

.hours div {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-light);
}

.hours dt {
  color: rgba(255, 250, 241, 0.62);
}

.hours dd {
  margin: 0;
  font-weight: 900;
}

.map-frame {
  min-height: 520px;
  min-width: 0;
  border-left: 1px solid var(--line-light);
  background: var(--ink-2);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  filter: grayscale(1) contrast(1.05);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 36px;
  background: #0c0c0b;
  color: var(--white);
}

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

.footer-brand img {
  width: 72px;
  height: auto;
}

.footer-brand span {
  color: rgba(255, 250, 241, 0.7);
  font-size: 0.94rem;
}

.site-footer > a:last-child {
  color: var(--gold-soft);
  font-weight: 900;
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 34px;
  }

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

  .section__intro {
    grid-template-columns: 0.35fr 1fr;
  }

  .section__intro p:not(.eyebrow) {
    grid-column: 2;
  }

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

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    min-height: 76px;
    padding: 10px 18px;
  }

  .brand__logo {
    width: 64px;
  }

  .brand__text {
    max-width: none;
  }

  .nav-toggle {
    display: grid;
    gap: 4px;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(211, 166, 75, 0.58);
    border-radius: 8px;
    background: rgba(211, 166, 75, 0.12);
    color: currentColor;
  }

  .nav-toggle span:not(.sr-only) {
    width: 18px;
    height: 2px;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(3px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-3px) rotate(-45deg);
  }

  .site-nav,
  .header-action {
    display: none;
  }

  .site-header.is-open .site-nav {
    position: fixed;
    top: 76px;
    left: 18px;
    right: 18px;
    display: grid;
    gap: 6px;
    padding: 12px;
    background: #11100e;
    border: 1px solid rgba(211, 166, 75, 0.28);
    box-shadow: var(--shadow);
  }

  .site-header.is-open .site-nav a {
    padding: 14px;
  }

  .hero {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100vw;
    min-height: 0;
    padding: 128px 18px 42px;
  }

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

  .hero p:not(.hero__kicker) {
    font-size: 1.05rem;
  }

  .hero__signature {
    max-width: 420px;
    align-self: start;
  }

  .quick-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-strip a {
    min-height: 96px;
    padding: 20px 18px;
  }

  .section,
  .visit__content {
    padding: 68px 18px;
  }

  .section__intro,
  .section__intro--compact,
  .process,
  .gallery,
  .visit {
    grid-template-columns: 1fr;
  }

  .section__intro {
    gap: 16px;
  }

  .section__intro p:not(.eyebrow) {
    grid-column: auto;
  }

  .section h2,
  .process__copy h2,
  .visit h2 {
    font-size: 2.42rem;
  }

  .process {
    gap: 34px;
  }

  .process__visual {
    min-height: 440px;
  }

  .gallery {
    gap: 34px;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .visit {
    min-height: 0;
  }

  .map-frame {
    min-height: 420px;
    border-left: 0;
    border-top: 1px solid var(--line-light);
  }
}

@media (max-width: 640px) {
  .site-header {
    grid-template-columns: 1fr 44px;
    width: 100vw;
  }

  .nav-toggle {
    position: fixed;
    top: 16px;
    right: 18px;
    z-index: 45;
  }

  .brand__text {
    display: none;
  }

  .hero h1 {
    font-size: 2.18rem;
    line-height: 1.04;
  }

  .hero__content {
    width: 100%;
    max-width: calc(100vw - 72px);
  }

  .hero h1,
  .hero p:not(.hero__kicker),
  .hero__kicker {
    max-width: calc(100vw - 72px);
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .hero__kicker {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .hero p:not(.hero__kicker) {
    font-size: 1rem;
  }

  .hero__signature,
  .hero__actions,
  .hero__checks {
    width: 100%;
    max-width: calc(100vw - 36px);
  }

  .hero__actions,
  .visit__actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero__checks,
  .quick-strip,
  .focus-grid,
  .photo-grid,
  .process__badges {
    grid-template-columns: 1fr;
  }

  .hero__checks {
    display: grid;
  }

  .signature__stats {
    grid-template-columns: 1fr;
  }

  .hero__signature {
    max-width: 100%;
    padding: 22px;
  }

  .photo-grid {
    grid-template-rows: repeat(3, 250px);
  }

  .photo-tile--large {
    grid-row: auto;
  }

  .focus-card {
    min-height: 220px;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px 0;
  }

  .timeline article {
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }

  .review-card p {
    font-size: 1.18rem;
  }

  .hours div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 18px;
  }
}
