:root {
  --wine: #360a18;
  --wine-deep: #23050e;
  --berry: #8d3659;
  --rose: #dca0b3;
  --blush: #f2dce2;
  --cream: #fbf7f1;
  --paper: #fffdf9;
  --gold: #d6ac67;
  --ink: #29171e;
  --muted: #786870;
  --line: rgba(65, 24, 39, .14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --shell: min(1320px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
::selection { background: var(--rose); color: var(--wine); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: var(--wine);
  font-size: 12px;
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: none; }

.page-glow {
  position: fixed;
  z-index: 99;
  top: var(--cursor-y, 50%);
  left: var(--cursor-x, 50%);
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(220,160,179,.09), transparent 66%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  mix-blend-mode: multiply;
  transition: top .55s cubic-bezier(.2,.8,.2,1), left .55s cubic-bezier(.2,.8,.2,1);
}
.page-grain {
  position: fixed;
  z-index: 90;
  inset: -80%;
  opacity: .035;
  pointer-events: none;
  background-image: repeating-radial-gradient(circle at 20% 30%, #3f1221 0 1px, transparent 1px 4px);
  background-size: 8px 8px;
  animation: grain .9s steps(2) infinite;
}

.announcement {
  position: relative;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 34px;
  padding: 7px 3vw;
  background: var(--wine-deep);
  color: rgba(255,255,255,.72);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.announcement p { margin: 0; }
.announcement p span { margin-right: 9px; color: var(--gold); }
.announcement a { text-decoration: none; transition: color .2s ease; }
.announcement a:hover { color: #fff; }

.site-header {
  position: absolute;
  z-index: 50;
  top: 34px;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  min-height: 92px;
  padding: 0 4vw;
  color: #fff;
  transition: min-height .3s ease, background .3s ease, box-shadow .3s ease, color .3s ease, transform .3s ease;
}
.site-header.is-fixed {
  position: fixed;
  top: 0;
  min-height: 72px;
  background: rgba(255,253,249,.91);
  color: var(--ink);
  box-shadow: 0 12px 40px -32px rgba(33,3,13,.55);
  backdrop-filter: blur(18px);
}
.wordmark,
.footer-wordmark {
  display: inline-flex;
  align-items: flex-start;
  justify-self: start;
  color: currentColor;
  font-family: var(--serif);
  font-size: 47px;
  font-weight: 600;
  line-height: .8;
  letter-spacing: -.055em;
  text-decoration: none;
}
.wordmark span,
.footer-wordmark span { color: var(--rose); font-size: .46em; line-height: .95; }
.main-menu { display: flex; align-items: center; gap: clamp(20px, 2.3vw, 40px); }
.main-menu a {
  position: relative;
  color: currentColor;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .06em;
  text-decoration: none;
}
.main-menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 1px;
  background: var(--rose);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.main-menu a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 14px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: inherit;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .05em;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.site-header.is-fixed .header-cta { border-color: var(--line); }
.header-cta:hover { background: #fff; border-color: #fff; color: var(--wine); transform: translateY(-1px); }
.site-header.is-fixed .header-cta:hover { background: var(--wine); color: #fff; }
.header-cta span { font-size: 15px; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  min-height: calc(100vh - 34px);
  min-height: calc(100svh - 34px);
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 22%, rgba(141,54,89,.5), transparent 28%),
    linear-gradient(128deg, var(--wine-deep) 0%, var(--wine) 55%, #53152c 100%);
  color: #fff;
}
.hero::before {
  content: "LOVE";
  position: absolute;
  z-index: 0;
  right: -2vw;
  bottom: -6vw;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.055);
  font-family: var(--serif);
  font-size: clamp(180px, 29vw, 530px);
  font-weight: 600;
  line-height: .7;
  letter-spacing: -.08em;
  pointer-events: none;
}
.hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  width: min(590px, 82%);
  margin-left: max(4vw, calc((100vw - 1420px) / 2));
  padding: 150px 0 74px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--rose);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--berry); }
.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(70px, 7.3vw, 132px);
  font-weight: 500;
  line-height: .78;
  letter-spacing: -.065em;
}
.hero h1 em,
.section-heading h2 em,
.manifesto blockquote em,
.social-heading h2 em,
.visit h2 em { color: var(--rose); font-weight: 500; }
.hero-lead {
  max-width: 480px;
  margin: 30px 0 0;
  color: rgba(255,248,246,.68);
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.8;
}
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button span { font-size: 15px; }
.button-primary { background: var(--paper); color: var(--wine); box-shadow: 0 18px 34px -20px rgba(0,0,0,.75); }
.button-primary:hover { background: var(--rose); transform: translateY(-2px); box-shadow: 0 22px 40px -20px rgba(0,0,0,.8); }
.text-link { color: rgba(255,255,255,.74); font-size: 10px; font-weight: 700; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 8px; transition: transform .2s ease; }
.text-link:hover { color: #fff; }
.text-link:hover span { transform: translate(3px,-3px); }
.hero-note { display: flex; align-items: center; gap: 13px; margin-top: clamp(35px, 7vh, 84px); }
.note-heart { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--rose); font-size: 13px; }
.hero-note p { margin: 0; color: rgba(255,255,255,.52); font-size: 9px; line-height: 1.6; }
.hero-note b { color: rgba(255,255,255,.8); font-weight: 600; }

.hero-visual { position: relative; z-index: 2; min-width: 0; perspective: 1200px; }
.hero-shape { position: absolute; border-radius: 50%; pointer-events: none; }
.shape-one { width: 48vw; height: 48vw; top: 9%; right: -10%; border: 1px solid rgba(255,255,255,.09); }
.shape-two { width: 36vw; height: 36vw; right: 1%; bottom: -19%; background: rgba(218,160,179,.1); filter: blur(2px); }
.hero-photo,
.hero-detail {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  background: #6e3a4d;
  box-shadow: 0 42px 90px -28px rgba(0,0,0,.75);
  transform: translate3d(var(--px,0), var(--py,0), 0) rotate(var(--rotate,0deg));
  will-change: transform;
  transition: transform .7s cubic-bezier(.2,.8,.2,1);
}
.hero-photo::after,
.hero-detail::after,
.collection-card::after,
.social-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.17), transparent 24%, transparent 70%, rgba(45,5,18,.3));
  pointer-events: none;
}
.hero-photo { top: 15%; right: 12%; width: min(41vw, 590px); height: 69%; border-radius: 48% 48% 24px 24px; --rotate: 2.5deg; animation: hero-photo-in 1.1s .2s both cubic-bezier(.2,.8,.2,1); }
.hero-detail { right: 2%; bottom: 5%; width: min(17vw, 245px); height: 35%; border-radius: 22px; --rotate: -6deg; animation: hero-detail-in 1s .45s both cubic-bezier(.2,.8,.2,1); }
.hero-photo img,
.hero-detail img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-seal {
  position: absolute;
  z-index: 5;
  top: 20%;
  left: 3%;
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 50%;
  background: rgba(54,10,24,.35);
  color: rgba(255,255,255,.76);
  box-shadow: inset 0 0 0 8px rgba(255,255,255,.035);
  backdrop-filter: blur(12px);
  transform: translate3d(var(--px,0), var(--py,0), 0);
  transition: transform .7s cubic-bezier(.2,.8,.2,1);
  animation: seal-in 1s .65s both ease, seal-float 6s 1.8s infinite ease-in-out;
}
.hero-seal span { position: absolute; top: 24px; font-size: 7px; font-weight: 700; letter-spacing: .1em; }
.hero-seal b { color: var(--rose); font-family: var(--serif); font-size: 32px; font-weight: 500; }
.hero-vertical { position: absolute; right: 2.5%; top: 47%; margin: 0; color: rgba(255,255,255,.35); font-size: 8px; font-weight: 700; letter-spacing: .2em; writing-mode: vertical-rl; }

.ticker { position: relative; z-index: 4; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--paper); }
.ticker-track { display: flex; align-items: center; width: max-content; padding: 17px 0; animation: ticker 30s linear infinite; }
.ticker span { padding: 0 28px; color: var(--wine); font-family: var(--serif); font-size: 22px; font-style: italic; }
.ticker i { color: var(--gold); font-size: 10px; font-style: normal; }

.section-shell { width: var(--shell); margin: 0 auto; }
.collections { padding: clamp(90px, 11vw, 160px) 0; }
.section-heading,
.social-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 54px; }
.section-heading h2,
.social-heading h2 {
  margin: 0;
  color: var(--wine);
  font-family: var(--serif);
  font-size: clamp(52px, 5.3vw, 82px);
  font-weight: 500;
  line-height: .88;
  letter-spacing: -.055em;
}
.section-heading > p { max-width: 390px; margin: 0 0 8px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.collection-grid { display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: 310px 310px; gap: 18px; }
.collection-card { position: relative; display: block; min-width: 0; overflow: hidden; border-radius: 24px; background: #dcc8c1; color: #fff; text-decoration: none; }
.collection-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .9s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.collection-card::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(29,3,12,.04), rgba(29,3,12,.68)); }
.collection-card:hover img { transform: scale(1.055); filter: saturate(1.08); }
.card-large { grid-row: 1 / 3; }
.card-wide img { object-position: center 45%; }
.card-number { position: absolute; z-index: 3; top: 20px; left: 22px; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.card-caption { position: absolute; z-index: 3; left: 26px; bottom: 24px; display: flex; flex-direction: column; }
.card-caption small { color: rgba(255,255,255,.69); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.card-caption b { font-family: var(--serif); font-size: clamp(36px, 3.3vw, 54px); font-weight: 500; line-height: 1; }
.card-arrow { position: absolute; z-index: 3; right: 22px; bottom: 22px; display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: 18px; backdrop-filter: blur(8px); transition: transform .3s ease, background .3s ease, color .3s ease; }
.collection-card:hover .card-arrow { background: #fff; color: var(--wine); transform: rotate(45deg); }

.manifesto { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); min-height: 720px; background: var(--wine); color: #fff; }
.manifesto-photo { position: relative; min-height: 720px; overflow: hidden; }
.manifesto-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, rgba(54,10,24,.48)); }
.manifesto-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 58%; }
.photo-label { position: absolute; z-index: 3; bottom: 28px; left: 32px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(37,5,15,.28); color: rgba(255,255,255,.77); font-size: 9px; font-weight: 700; letter-spacing: .07em; backdrop-filter: blur(10px); }
.manifesto-copy { align-self: center; max-width: 640px; padding: clamp(70px, 8vw, 130px); }
.manifesto blockquote { margin: 0; font-family: var(--serif); font-size: clamp(56px, 5.4vw, 92px); font-weight: 500; line-height: .85; letter-spacing: -.055em; }
.manifesto-copy > p:not(.eyebrow) { max-width: 540px; margin: 30px 0 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.85; }
.manifesto-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 50px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.13); }
.manifesto-stats div { display: flex; flex-direction: column; gap: 8px; }
.manifesto-stats b { color: var(--rose); font-family: var(--serif); font-size: 22px; font-weight: 500; }
.manifesto-stats span { color: rgba(255,255,255,.55); font-size: 8px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.social { padding: clamp(90px, 11vw, 150px) 0; }
.social-heading { align-items: center; }
.button-outline { border: 1px solid var(--line); color: var(--wine); }
.button-outline:hover { background: var(--wine); color: #fff; transform: translateY(-2px); }
.social-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 16px; height: 520px; }
.social-tile { position: relative; display: block; overflow: hidden; border-radius: 22px; background: #e5d9d5; }
.social-tile img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.social-tile:nth-child(2) img { object-position: center; }
.social-tile span { position: absolute; z-index: 4; right: 16px; bottom: 16px; left: 16px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; background: rgba(38,5,16,.42); color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .04em; text-align: center; opacity: 0; transform: translateY(10px); backdrop-filter: blur(10px); transition: opacity .3s ease, transform .3s ease; }
.social-tile:hover img { transform: scale(1.055); }
.social-tile:hover span { opacity: 1; transform: none; }

.visit { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 690px; overflow: hidden; background: linear-gradient(135deg, var(--wine-deep), #4b1026); color: #fff; }
.visit-copy { position: relative; z-index: 3; align-self: center; width: min(570px, 80%); margin-left: max(4vw, calc((100vw - 1320px) / 2)); padding: 80px 0; }
.visit h2 { margin: 0; font-family: var(--serif); font-size: clamp(62px, 6vw, 104px); font-weight: 500; line-height: .82; letter-spacing: -.06em; }
.visit address { margin-top: 34px; color: rgba(255,255,255,.64); font-size: 12px; font-style: normal; line-height: 1.8; }
.visit-actions { display: flex; align-items: center; gap: 28px; margin-top: 28px; }
.button-light { background: var(--paper); color: var(--wine); }
.button-light:hover { background: var(--rose); transform: translateY(-2px); }
.visit-phone { color: rgba(255,255,255,.77); font-size: 10px; font-weight: 700; letter-spacing: .05em; text-decoration: none; }
.visit-phone:hover { color: #fff; }
.visit-photo { position: relative; z-index: 2; margin: 58px 5vw 58px 0; overflow: hidden; border-radius: 30px 30px 30px 48%; box-shadow: 0 40px 90px -30px rgba(0,0,0,.7); }
.visit-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 58%; }
.visit-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.12), transparent 30%); }
.visit-orbit { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.orbit-a { width: 480px; height: 480px; left: -230px; top: -190px; }
.orbit-b { width: 360px; height: 360px; left: 33%; bottom: -260px; background: rgba(220,160,179,.08); }

.site-footer { padding: 70px 4vw 26px; background: var(--paper); }
.footer-top { display: grid; grid-template-columns: .8fr 1.2fr .8fr; align-items: start; gap: 60px; width: var(--shell); margin: 0 auto; padding-bottom: 55px; }
.footer-wordmark { color: var(--wine); font-size: 68px; }
.footer-top > p { max-width: 430px; margin: 0; color: var(--muted); font-family: var(--serif); font-size: 24px; line-height: 1.25; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.footer-links a { color: var(--wine); font-size: 10px; font-weight: 700; letter-spacing: .04em; text-decoration: none; }
.footer-links a:hover { color: var(--berry); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; width: var(--shell); margin: 0 auto; padding-top: 22px; border-top: 1px solid var(--line); color: #9a8c91; font-size: 8px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }

.floating-whatsapp { position: fixed; z-index: 60; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 7px 18px 7px 8px; border-radius: 999px; background: var(--paper); color: var(--wine); box-shadow: 0 16px 42px -18px rgba(40,3,15,.65); font-size: 9px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.floating-whatsapp span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--wine); color: var(--rose); }
.floating-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 22px 48px -18px rgba(40,3,15,.75); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.delay-1 { transition-delay: .1s; }
.reveal.delay-2 { transition-delay: .2s; }
.reveal.delay-3 { transition-delay: .3s; }
.reveal.delay-4 { transition-delay: .4s; }
.reveal.is-visible { opacity: 1; transform: none; }

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

@keyframes grain { 0% { transform: translate(0,0); } 25% { transform: translate(2%,-1%); } 50% { transform: translate(-1%,2%); } 75% { transform: translate(1%,1%); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes hero-photo-in { from { opacity: 0; transform: translate3d(40px,40px,0) rotate(8deg) scale(.92); } to { opacity: 1; transform: translate3d(var(--px,0),var(--py,0),0) rotate(var(--rotate)); } }
@keyframes hero-detail-in { from { opacity: 0; transform: translate3d(40px,25px,0) rotate(-12deg) scale(.88); } to { opacity: 1; transform: translate3d(var(--px,0),var(--py,0),0) rotate(var(--rotate)); } }
@keyframes seal-in { from { opacity: 0; transform: scale(.65) rotate(-18deg); } to { opacity: 1; transform: translate3d(var(--px,0),var(--py,0),0); } }
@keyframes seal-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -10px; } }

@media (max-width: 1120px) {
  :root { --shell: min(100% - 48px, 1100px); }
  .site-header { grid-template-columns: 1fr auto; }
  .main-menu { display: none; }
  .hero { grid-template-columns: .9fr 1.1fr; }
  .hero-copy { width: 88%; }
  .hero h1 { font-size: clamp(68px, 8.5vw, 105px); }
  .hero-photo { right: 8%; width: 46vw; }
  .hero-detail { right: -2%; width: 20vw; }
  .hero-seal { left: -2%; }
  .manifesto-copy { padding: 70px 60px; }
  .social-grid { height: 440px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 36px); }
  .announcement { justify-content: center; min-height: 32px; }
  .announcement a { display: none; }
  .site-header { top: 32px; min-height: 76px; padding: 0 20px; }
  .site-header.is-fixed { top: 0; min-height: 66px; }
  .wordmark { font-size: 42px; }
  .header-cta { display: none; }
  .menu-toggle { position: relative; z-index: 3; display: grid; gap: 6px; justify-self: end; width: 42px; height: 42px; padding: 12px 9px; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; background: transparent; cursor: pointer; }
  .site-header.is-fixed .menu-toggle { border-color: var(--line); }
  .menu-toggle span { display: block; width: 100%; height: 1px; background: currentColor; transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-menu { position: fixed; z-index: 2; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 25px; background: rgba(35,5,14,.97); color: #fff; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .3s ease, visibility .3s ease; }
  .main-menu.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
  .main-menu a { font-family: var(--serif); font-size: 38px; font-weight: 500; }
  .hero { display: block; min-height: 820px; }
  .hero-copy { position: relative; z-index: 8; width: calc(100% - 36px); margin: 0 auto; padding: 130px 0 40px; }
  .hero h1 { font-size: clamp(67px, 16vw, 94px); }
  .hero-lead { max-width: 400px; }
  .hero-visual { position: absolute; inset: 0; }
  .hero-photo { top: auto; right: 8%; bottom: -2%; width: 64vw; height: 49%; opacity: .8; border-radius: 48% 48% 18px 18px; filter: brightness(.8); }
  .hero-detail { right: -3%; bottom: 7%; width: 30vw; height: 26%; }
  .hero-seal { top: auto; bottom: 29%; left: 7%; width: 92px; height: 92px; }
  .hero-seal span { display: none; }
  .hero-vertical { display: none; }
  .hero-note { margin-top: 38px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
  .section-heading > p { max-width: 520px; }
  .collection-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 480px 330px; }
  .card-large { grid-column: 1 / 3; grid-row: 1; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-photo { min-height: 500px; }
  .manifesto-copy { max-width: none; padding: 85px 30px; }
  .social-heading { align-items: flex-start; flex-direction: column; gap: 25px; }
  .social-grid { grid-template-columns: 1.2fr .8fr; grid-template-rows: 230px 230px; height: auto; }
  .tile-tall { grid-row: 1 / 3; }
  .visit { grid-template-columns: 1fr; }
  .visit-copy { width: var(--shell); margin: 0 auto; padding: 85px 0 55px; }
  .visit-photo { height: 520px; margin: 0 18px 35px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > p { grid-column: 1 / 3; grid-row: 2; }
}

@media (max-width: 540px) {
  :root { --shell: calc(100% - 28px); }
  .announcement { padding: 7px 12px; font-size: 7px; letter-spacing: .08em; }
  .page-glow { display: none; }
  .hero { min-height: 760px; }
  .hero-copy { width: calc(100% - 28px); padding-top: 118px; }
  .eyebrow { margin-bottom: 17px; font-size: 8px; }
  .hero h1 { font-size: clamp(59px, 18.5vw, 80px); }
  .hero-lead { max-width: 330px; margin-top: 24px; font-size: 12px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 28px; }
  .button { min-height: 50px; }
  .hero-note { display: none; }
  .hero-photo { right: 13%; bottom: -2%; width: 75vw; height: 43%; }
  .hero-detail { width: 37vw; height: 23%; }
  .hero-seal { bottom: 25%; left: 4%; width: 78px; height: 78px; }
  .ticker span { padding: 0 20px; font-size: 19px; }
  .collections { padding: 85px 0; }
  .section-heading h2,
  .social-heading h2 { font-size: 50px; }
  .collection-grid { display: flex; flex-direction: column; }
  .collection-card { height: 410px; }
  .card-wide,
  .card-small { height: 310px; }
  .manifesto-photo { min-height: 390px; }
  .manifesto-copy { padding: 70px 20px; }
  .manifesto blockquote { font-size: 53px; }
  .manifesto-stats { grid-template-columns: 1fr; gap: 18px; }
  .manifesto-stats div { flex-direction: row; align-items: center; }
  .social { padding: 85px 0; }
  .social-grid { display: flex; overflow-x: auto; width: calc(100vw - 14px); padding-right: 14px; scroll-snap-type: x mandatory; }
  .social-tile { flex: 0 0 78vw; height: 430px; scroll-snap-align: start; }
  .visit h2 { font-size: 61px; }
  .visit-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .visit-photo { height: 390px; }
  .site-footer { padding: 60px 14px 95px; }
  .footer-top { grid-template-columns: 1fr; gap: 25px; }
  .footer-top > p { grid-column: auto; grid-row: auto; }
  .footer-links { align-items: flex-start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .floating-whatsapp { right: 14px; bottom: 14px; }
}

@media (hover: none) {
  .social-tile span { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
