:root {
  --ink: #202425;
  --ink-deep: #171a1b;
  --ink-soft: #2b3031;
  --paper: #f4f1eb;
  --paper-dim: #d9d6d0;
  --line: rgba(245, 241, 235, .18);
  --red: #e96061;
  --red-light: #f37d7c;
  --green: #2ebd67;
  --text: #f7f4ef;
  --muted: #b9b9b5;
  --dark-text: #292c2d;
  --dark-muted: #6c7070;
  --container: min(1180px, calc(100% - 48px));
  --display: 'Barlow Condensed', Impact, sans-serif;
  --body: 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--ink-deep); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
address { font-style: normal; }

.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(5.5rem, 10vw, 9rem) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .7rem 1rem; color: var(--ink); background: var(--paper); transform: translateY(-200%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-shell { overflow: clip; }
.site-header { position: absolute; z-index: 20; top: 0; right: 0; left: 0; padding: 1.75rem 0; transition: background .25s ease, padding .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { position: fixed; padding: .85rem 0; background: rgba(24, 27, 28, .94); box-shadow: 0 10px 30px rgba(0, 0, 0, .16); backdrop-filter: blur(14px); }
.header-content { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand-mark { display: block; width: 142px; }
.brand-mark img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.4vw, 2.25rem); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.primary-nav > a:not(.nav-cta) { position: relative; color: rgba(255, 255, 255, .82); }
.primary-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -.55rem; left: 0; height: 1px; background: var(--red); content: ''; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.primary-nav > a:not(.nav-cta):hover::after, .primary-nav > a:not(.nav-cta):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; align-items: center; gap: .45rem; padding: .8rem 1.1rem; color: #fff; background: var(--red); transition: background .2s ease, transform .2s ease; }
.nav-cta:hover { background: var(--red-light); transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; color: inherit; background: transparent; cursor: pointer; }

.hero { position: relative; display: grid; min-height: min(800px, 100svh); overflow: hidden; background-color: var(--ink); background-image: linear-gradient(rgba(255,255,255,.03) 2px, transparent 2px), linear-gradient(90deg, rgba(255,255,255,.03) 2px, transparent 2px), linear-gradient(rgba(0,0,0,.12) 1px, transparent 1px), radial-gradient(ellipse at 50% 4%, rgba(255,255,255,.16), transparent 39%); background-size: 174px 58px, 174px 58px, 29px 29px, 100% 100%; isolation: isolate; }
.hero::before { position: absolute; inset: 0; z-index: -1; content: ''; background: linear-gradient(90deg, rgba(10,11,11,.42), transparent 30%, transparent 70%, rgba(10,11,11,.42)), linear-gradient(180deg, rgba(10,11,11,.15), transparent 40%, rgba(10,11,11,.62)); }
.hero::after { position: absolute; right: -12vw; bottom: -14vw; z-index: -1; width: min(47vw, 660px); aspect-ratio: 1; border: 1px solid rgba(233,96,97,.58); border-radius: 50%; content: ''; }
.hero-light { position: absolute; z-index: -1; width: 28vw; aspect-ratio: 1; border-radius: 50%; filter: blur(35px); opacity: .38; background: radial-gradient(circle, rgba(238,238,232,.37), transparent 67%); }
.hero-light-one { top: -8rem; left: 13%; }
.hero-light-two { top: 1rem; right: 11%; }
.hero-content { display: grid; grid-template-columns: minmax(0, 1fr) 220px; align-items: end; gap: 3rem; padding-top: 10rem; padding-bottom: clamp(6rem, 9vw, 9rem); }
.hero-copy { max-width: 780px; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.6rem; color: var(--paper-dim); font-size: .69rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 1.6rem; height: 2px; background: var(--red); }
.eyebrow-dark { color: #858785; }
.hero-logo { width: min(100%, 690px); height: auto; margin: 0 0 clamp(2rem, 4vw, 3rem); filter: drop-shadow(0 14px 28px rgba(0,0,0,.15)); }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 600; letter-spacing: -.02em; }
h1 { max-width: 10ch; margin-bottom: 1.25rem; font-size: clamp(3.7rem, 8.5vw, 7.1rem); line-height: .86; text-transform: uppercase; }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-text { max-width: 51ch; margin-bottom: 2rem; color: var(--paper-dim); font-size: .98rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.5rem; min-height: 3.55rem; padding: .9rem 1.35rem; border: 1px solid transparent; font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #fff; background: var(--red); }
.button-primary:hover { background: var(--red-light); }
.button-primary > i:last-child { margin-left: auto; font-size: 1.05rem; }
.button-ghost { border-color: rgba(255,255,255,.35); color: var(--paper); }
.button-ghost:hover { border-color: var(--paper); background: rgba(255,255,255,.08); }
.hero-note { align-self: center; margin-top: 12rem; padding: 1.55rem 0 1.5rem 1.5rem; border-left: 1px solid rgba(255,255,255,.25); }
.note-number { color: var(--red); font: 600 1.4rem/1 var(--display); letter-spacing: .09em; }
.hero-note p { margin: 1rem 0 1.6rem; color: var(--paper); font-size: .91rem; line-height: 1.65; }
.hero-note a { color: var(--paper-dim); font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-note a i { margin-left: .55rem; color: var(--red); font-size: 1rem; }
.hero-bottom-line { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: center; gap: .5rem; height: 5px; }
.hero-bottom-line span { width: 76%; height: 1px; background: var(--red); }
.hero-bottom-line i { width: 38px; height: 5px; background: var(--red); }

.contact-section { color: var(--dark-text); background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr 1.15fr; gap: 1rem 4rem; align-items: end; margin-bottom: clamp(3rem, 7vw, 5.5rem); }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: .3rem; }
h2 { margin-bottom: 0; font-size: clamp(3.25rem, 6vw, 5.75rem); line-height: .88; text-transform: uppercase; }
.section-heading > p:last-child { max-width: 40ch; margin: 0 0 .25rem; color: var(--dark-muted); font-size: .95rem; line-height: 1.8; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.contact-card { display: flex; min-height: 335px; padding: 1.65rem; flex-direction: column; border: 1px solid rgba(36,39,40,.16); background: rgba(255,255,255,.32); transition: transform .25s ease, box-shadow .25s ease; }
.contact-card:hover { box-shadow: 0 15px 35px rgba(31,33,33,.11); transform: translateY(-7px); }
.contact-card-accent { color: var(--text); border-color: var(--ink); background: var(--ink); }
.card-top { display: flex; align-items: flex-start; justify-content: space-between; color: var(--dark-muted); font: 600 1.05rem/1 var(--display); letter-spacing: .08em; }
.contact-card-accent .card-top { color: rgba(255,255,255,.55); }
.card-symbol { color: var(--red); font-size: 1.25rem; line-height: 1; }
.card-label { margin: auto 0 1rem; color: var(--dark-muted); font-size: .67rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-card-accent .card-label { color: rgba(255,255,255,.55); }
.card-phone, .card-email { margin-bottom: 1.8rem; color: inherit; font: 600 clamp(2.1rem, 3.5vw, 3rem)/.9 var(--display); letter-spacing: -.015em; text-transform: uppercase; }
.card-email { font-size: clamp(1.8rem, 3vw, 2.65rem); }
.card-link { display: flex; align-items: center; justify-content: space-between; padding-top: .9rem; border-top: 1px solid rgba(37,40,40,.18); color: var(--dark-text); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.card-link i { color: var(--red); font-size: 1.05rem; transition: transform .2s ease; }
.card-link:hover i { transform: translateX(5px); }
.contact-card-accent .card-link { border-top-color: rgba(255,255,255,.2); color: var(--paper); }
.social-copy { max-width: 18ch; margin-bottom: 1.8rem; color: var(--dark-text); font: 600 1.9rem/1.02 var(--display); text-transform: uppercase; }
.social-links { display: flex; gap: .55rem; margin-top: auto; }
.social-links a { display: grid; width: 2.65rem; aspect-ratio: 1; place-items: center; border: 1px solid rgba(37,40,40,.25); border-radius: 50%; font-size: 1rem; transition: color .2s ease, border .2s ease, background .2s ease; }
.social-links a:hover { border-color: var(--red); color: #fff; background: var(--red); }

.pickup-section { position: relative; background: var(--ink); background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 48px 48px; }
.pickup-section::before { position: absolute; inset: 0; content: ''; background: radial-gradient(ellipse at 7% 20%, rgba(255,255,255,.08), transparent 35%); pointer-events: none; }
.pickup-layout { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; }
.pickup-copy h2 { max-width: 8ch; margin-bottom: 1.7rem; }
.pickup-copy > p { max-width: 43ch; margin-bottom: 2.5rem; color: var(--paper-dim); font-size: .97rem; line-height: 1.8; }
.pickup-copy address { display: grid; gap: .35rem; padding-left: 1.2rem; border-left: 2px solid var(--red); }
.pickup-copy address strong { color: var(--paper); font-size: .9rem; letter-spacing: .01em; }
.pickup-copy address span { color: var(--muted); font-size: .81rem; }
.pickup-details { position: relative; display: grid; gap: 1rem; min-height: 365px; align-content: center; }
.detail-panel { position: relative; z-index: 1; width: 82%; padding: 2rem; border: 1px solid rgba(255,255,255,.2); background: rgba(38,43,44,.74); backdrop-filter: blur(10px); }
.detail-panel-small { width: 63%; margin-left: auto; border-color: rgba(233,96,97,.5); }
.detail-kicker { display: block; margin-bottom: .9rem; color: var(--red); font-size: .66rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.detail-panel p { margin: 0; color: var(--paper-dim); font-size: .93rem; line-height: 1.65; }
.detail-panel strong { color: var(--paper); font: 600 2rem/1 var(--display); text-transform: uppercase; }
.pickup-orbit { position: absolute; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.pickup-orbit-a { top: 3%; right: -7%; width: 245px; aspect-ratio: 1; }
.pickup-orbit-b { right: 15%; bottom: 2%; width: 145px; aspect-ratio: 1; border-color: rgba(233,96,97,.55); }

.faq-section { color: var(--dark-text); background: #e9e5de; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 9vw, 9rem); }
.faq-heading h2 { max-width: 7ch; }
.faq-list { border-top: 1px solid rgba(35,38,38,.27); }
.faq-list details { border-bottom: 1px solid rgba(35,38,38,.27); }
.faq-list summary { display: grid; grid-template-columns: 2.1rem 1fr 1rem; gap: .75rem; align-items: center; padding: 1.35rem 0; list-style: none; color: var(--dark-text); cursor: pointer; font: 600 clamp(1.35rem, 2.25vw, 2rem)/1.08 var(--display); text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--red); font-size: .8rem; letter-spacing: .06em; }
.faq-list summary i { position: relative; width: 1rem; height: 1rem; }
.faq-list summary i::before, .faq-list summary i::after { position: absolute; top: 50%; left: 50%; width: 100%; height: 1px; background: var(--dark-text); content: ''; transform: translate(-50%, -50%); transition: transform .2s ease; }
.faq-list summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-list details p { max-width: 60ch; margin: -.1rem 2rem 1.5rem 2.85rem; color: var(--dark-muted); font-size: .91rem; line-height: 1.75; }

.site-footer { padding: 2.5rem 0 1.5rem; background: #151819; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-bottom: 2.4rem; border-bottom: 1px solid var(--line); }
.footer-logo { color: var(--paper); font: 600 clamp(2.8rem, 5.5vw, 5rem)/.8 var(--display); letter-spacing: -.03em; }
.footer-logo span { color: var(--red); }
.footer-logo sup { position: relative; top: -.9em; margin-left: .1em; font: 500 .23em/1 var(--body); }
.footer-cta { display: inline-flex; gap: .65rem; align-items: center; color: var(--paper); font-size: .73rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-cta i { color: var(--red); font-size: 1.05rem; transition: transform .2s ease; }
.footer-cta i:last-child { margin-left: .85rem; font-size: 1.2rem; }
.footer-cta:hover i:last-child { transform: translate(3px, -3px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; color: rgba(255,255,255,.48); font-size: .63rem; line-height: 1.6; letter-spacing: .045em; }
.footer-bottom p { margin: 0; }
.whatsapp-float { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 18; display: flex; align-items: center; gap: .45rem; padding: .68rem 1rem; border-radius: 99px; color: #fff; background: var(--green); box-shadow: 0 10px 22px rgba(0,0,0,.22); font-size: .74rem; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { box-shadow: 0 13px 28px rgba(0,0,0,.32); transform: translateY(-3px); }
.whatsapp-float i { font-size: 1rem; }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.65,.3,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[data-delay='1'] { transition-delay: .12s; }
[data-delay='2'] { transition-delay: .24s; }

@media (max-width: 800px) {
  :root { --container: min(100% - 40px, 1180px); }
  .site-header { padding: 1.1rem 0; }
  .site-header.is-scrolled { padding: .8rem 0; }
  .menu-toggle { position: relative; z-index: 2; display: grid; gap: .34rem; width: 2.6rem; height: 2.6rem; place-content: center; border: 1px solid rgba(255,255,255,.32); }
  .menu-toggle span:not(.sr-only) { display: block; width: 1rem; height: 1px; background: var(--paper); transition: transform .2s ease; }
  .menu-toggle.is-open span:nth-child(2) { transform: translateY(2.5px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-2.5px) rotate(-45deg); }
  .primary-nav { position: absolute; top: 0; right: 0; left: 0; display: grid; gap: 1.2rem; padding: 6rem 1.35rem 2rem; background: rgba(24,27,28,.98); opacity: 0; pointer-events: none; transform: translateY(-1rem); transition: opacity .2s ease, transform .2s ease; }
  .primary-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .primary-nav > a { width: fit-content; }
  .nav-cta { margin-top: .35rem; }
  .hero { min-height: 780px; }
  .hero-content { grid-template-columns: 1fr; align-items: start; padding-top: 8.5rem; }
  .hero-note { width: min(100%, 290px); align-self: end; margin-top: 0; }
  .section-heading, .pickup-layout, .faq-layout { grid-template-columns: 1fr; }
  .section-heading { gap: 1.5rem; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 270px; }
  .pickup-details { min-height: 310px; }
  .faq-layout { gap: 2.6rem; }
}

@media (max-width: 520px) {
  :root { --container: calc(100% - 32px); }
  .brand-mark { width: 122px; }
  .hero { min-height: 740px; background-size: 116px 52px, 116px 52px, 26px 26px, 100% 100%; }
  .hero-content { padding-top: 7.25rem; padding-bottom: 5rem; }
  .eyebrow { font-size: .6rem; letter-spacing: .12em; }
  h1 { font-size: clamp(3.35rem, 17vw, 4.7rem); }
  h2 { font-size: clamp(3.15rem, 16vw, 4.35rem); }
  .hero-text { font-size: .88rem; }
  .button { width: 100%; }
  .hero-note { padding-top: 1.2rem; }
  .contact-card { min-height: 245px; }
  .card-phone { font-size: 2.45rem; }
  .pickup-layout { gap: 3.2rem; }
  .detail-panel, .detail-panel-small { width: 91%; padding: 1.5rem; }
  .detail-panel strong { font-size: 1.75rem; }
  .pickup-orbit-a { width: 180px; }
  .pickup-orbit-b { width: 110px; }
  .faq-list summary { grid-template-columns: 1.7rem 1fr .8rem; font-size: 1.34rem; }
  .faq-list details p { margin-left: 2.45rem; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-top { gap: 1.6rem; }
  .footer-bottom { gap: .25rem; }
  .whatsapp-float { right: .75rem; bottom: .75rem; }
}

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