
@font-face {
  font-family: "DM Sans";
  src: url("fonts/dm-sans-400.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("fonts/dm-sans-500.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("fonts/dm-sans-600.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("fonts/dm-sans-700.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("fonts/roboto-slab-400.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("fonts/roboto-slab-500.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("fonts/roboto-slab-600.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

:root {
  --ink: #0f0e0c;
  --ink-2: #171512;
  --ink-3: #24201b;
  --ivory: #f4ecdd;
  --muted: #b6ac9c;
  --gold: #b28b49;
  --gold-light: #d2b67b;
  --line: rgba(210, 182, 123, 0.23);
  --page: #f5f0e7;
  --page-ink: #28231e;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

button,
summary {
  font: inherit;
}

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

svg {
  width: 1.35em;
  height: 1.35em;
  fill: currentColor;
  flex: none;
}

.shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.utility-bar {
  min-height: 42px;
  border-bottom: 1px solid var(--line);
  background: #0b0a08;
  color: #a99f91;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
}

.utility-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.utility-inner a:hover {
  color: var(--gold-light);
}

.main-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(15, 14, 12, 0.94);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  gap: 42px;
}

.brand img {
  width: 216px;
  height: auto;
  filter: grayscale(1) brightness(0) invert(1);
}

nav {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 3vw, 46px);
  font-size: 0.93rem;
}

nav a {
  color: #d8d0c4;
  transition: color 0.2s ease;
}

nav a:hover {
  color: var(--gold-light);
}

.header-call,
.primary-call,
.secondary-call,
.text-call,
.mobile-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-call {
  min-height: 52px;
  padding: 0 22px;
  gap: 12px;
  border: 1px solid var(--gold);
  color: var(--gold-light);
  font-weight: 600;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.header-call:hover {
  background: var(--gold);
  color: var(--ink);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background: #0d0c0a;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
  animation: image-in 1s ease-out both;
}

.hero-shade {
  background:
    linear-gradient(
      90deg,
      #0f0e0c 0%,
      rgba(15, 14, 12, 0.99) 35%,
      rgba(15, 14, 12, 0.68) 57%,
      rgba(15, 14, 12, 0.14) 100%
    ),
    linear-gradient(0deg, rgba(15, 14, 12, 0.25), transparent 45%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 690px;
  display: flex;
  align-items: center;
  padding-block: 58px;
}

.hero-copy {
  width: min(650px, 58%);
  animation: copy-in 0.6s ease-out both;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 0.79rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

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

h1,
.section-heading h2,
.location-copy h2 {
  font-family: "Roboto Slab", Georgia, serif;
}

h1 {
  margin-bottom: 22px;
  color: var(--ivory);
  font-size: clamp(3rem, 5.2vw, 4.75rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

h1 em {
  color: var(--gold-light);
  font-style: normal;
}

.hero-lead {
  max-width: 590px;
  margin-bottom: 28px;
  color: #d2c9bc;
  font-size: 1.07rem;
  line-height: 1.72;
}

.primary-call {
  min-height: 72px;
  padding: 12px 25px;
  gap: 16px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #11100e;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.28);
  font-size: 1.05rem;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.primary-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.38);
  filter: brightness(1.07);
}

.primary-call small {
  display: block;
  margin-bottom: 2px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-microcopy {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 15px 0 24px;
  color: #bcb3a6;
  font-size: 0.8rem;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #89ad76;
  box-shadow: 0 0 0 4px rgba(137, 173, 118, 0.12);
}

.hero-links {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #a99f91;
  font-size: 0.8rem;
}

.hero-links a {
  color: var(--gold-light);
  border-bottom: 1px solid var(--gold);
}

.trust-strip {
  border-block: 1px solid var(--line);
  background: #12100e;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid article {
  min-height: 118px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 22px 28px;
  border-right: 1px solid var(--line);
}

.trust-grid article:first-child {
  border-left: 1px solid var(--line);
}

.trust-icon {
  min-width: 46px;
  color: var(--gold);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.08rem;
  text-align: center;
}

.trust-grid h2 {
  margin: 0 0 5px;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1rem;
  font-weight: 500;
}

.trust-grid p {
  margin: 0;
  color: #9f968a;
  font-size: 0.72rem;
}

.section {
  padding-block: 110px;
}

.process,
.heritage,
.location {
  background: var(--ink-2);
}

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

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.location-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(2.35rem, 4vw, 3.6rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.section-heading > p:not(.eyebrow),
.location-copy > p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 64px;
  border-block: 1px solid var(--line);
}

.process-grid article {
  position: relative;
  min-height: 260px;
  padding: 40px 42px;
  border-right: 1px solid var(--line);
}

.process-grid article:first-child {
  border-left: 1px solid var(--line);
}

.process-grid article > span {
  color: var(--gold);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 3rem;
}

.process-grid h3 {
  margin: 18px 0 12px;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 400;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.center-call {
  margin-top: 38px;
  text-align: center;
}

.secondary-call {
  min-height: 58px;
  padding: 0 25px;
  gap: 12px;
  border: 1px solid var(--gold);
  color: var(--gold-light);
  font-weight: 600;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.secondary-call:hover {
  background: var(--gold);
  color: var(--ink);
}

.buying,
.faq {
  background: var(--page);
  color: var(--page-ink);
}

.buying .eyebrow,
.faq .eyebrow {
  color: #90703d;
}

.buying .section-heading > p:not(.eyebrow),
.faq .section-heading > p:not(.eyebrow) {
  color: #6f665c;
}

.split-intro {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 100px;
  align-items: end;
}

.buying-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.buying-list li {
  display: flex;
  gap: 11px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(58, 47, 35, 0.15);
  font-size: 0.91rem;
  font-weight: 600;
}

.buying-list span {
  color: #987641;
}

.category-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.825fr 0.825fr;
  gap: 18px;
  margin-top: 66px;
}

.category-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: var(--ink);
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(11, 10, 8, 0.96));
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.category-card:hover img {
  transform: scale(1.025);
}

.category-large img {
  object-position: 57% center;
}

.category-card > div {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 25px;
}

.category-card p {
  margin-bottom: 8px;
  color: var(--gold-light);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.category-card h3 {
  margin: 0;
  color: var(--ivory);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.3;
}

.heritage-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 90px;
  align-items: center;
}

.heritage-photo {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.heritage-photo img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: 62% center;
}

.heritage-photo span {
  position: absolute;
  left: 25px;
  bottom: 24px;
  padding: 12px 16px;
  background: rgba(15, 14, 12, 0.9);
  color: var(--gold-light);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.reason-list {
  margin: 36px 0;
  border-top: 1px solid var(--line);
}

.reason-list div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.reason-list b {
  color: var(--gold-light);
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 500;
}

.reason-list span {
  color: var(--muted);
  font-size: 0.86rem;
}

.text-call {
  justify-content: flex-start;
  gap: 11px;
  color: var(--gold-light);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(210, 182, 123, 0.45);
  text-underline-offset: 7px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 100px;
}

.secondary-call.compact {
  margin-top: 20px;
  border-color: #987641;
  color: #76592d;
}

.secondary-call.compact:hover {
  background: #987641;
  color: white;
}

.faq-list {
  border-top: 1px solid rgba(58, 47, 35, 0.18);
}

.faq-list details {
  border-bottom: 1px solid rgba(58, 47, 35, 0.18);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 0;
  cursor: pointer;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 500;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  color: #987641;
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  max-width: 680px;
  margin: -4px 40px 25px 0;
  color: #6f665c;
  font-size: 0.91rem;
  line-height: 1.75;
}

.location-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 570px;
  border: 1px solid var(--line);
  background: var(--ink);
}

.location-image {
  min-height: 570px;
  overflow: hidden;
}

.location-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  transform: scale(1.65);
  transform-origin: left center;
}

.location-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px;
}

.location-copy h2 {
  font-size: clamp(2.2rem, 3.2vw, 3.2rem);
}

.location-copy .address {
  margin: 8px 0 9px;
  color: var(--ivory);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.2rem;
}

.location-copy .primary-call {
  align-self: flex-start;
  margin-top: 22px;
}

.map-link {
  align-self: flex-start;
  margin-top: 22px;
  color: var(--gold-light);
  font-size: 0.82rem;
  border-bottom: 1px solid var(--gold);
}

footer {
  padding-top: 65px;
  padding-bottom: 28px;
  border-top: 1px solid var(--line);
  background: #090806;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 70px;
}

.footer-grid img {
  width: 200px;
  margin-bottom: 18px;
  filter: grayscale(1) brightness(0) invert(1);
}

.footer-grid p {
  color: #8f867a;
  font-size: 0.8rem;
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-grid b {
  margin-bottom: 8px;
  color: var(--gold-light);
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 500;
}

.footer-grid a {
  color: #aaa094;
  font-size: 0.82rem;
}

.footer-grid a:hover {
  color: var(--gold-light);
}

.copyright {
  margin-top: 50px;
  padding-top: 22px;
  border-top: 1px solid rgba(210, 182, 123, 0.14);
  color: #70685f;
  font-size: 0.71rem;
}

.mobile-call {
  display: none;
}

.consent {
  position: fixed;
  z-index: 90;
  right: 22px;
  bottom: 22px;
  width: min(520px, calc(100% - 44px));
  padding: 21px;
  border: 1px solid var(--line);
  background: #151310;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.45);
}

.consent b {
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 500;
}

.consent p {
  margin: 7px 0 14px;
  color: #aaa094;
  font-size: 0.75rem;
  line-height: 1.55;
}

.consent-actions {
  display: flex;
  gap: 9px;
}

.consent button {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #756447;
  background: transparent;
  color: #d8d0c4;
  cursor: pointer;
}

.consent button.accept {
  background: var(--gold);
  color: var(--ink);
  font-weight: 700;
}

.consent > a {
  display: inline-block;
  margin-top: 12px;
  color: #928878;
  font-size: 0.69rem;
  text-decoration: underline;
}

:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 4px;
}

@keyframes image-in {
  from {
    transform: scale(1.018);
    opacity: 0.75;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes copy-in {
  from {
    transform: translateY(12px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 1100px) {
  .header-inner {
    grid-template-columns: 220px 1fr auto;
    gap: 20px;
  }

  nav {
    gap: 20px;
  }

  .header-call span {
    display: none;
  }

  .header-call {
    width: 52px;
    padding: 0;
  }

  .trust-grid article {
    padding-inline: 18px;
  }

  .split-intro,
  .heritage-grid,
  .faq-grid {
    gap: 55px;
  }
}

@media (max-width: 820px) {
  .shell {
    width: min(100% - 30px, 720px);
  }

  .utility-inner {
    justify-content: center;
  }

  .utility-inner span {
    display: none;
  }

  .header-inner {
    min-height: 74px;
    grid-template-columns: 1fr auto;
  }

  .brand img {
    width: 182px;
  }

  nav {
    display: none;
  }

  .hero,
  .hero-inner {
    min-height: 690px;
  }

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

  .hero-shade {
    background:
      linear-gradient(
        90deg,
        rgba(15, 14, 12, 0.98),
        rgba(15, 14, 12, 0.72)
      ),
      linear-gradient(0deg, #0f0e0c 0%, transparent 70%);
  }

  .hero-copy {
    width: 100%;
  }

  .hero-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

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

  .trust-grid article:nth-child(2) {
    border-right: 0;
  }

  .trust-grid article:nth-child(3) {
    border-left: 1px solid var(--line);
  }

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

  .process-grid article,
  .process-grid article:first-child {
    min-height: auto;
    border: 0;
    border-inline: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .split-intro,
  .heritage-grid,
  .faq-grid,
  .location-card {
    grid-template-columns: 1fr;
  }

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

  .category-large {
    grid-column: 1 / -1;
  }

  .heritage-photo {
    min-height: 480px;
  }

  .heritage-photo img {
    min-height: 480px;
  }

  .location-image {
    min-height: 390px;
  }

  .location-copy {
    padding: 42px;
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: 72px;
  }

  .utility-bar,
  .utility-inner {
    min-height: 36px;
  }

  .utility-inner {
    font-size: 0.68rem;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand img {
    width: 155px;
  }

  .header-call {
    min-height: 44px;
    width: 44px;
  }

  .hero,
  .hero-inner {
    min-height: 670px;
  }

  .hero-inner {
    align-items: flex-end;
    padding-block: 42px;
  }

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

  .hero-shade {
    background:
      linear-gradient(0deg, #0f0e0c 13%, rgba(15, 14, 12, 0.35) 100%),
      linear-gradient(90deg, rgba(15, 14, 12, 0.84), rgba(15, 14, 12, 0.08));
  }

  .eyebrow {
    margin-bottom: 15px;
    font-size: 0.67rem;
  }

  h1 {
    margin-bottom: 16px;
    font-size: clamp(2.45rem, 12vw, 3.25rem);
    line-height: 1.05;
  }

  .hero-lead {
    margin-bottom: 20px;
    font-size: 0.9rem;
    line-height: 1.58;
  }

  .primary-call {
    width: 100%;
    min-height: 64px;
    padding-inline: 18px;
    font-size: 0.92rem;
  }

  .hero-microcopy {
    font-size: 0.7rem;
  }

  .hero-links span {
    display: none;
  }

  .trust-grid {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .trust-grid article {
    min-height: 100px;
    gap: 8px;
    padding: 16px 10px;
  }

  .trust-icon {
    min-width: 32px;
    font-size: 0.85rem;
  }

  .trust-grid h2 {
    font-size: 0.82rem;
  }

  .trust-grid p {
    font-size: 0.63rem;
  }

  .section {
    padding-block: 76px;
  }

  .section-heading h2,
  .location-copy h2 {
    font-size: 2.25rem;
  }

  .section-heading > p:not(.eyebrow),
  .location-copy > p {
    font-size: 0.9rem;
  }

  .process-grid {
    margin-top: 42px;
  }

  .process-grid article {
    padding: 30px 26px;
  }

  .process-grid article > span {
    font-size: 2.2rem;
  }

  .split-intro {
    gap: 36px;
  }

  .buying-list {
    grid-template-columns: 1fr;
  }

  .category-grid {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }

  .category-large {
    grid-column: auto;
  }

  .category-card {
    min-height: 350px;
  }

  .heritage-grid,
  .faq-grid {
    gap: 42px;
  }

  .heritage-photo,
  .heritage-photo img {
    min-height: 390px;
  }

  .reason-list div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .location-card {
    width: calc(100% - 20px);
  }

  .location-image {
    min-height: 285px;
  }

  .location-copy {
    padding: 34px 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .mobile-call {
    position: fixed;
    z-index: 80;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 72px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    padding: 10px 17px;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    color: #11100e;
    box-shadow: 0 -8px 35px rgba(0, 0, 0, 0.35);
    font-size: 0.88rem;
  }

  .mobile-call b {
    font-size: 0.78rem;
  }

  .consent {
    right: 12px;
    bottom: 84px;
    width: calc(100% - 24px);
  }

  .consent-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

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

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