:root {
  --black: #050505;
  --ink: #0c0b09;
  --paper: #f6efe5;
  --soft: #cfc3b8;
  --muted: #8b8279;
  --gold: #c69a62;
  --moss: #8d9385;
  --smoke: #161718;
  --line: rgba(246, 239, 229, 0.16);
  --line-dark: rgba(5, 5, 5, 0.14);
  --radius: 8px;
  color-scheme: dark;
  font-family:
    "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--paper);
  background:
    linear-gradient(180deg, #050505 0%, #090807 44%, #050505 100%),
    var(--black);
  overflow-x: hidden;
}

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

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

.mobile-top {
  position: fixed;
  z-index: 30;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px 18px;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.82), rgba(5, 5, 5, 0));
}

.brand-mark,
.top-action {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(246, 239, 229, 0.18);
  background: rgba(5, 5, 5, 0.46);
  backdrop-filter: blur(16px);
}

.brand-mark {
  min-width: 0;
  gap: 9px;
  padding: 4px 12px 4px 5px;
  border-radius: 999px;
}

.brand-mark img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

.brand-mark span,
.top-action,
.btn,
.proof-strip,
.section-bar,
.reel-card figcaption,
.style-card a,
.mobile-footer {
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.top-action {
  flex: 0 0 auto;
  justify-content: center;
  padding: 0 13px;
  border-radius: 999px;
}

.brand-mark span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cover {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.cover-image,
.cover-shadow {
  position: absolute;
  inset: 0;
}

.cover-image {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
}

.cover-shadow {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.34), rgba(5, 5, 5, 0.08) 38%, rgba(5, 5, 5, 0.97)),
    linear-gradient(90deg, rgba(5, 5, 5, 0.58), rgba(5, 5, 5, 0.08));
}

.cover-copy {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 90px 18px 24px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Bodoni 72", Didot, Baskerville, Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 11.4ch;
  margin-bottom: 14px;
  font-size: 3.18rem;
  line-height: 0.88;
}

h2 {
  margin-bottom: 16px;
  font-size: 2.58rem;
  line-height: 0.9;
}

.hero-line {
  max-width: 24rem;
  margin-bottom: 20px;
  color: rgba(246, 239, 229, 0.82);
  font-size: 0.98rem;
  line-height: 1.45;
}

.action-stack {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(108px, 0.82fr);
  gap: 9px;
}

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 15px;
  border: 1px solid transparent;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn:active,
.top-action:active,
.brand-mark:active,
.style-card a:active {
  transform: scale(0.98);
}

.btn-primary {
  color: #090807;
  background: var(--paper);
}

.btn-ghost {
  color: var(--paper);
  border-color: rgba(246, 239, 229, 0.26);
  background: rgba(5, 5, 5, 0.28);
  backdrop-filter: blur(16px);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 14px 0 0;
  padding: 0;
  border: 1px solid rgba(246, 239, 229, 0.17);
  border-radius: var(--radius);
  list-style: none;
  background: rgba(5, 5, 5, 0.34);
  backdrop-filter: blur(16px);
}

.proof-strip li {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  text-align: center;
}

.proof-strip a {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proof-strip li + li {
  border-left: 1px solid rgba(246, 239, 229, 0.13);
}

.proof-strip {
  font-size: 0.58rem;
  letter-spacing: 0.045em;
  line-height: 1.1;
}

.signature-line {
  padding: 40px 18px;
  background:
    linear-gradient(135deg, rgba(141, 147, 133, 0.16), rgba(255, 255, 255, 0)),
    var(--paper);
  color: var(--black);
}

.signature-line p {
  max-width: 13ch;
  margin: 0;
  font-family: "Bodoni 72", Didot, Baskerville, Georgia, "Times New Roman", serif;
  font-size: 2.45rem;
  line-height: 0.94;
}

.work-section,
.choice-section,
.memory-section,
.visitor-section,
.intel-section,
.reviews-section,
.request-section {
  padding: 58px 0;
}

.section-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 0 18px 18px;
}

.section-bar h2 {
  margin: 0;
  font-family: inherit;
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.section-bar p {
  max-width: 13rem;
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.section-bar a {
  color: var(--muted);
  white-space: nowrap;
}

.reel {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 0 18px 10px;
  scrollbar-width: none;
}

.reel::-webkit-scrollbar {
  display: none;
}

.reel-card {
  position: relative;
  min-width: min(82vw, 360px);
  height: min(74svh, 600px);
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #111;
  scroll-snap-align: center;
}

.reel-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  content: "";
  background: linear-gradient(0deg, rgba(5, 5, 5, 0.78), rgba(5, 5, 5, 0));
}

.reel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reel-card:nth-child(1) img {
  object-position: 52% center;
}

.reel-card:nth-child(3) img {
  object-position: 48% center;
}

.reel-card figcaption {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  justify-content: space-between;
  color: var(--paper);
}

.reel-card figcaption span {
  color: var(--gold);
}

.reel-controls {
  display: flex;
  gap: 7px;
  padding: 14px 18px 0;
}

.reel-controls span {
  height: 3px;
  flex: 1;
  border-radius: 999px;
  background: rgba(246, 239, 229, 0.16);
  transition: background 180ms ease, opacity 180ms ease;
}

.reel-controls .is-active {
  background: var(--paper);
}

.choice-section {
  padding: 68px 18px;
  border-block: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(141, 147, 133, 0.08), rgba(0, 0, 0, 0)),
    #090807;
}

.choice-section h2 {
  max-width: 11ch;
}

.style-showcase {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.style-card {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 124px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(246, 239, 229, 0.07), rgba(246, 239, 229, 0.015)),
    #11100d;
}

.style-card img {
  width: 94px;
  height: 104px;
  object-fit: cover;
  border-radius: calc(var(--radius) - 2px);
}

.style-card div {
  min-width: 0;
}

.style-card span {
  display: block;
  margin-bottom: 7px;
  color: var(--paper);
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.style-card p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.36;
}

.style-card a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(246, 239, 229, 0.18);
  border-radius: 999px;
  color: var(--soft);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.memory-section {
  padding: 0 18px 72px;
  background:
    linear-gradient(180deg, rgba(198, 154, 98, 0.07), rgba(0, 0, 0, 0) 52%),
    #090807;
}

.memory-media {
  overflow: hidden;
  margin: 0 -18px 34px;
  background: #111;
}

.memory-media img {
  width: 100%;
  height: min(86vw, 420px);
  object-fit: cover;
  object-position: 50% center;
}

.memory-copy h2 {
  max-width: 11ch;
}

.memory-copy p:not(.eyebrow) {
  max-width: 25rem;
  margin-bottom: 24px;
  color: var(--soft);
  font-size: 0.98rem;
  line-height: 1.5;
}

.memory-points {
  display: grid;
  gap: 0;
  margin: 0 0 22px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.memory-points li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.42;
}

.memory-points span {
  display: block;
  margin-bottom: 5px;
  color: var(--paper);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.memory-section .btn {
  width: 100%;
}

.visitor-section {
  padding: 68px 18px;
  background:
    linear-gradient(180deg, rgba(198, 154, 98, 0.08), rgba(0, 0, 0, 0)),
    #0b0a08;
  border-bottom: 1px solid var(--line);
}

.visitor-section h2 {
  max-width: 10.8ch;
}

.visitor-grid {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.visitor-grid article {
  min-height: 132px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(246, 239, 229, 0.07), rgba(246, 239, 229, 0.012)),
    #11100d;
}

.visitor-grid span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.visitor-grid h3 {
  margin: 0 0 8px;
  color: var(--paper);
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visitor-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.42;
}

.visitor-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.visitor-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--soft);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.intel-section {
  padding: 70px 18px;
  background:
    linear-gradient(180deg, rgba(141, 147, 133, 0.14), rgba(255, 255, 255, 0) 48%),
    var(--paper);
  color: var(--black);
}

.intel-section .eyebrow {
  color: #8d5531;
}

.reviews-section .eyebrow {
  color: var(--gold);
}

.intel-section h2 {
  max-width: 11ch;
}

.intel-list {
  display: grid;
  gap: 0;
  margin-top: 26px;
  border-top: 1px solid rgba(5, 5, 5, 0.16);
  counter-reset: brief;
}

.intel-list article {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid rgba(5, 5, 5, 0.16);
}

.intel-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-bottom: 10px;
}

.intel-list span {
  min-width: 34px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8d5531;
  border: 1px solid rgba(141, 85, 49, 0.28);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.intel-list h3 {
  margin: 0;
  text-align: left;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.intel-list p {
  max-width: 24rem;
  margin: 0;
  color: #62574e;
  font-size: 0.98rem;
  line-height: 1.44;
}

.reviews-section {
  padding: 68px 18px;
  background:
    linear-gradient(180deg, rgba(198, 154, 98, 0.05), rgba(0, 0, 0, 0)),
    #0a0907;
}

.reviews-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(246, 239, 229, 0.08), rgba(246, 239, 229, 0.02)),
    rgba(246, 239, 229, 0.035);
}

.reviews-card h2 {
  max-width: 11ch;
}

.reviews-card p:not(.eyebrow) {
  margin-bottom: 20px;
  color: var(--soft);
  line-height: 1.55;
}

.review-actions {
  display: grid;
  gap: 9px;
}

.review-actions .btn {
  width: 100%;
}

.review-actions .btn-primary {
  color: var(--black);
  background: var(--paper);
}

.review-actions .dark {
  color: var(--paper);
  border-color: var(--line);
  background: transparent;
}

.review-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.review-checks li {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--soft);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.request-section {
  padding: 74px 18px;
  background:
    linear-gradient(160deg, rgba(141, 147, 133, 0.18), rgba(255, 255, 255, 0) 44%),
    var(--paper);
  color: var(--black);
}

.request-section .eyebrow {
  color: #8d5531;
}

.request-section .btn {
  width: 100%;
  margin-top: 6px;
  color: var(--paper);
  background: var(--black);
}

.request-section h2 {
  max-width: 9.8ch;
}

.instagram-link {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  color: #4f453d;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.micro {
  margin: 18px 0 0;
  color: #6f6258;
  font-size: 0.9rem;
  text-align: center;
}

.mobile-footer {
  display: grid;
  gap: 7px;
  padding: 30px 18px 96px;
  color: var(--muted);
  background: var(--black);
}

.mobile-footer strong {
  color: var(--paper);
}

.mobile-footer a {
  color: var(--soft);
}

.mobile-footer button {
  width: fit-content;
  padding: 0;
  border: 0;
  color: var(--soft);
  background: transparent;
  font: inherit;
  letter-spacing: inherit;
  text-align: left;
  text-transform: inherit;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  z-index: 70;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: grid;
  gap: 14px;
  padding: 17px;
  border: 1px solid rgba(246, 239, 229, 0.18);
  border-radius: var(--radius);
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(246, 239, 229, 0.08), rgba(246, 239, 229, 0.02)),
    rgba(5, 5, 5, 0.94);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(18px);
}

.cookie-banner.is-hidden {
  display: none;
}

.cookie-title {
  margin: 0 0 6px;
  color: var(--paper);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cookie-banner p:not(.cookie-title) {
  margin: 0;
  color: var(--soft);
  font-size: 0.86rem;
  line-height: 1.42;
}

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

.cookie-actions button {
  min-height: 42px;
  border: 1px solid rgba(246, 239, 229, 0.2);
  border-radius: 999px;
  color: var(--paper);
  background: transparent;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.cookie-actions [data-cookie-accept] {
  color: var(--black);
  background: var(--paper);
}

.legal-page {
  color: var(--black);
  background: var(--paper);
}

.legal-content {
  max-width: 760px;
  padding: 32px 18px 64px;
}

.legal-back {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 44px;
  padding: 0 14px;
  color: var(--paper);
  background: var(--black);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-content h1 {
  max-width: 10ch;
  margin-bottom: 34px;
  color: var(--black);
}

.legal-content section {
  padding: 22px 0;
  border-top: 1px solid rgba(5, 5, 5, 0.14);
}

.legal-content h2 {
  margin-bottom: 10px;
  color: var(--black);
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.legal-content p {
  margin-bottom: 0;
  color: #62574e;
  line-height: 1.56;
}

.legal-small {
  padding-top: 22px;
  border-top: 1px solid rgba(5, 5, 5, 0.14);
  font-size: 0.82rem;
}

.sticky-request {
  position: fixed;
  z-index: 40;
  right: 12px;
  bottom: 12px;
  left: 12px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--black);
  background: var(--paper);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.46);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 180ms ease, transform 180ms ease;
}

body.show-sticky .sticky-request {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 520px) {
  .mobile-top {
    justify-content: flex-start;
  }

  .top-action {
    display: none;
  }

  .action-stack {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .proof-strip li + li {
    border-top: 1px solid rgba(246, 239, 229, 0.13);
    border-left: 0;
  }
}

.btn:focus-visible,
.brand-mark:focus-visible,
.top-action:focus-visible,
.style-card a:focus-visible,
.memory-section a:focus-visible,
.visitor-actions a:focus-visible,
.proof-strip a:focus-visible,
.review-actions a:focus-visible,
.instagram-link:focus-visible,
.mobile-footer button:focus-visible,
.cookie-actions button:focus-visible,
.sticky-request:focus-visible {
  outline: 3px solid rgba(198, 154, 98, 0.38);
  outline-offset: 2px;
}

@media (min-width: 760px) {
  .mobile-top,
  .cover-copy,
  .signature-line,
  .section-bar,
  .reel,
  .choice-section,
  .memory-section,
  .visitor-section,
  .intel-section,
  .reviews-section,
  .request-section,
  .mobile-footer {
    padding-inline: clamp(28px, 7vw, 96px);
  }

  .cover-copy {
    max-width: 720px;
  }

  h1 {
    font-size: 4.62rem;
  }

  h2 {
    font-size: 3.6rem;
  }

  .signature-line p {
    font-size: 4rem;
  }

  .action-stack {
    max-width: 420px;
  }

  .reel-card {
    min-width: 360px;
  }

  .style-showcase {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .style-card {
    grid-template-columns: 1fr;
    align-content: start;
  }

  .style-card img {
    width: 100%;
    height: 220px;
  }

  .memory-section {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(360px, 1fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
    padding-top: 76px;
  }

  .memory-media {
    margin: 0;
  }

  .memory-media img {
    height: min(62vw, 620px);
  }

  .memory-section .btn {
    max-width: 360px;
  }

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

  .visitor-actions {
    max-width: 420px;
  }

  .intel-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .intel-list article {
    padding: 20px 18px 20px 0;
  }

  .intel-top {
    align-items: center;
  }

  .intel-list h3 {
    text-align: left;
  }

  .reviews-section {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    gap: 18px;
    align-items: end;
  }

  .review-checks {
    align-content: end;
    margin: 0;
  }

  .request-section .btn,
  .instagram-link {
    max-width: 420px;
  }

  .cookie-banner {
    left: auto;
    max-width: 420px;
  }

  .sticky-request {
    left: auto;
    min-width: 190px;
  }
}
