:root {
  --ink: #171411;
  --ink-soft: #2c2721;
  --ivory: #fffaf2;
  --paper: #f7efe4;
  --line: #d8b98b;
  --gold: #c8a16a;
  --gold-deep: #9f7440;
  --navy: #10284a;
  --muted: #74675b;
  --shadow: 0 22px 60px rgba(12, 10, 8, 0.24);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

button,
a {
  font: inherit;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(18px, 4vw, 54px);
  color: var(--ivory);
  background: linear-gradient(180deg, rgba(13, 12, 10, 0.78), rgba(13, 12, 10, 0));
}

.brand {
  color: inherit;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 3vw, 32px);
  letter-spacing: 0;
}

.top-actions {
  display: flex;
  gap: 10px;
}

.top-actions button,
.modal-menu button,
.ghost-link,
.primary-link {
  min-height: 44px;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.top-actions button {
  border: 1px solid rgba(255, 250, 242, 0.4);
  background: rgba(23, 20, 17, 0.38);
  color: var(--ivory);
  padding: 10px 16px;
}

.top-actions button:hover,
.modal-menu button:hover,
.ghost-link:hover,
.primary-link:hover {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(30px, 5vw, 70px);
  padding: 86px clamp(18px, 7vw, 84px) 18px;
  background:
    radial-gradient(circle at 78% 18%, rgba(200, 161, 106, 0.16), transparent 34%),
    linear-gradient(135deg, #0f0e0c 0%, #191612 54%, #282018 100%);
  color: var(--ivory);
}

.hero-art {
  position: relative;
  z-index: 2;
  grid-column: 2;
  width: 100%;
  max-height: min(620px, calc(100svh - 180px));
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 11, 10, 0.68) 0%, rgba(12, 11, 10, 0.26) 54%, rgba(12, 11, 10, 0.12) 100%),
    linear-gradient(0deg, rgba(12, 11, 10, 0.7), rgba(12, 11, 10, 0.02) 44%, rgba(12, 11, 10, 0.4));
}

.hero-content {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  width: min(720px, 100%);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--gold-deep);
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  font-size: clamp(42px, 5vw, 64px);
}

h2 {
  font-size: clamp(32px, 4vw, 58px);
}

h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.2;
}

.lead {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 250, 242, 0.88);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.primary-link,
.ghost-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  padding: 12px 20px;
  text-decoration: none;
}

.primary-link {
  background: var(--gold);
  color: #15110d;
  font-weight: 800;
}

.primary-link.as-button {
  width: fit-content;
}

.ghost-link {
  background: rgba(255, 250, 242, 0.04);
  color: var(--ivory);
}

.ghost-link.light {
  margin-top: 24px;
  background: transparent;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(680px, 100%);
  margin: 24px 0 0;
  padding: 0;
  border: 1px solid rgba(200, 161, 106, 0.48);
  background: rgba(200, 161, 106, 0.38);
}

.hero-facts div {
  min-height: 62px;
  padding: 11px 14px;
  background: rgba(18, 17, 15, 0.7);
}

.hero-facts dt {
  color: var(--gold);
  font-size: 18px;
  font-weight: 800;
}

.hero-facts dd {
  margin: 2px 0 0;
  color: rgba(255, 250, 242, 0.74);
  font-size: 14px;
}

.section {
  padding: clamp(58px, 8vw, 110px) clamp(18px, 7vw, 84px);
}

.intro-section,
.result-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: center;
}

.section-copy p,
.section-heading p {
  max-width: 700px;
}

.section-copy > p:not(.eyebrow),
.experience-band p,
.result-section p {
  color: var(--muted);
  font-size: 19px;
}

.portrait,
.result-preview {
  width: 100%;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.portrait {
  max-height: 720px;
  object-fit: cover;
  object-position: center top;
}

.menu-section {
  background: var(--paper);
}

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

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

.modal-menu button {
  min-height: 82px;
  border: 1px solid rgba(159, 116, 64, 0.36);
  background: rgba(255, 250, 242, 0.82);
  color: var(--ink);
  padding: 16px 18px;
  font-weight: 800;
  text-align: left;
  box-shadow: 0 10px 30px rgba(86, 61, 35, 0.08);
}

.modal-menu button:focus-visible,
.top-actions button:focus-visible,
.primary-link:focus-visible,
.ghost-link:focus-visible,
.modal-close:focus-visible {
  outline: 3px solid rgba(200, 161, 106, 0.72);
  outline-offset: 3px;
}

.services-preview {
  background: var(--ivory);
}

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

.service-grid article {
  min-height: 210px;
  border-top: 2px solid var(--gold);
  padding: 24px 0 0;
}

.service-grid p {
  color: var(--muted);
  font-size: 18px;
}

.experience-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.58fr);
  align-items: center;
  gap: clamp(28px, 6vw, 86px);
  padding: clamp(58px, 9vw, 120px) clamp(18px, 7vw, 84px);
  color: var(--ivory);
  background:
    radial-gradient(circle at 80% 24%, rgba(200, 161, 106, 0.16), transparent 32%),
    linear-gradient(135deg, #0f0e0c 0%, #191612 52%, #261f18 100%);
}

.experience-band > div {
  width: min(680px, 100%);
}

.experience-band h2 {
  max-width: 700px;
}

.experience-band p {
  color: rgba(255, 250, 242, 0.8);
}

.experience-photo {
  width: min(340px, 100%);
  height: auto;
  justify-self: end;
  border-radius: 6px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.result-section {
  background: #fdf8ef;
}

.result-preview {
  max-height: 760px;
  object-fit: cover;
  object-position: top;
  cursor: pointer;
}

.site-footer {
  padding: 34px clamp(18px, 7vw, 84px) 48px;
  color: rgba(255, 250, 242, 0.82);
  background: var(--ink);
}

.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(200, 161, 106, 0.28);
}

.footer-main strong,
.footer-main span,
.footer-links a {
  display: block;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer-links a {
  color: var(--gold);
  text-decoration: none;
}

.privacy {
  margin-top: 24px;
}

.privacy summary {
  width: fit-content;
  cursor: pointer;
  color: var(--gold);
  font-weight: 800;
}

.privacy-text {
  max-width: 1000px;
  margin-top: 18px;
  color: rgba(255, 250, 242, 0.72);
  font-size: 14px;
}

.privacy-text p {
  margin: 0 0 12px;
}

.modal {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: none;
}

.modal.is-open {
  display: block;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 8, 7, 0.72);
  backdrop-filter: blur(10px);
}

.modal-panel {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(920px, calc(100vw - 28px));
  max-height: min(820px, calc(100svh - 28px));
  overflow: auto;
  border: 1px solid rgba(200, 161, 106, 0.36);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.48);
  padding: clamp(24px, 4vw, 44px);
}

.modal-close {
  position: sticky;
  top: 0;
  float: right;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(159, 116, 64, 0.36);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.modal-panel h2 {
  margin-right: 48px;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 52px);
}

.modal-body {
  margin-top: 24px;
  color: #27211c;
  font-size: 18px;
}

.modal-body h3 {
  margin-top: 28px;
  color: var(--gold-deep);
}

.modal-body p {
  margin: 0 0 14px;
}

.modal-body ul {
  margin: 0 0 20px;
  padding-left: 24px;
}

.modal-body li {
  margin: 7px 0;
}

.modal-body a {
  color: var(--navy);
  font-weight: 800;
}

.modal-image {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 16px 38px rgba(23, 20, 17, 0.16);
}

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

.gallery figure {
  margin: 0;
}

.gallery img {
  aspect-ratio: 3 / 4;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.gallery figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.faq-item {
  border-top: 1px solid rgba(159, 116, 64, 0.28);
  padding-top: 18px;
  margin-top: 18px;
}

.faq-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
}

body.modal-lock {
  overflow: hidden;
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .top-actions {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 92px;
  }

  .hero-art {
    grid-column: auto;
    width: min(330px, 100%);
    max-height: none;
    margin: 0 auto;
    opacity: 1;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(12, 11, 10, 0.98), rgba(12, 11, 10, 0.58) 58%, rgba(12, 11, 10, 0.38)),
      linear-gradient(90deg, rgba(12, 11, 10, 0.88), rgba(12, 11, 10, 0.28));
  }

  .hero-facts,
  .modal-menu,
  .service-grid,
  .intro-section,
  .experience-band,
  .result-section,
  .gallery {
    grid-template-columns: 1fr;
  }

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

  .hero-content {
    grid-column: auto;
    grid-row: auto;
    order: -1;
  }

  .section-heading,
  .footer-main {
    display: block;
  }

  .footer-links {
    justify-content: flex-start;
    margin-top: 18px;
  }

  .experience-photo {
    justify-self: start;
    width: min(310px, 100%);
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 760px;
    padding-bottom: 34px;
  }

  h1 {
    font-size: clamp(40px, 13vw, 56px);
  }

  .hero-buttons {
    display: grid;
  }

  .hero-facts div {
    min-height: 66px;
    padding: 10px 8px;
  }

  .hero-facts dt {
    font-size: 16px;
  }

  .hero-facts dd {
    font-size: 12px;
  }

  .modal-panel {
    padding: 22px 18px;
  }

  .modal-body {
    font-size: 16px;
  }
}
