:root {
  color-scheme: dark;
  --bg: #0b0907;
  --bg-2: #11100d;
  --panel: rgba(27, 24, 19, 0.86);
  --panel-2: rgba(20, 18, 15, 0.94);
  --gold: #c89b3d;
  --gold-2: #f0c766;
  --gold-muted: rgba(200, 155, 61, 0.42);
  --text: #f2ede3;
  --muted: rgba(242, 237, 227, 0.68);
  --dim: rgba(242, 237, 227, 0.46);
  --line: rgba(200, 155, 61, 0.22);
  --line-soft: rgba(200, 155, 61, 0.12);
  --line-bright: rgba(240, 199, 102, 0.34);
  --paper: #f3efe6;
  --ink: #2b241a;
  --ink-soft: rgba(43, 36, 26, 0.68);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 75% 10%, rgba(107, 62, 18, 0.2), transparent 30rem),
    radial-gradient(circle at 18% 40%, rgba(200, 155, 61, 0.08), transparent 32rem),
    var(--bg);
  color: var(--text);
  font-family: "Source Serif 4", Georgia, serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

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

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px max(28px, calc((100vw - 1460px) / 2));
  border-bottom: 1px solid var(--line-soft);
  background:
    linear-gradient(180deg, rgba(16, 14, 11, 0.96), rgba(11, 9, 7, 0.9)),
    rgba(11, 9, 7, 0.92);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.brand,
.site-header nav,
.hero-actions,
footer nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  color: var(--gold-2);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  font-weight: 500;
}

.brand img {
  border-radius: 10px;
  box-shadow:
    0 0 0 1px var(--line-bright),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 36px rgba(0, 0, 0, 0.35);
}

.site-header nav {
  gap: 30px;
  color: var(--muted);
  font-size: 15px;
}

.site-header a:hover,
footer a:hover {
  color: var(--gold-2);
}

.store-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(240, 199, 102, 0.34);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(240, 199, 102, 0.08), rgba(200, 155, 61, 0.025)),
    rgba(13, 11, 9, 0.74);
  color: #efc568;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.store-link::after {
  position: absolute;
  inset: 4px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(240, 199, 102, 0.08);
  border-radius: 7px;
}

.store-link svg,
.primary-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.store-link svg {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin-top: -1px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(430px, 0.9fr) minmax(320px, 390px) minmax(260px, 410px);
  gap: clamp(24px, 3.4vw, 58px);
  align-items: center;
  width: min(1460px, calc(100% - 56px));
  min-height: calc(100dvh - 67px);
  margin: 0 auto;
  padding: 28px 0 44px;
}

.ornament-panel {
  display: grid;
  place-items: center;
  min-height: 520px;
}

.arch-line {
  position: relative;
  width: 150px;
  height: 420px;
  overflow: hidden;
  border: 1px solid rgba(200, 155, 61, 0.13);
  border-radius: 78px 78px 26px 26px;
  background: linear-gradient(180deg, rgba(200, 155, 61, 0.06), rgba(200, 155, 61, 0.01));
  box-shadow: inset 0 0 50px rgba(200, 155, 61, 0.04);
}

.arch-line::before {
  position: absolute;
  inset: 20px;
  content: "";
  border: 1px solid rgba(200, 155, 61, 0.08);
  border-radius: 66px 66px 20px 20px;
}

.arch-line img {
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: 92px;
  height: 128px;
  object-fit: cover;
  border-radius: 999px 999px 18px 18px;
  opacity: 0.72;
  transform: translateX(-50%);
  filter: sepia(0.2) saturate(0.82) brightness(0.76);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.kicker {
  margin: 0 0 18px;
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
}

h1 {
  max-width: 620px;
  margin-bottom: 24px;
  color: rgba(242, 237, 227, 0.94);
  font-size: clamp(46px, 4.9vw, 72px);
  line-height: 1.02;
  text-wrap: balance;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1;
  text-wrap: balance;
}

h3 {
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 1.05;
}

.gold-rule {
  width: 40px;
  height: 1px;
  margin: 0 0 24px;
  background: var(--gold);
}

.lede {
  max-width: 540px;
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.62;
  text-wrap: pretty;
}

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

.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
}

.primary-link {
  border: 1px solid #d9ad4e;
  background: linear-gradient(180deg, #efc568, #a97923);
  color: #16100a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 18px 38px rgba(0, 0, 0, 0.25);
}

.secondary-link {
  border: 1px solid var(--line);
  color: var(--gold-2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.love-note {
  margin: 24px 0 0;
  color: var(--gold);
  font-size: 14px;
}

.phone-stage {
  position: relative;
  z-index: 4;
  display: grid;
  place-items: center;
}

.phone,
.screen-frame {
  overflow: hidden;
  border: 10px solid #141312;
  border-radius: 44px;
  background: #141312;
  box-shadow:
    0 32px 86px rgba(0, 0, 0, 0.62),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.phone {
  width: min(330px, 28vw);
  aspect-ratio: 1320 / 2868;
}

.phone img,
.screen-frame img,
.mini-screens img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chapel-panel {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid rgba(200, 155, 61, 0.06);
}

.chapel-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(11, 9, 7, 0.82), rgba(11, 9, 7, 0.2) 46%, rgba(11, 9, 7, 0.78));
}

.chapel-panel img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(0.82) brightness(0.72) contrast(1.04);
}

.chapel-panel blockquote {
  position: absolute;
  right: 32px;
  bottom: 34px;
  z-index: 2;
  width: min(190px, 58%);
  margin: 0;
  color: rgba(242, 237, 227, 0.8);
}

.chapel-panel blockquote::before {
  content: "“";
  display: block;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 46px;
  line-height: 0.7;
}

.chapel-panel p {
  margin-bottom: 10px;
  font-size: 19px;
  font-style: italic;
  line-height: 1.35;
}

.chapel-panel cite {
  color: var(--dim);
  font-size: 13px;
  font-style: normal;
}

.feature-rail,
.product-section {
  width: min(1460px, calc(100% - 56px));
  margin: 0 auto;
}

.feature-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 16% 45%, rgba(200, 155, 61, 0.1), transparent 18rem),
    radial-gradient(circle at 50% 45%, rgba(200, 155, 61, 0.1), transparent 18rem),
    radial-gradient(circle at 84% 45%, rgba(200, 155, 61, 0.1), transparent 18rem),
    var(--panel);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    inset 0 0 90px rgba(200, 155, 61, 0.035),
    0 28px 80px rgba(0, 0, 0, 0.24);
}

.feature-rail::before,
.product-section::before,
.trust-band::before {
  position: absolute;
  inset: 10px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(200, 155, 61, 0.055);
  border-radius: 5px;
}

.feature-rail article {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 430px;
  padding: 58px 56px 50px;
  text-align: center;
}

.feature-rail article + article {
  border-left: 1px solid var(--line);
}

.feature-rail article + article::before {
  position: absolute;
  left: -6px;
  top: 50%;
  z-index: 2;
  width: 11px;
  height: 11px;
  content: "";
  border: 1px solid var(--gold);
  background: #11100d;
  transform: translateY(-50%) rotate(45deg);
}

.icon-ring {
  position: relative;
  display: grid;
  place-items: center;
  width: 164px;
  height: 164px;
  margin-bottom: 32px;
  border: 1px solid rgba(240, 199, 102, 0.46);
  border-radius: 999px;
  color: var(--gold-2);
  background:
    radial-gradient(circle, rgba(240, 199, 102, 0.2), transparent 35%),
    radial-gradient(circle, rgba(200, 155, 61, 0.1), transparent 66%),
    rgba(200, 155, 61, 0.025);
  box-shadow:
    inset 0 0 0 8px rgba(200, 155, 61, 0.035),
    inset 0 0 34px rgba(240, 199, 102, 0.08),
    0 0 42px rgba(200, 155, 61, 0.08);
}

.icon-ring::before,
.icon-ring::after {
  position: absolute;
  inset: 8px;
  content: "";
  border: 1px solid rgba(240, 199, 102, 0.22);
  border-radius: inherit;
}

.icon-ring::after {
  inset: -8px;
  border-color: rgba(200, 155, 61, 0.16);
}

.icon-ring svg {
  width: 76px;
  height: 76px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 12px rgba(240, 199, 102, 0.18));
}

.rail-label {
  margin: 0 0 12px;
  color: var(--gold-2);
  font-size: 13px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.feature-rail h2 {
  margin-bottom: 18px;
  font-size: clamp(42px, 3.8vw, 62px);
  line-height: 0.95;
}

.feature-rail h2::after {
  display: block;
  width: 150px;
  height: 1px;
  margin: 24px auto 0;
  content: "";
  background:
    linear-gradient(90deg, transparent, var(--gold), transparent);
}

.feature-rail p,
.product-copy p,
.trust-card-stack p,
.trust-intro p,
footer p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.feature-rail article > div > p:not(.rail-label) {
  max-width: 300px;
  font-size: 20px;
  line-height: 1.65;
}

.feature-rail article a {
  display: inline-flex;
  margin-top: 30px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(200, 155, 61, 0.38);
  color: var(--gold-2);
  font-size: 18px;
}

.trust-band {
  position: relative;
  display: grid;
  width: min(1460px, calc(100% - 56px));
  margin: 20px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel-2);
}

.primary-link.compact {
  min-height: 42px;
  margin-top: 24px;
  padding-inline: 18px;
}

.trust-band {
  grid-template-columns: minmax(380px, 0.92fr) minmax(420px, 1fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: stretch;
  padding: clamp(28px, 4vw, 54px);
  background:
    linear-gradient(90deg, rgba(11, 9, 7, 0.34), rgba(11, 9, 7, 0.86)),
    var(--panel-2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 32px 90px rgba(0, 0, 0, 0.28);
}

.trust-intro {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 540px;
  overflow: hidden;
  padding: clamp(34px, 5vw, 72px);
  border: 1px solid var(--line-soft);
  border-radius: 8px;
}

.trust-intro::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(11, 9, 7, 0.25), rgba(11, 9, 7, 0.94) 68%);
}

.trust-intro img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) brightness(0.58);
}

.trust-intro > div {
  position: relative;
  z-index: 1;
  max-width: 520px;
}

.trust-intro h2 {
  font-size: clamp(50px, 5.8vw, 86px);
}

.trust-card-stack {
  display: grid;
  gap: 26px;
  align-content: center;
}

.trust-card-stack article {
  position: relative;
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  min-height: 150px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 155, 61, 0.08), transparent 34%),
    rgba(15, 13, 10, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.trust-card-stack article::after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 10px;
  height: 10px;
  content: "";
  border: 1px solid var(--line);
  background: #100d0a;
  transform: translateX(-50%) rotate(45deg);
}

.trust-card-stack article span {
  display: grid;
  place-items: center;
  width: 108px;
  height: 108px;
  border: 1px solid rgba(240, 199, 102, 0.42);
  border-radius: 30px;
  background:
    radial-gradient(circle, rgba(240, 199, 102, 0.18), transparent 62%),
    rgba(200, 155, 61, 0.04);
  box-shadow:
    inset 0 0 22px rgba(240, 199, 102, 0.1),
    0 0 26px rgba(200, 155, 61, 0.08);
}

.trust-card-stack article span svg {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: var(--gold-2);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-card-stack article span:empty::before {
  width: 52px;
  height: 52px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.trust-card-stack article:nth-child(1) span:empty::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23f0c766' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 38h24'/%3E%3Cpath d='M15 38V25c0-5 4-9 9-9s9 4 9 9v13'/%3E%3Cpath d='M20 38V27h8v11'/%3E%3Cpath d='M24 16V8'/%3E%3Cpath d='M20 12h8'/%3E%3Cpath d='M16 26h16'/%3E%3Cpath d='M10 38V28l5-3'/%3E%3Cpath d='M38 38V28l-5-3'/%3E%3C/svg%3E");
}

.trust-card-stack article:nth-child(2) span:empty::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23f0c766' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 22v-5a9 9 0 0 1 18 0v5'/%3E%3Crect x='12' y='22' width='24' height='18' rx='4'/%3E%3Cpath d='M24 29v5'/%3E%3Ccircle cx='24' cy='29' r='1.5'/%3E%3C/svg%3E");
}

.trust-card-stack article:nth-child(3) span:empty::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23f0c766' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 40V18'/%3E%3Cpath d='M24 30c-7 0-12-4-13-12 8 0 12 5 13 12Z'/%3E%3Cpath d='M24 27c7 0 12-4 13-12-8 0-12 5-13 12Z'/%3E%3Cpath d='M24 18c0-4 2-7 5-10'/%3E%3C/svg%3E");
}

.trust-card-stack h3 {
  font-size: clamp(30px, 3vw, 42px);
}

.product-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.52fr) minmax(520px, 1fr);
  gap: 46px;
  align-items: center;
  margin-top: 20px;
  padding: 54px 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 48% 42%, rgba(200, 155, 61, 0.08), transparent 35%),
    linear-gradient(180deg, rgba(22, 19, 15, 0.92), rgba(13, 11, 9, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 32px 90px rgba(0, 0, 0, 0.24);
}

.product-copy {
  max-width: 360px;
}

.mini-screens {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: end;
  justify-items: center;
  perspective: 1200px;
}

.mini-screens img {
  width: min(190px, 112%);
  aspect-ratio: 1320 / 2868;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.42);
}

.mini-screens img:nth-child(1) {
  transform: rotateY(11deg) rotateZ(-2deg) translateX(24px);
}

.mini-screens img:nth-child(2) {
  transform: rotateY(5deg) rotateZ(-1deg) translateX(10px) translateY(-8px);
}

.mini-screens img:nth-child(3) {
  z-index: 2;
  transform: rotateY(-5deg) rotateZ(1deg) translateX(-10px) translateY(-12px);
}

.mini-screens img:nth-child(4) {
  transform: rotateY(-11deg) rotateZ(2deg) translateX(-24px);
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 42px;
  padding: 58px max(28px, calc((100vw - 1460px) / 2));
  border-top: 1px solid var(--line-soft);
  background: #0d0b09;
}

footer > div {
  max-width: 720px;
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.8fr);
  overflow: hidden;
}

.site-footer::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 10%, rgba(200, 155, 61, 0.08), transparent 26rem),
    linear-gradient(90deg, rgba(200, 155, 61, 0.03), transparent 45%);
}

.site-footer > * {
  position: relative;
}

.footer-about {
  max-width: 360px;
}

.footer-library {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  max-width: none;
  padding: 4px 0 0;
}

.footer-library nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding-left: 22px;
  border-left: 1px solid var(--line-soft);
}

.footer-library h2 {
  margin: 0 0 8px;
  color: var(--gold-2);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-library a {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.35;
}

.footer-brand {
  display: inline-flex;
  margin-bottom: 18px;
}

footer p {
  color: var(--dim);
}

footer nav {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
}

.language-links {
  flex-basis: 100%;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid var(--line-soft);
  color: var(--dim);
  font-size: 14px;
}

.language-links a[aria-current="page"] {
  color: var(--gold-2);
}

.article-page {
  min-height: 100dvh;
  background: var(--bg);
  color: var(--text);
}

.article-shell {
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  padding: 88px 0 118px;
}

.article-hero {
  max-width: 790px;
  margin-bottom: 42px;
}

.article-hero p:not(.kicker) {
  color: var(--muted);
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.6;
}

.article-image {
  width: 100%;
  height: min(58vw, 560px);
  object-fit: cover;
  border: 1px solid var(--line);
  filter: saturate(0.82) brightness(0.72);
}

.article-body {
  max-width: 760px;
  margin: 54px auto 0;
}

.article-body p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.78;
}

.article-body h2 {
  margin-top: 46px;
  font-size: clamp(34px, 4vw, 54px);
}

.article-note {
  margin-top: 42px;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  color: var(--dim) !important;
  font-size: 17px !important;
}

.guide-shell {
  width: min(1180px, calc(100% - 36px));
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.guide-grid a,
.article-links {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(240, 199, 102, 0.055), rgba(200, 155, 61, 0.015)),
    rgba(17, 15, 12, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.guide-grid a {
  display: grid;
  gap: 10px;
  min-height: 186px;
  padding: 22px;
}

.guide-grid span {
  color: var(--gold-2);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guide-grid strong {
  color: var(--text);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
}

.guide-grid em {
  color: var(--muted);
  font-style: normal;
  line-height: 1.55;
}

.article-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 52px;
  overflow: hidden;
}

.article-links h2 {
  grid-column: 1 / -1;
  margin: 0;
  padding: 24px 24px 0;
  font-size: 32px;
}

.article-links a {
  padding: 22px 24px 26px;
  color: var(--gold-2);
  font-size: 18px;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.015);
}

.legal-page {
  background:
    radial-gradient(circle at 72% 8%, rgba(200, 155, 61, 0.08), transparent 28rem),
    var(--bg);
}

.legal-shell {
  max-width: 920px;
}

.legal-body section + section {
  margin-top: 44px;
}

.legal-body a {
  color: var(--gold-2);
  text-decoration: underline;
  text-decoration-color: rgba(240, 199, 102, 0.35);
  text-underline-offset: 4px;
}

.legal-footer {
  justify-content: center;
  gap: 26px;
  padding: 28px;
  color: var(--muted);
  font-size: 15px;
}

.legal-footer a[aria-current="page"] {
  color: var(--gold-2);
}

.consent-banner {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  width: min(760px, calc(100vw - 44px));
  padding: 20px;
  border: 1px solid rgba(240, 199, 102, 0.28);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(31, 27, 21, 0.96), rgba(13, 11, 9, 0.96)),
    var(--bg-2);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.consent-banner h2 {
  margin: 0 0 6px;
  font-size: 24px;
}

.consent-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.consent-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.consent-actions a {
  color: var(--muted);
  font-size: 14px;
}

.consent-actions button {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 9px;
  font: inherit;
  cursor: pointer;
}

.consent-secondary {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
}

.consent-primary {
  border: 1px solid rgba(240, 199, 102, 0.4);
  background: linear-gradient(180deg, #f0cf72, #bd8b31);
  color: #1b1308;
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  }

  .ornament-panel {
    display: none;
  }

  .chapel-panel {
    grid-column: 1 / -1;
    min-height: 300px;
  }

  .chapel-panel img {
    min-height: 300px;
  }

  .phone {
    width: min(320px, 34vw);
  }

  .product-section {
    grid-template-columns: 1fr;
  }

  .trust-band {
    grid-template-columns: 1fr;
  }

  .trust-intro {
    min-height: 420px;
  }

  .trust-card-stack article {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .trust-card-stack article span {
    width: 88px;
    height: 88px;
  }
}

@media (max-width: 820px) {
  .site-header nav a:not(.store-link) {
    display: none;
  }

  .hero,
  .feature-rail {
    grid-template-columns: 1fr;
  }

  .hero {
    width: min(100% - 28px, 1460px);
    padding-top: 52px;
  }

  .phone-stage {
    order: -1;
  }

  .phone {
    width: min(310px, 78vw);
  }

  .feature-rail,
  .product-section,
  .trust-band {
    width: min(100% - 28px, 1460px);
  }

  .feature-rail article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .feature-rail article + article::before {
    left: 50%;
    top: -6px;
    transform: translateX(-50%) rotate(45deg);
  }

  .feature-rail article {
    min-height: 360px;
    padding: 42px 28px;
  }

  .icon-ring {
    width: 132px;
    height: 132px;
    margin-bottom: 24px;
  }

  .icon-ring svg {
    width: 62px;
    height: 62px;
  }

  .mini-screens {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .mini-screens img,
  .mini-screens img:nth-child(1),
  .mini-screens img:nth-child(2),
  .mini-screens img:nth-child(3),
  .mini-screens img:nth-child(4) {
    width: 100%;
    transform: none;
  }

  footer {
    flex-direction: column;
    padding-inline: 18px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

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

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

  .article-links {
    grid-template-columns: 1fr;
  }

  .consent-banner {
    left: 14px;
    right: 14px;
    bottom: 14px;
    grid-template-columns: 1fr;
    width: auto;
  }

  .consent-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 14px;
  }

  .brand {
    font-size: 21px;
  }

  .store-link {
    display: none;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 38px;
  }

  .hero-actions a {
    width: 100%;
    justify-content: center;
  }

  .product-section {
    padding: 24px 18px;
  }

  .trust-band {
    padding: 18px;
  }

  .trust-card-stack article {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mini-screens {
    gap: 10px;
  }

  .footer-library {
    grid-template-columns: 1fr;
  }

  .footer-library nav {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line-soft);
    padding-top: 18px;
  }
}
