* {
  box-sizing: border-box;
}

:root {
  --bg: #050505;
  --panel: #101010;
  --panel2: #171717;
  --line: #2d2d2d;
  --text: #f3eee5;
  --muted: #b8b0a3;
  --gold: #d4af37;
  --gold-soft: #f1d36b;
  --gold-light: #fff2b2;
  --gold-dark: #aa7c11;
  --shadow: rgba(0, 0, 0, .75);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Inter, sans-serif;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .035), transparent 360px),
    linear-gradient(135deg, rgba(212, 175, 55, .08), transparent 32%, rgba(255, 255, 255, .025) 68%, transparent),
    #050505;
}

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

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

button,
input,
select,
textarea {
  border-radius: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.flip-card:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 4px;
}

[hidden] {
  display: none !important;
}

.visually-hidden {
  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,
section[id] {
  scroll-margin-top: 96px;
}

.site-frame {
  width: min(1540px, calc(100% - 48px));
  margin: 48px auto;
  background: rgba(0, 0, 0, .76);
  box-shadow: 0 35px 120px var(--shadow);
}

.site-header {
  min-height: 78px;
  display: grid;
  grid-template-columns: 170px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 14px 68px;
  background: rgba(5, 5, 5, .94);
  position: sticky;
  top: 0;
  z-index: 50;
}

.brand img {
  width: 132px;
  height: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.main-nav a {
  color: var(--muted);
}

.main-nav a:hover {
  color: var(--gold-soft);
}

.top-cta {
  padding: 11px 18px;
  color: #090909;
  background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
  border: 1px solid rgba(255, 242, 178, .5);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: .92fr 1fr;
  gap: 70px;
  padding: 82px 68px 70px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  margin: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(42px, 4.6vw, 78px);
  line-height: .98;
}

.lead {
  max-width: 640px;
  margin: 26px 0 0;
  font-size: 18px;
  color: var(--text);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--gold-dark);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
  color: #070707;
}

.btn-outline {
  background: #0a0a0a;
  color: var(--text);
}

.hero-note {
  max-width: 590px;
  margin-top: 74px;
  color: var(--muted);
  font-size: 14px;
}

.hero-image img {
  width: 100%;
  height: clamp(410px, 34vw, 520px);
  object-fit: cover;
  filter: saturate(.86) contrast(1.05);
}

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

.trust-row article {
  min-height: 96px;
  padding: 18px 18px;
}

.trust-row strong {
  display: block;
  font-size: 13px;
  color: var(--text);
  margin-bottom: 7px;
}

.trust-row span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.section {
  padding: 68px;
}

.section-head {
  max-width: 790px;
  margin: 0 auto 34px;
  text-align: center;
}

.section h2 {
  font-size: clamp(36px, 3.8vw, 58px);
  line-height: 1;
}

.section-head p:not(.eyebrow) {
  color: var(--muted);
}

.flip-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: stretch;
  gap: 12px;
}

.flip-card {
  min-height: 420px;
  height: 100%;
  perspective: 1200px;
  outline: none;
  cursor: pointer;
}

.flip-inner {
  position: relative;
  min-height: inherit;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .75s cubic-bezier(.2, .7, .2, 1);
}

.flip-card:hover .flip-inner,
.flip-card.is-flipped .flip-inner {
  transform: rotateY(180deg);
}

.flip-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--panel);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flip-front img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .78;
  filter: saturate(.92);
}

.flip-front:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .72));
}

.card-copy {
  position: absolute;
  inset: auto 20px 22px;
  z-index: 2;
}

.gold-line {
  display: block;
  width: 42px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 18px;
}

.card-copy h3,
.flip-back h3 {
  font-size: 25px;
  line-height: 1.03;
  margin-bottom: 14px;
}

.card-copy p,
.flip-back p,
.flip-back li {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.flip-back {
  transform: rotateY(180deg);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background:
    radial-gradient(circle at 50% 0, rgba(212, 175, 55, .12), transparent 42%),
    linear-gradient(180deg, #181818, #090909);
  border-color: rgba(212, 175, 55, .45);
}

.flip-back p {
  margin: 0 0 8px;
}

.flip-back ul {
  margin: 4px 0 0;
  padding-left: 17px;
}

.flip-back li {
  margin: 7px 0;
}

.approach {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 54px;
  align-items: center;
}

.approach-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  filter: saturate(.82) contrast(1.05);
}

.approach-copy p {
  max-width: 740px;
  color: var(--muted);
  font-size: 15px;
}

.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.mini-list span {
  border: 1px solid rgba(212, 175, 55, .35);
  color: var(--gold-soft);
  padding: 9px 13px;
  font-size: 12px;
}

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

.retainer-card {
  position: relative;
  overflow: hidden;
  padding: 34px 24px;
  min-height: 315px;
  background:
    linear-gradient(180deg, rgba(20, 20, 20, .95), rgba(7, 7, 7, .98));
  text-align: center;
}

.retainer-card.featured {
  box-shadow: 0 0 32px rgba(212, 175, 55, .14);
  padding-top: 52px;
}

.retainer-card h3 {
  font-size: 28px;
  line-height: 1.05;
  margin-bottom: 14px;
}

.retainer-card p {
  min-height: 58px;
  color: var(--muted);
  font-size: 13px;
}

.price {
  margin: 18px 0 22px;
  color: var(--gold-soft);
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
}

.price span {
  font-family: Inter, sans-serif;
  color: var(--muted);
  font-size: 13px;
}

.retainer-card a {
  display: block;
  padding: 12px;
  color: #090909;
  background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
  font-size: 12px;
  font-weight: 700;
}

.corner-ribbon {
  position: absolute;
  top: 20px;
  right: -70px;
  width: 250px;
  padding: 10px 0;
  transform: rotate(34deg);
  background: linear-gradient(180deg, var(--gold-light), var(--gold-soft), var(--gold), var(--gold-dark));
  color: #050505;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  box-shadow: 0 0 26px rgba(212, 175, 55, .38);
  z-index: 3;
}

.corner-ribbon:before,
.corner-ribbon:after {
  content: "";
  position: absolute;
  bottom: -10px;
  border-style: solid;
}

.corner-ribbon:before {
  left: 0;
  border-width: 10px 0 0 15px;
  border-color: transparent transparent transparent #5b4006;
}

.corner-ribbon:after {
  right: 0;
  border-width: 0 0 10px 15px;
  border-color: transparent transparent #5b4006 transparent;
}

.about {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 54px;
}

.about-copy p {
  color: var(--muted);
  font-size: 15px;
  max-width: 720px;
}

.contact {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 54px;
  align-items: stretch;
}

.contact-visual img {
  height: 100%;
  min-height: 520px;
  width: 100%;
  object-fit: cover;
}

.contact-panel {
  background: #0b0b0b;
  padding: 34px;
}

.contact-panel p {
  color: var(--muted);
}

.contact-links {
  display: grid;
  gap: 8px;
  margin: 20px 0 24px;
  color: var(--gold-soft);
}

form {
  display: grid;
  gap: 12px;
}

input,
select,
textarea {
  width: 100%;
  background: #070707;
  border: 1px solid #383838;
  color: var(--text);
  padding: 13px 14px;
  font: inherit;
}

input::placeholder,
textarea::placeholder {
  color: #8f877a;
  opacity: 1;
}

textarea {
  resize: vertical;
}

button {
  border: 0;
  padding: 14px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
  color: #050505;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700;
  cursor: pointer;
}

.form-status {
  margin: 2px 0 0;
  color: var(--gold-soft);
  font-size: 13px;
  line-height: 1.5;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  padding: 28px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.footer img {
  width: 132px;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 150px 1fr auto;
    padding: 14px 32px;
    gap: 18px;
  }

  .main-nav {
    gap: 18px;
    font-size: 11px;
  }

  .hero,
  .approach,
  .about,
  .contact {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 840px) {
  .site-frame {
    width: calc(100% - 22px);
    margin: 11px auto;
  }

  .site-header {
    grid-template-columns: 130px auto;
    min-height: 72px;
    padding: 12px 18px;
  }

  .brand img {
    width: 108px;
  }

  .menu-toggle {
    justify-self: end;
    display: grid;
    gap: 5px;
    background: transparent;
    border: 0;
    padding: 10px;
  }

  .menu-toggle span {
    width: 27px;
    height: 1px;
    background: var(--gold-soft);
    display: block;
    transition: transform .25s ease, opacity .25s ease;
  }

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

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

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

  .main-nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 18px;
    right: 18px;
    background: #080808;
    padding: 18px;
    z-index: 100;
  }

  .main-nav.open {
    display: grid;
    gap: 14px;
  }

  .top-cta {
    display: none;
  }

  .hero,
  .section {
    padding: 44px 22px;
  }

  .hero {
    gap: 34px;
  }

  .hero-note {
    margin-top: 34px;
  }

  .hero-image img {
    height: 310px;
  }

  .flip-card {
    min-height: 375px;
  }

  .trust-row,
  .flip-grid {
    grid-template-columns: 1fr;
  }

  .trust-row article {
  }

  .approach-image img,
  .contact-visual img {
    min-height: 0;
    height: 300px;
  }

  .footer {
    display: grid;
    text-align: center;
  }

  .footer img {
    margin: 0 auto;
  }
}

@media (min-width: 1181px) and (max-width: 1320px) {
  .flip-card {
    min-height: 460px;
  }
}

@media (max-width: 460px) {
  .site-frame {
    width: 100%;
    margin: 0;
  }

  .hero,
  .section {
    padding: 38px 18px;
  }

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

  .contact-panel {
    padding: 26px 20px;
  }

  .corner-ribbon {
    top: 16px;
    right: -58px;
    width: 215px;
    font-size: 10px;
  }

  .footer {
    padding: 28px 18px;
  }
}

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

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