:root {
  --wine: #741c22;
  --wine-dark: #4d1116;
  --gold: #edae3f;
  --cream: #f4eddf;
  --paper: #fbf8f1;
  --ink: #1c1814;
  --muted: #6c6258;
  --green: #315c45;
  --line: rgba(28, 24, 20, 0.16);
  --sans: "Instrument Sans", sans-serif;
  --serif: "Newsreader", serif;
  --page: min(1400px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.5; overflow-x: clip; }
body::before { content: ""; position: fixed; inset: 0; opacity: 0.035; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
body.menu-open, body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
section { scroll-margin-top: 100px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 16px; color: white; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.utility-bar { min-height: 36px; padding: 7px 32px; color: white; background: var(--wine); display: flex; justify-content: space-between; align-items: center; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.utility-bar p { margin: 0; }
.utility-bar nav { display: flex; gap: 28px; }
.utility-bar a:hover { color: var(--gold); }

.site-header { height: 92px; padding: 0 max(32px, calc((100vw - 1400px) / 2)); display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 36px; border-bottom: 1px solid var(--line); background: rgba(251, 248, 241, 0.93); backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 15; }
.brand { display: inline-flex; width: 166px; }
.brand img { width: 100%; height: 62px; object-fit: contain; }
.main-nav { justify-self: center; display: flex; align-items: center; gap: clamp(22px, 2.7vw, 44px); font-size: 0.88rem; font-weight: 600; }
.main-nav a { position: relative; padding: 10px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--wine); transition: right 220ms ease; }
.main-nav a:hover::after { right: 0; }
.header-cta { padding: 14px 19px; color: white; background: var(--wine); font-size: 0.82rem; font-weight: 700; border: 1px solid var(--wine); transition: 180ms ease; }
.header-cta:hover { color: var(--wine); background: transparent; }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(480px, 0.97fr); background: var(--cream); overflow: hidden; }
.hero-copy { padding: clamp(74px, 8vw, 124px) max(48px, calc((100vw - 1400px) / 2)) 70px max(32px, calc((100vw - 1400px) / 2)); align-self: center; }
.eyebrow { margin: 0 0 24px; color: var(--wine); font-size: 0.72rem; line-height: 1.2; font-weight: 700; letter-spacing: 0.19em; text-transform: uppercase; }
.eyebrow span { position: relative; padding-left: 30px; }
.eyebrow span::before { content: ""; position: absolute; left: 0; top: 50%; width: 20px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .how-section h2, .business-section h2, .about-section h2, .faq-section h2, .final-cta h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -0.045em; line-height: 0.94; }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(4rem, 6.5vw, 7.2rem); }
.hero h1 em, .final-cta h2 em { color: var(--wine); font-weight: 400; }
.hero-lead { max-width: 650px; margin: 34px 0; color: var(--muted); font-size: clamp(1.05rem, 1.3vw, 1.28rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid currentColor; font-weight: 700; font-size: 0.9rem; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28, 24, 20, 0.14); }
.button-primary { color: white; background: var(--wine); border-color: var(--wine); }
.button-primary:hover { background: var(--wine-dark); }
.text-link { padding: 8px 0; font-size: 0.88rem; font-weight: 700; border-bottom: 1px solid currentColor; }
.text-link:hover { color: var(--wine); }
.hero-metrics { max-width: 670px; margin: 58px 0 0; padding-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.hero-metrics div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.hero-metrics dt { color: var(--wine); font-family: var(--serif); font-size: 2rem; line-height: 1; }
.hero-metrics dd { margin: 8px 0 0; color: var(--muted); font-size: 0.78rem; }
.hero-visual { min-height: 720px; position: relative; background: #e9d3af; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(39, 14, 9, 0.38)); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.sun-mark { position: absolute; width: 330px; height: 330px; top: -170px; left: -165px; z-index: 2; border: 1px solid rgba(116, 28, 34, 0.3); border-radius: 50%; }
.sun-mark::before, .sun-mark::after { content: ""; position: absolute; inset: 50%; width: 520px; height: 1px; background: rgba(116, 28, 34, 0.2); transform-origin: left; transform: rotate(20deg); }
.sun-mark::after { transform: rotate(70deg); }
.hero-stamp { position: absolute; z-index: 3; top: 48px; right: 0; padding: 21px 26px; color: var(--ink); background: var(--gold); text-transform: uppercase; }
.hero-stamp span { display: block; font-size: 0.65rem; letter-spacing: 0.18em; }
.hero-stamp strong { display: block; font-family: var(--serif); font-size: 1.25rem; line-height: 1; letter-spacing: -0.02em; }
.hero-note { position: absolute; z-index: 3; left: 32px; right: 32px; bottom: 32px; padding: 22px 26px; color: white; background: rgba(93, 18, 23, 0.9); backdrop-filter: blur(8px); }
.hero-note span { display: block; margin-bottom: 8px; color: var(--gold); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.hero-note strong { font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.75rem); font-weight: 500; }

.promise-strip { min-height: 90px; padding: 25px max(32px, calc((100vw - 1400px) / 2)); display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; color: white; background: var(--ink); }
.promise-strip p { margin: 0; padding: 0 20px; display: flex; align-items: center; gap: 16px; font-size: 0.8rem; font-weight: 600; }
.promise-strip p + p { border-left: 1px solid rgba(255, 255, 255, 0.2); }
.promise-strip span { color: var(--gold); font-family: var(--serif); font-size: 1.25rem; }

.catalog-section { padding: 120px max(32px, calc((100vw - 1400px) / 2)); background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.25fr 0.75fr; align-items: end; gap: 80px; }
.section-heading h2, .how-section h2, .about-section h2, .faq-section h2 { margin: 0; font-size: clamp(3.4rem, 6vw, 6rem); }
.section-heading > p { max-width: 470px; margin: 0 0 8px; color: var(--muted); font-size: 1.03rem; line-height: 1.65; }
.catalog-toolbar { margin: 68px 0 34px; padding-bottom: 18px; display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid var(--line); }
.filter-group { display: flex; gap: 8px; flex-wrap: wrap; }
.filter { padding: 11px 16px; border: 1px solid var(--line); color: var(--muted); background: transparent; cursor: pointer; font-size: 0.8rem; font-weight: 700; }
.filter span { margin-left: 10px; opacity: 0.55; font-family: var(--serif); font-size: 1rem; }
.filter:hover, .filter.is-active { color: white; background: var(--wine); border-color: var(--wine); }
#catalog-count { margin: 0; color: var(--muted); font-size: 0.78rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { min-width: 0; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); transition: background 220ms ease; }
.product-card:hover { background: #fffdf8; }
.product-card[hidden] { display: none; }
.product-media { height: 255px; position: relative; overflow: hidden; background: var(--cream); }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms cubic-bezier(.2,.8,.2,1); }
.product-media .proposal-photo { width: 164%; max-width: none; object-position: left center; }
.product-card:hover .product-media img { transform: scale(1.045); }
.product-index { position: absolute; top: 16px; left: 16px; width: 38px; height: 38px; display: grid; place-items: center; color: white; background: var(--wine); font-family: var(--serif); }
.product-media small { position: absolute; right: 13px; bottom: 13px; padding: 5px 8px; color: var(--muted); background: rgba(251, 248, 241, 0.9); font-size: 0.62rem; }
.product-body { flex: 1; padding: 28px; display: flex; flex-direction: column; }
.product-meta { display: flex; align-items: center; gap: 10px; color: var(--wine); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.product-meta span + span::before { content: "•"; margin-right: 10px; color: var(--gold); }
.product-body h3 { margin: 18px 0 10px; font-family: var(--serif); font-size: 2rem; font-weight: 500; line-height: 1; letter-spacing: -0.025em; }
.product-description { margin: 0 0 26px; color: var(--muted); font-size: 0.86rem; line-height: 1.6; }
.price-row { margin-top: auto; padding-top: 20px; display: flex; justify-content: space-between; align-items: end; border-top: 1px solid var(--line); }
.price-row small { display: block; color: var(--muted); font-size: 0.65rem; }
.price-row strong { color: var(--wine); font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.product-actions button, .product-actions a { min-height: 52px; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; font-size: 0.78rem; font-weight: 700; }
.product-actions button { border-right: 1px solid var(--line); }
.product-actions button:hover { background: var(--cream); }
.product-actions a { color: white; background: var(--wine); }
.product-actions a:hover { background: var(--wine-dark); }
.custom-order { margin-top: 42px; padding: 44px 48px; display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 46px; color: white; background: var(--wine); position: relative; overflow: hidden; }
.custom-order::after { content: ""; position: absolute; right: -80px; bottom: -180px; width: 310px; height: 310px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.custom-order .eyebrow { margin-bottom: 12px; color: var(--gold); }
.custom-order h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 500; line-height: 1; }
.custom-order > p { margin: 0; color: rgba(255,255,255,.75); font-size: 0.88rem; }
.button-light { color: var(--wine); background: var(--paper); border-color: var(--paper); position: relative; z-index: 2; }

.how-section { padding: 130px max(32px, calc((100vw - 1400px) / 2)); display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 12vw; background: var(--cream); }
.how-intro > p:not(.eyebrow) { max-width: 540px; margin: 34px 0 26px; color: var(--muted); line-height: 1.7; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { padding: 34px 0; display: grid; grid-template-columns: 80px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--wine); font-family: var(--serif); font-size: 2.1rem; }
.steps h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
.steps p { max-width: 420px; margin: 0; color: var(--muted); font-size: 0.9rem; }

.business-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; color: white; background: var(--wine-dark); }
.business-copy { padding: clamp(70px, 9vw, 130px); align-self: center; }
.business-copy .eyebrow { color: var(--gold); }
.business-copy h2 { margin: 0; font-size: clamp(3.4rem, 5.4vw, 6rem); }
.business-copy > p:not(.eyebrow) { margin: 34px 0; color: rgba(255,255,255,.72); line-height: 1.75; }
.business-copy ul { margin: 0 0 42px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.business-copy li { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 0.82rem; }
.business-copy li:nth-child(even) { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.18); }
.button-gold { color: var(--ink); background: var(--gold); border-color: var(--gold); }

.business-signal {
  min-height: 720px;
  padding: clamp(38px, 5vw, 76px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(237,174,63,.22), transparent 28%),
    linear-gradient(145deg, #8f1722 0%, #5c0e16 62%, #3a080e 100%);
}
.business-signal-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 52% center;
  filter: saturate(.84) contrast(1.08);
}
.business-signal-tint {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(72, 7, 13, .28), rgba(52, 5, 10, .5) 58%, rgba(35, 3, 8, .78)),
    linear-gradient(90deg, rgba(119, 15, 25, .6), rgba(77, 7, 15, .22));
  pointer-events: none;
}
.business-signal::before {
  content: "";
  position: absolute;
  width: min(48vw, 680px);
  aspect-ratio: 1;
  right: -18%;
  top: 8%;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018);
}
.business-signal::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 4;
  border: 1px solid rgba(255,255,255,.13);
  pointer-events: none;
}
.business-signal-index,
.business-signal-rail {
  position: relative;
  z-index: 3;
  color: var(--gold);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .2em;
}
.business-signal-word {
  position: absolute;
  z-index: 1;
  left: -2vw;
  top: 30%;
  color: rgba(255,255,255,.055);
  font-family: var(--serif);
  font-size: clamp(6rem, 12vw, 13rem);
  font-weight: 600;
  letter-spacing: -.06em;
  transform: rotate(-7deg);
}
.business-signal p {
  position: relative;
  z-index: 3;
  margin: auto 0 12%;
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 6rem);
  line-height: .9;
  letter-spacing: -.045em;
  text-shadow: 0 3px 32px rgba(27, 3, 7, .68);
}
.business-signal p strong { color: var(--gold); font-weight: 500; font-style: italic; }

.facade-section {
  min-height: 820px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  color: var(--ink);
  background: var(--paper);
}
.facade-photo {
  min-height: 820px;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #ddd2c3;
}
.facade-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 68%, rgba(26,16,12,.58));
  pointer-events: none;
}
.facade-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.facade-photo figcaption {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 4vw, 64px);
  right: clamp(24px, 4vw, 64px);
  bottom: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.facade-photo figcaption span { color: var(--gold); font-family: var(--serif); font-size: 1.4rem; }
.facade-copy {
  padding: clamp(70px, 9vw, 130px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.facade-copy::before {
  content: "601";
  position: absolute;
  right: -2vw;
  bottom: -4vw;
  color: rgba(116,28,34,.055);
  font-family: var(--serif);
  font-size: clamp(9rem, 18vw, 19rem);
  line-height: .7;
}
.facade-copy h2 {
  max-width: 720px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.6rem, 6vw, 7rem);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.05em;
}
.facade-copy > p:not(.eyebrow) { max-width: 620px; margin: 34px 0; color: var(--muted); line-height: 1.75; }
.facade-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; position: relative; z-index: 2; }
.facade-proof {
  margin-top: 70px;
  padding-top: 18px;
  position: relative;
  z-index: 2;
  color: var(--wine);
  border-top: 1px solid var(--line);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.about-section { padding: 130px max(32px, calc((100vw - 1400px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; background: var(--paper); }
.about-copy .large-copy { margin: 0 0 28px; font-family: var(--serif); font-size: clamp(2rem, 3.4vw, 3.7rem); line-height: 1.08; letter-spacing: -.03em; }
.about-copy > p:not(.large-copy) { max-width: 620px; color: var(--muted); line-height: 1.75; }
.contact-rail { margin-top: 50px; border-top: 1px solid var(--line); }
.contact-rail a { padding: 20px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); transition: color 180ms ease; }
.contact-rail a:hover { color: var(--wine); }
.contact-rail span { color: var(--muted); font-size: 0.75rem; }
.contact-rail strong { font-size: 0.8rem; }

.faq-section { padding: 120px max(32px, calc((100vw - 1400px) / 2)); display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; background: var(--cream); }
.faq-heading > p:not(.eyebrow) { max-width: 430px; margin-top: 28px; color: var(--muted); line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--wine); font-family: var(--sans); font-size: 1.3rem; transition: transform 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -7px 45px 25px 0; color: var(--muted); line-height: 1.65; }

.final-cta { min-height: 550px; padding: 110px 32px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: white; background: var(--wine); position: relative; overflow: hidden; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.final-cta::before { top: -330px; left: -100px; }
.final-cta::after { right: -170px; bottom: -350px; }
.final-mark { position: absolute; left: 50%; top: 48%; transform: translate(-50%,-50%); color: rgba(255,255,255,.035); font-family: var(--serif); font-size: 42rem; line-height: 1; }
.final-cta .eyebrow { color: var(--gold); position: relative; }
.final-cta h2 { margin: 5px 0 42px; font-size: clamp(4rem, 7.5vw, 8rem); position: relative; }
.final-cta h2 em { color: var(--gold); }
.final-cta .button { position: relative; z-index: 2; }

.site-footer { padding: 74px max(32px, calc((100vw - 1400px) / 2)) 28px; display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 6vw; background: #17130f; color: white; }
.footer-brand img { width: 180px; height: 70px; object-fit: contain; filter: drop-shadow(0 0 1px rgba(253, 241, 213, .95)) drop-shadow(0 0 3px rgba(253, 241, 213, .42)); }
.footer-brand p { max-width: 320px; color: rgba(255,255,255,.55); font-size: .8rem; }
.site-footer h2 { margin: 0 0 22px; color: var(--gold); font-size: .67rem; letter-spacing: .16em; text-transform: uppercase; }
.site-footer > div:not(.footer-bottom):not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.site-footer a, .footer-link { padding: 0; border: 0; color: rgba(255,255,255,.7); background: transparent; font-size: .8rem; cursor: pointer; }
.site-footer a:hover, .footer-link:hover { color: white; }
.footer-bottom { grid-column: 1 / -1; margin-top: 36px; padding-top: 22px; display: grid; grid-template-columns: 1fr 1fr auto; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p, .footer-bottom a { margin: 0; color: rgba(255,255,255,.43); font-size: .68rem; }

.whatsapp-float { position: fixed; z-index: 12; right: 24px; bottom: 24px; min-height: 54px; padding: 0 20px 0 15px; display: flex; align-items: center; gap: 10px; color: white; background: var(--green); border-radius: 50px; box-shadow: 0 12px 34px rgba(28,24,20,.27); font-size: .78rem; font-weight: 700; transition: transform 180ms ease; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 27px; fill: currentColor; }

dialog { max-width: none; border: 0; padding: 0; color: var(--ink); background: var(--paper); box-shadow: 0 24px 80px rgba(20,12,8,.34); }
dialog::backdrop { background: rgba(28, 18, 14, .78); backdrop-filter: blur(7px); }
.product-dialog { width: min(980px, calc(100vw - 40px)); max-height: min(760px, calc(100vh - 40px)); }
.dialog-close { width: 46px; height: 46px; position: absolute; z-index: 3; top: 16px; right: 16px; display: grid; place-items: center; color: white; background: var(--wine); border: 0; cursor: pointer; font-size: 1.65rem; }
.dialog-layout { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 600px; }
.dialog-media { min-height: 600px; position: relative; overflow: hidden; }
.dialog-media img { width: 100%; height: 100%; object-fit: cover; }
.dialog-media .proposal-photo { width: 164%; max-width: none; object-position: left center; }
.dialog-media::after { content: "Imagem da proposta"; position: absolute; left: 16px; bottom: 16px; padding: 6px 9px; color: var(--muted); background: rgba(251,248,241,.9); font-size: .62rem; }
.dialog-info { padding: 56px 48px 42px; overflow: auto; }
.dialog-info .eyebrow { margin-bottom: 14px; }
.dialog-info h2 { margin: 0 0 14px; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 4.5rem); font-weight: 500; line-height: .95; }
.dialog-summary { color: var(--muted); line-height: 1.6; }
.dialog-metrics { margin: 24px 0; padding: 17px 0; display: flex; gap: 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dialog-metrics strong { color: var(--wine); font-family: var(--serif); font-size: 1.65rem; font-weight: 500; }
.dialog-info h3 { margin: 28px 0 14px; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.composition-list { margin: 0 0 28px; padding: 0; list-style: none; }
.composition-list li { padding: 9px 0; display: grid; grid-template-columns: 75px 1fr; border-bottom: 1px solid var(--line); font-size: .78rem; }
.composition-list span { color: var(--wine); font-weight: 700; }
.dialog-info .button { width: 100%; }
.legal-dialog { width: min(680px, calc(100vw - 40px)); }
#legal-content { padding: 64px 60px 54px; }
#legal-content h2 { margin: 0 0 22px; font-family: var(--serif); font-size: 3rem; font-weight: 500; }
#legal-content p { color: var(--muted); line-height: 1.75; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 750ms ease, transform 750ms cubic-bezier(.2,.7,.2,1); }
.reveal-delay { transition-delay: 120ms; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  :root { --page: calc(100vw - 48px); }
  .site-header { grid-template-columns: 160px 1fr auto; gap: 18px; padding-inline: 24px; }
  .main-nav { gap: 20px; }
  .hero { grid-template-columns: 1fr .85fr; }
  .hero-copy { padding-left: 32px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .custom-order { grid-template-columns: 1fr 1fr; }
  .custom-order .button { grid-column: 1 / -1; justify-self: start; }
  .business-copy { padding: 70px 55px; }
}

@media (max-width: 860px) {
  .utility-bar { padding-inline: 18px; }
  .utility-bar p { display: none; }
  .utility-bar nav { width: 100%; justify-content: space-between; }
  .site-header { height: 78px; grid-template-columns: 1fr auto; }
  .brand { width: 142px; }
  .brand img { height: 54px; }
  .header-cta { display: none; }
  .menu-toggle { width: 44px; height: 44px; padding: 11px 7px; display: flex; flex-direction: column; justify-content: center; gap: 8px; }
  .menu-toggle span { width: 100%; height: 2px; background: var(--ink); transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-5px) rotate(-45deg); }
  .main-nav { position: absolute; top: 100%; left: 0; width: 100vw; height: calc(100dvh - 78px); padding: 45px 30px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0; color: white; background: var(--wine-dark); overflow-y: auto; visibility: hidden; pointer-events: none; transform: translateX(100vw); transition: transform 300ms cubic-bezier(.2,.8,.2,1), visibility 0s linear 300ms; }
  .main-nav.is-open { visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
  .main-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-family: var(--serif); font-size: 1.8rem; }
  .hero { display: flex; flex-direction: column; }
  .hero-copy { padding: 76px 24px 54px; }
  .hero h1 { font-size: clamp(3.65rem, 15vw, 6rem); }
  .hero-lead { margin-block: 28px; }
  .hero-visual { min-height: 580px; }
  .promise-strip { padding: 25px 24px; grid-template-columns: 1fr 1fr; gap: 0; }
  .promise-strip p { min-height: 58px; }
  .promise-strip p + p { border-left: 0; }
  .promise-strip p:nth-child(even) { border-left: 1px solid rgba(255,255,255,.2); }
  .section-heading, .how-section, .about-section, .faq-section { grid-template-columns: 1fr; gap: 48px; }
  .section-heading { align-items: start; }
  .section-heading > p { max-width: 600px; }
  .catalog-section, .how-section, .about-section, .faq-section { padding: 90px 24px; }
  .custom-order { padding: 38px 30px; grid-template-columns: 1fr; gap: 25px; }
  .custom-order .button { grid-column: auto; }
  .business-section { grid-template-columns: 1fr; }
  .business-copy { padding: 80px 24px; }
  .about-title { max-width: 620px; }
  .site-footer { grid-template-columns: 1.4fr 1fr 1fr; gap: 50px 30px; }
  .site-footer > div:nth-child(4) { grid-column: 2; }
  .footer-bottom { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 580px) {
  .utility-bar { font-size: .62rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-metrics { grid-template-columns: 1fr 1fr; gap: 20px 0; }
  .hero-metrics div:last-child { grid-column: 1 / -1; padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .hero-visual { min-height: 500px; }
  .hero-note { left: 16px; right: 16px; bottom: 16px; }
  .promise-strip { grid-template-columns: 1fr; }
  .promise-strip p { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .promise-strip p:nth-child(even) { border-left: 0; }
  .section-heading h2, .how-section h2, .about-section h2, .faq-section h2 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; gap: 14px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-media { height: 230px; }
  .business-copy h2 { font-size: 3.6rem; }
  .business-copy ul { grid-template-columns: 1fr; }
  .business-copy li:nth-child(even) { padding-left: 0; border-left: 0; }
  .contact-rail a { flex-direction: column; gap: 4px; }
  .final-cta { padding-inline: 24px; }
  .final-cta h2 { font-size: 3.7rem; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .site-footer > div:nth-child(4) { grid-column: auto; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-media { min-height: 240px; height: 240px; }
  .dialog-info { padding: 38px 24px 32px; }
  .dialog-close { top: 10px; right: 10px; }
  #legal-content { padding: 58px 26px 34px; }
}

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

/* Mesa em Movimento — cinematic direction powered by HyperFrames principles */
.cinematic-atmosphere {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  background: #f8f2e7;
}
.atmosphere-glow {
  position: absolute;
  width: 52vw;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(110px);
  opacity: .12;
  will-change: transform;
}
.atmosphere-glow-one { top: -22vw; right: -16vw; background: var(--gold); }
.atmosphere-glow-two { bottom: -28vw; left: -20vw; background: var(--wine); opacity: .08; }
.atmosphere-line {
  position: absolute;
  width: 1px;
  height: 75vh;
  background: linear-gradient(transparent, rgba(116, 28, 34, .2), transparent);
  transform: rotate(28deg);
}
.atmosphere-line-one { left: 18%; top: 10%; }
.atmosphere-line-two { right: 14%; bottom: -15%; }

.hero,
.catalog-section,
.how-section,
.business-section,
.about-section,
.faq-section,
.final-cta { isolation: isolate; }

.hero { position: relative; min-height: min(850px, calc(100svh - 128px)); }
.hero-copy { position: relative; z-index: 2; overflow: hidden; }
.hero-copy::before {
  content: "";
  position: absolute;
  width: 36vw;
  height: 36vw;
  left: -17vw;
  bottom: -18vw;
  border: 1px solid rgba(116, 28, 34, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 5vw rgba(116, 28, 34, .025), 0 0 0 10vw rgba(116, 28, 34, .018);
  pointer-events: none;
}
.hero-copy > *:not(.hero-ghost):not(.hero-scene-label) { position: relative; z-index: 2; }
.hero-ghost {
  position: absolute;
  z-index: 0;
  top: 3%;
  left: -1.5%;
  color: rgba(116, 28, 34, .045);
  font-family: var(--serif);
  font-size: clamp(9rem, 18vw, 18rem);
  font-weight: 600;
  letter-spacing: -.075em;
  line-height: .8;
  white-space: nowrap;
  pointer-events: none;
}
.hero-scene-label {
  position: absolute;
  z-index: 3;
  left: max(32px, calc((100vw - 1400px) / 2));
  bottom: 22px;
  width: calc(100% - max(64px, calc((100vw - 1400px) / 2)));
  display: flex;
  justify-content: space-between;
  color: rgba(28, 24, 20, .52);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .18em;
}
.hero h1 { text-wrap: balance; }
.hero h1 em { position: relative; display: inline-block; }
.hero h1 em::after {
  content: "";
  position: absolute;
  left: 4%;
  right: -2%;
  bottom: -.05em;
  height: .08em;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
}
.hero.is-choreographed h1 em::after { animation: lineReveal 900ms 950ms cubic-bezier(.16,1,.3,1) forwards; }
.hero-visual { min-height: min(850px, calc(100svh - 128px)); }
.hero-visual > img {
  position: relative;
  z-index: 0;
  transform: scale(1.075);
  will-change: transform;
  filter: saturate(1.08) contrast(1.03);
}
.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(44, 8, 12, .18), transparent 30%),
    radial-gradient(circle at 82% 15%, rgba(237,174,63,.34), transparent 25%);
  mix-blend-mode: soft-light;
}
.hero-rays {
  position: absolute;
  z-index: 1;
  width: 80%;
  aspect-ratio: 1;
  top: -38%;
  right: -28%;
  opacity: .42;
  background: repeating-conic-gradient(from 12deg, rgba(237,174,63,.32) 0 2deg, transparent 2deg 14deg);
  -webkit-mask-image: radial-gradient(circle, #000 0 54%, transparent 72%);
  mask-image: radial-gradient(circle, #000 0 54%, transparent 72%);
  animation: sunTurn 40s linear infinite;
}
.hero-film-frame {
  position: absolute;
  z-index: 4;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.42);
  pointer-events: none;
}
.hero-film-frame::before,
.hero-film-frame::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 1px;
  top: 50%;
  background: rgba(255,255,255,.7);
}
.hero-film-frame::before { left: -1px; }
.hero-film-frame::after { right: -1px; }
.hero-film-frame span {
  position: absolute;
  top: 12px;
  color: rgba(255,255,255,.8);
  font-size: .57rem;
  font-weight: 700;
  letter-spacing: .2em;
}
.hero-film-frame span:first-child { left: 14px; }
.hero-film-frame span:last-child { right: 14px; }
.sun-mark { animation: sunPulse 6s ease-in-out infinite; }
.hero-note { border-top: 1px solid rgba(237,174,63,.65); box-shadow: 0 24px 70px rgba(38,5,8,.28); }

.promise-strip {
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 118px;
  align-items: end;
  background:
    linear-gradient(105deg, rgba(255,255,255,.035), transparent 32%),
    var(--wine-dark);
}
.promise-strip p { position: relative; z-index: 2; padding-bottom: 8px; }
.promise-track {
  position: absolute;
  left: 0;
  top: -13px;
  display: flex;
  width: max-content;
  color: rgba(255,255,255,.055);
  font-family: var(--serif);
  font-size: 4.25rem;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1;
  white-space: nowrap;
  animation: tickerMove 28s linear infinite;
}
.promise-track span { padding-right: 1.2rem; }

.catalog-section { position: relative; overflow: hidden; background: rgba(251,248,241,.94); }
.catalog-section > *:not(.scene-ghost):not(.scene-index):not(.catalog-orbit) { position: relative; z-index: 2; }
.scene-ghost {
  position: absolute;
  z-index: 0;
  color: rgba(116,28,34,.038);
  font-family: var(--serif);
  font-size: clamp(12rem, 28vw, 31rem);
  font-weight: 600;
  letter-spacing: -.075em;
  line-height: .74;
  white-space: nowrap;
  pointer-events: none;
}
.catalog-ghost { top: 40px; right: -12vw; }
.scene-index {
  position: absolute;
  z-index: 3;
  top: 38px;
  right: max(32px, calc((100vw - 1400px) / 2));
  color: rgba(28,24,20,.5);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .19em;
  writing-mode: vertical-rl;
}
.catalog-orbit {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: -230px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(116,28,34,.09);
  border-radius: 50%;
  animation: orbitDrift 18s ease-in-out infinite;
}
.catalog-orbit i {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(116,28,34,.07);
  border-radius: 50%;
}
.catalog-orbit i:nth-child(2) { inset: 29%; }
.catalog-orbit i:nth-child(3) { inset: 46%; background: var(--gold); border: 0; }
.product-grid { position: relative; }
.product-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --glow-x: 50%;
  --glow-y: 50%;
  position: relative;
  transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 320ms cubic-bezier(.2,.8,.2,1), background 220ms ease, box-shadow 320ms ease;
  will-change: transform;
}
.product-card::before {
  content: "";
  position: absolute;
  z-index: 5;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(237,174,63,.22), transparent 32%);
  transition: opacity 280ms ease;
}
.product-card:hover {
  z-index: 3;
  box-shadow: 0 26px 60px rgba(71,28,24,.12);
}
.product-card:hover::before { opacity: 1; }
.product-media,
.product-body,
.product-actions { transform: translateZ(8px); }
.custom-order {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(255,255,255,.04), transparent 40%),
    var(--wine);
}
.custom-order::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: 10%;
  top: -280px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(255,255,255,.025), 0 0 0 86px rgba(255,255,255,.018);
  animation: sunPulse 7s ease-in-out infinite;
}
.custom-order > * { position: relative; z-index: 1; }

.how-section { position: relative; overflow: hidden; background: rgba(244,237,223,.97); }
.how-section > *:not(.how-pattern):not(.scene-index) { position: relative; z-index: 2; }
.how-pattern {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  opacity: .58;
}
.how-pattern::before {
  content: "ESCOLHER  CONFIRMAR  RECEBER";
  position: absolute;
  right: -5vw;
  bottom: -2vw;
  color: rgba(116,28,34,.035);
  font-family: var(--serif);
  font-size: clamp(5rem, 11vw, 11rem);
  font-weight: 600;
  letter-spacing: -.05em;
  white-space: nowrap;
}
.how-pattern span {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(116,28,34,.25);
  transform: rotate(45deg);
  animation: grainFloat 8s ease-in-out infinite;
}
.how-pattern span:nth-child(1) { left: 8%; top: 18%; }
.how-pattern span:nth-child(2) { left: 45%; top: 12%; animation-delay: -3s; }
.how-pattern span:nth-child(3) { right: 9%; top: 24%; animation-delay: -5s; }
.how-pattern span:nth-child(4) { left: 14%; bottom: 12%; animation-delay: -2s; }
.how-pattern span:nth-child(5) { left: 57%; bottom: 18%; animation-delay: -6s; }
.how-pattern span:nth-child(6) { right: 19%; bottom: 9%; animation-delay: -4s; }
.steps li { position: relative; overflow: hidden; }
.steps li::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 30%, rgba(237,174,63,.18), transparent 66%);
  transform: translateX(-120%);
}
.steps li:hover::after { animation: lightSweep 850ms cubic-bezier(.16,1,.3,1); }

.delivery-film {
  position: relative;
  min-height: clamp(680px, 92svh, 940px);
  overflow: hidden;
  isolation: isolate;
  color: white;
  background: #3d1715;
}
.delivery-film-video {
  position: absolute;
  z-index: -3;
  inset: -4%;
  width: 108%;
  height: 108%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) contrast(1.08);
  transform: scale(1.035);
  will-change: transform;
}
.delivery-film::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(35, 7, 10, .88) 0%, rgba(45, 9, 12, .64) 38%, rgba(26, 8, 8, .12) 72%),
    linear-gradient(180deg, rgba(20, 8, 6, .22), transparent 42%, rgba(25, 7, 8, .7));
}
.delivery-film::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.32);
  pointer-events: none;
}
.delivery-film-overlay {
  min-height: inherit;
  padding: clamp(70px, 9vw, 140px) max(32px, calc((100vw - 1400px) / 2));
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}
.delivery-film-copy { max-width: 720px; }
.delivery-film-copy .eyebrow { color: var(--gold); }
.delivery-film-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.8rem, 8vw, 9rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .86;
  text-wrap: balance;
}
.delivery-film-copy h2 em { color: var(--gold); font-weight: 400; }
.delivery-film-copy > p:not(.eyebrow) {
  max-width: 580px;
  margin: 34px 0 38px;
  color: rgba(255,255,255,.82);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.65;
}
.delivery-film-meta {
  width: 230px;
  display: grid;
  align-self: stretch;
  align-content: space-between;
  justify-items: end;
  color: rgba(255,255,255,.76);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .2em;
}
.delivery-film-meta span:nth-child(2) {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.business-section { position: relative; overflow: hidden; }
.cinema-bars::before,
.cinema-bars::after {
  content: "";
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  height: 18px;
  background: rgba(28,5,8,.82);
}
.cinema-bars::before { top: 0; }
.cinema-bars::after { bottom: 0; }
.business-copy { position: relative; z-index: 1; overflow: hidden; }
.business-copy > *:not(.business-beam):not(.business-dust) { position: relative; z-index: 2; }
.business-beam {
  position: absolute;
  z-index: 0;
  width: 72%;
  height: 150%;
  left: 38%;
  top: -25%;
  opacity: .18;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  filter: blur(44px);
  transform: rotate(18deg);
  animation: beamMove 9s ease-in-out infinite;
}
.business-copy::after {
  content: "GRANDES PEDIDOS";
  position: absolute;
  z-index: 0;
  right: -3vw;
  bottom: -1.6vw;
  color: rgba(255,255,255,.035);
  font-family: var(--serif);
  font-size: clamp(5rem, 10vw, 10rem);
  font-weight: 600;
  white-space: nowrap;
}
.business-dust i {
  position: absolute;
  z-index: 1;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(237,174,63,.75);
  box-shadow: 0 0 12px rgba(237,174,63,.55);
  animation: dustRise 8s linear infinite;
}
.business-dust i:nth-child(1) { left: 14%; bottom: -4%; animation-delay: -1s; }
.business-dust i:nth-child(2) { left: 29%; bottom: -9%; animation-delay: -5s; }
.business-dust i:nth-child(3) { left: 44%; bottom: -12%; animation-delay: -3s; }
.business-dust i:nth-child(4) { left: 61%; bottom: -2%; animation-delay: -7s; }
.business-dust i:nth-child(5) { left: 75%; bottom: -7%; animation-delay: -2s; }
.business-dust i:nth-child(6) { left: 86%; bottom: -11%; animation-delay: -6s; }
.business-dust i:nth-child(7) { left: 52%; bottom: -5%; animation-delay: -4s; }

.real-proof-section {
  position: relative;
  padding: 130px max(32px, calc((100vw - 1400px) / 2));
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(70px, 10vw, 160px);
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 90% 12%, rgba(237,174,63,.15), transparent 28%),
    var(--paper);
}
.real-proof-section::before {
  content: "REAL";
  position: absolute;
  z-index: -1;
  left: -3vw;
  bottom: -5vw;
  color: rgba(116,28,34,.04);
  font-family: var(--serif);
  font-size: clamp(13rem, 30vw, 32rem);
  font-weight: 600;
  letter-spacing: -.08em;
  line-height: .75;
}
.real-proof-copy h2 {
  max-width: 650px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.6rem, 5.6vw, 6rem);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .92;
}
.real-proof-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 34px 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.75;
}
.real-proof-facts {
  margin: 0 0 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.real-proof-facts span {
  padding: 10px 13px;
  border: 1px solid var(--line);
  color: var(--wine);
  background: rgba(255,255,255,.48);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.real-proof-gallery {
  min-height: 760px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
}
.real-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--cream);
  box-shadow: 0 30px 80px rgba(68,24,20,.17);
}
.real-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.22);
  pointer-events: none;
}
.real-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88) contrast(1.04);
  transition: transform 1.2s cubic-bezier(.16,1,.3,1), filter 500ms ease;
}
.real-photo:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.03); }
.real-photo figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  color: white;
  background: linear-gradient(transparent, rgba(37,9,10,.86));
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.real-photo figcaption span { color: var(--gold); }
.real-photo-main { z-index: 1; grid-column: 1 / 8; grid-row: 1 / 12; }
.real-photo-main img { object-position: center; }
.real-photo-stack { z-index: 2; grid-column: 7 / 13; grid-row: 4 / 13; border: 9px solid var(--paper); }
.real-photo-stack img { object-position: 52% center; }
.real-proof-stamp {
  position: absolute;
  z-index: 3;
  top: 7%;
  right: 2%;
  width: 122px;
  height: 122px;
  padding: 25px 12px;
  display: grid;
  place-content: center;
  color: white;
  background: var(--wine);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  outline: 1px solid var(--wine);
  outline-offset: 6px;
  text-align: center;
  font-size: .57rem;
  letter-spacing: .18em;
  line-height: 1.25;
  animation: sunPulse 7s ease-in-out infinite;
}
.real-proof-stamp strong { color: var(--gold); font-family: var(--serif); font-size: 1.45rem; font-weight: 500; letter-spacing: -.02em; }

.about-section { position: relative; overflow: hidden; background: rgba(251,248,241,.96); }
.about-section > *:not(.scene-ghost):not(.about-sun):not(.scene-index) { position: relative; z-index: 2; }
.about-ghost { left: -8vw; bottom: -3vw; }
.about-sun {
  position: absolute;
  z-index: 0;
  width: 420px;
  height: 420px;
  top: -240px;
  right: 8%;
  border: 1px solid rgba(116,28,34,.11);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(237,174,63,.035), 0 0 0 108px rgba(116,28,34,.018);
  animation: sunPulse 8s ease-in-out infinite;
}
.contact-rail a { position: relative; overflow: hidden; }
.contact-rail a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--wine);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 420ms cubic-bezier(.16,1,.3,1);
}
.contact-rail a:hover { color: white; padding-inline: 18px; }
.contact-rail a:hover::before { transform: scaleX(1); transform-origin: left; }

.faq-section { position: relative; overflow: hidden; background: rgba(244,237,223,.97); }
.faq-section > *:not(.faq-light):not(.scene-index) { position: relative; z-index: 2; }
.faq-light {
  position: absolute;
  z-index: 0;
  width: 70vw;
  height: 70vw;
  right: -40vw;
  top: -28vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(237,174,63,.22), transparent 64%);
  animation: sunPulse 7s ease-in-out infinite;
}
.faq-list details {
  position: relative;
  transition: background 280ms ease, padding 280ms ease;
}
.faq-list details[open] { padding-inline: 22px; background: rgba(255,255,255,.48); }

.final-cta {
  min-height: 680px;
  background:
    radial-gradient(circle at 50% 56%, rgba(237,174,63,.15), transparent 34%),
    var(--wine);
}
.final-cta > *:not(.final-rings):not(.final-grains):not(.final-mark) { z-index: 3; }
.final-rings {
  position: absolute;
  z-index: 1;
  width: min(74vw, 920px);
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  animation: finalBreathe 8s ease-in-out infinite;
}
.final-rings::before,
.final-rings::after,
.final-rings i {
  content: "";
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
}
.final-rings::after { inset: 24%; border-color: rgba(237,174,63,.26); }
.final-rings i:nth-child(1) { inset: 38%; }
.final-rings i:nth-child(2) {
  inset: -2%;
  border-top-color: var(--gold);
  border-right-color: transparent;
  animation: sunTurn 24s linear infinite;
}
.final-rings i:nth-child(3) {
  inset: 17%;
  border-bottom-color: rgba(237,174,63,.6);
  border-left-color: transparent;
  animation: sunTurn 18s linear infinite reverse;
}
.final-grains span {
  position: absolute;
  z-index: 2;
  color: rgba(237,174,63,.72);
  animation: grainFloat 7s ease-in-out infinite;
}
.final-grains span:nth-child(1) { left: 15%; top: 20%; }
.final-grains span:nth-child(2) { right: 18%; top: 25%; animation-delay: -2s; }
.final-grains span:nth-child(3) { left: 23%; bottom: 16%; animation-delay: -4s; }
.final-grains span:nth-child(4) { right: 27%; bottom: 19%; animation-delay: -1s; }
.final-grains span:nth-child(5) { left: 48%; top: 12%; animation-delay: -5s; }
.final-mark { z-index: 0; opacity: .8; }

.reveal {
  transform: translateY(34px) scale(.985);
  filter: blur(5px);
  transition:
    opacity 900ms cubic-bezier(.16,1,.3,1),
    transform 1100ms cubic-bezier(.16,1,.3,1),
    filter 800ms ease;
}
.reveal.is-visible { transform: none; filter: none; }

@keyframes lineReveal { to { transform: scaleX(1); } }
@keyframes sunTurn { to { transform: rotate(360deg); } }
@keyframes sunPulse { 50% { transform: scale(1.045); opacity: .78; } }
@keyframes tickerMove { to { transform: translateX(-50%); } }
@keyframes orbitDrift { 50% { transform: translate(45px, 20px) rotate(12deg); } }
@keyframes grainFloat { 50% { transform: translateY(-28px) rotate(70deg); } }
@keyframes lightSweep { to { transform: translateX(120%); } }
@keyframes beamMove { 50% { transform: translateX(-50%) rotate(12deg); opacity: .28; } }
@keyframes dustRise { to { transform: translate(24px, -760px); opacity: 0; } }
@keyframes finalBreathe { 50% { transform: translate(-50%,-50%) scale(1.035); } }

@media (max-width: 860px) {
  .hero { min-height: auto; }
  .hero-visual { min-height: 620px; }
  .hero-scene-label { display: none; }
  .hero-ghost { top: 20px; font-size: 34vw; }
  .scene-index { top: 22px; right: 14px; opacity: .65; }
  .promise-strip { min-height: 0; align-items: center; }
  .promise-track { top: 2px; font-size: 3.2rem; }
  .delivery-film { min-height: 760px; }
  .delivery-film-overlay { padding: 84px 30px 72px; }
  .delivery-film-meta { display: none; }
  .delivery-film-video { inset: 0; width: 100%; height: 100%; object-position: 58% center; }
  .delivery-film::before { background: linear-gradient(180deg, rgba(35,7,10,.14), rgba(35,7,10,.34) 38%, rgba(35,7,10,.9) 82%); }
  .real-proof-section { grid-template-columns: 1fr; gap: 70px; padding: 100px 24px; }
  .real-proof-gallery { min-height: 690px; }
  .catalog-orbit { left: -360px; }
  .scene-ghost { font-size: 36vw; }
  .business-copy::after { bottom: 1rem; }
  .final-cta { min-height: 610px; }
  .final-rings { width: 115vw; }
}

@media (max-width: 580px) {
  .hero-copy::before { width: 92vw; height: 92vw; left: -56vw; bottom: -35vw; }
  .hero-film-frame { inset: 10px; }
  .hero-rays { width: 120%; right: -46%; top: -37%; }
  .delivery-film { min-height: 690px; }
  .delivery-film::after { inset: 10px; }
  .delivery-film-overlay { padding: 72px 24px 58px; }
  .delivery-film-copy h2 { font-size: clamp(4rem, 18vw, 5.3rem); }
  .delivery-film-copy > p:not(.eyebrow) { margin-block: 28px; }
  .real-proof-copy h2 { font-size: clamp(3.4rem, 15vw, 4.4rem); }
  .real-proof-gallery { min-height: 610px; }
  .real-photo-main { grid-column: 1 / 10; grid-row: 1 / 10; }
  .real-photo-stack { grid-column: 5 / 13; grid-row: 6 / 13; border-width: 6px; }
  .real-proof-stamp { top: 2%; right: 0; width: 96px; height: 96px; }
  .promise-track { display: none; }
  .catalog-ghost { top: 60px; right: -28vw; }
  .scene-index { display: none; }
  .product-card { transform: none !important; }
  .how-pattern::before { writing-mode: vertical-rl; right: -4rem; bottom: 0; font-size: 5rem; }
  .business-copy::after { font-size: 5.2rem; right: -11rem; bottom: 3rem; }
  .about-sun { right: -200px; }
  .faq-light { width: 130vw; height: 130vw; right: -90vw; }
  .final-cta { min-height: 570px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-rays,
  .sun-mark,
  .promise-track,
  .catalog-orbit,
  .custom-order::before,
  .how-pattern span,
  .business-beam,
  .business-dust i,
  .about-sun,
  .faq-light,
  .final-rings,
  .final-rings i,
  .final-grains span,
  .real-proof-stamp { animation: none !important; }
  .delivery-film-video { transform: none !important; }
  .hero-visual > img,
  .product-card { transform: none !important; }
  .reveal { opacity: 1; transform: none; filter: none; }
}

@media (max-width: 860px) {
  .business-signal { min-height: 540px; padding: 42px 24px; }
  .business-signal p { margin: auto 0 10%; font-size: clamp(3.2rem, 12vw, 5.4rem); }
  .business-signal-word { left: -4vw; top: 26%; font-size: 24vw; }
  .facade-section { min-height: 0; grid-template-columns: 1fr; }
  .facade-photo { min-height: 680px; }
  .facade-copy { padding: 90px 24px; }
}

@media (max-width: 580px) {
  .business-signal { min-height: 450px; }
  .business-signal::after { inset: 12px; }
  .business-signal-rail { line-height: 1.6; }
  .facade-photo { min-height: 570px; }
  .facade-photo figcaption { left: 20px; right: 20px; bottom: 24px; }
  .facade-copy { padding: 78px 24px; }
  .facade-copy h2 { font-size: clamp(3.4rem, 16vw, 4.6rem); }
  .facade-actions { align-items: stretch; flex-direction: column; }
  .facade-actions .button, .facade-actions .text-link { width: 100%; }
  .facade-proof { margin-top: 50px; }
}
