:root { --ink: #35414b; --ink-2: #485661; --steel: #7e8a94; --silver: #e0e5e9; --mist: #eef2f4; --white: #fbfcfd; --gold: #b99455; --line: rgba(224,229,233,.3); --call: #d94b4b; --whatsapp: #25d366; }
@keyframes heroIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes imageReveal { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: scale(1); } }
@keyframes stampIn { from { opacity: 0; transform: translateY(20px) rotate(-4deg); } to { opacity: 1; transform: translateY(0) rotate(0); } }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes reveal { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes metallicSweep { 0%, 50% { transform: translateX(-120%) skewX(-18deg); opacity: 0; } 62% { opacity: .38; } 78%, 100% { transform: translateX(160%) skewX(-18deg); opacity: 0; } }
@keyframes iconPulse { 0%, 82%, 100% { box-shadow: 0 0 0 0 rgba(185,148,85,0); } 88% { box-shadow: 0 0 0 7px rgba(185,148,85,.09); } }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.topbar { display: flex; justify-content: space-between; padding: 11px 4.5vw; border-bottom: 1px solid var(--line); color: #d1d8dd; font-size: .69rem; letter-spacing: .16em; }
.header { align-items: center; display: flex; justify-content: space-between; min-height: 86px; padding: 0 4.5vw; border-bottom: 1px solid var(--line); }
.brand { align-items: center; display: inline-flex; gap: 12px; }
.brand-symbol { align-items: center; animation: iconPulse 5s ease-in-out infinite; border: 1px solid var(--silver); display: inline-flex; height: 34px; justify-content: center; position: relative; width: 27px; }
.brand-symbol::before { border: 1px solid var(--gold); content: ''; height: 21px; position: absolute; width: 14px; }
.brand-symbol i { background: var(--gold); border-radius: 100%; display: block; height: 3px; position: relative; width: 3px; }
.brand strong { display: block; font-family: Manrope, sans-serif; font-size: .95rem; letter-spacing: .2em; line-height: 1; }
.brand small { color: #8c949d; display: block; font-size: .59rem; letter-spacing: .12em; margin-top: 6px; }
.nav { display: flex; gap: clamp(20px, 3vw, 48px); margin-left: auto; margin-right: 4vw; }
.nav a, .header-cta { color: #d5dce1; font-size: .84rem; }
.nav a:hover, .line-link:hover { color: var(--white); }
.header-cta { border-bottom: 1px solid var(--gold); color: var(--white); padding-bottom: 5px; }
.header-cta span, .line-link span, .button span { color: var(--gold); margin-left: 11px; }
.hero { display: grid; grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr); min-height: 720px; }
.hero-copy { align-self: center; animation: heroIn .85s cubic-bezier(.2,.75,.25,1) both; padding: 10vh 7vw 10vh 9vw; }
.eyebrow, .section-kicker { color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .18em; margin: 0 0 25px; }
h1, h2 { font-family: Manrope, sans-serif; letter-spacing: -.055em; line-height: .96; margin: 0; }
h1 { font-size: clamp(4.5rem, 8vw, 8.4rem); }
h2 { font-size: clamp(3rem, 5.6vw, 6.4rem); }
h1 em, h2 em { color: #aeb5bd; font-style: normal; font-weight: 500; }
.hero-lead { color: #e0e6ea; font-size: 1.05rem; max-width: 430px; margin: 35px 0 0; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 25px; margin-top: 42px; }
.button { border: 0; display: inline-flex; font-size: .83rem; font-weight: 700; justify-content: center; padding: 16px 20px; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--white); color: var(--ink); }
.button-light span { color: var(--ink); }
.button-gold { background: var(--gold); color: var(--ink); }
.text-button { color: #aeb5bd; font-size: .82rem; }
.text-button span { color: var(--gold); margin-left: 8px; }
.hero-meta { border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 22px; margin-top: 70px; padding-top: 18px; }
.hero-meta span { color: #d0d8dd; font-size: .72rem; }
.hero-meta b { color: var(--gold); margin-right: 7px; }
.hero-visual { align-items: end; animation: heroIn .95s .08s cubic-bezier(.2,.75,.25,1) both; background: linear-gradient(135deg, #697782, #35414b); display: grid; min-height: 720px; overflow: hidden; padding: 9vh 8vw 8vh 5vw; position: relative; }
.hero-visual::before { background: linear-gradient(90deg, rgba(255,255,255,.12), transparent 22%), linear-gradient(135deg, transparent 30%, rgba(255,255,255,.04)); content: ''; inset: 0; pointer-events: none; position: absolute; }
.hero-visual::after { animation: metallicSweep 8s 1.4s ease-in-out infinite; background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent); content: ''; height: 135%; left: -30%; pointer-events: none; position: absolute; top: -18%; width: 24%; z-index: 1; }
.hero-image-wrap { height: 100%; max-height: 560px; min-height: 480px; overflow: hidden; position: relative; z-index: 1; }
.hero-image-wrap::after { background: linear-gradient(0deg, rgba(8,10,12,.3), transparent 35%); content: ''; inset: 0; position: absolute; }
.hero-image-wrap img { animation: imageReveal 1.35s .2s cubic-bezier(.2,.75,.25,1) both; height: 100%; object-fit: cover; object-position: center; width: 100%; }
.hero-stamp { align-items: center; animation: stampIn .9s .62s cubic-bezier(.2,.75,.25,1) both; background: rgba(16,19,22,.86); border: 1px solid rgba(185,148,85,.8); bottom: 15vh; display: flex; flex-direction: column; left: 2vw; padding: 18px 25px; position: absolute; z-index: 2; }
.hero-stamp span { color: var(--gold); font-size: .67rem; letter-spacing: .3em; }
.hero-stamp strong { color: var(--silver); font-family: Manrope, sans-serif; font-size: 1.7rem; letter-spacing: .08em; line-height: .94; margin-top: 8px; text-align: center; }
.hero-stamp small { color: #969da4; font-size: .54rem; letter-spacing: .17em; margin-top: 8px; }
.hero-caption { animation: rise .9s .72s cubic-bezier(.2,.75,.25,1) both; bottom: 4vh; display: flex; flex-direction: column; margin: 0; position: absolute; right: 8vw; z-index: 2; }
.hero-caption span { color: var(--gold); font-size: .66rem; letter-spacing: .17em; text-transform: uppercase; }
.hero-caption strong { color: var(--white); font-size: .86rem; font-weight: 500; margin-top: 6px; }
.intro { background: var(--white); color: var(--ink); padding: 120px 9vw 135px; }
.intro .section-kicker { color: #777f88; }
.intro-content { align-items: end; display: grid; gap: 5vw; grid-template-columns: 1.05fr .8fr; }
.intro-content h2 { color: var(--ink); }
.intro-content h2 em { color: #7d858d; }
.intro-content p { color: #5f6871; font-size: 1.05rem; max-width: 410px; }
.category-row { border-bottom: 1px solid #d8dce0; display: flex; flex-wrap: wrap; gap: 26px; margin-top: 85px; }
.category { background: none; border: 0; border-bottom: 2px solid transparent; color: #777f88; cursor: pointer; font-size: .85rem; padding: 0 0 15px; }
.category span { color: #aab0b6; margin-left: 7px; }
.category.is-active { border-bottom-color: var(--ink); color: var(--ink); }
.catalog-note { color: #8a9299; display: flex; font-size: .69rem; justify-content: space-between; letter-spacing: .11em; margin-top: 19px; text-transform: uppercase; }
.catalog-note span:first-child { color: var(--ink); font-weight: 700; }
.catalog { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 30px; }
.catalog-card { background: none; border: 0; color: inherit; cursor: pointer; min-width: 0; padding: 0; text-align: left; width: 100%; }
.catalog-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 6px; }
.js-ready [data-reveal] { opacity: 0; transform: translateY(28px); }
.js-ready [data-reveal].is-visible { animation: reveal .75s var(--card-delay, 0ms) cubic-bezier(.2,.75,.25,1) both; }
.catalog-image { aspect-ratio: .76; background: #d8dadd; overflow: hidden; position: relative; }
.catalog-image img { height: 100%; object-fit: cover; object-position: center; transition: transform .6s ease; width: 100%; }
.catalog-card:hover img { transform: scale(1.035); }
.catalog-image > span { background: rgba(16,19,22,.83); color: var(--silver); font-size: .7rem; left: 12px; padding: 5px 8px; position: absolute; top: 12px; }
.catalog-info { padding: 16px 3px; }
.catalog-info span, .catalog-info small { color: #7b838b; display: block; font-size: .69rem; letter-spacing: .1em; text-transform: uppercase; }
.catalog-info strong { color: var(--ink); display: block; font-family: Manrope, sans-serif; font-size: 1.05rem; margin: 6px 0; }
.door-dialog[hidden] { display: none; }
.door-dialog { align-items: center; display: grid; inset: 0; justify-items: center; padding: 28px; position: fixed; z-index: 50; }
.door-dialog__backdrop { background: rgba(9, 12, 15, .76); inset: 0; position: absolute; }
.door-dialog__panel { background: var(--white); box-shadow: 0 24px 80px rgba(8, 12, 16, .36); color: var(--ink); display: grid; grid-template-columns: minmax(230px, .82fr) minmax(320px, 1.18fr); max-height: calc(100vh - 56px); max-width: 1040px; overflow: auto; position: relative; width: min(100%, 1040px); z-index: 1; }
.door-dialog__image { background: #d8dadd; min-height: 580px; }
.door-dialog__image img { height: 100%; object-fit: cover; width: 100%; }
.door-dialog__body { padding: 48px clamp(28px, 4vw, 58px) 42px; }
.door-dialog__body .eyebrow { color: #777f88; margin-bottom: 18px; }
.door-dialog__body h2 { color: var(--ink); font-size: clamp(2.35rem, 4.5vw, 4.8rem); max-width: 520px; }
.door-dialog__category { color: #68737d; font-size: .9rem; margin: 14px 0 26px; }
.door-dialog__description { color: #596570; font-size: .98rem; margin: 0 0 28px; }
.door-dialog__facts h3, .door-dialog__unknown h3 { font-family: Manrope, sans-serif; font-size: 1rem; margin: 0 0 12px; }
.door-dialog__facts dl { border-top: 1px solid #d8dfe3; margin: 0; }
.door-dialog__facts dl > div { border-bottom: 1px solid #d8dfe3; display: grid; gap: 18px; grid-template-columns: minmax(92px, .45fr) 1fr; padding: 12px 0; }
.door-dialog__facts dt { color: #7b858d; font-size: .76rem; text-transform: uppercase; }
.door-dialog__facts dd { color: var(--ink); font-size: .94rem; margin: 0; }
.door-dialog__unknown { background: var(--mist); margin-top: 28px; padding: 20px; }
.door-dialog__unknown p { color: #5f6b74; font-size: .86rem; margin: 0 0 10px; }
.door-dialog__unknown ul { color: #4c5963; font-size: .85rem; margin: 0; padding-left: 18px; }
.door-dialog__unknown li + li { margin-top: 5px; }
.door-dialog__cta { margin-top: 26px; }
.door-dialog__note { color: #7b858d; font-size: .76rem; margin: 14px 0 0; max-width: 470px; }
.door-dialog__close { background: rgba(16, 19, 22, .88); border: 0; color: var(--white); cursor: pointer; font-size: 1.8rem; height: 42px; line-height: 1; position: absolute; right: 14px; top: 14px; width: 42px; z-index: 2; }
.door-dialog__close:hover { background: var(--gold); color: var(--ink); }
.door-dialog__close:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
body.dialog-open { overflow: hidden; }
.feature-band { align-items: center; background: var(--ink-2); display: grid; gap: 8vw; grid-template-columns: 1fr 1fr; padding: 100px 9vw; }
.feature-image { height: 600px; overflow: hidden; }
.feature-image img { height: 100%; object-fit: cover; width: 100%; }
.feature-copy h2 { color: var(--white); }
.feature-copy p:not(.eyebrow) { color: #d3dbe0; font-size: 1.02rem; margin: 32px 0 35px; max-width: 390px; }
.line-link { border-bottom: 1px solid var(--gold); color: var(--white); display: inline-block; font-size: .8rem; padding-bottom: 7px; }
.contact { align-items: end; display: grid; gap: 8vw; grid-template-columns: 1fr 1fr; padding: 120px 9vw; }
.contact-panel { border-left: 1px solid var(--line); padding-left: 4vw; }
.contact-panel p { color: #d3dbe0; font-size: 1rem; max-width: 390px; }
.contact-panel .button { margin: 25px 0 25px; }
.phone { display: block; font-family: Manrope, sans-serif; font-size: 1.6rem; letter-spacing: -.03em; }
.location { color: #c8d1d7; display: block; font-size: .78rem; margin-top: 8px; }
footer { align-items: center; border-top: 1px solid var(--line); color: #777f88; display: flex; font-size: .72rem; justify-content: space-between; padding: 25px 4.5vw; }
footer .brand { color: var(--white); }
footer > a:last-child { color: var(--silver); }
.mobile-bar { display: none; }
@media (max-width: 900px) { .nav { gap: 20px; margin-right: 0; } .nav a:nth-child(2) { display: none; } .header-cta { display: none; } .hero { grid-template-columns: 1fr; } .hero-copy { padding: 90px 8vw 70px; } .hero-visual { min-height: 560px; padding: 50px 8vw 85px; } .hero-image-wrap { max-height: 520px; } .hero-stamp { left: 8vw; } .hero-caption { right: 8vw; } .intro, .feature-band, .contact { padding-left: 8vw; padding-right: 8vw; } .catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); } .feature-band, .contact, .intro-content { grid-template-columns: 1fr; } .feature-image { height: 470px; } .contact-panel { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 45px; } }
@media (max-width: 900px) { .door-dialog { padding: 18px; } .door-dialog__panel { grid-template-columns: 1fr; } .door-dialog__image { min-height: 330px; max-height: 42vh; } .door-dialog__body { padding: 34px 28px 32px; } }
@media (max-width: 560px) { body { padding-bottom: 61px; } .topbar { font-size: .58rem; gap: 10px; padding: 10px 6vw; } .topbar span:last-child { display: none; } .header { min-height: 76px; padding: 0 6vw; } .nav { display: none; } .hero-copy { padding: 80px 7vw 62px; } h1 { font-size: 4.3rem; } h2 { font-size: 3.15rem; } .hero-lead { font-size: .98rem; } .hero-actions { align-items: flex-start; flex-direction: column; } .hero-meta { gap: 12px; margin-top: 55px; } .hero-visual { min-height: 515px; padding: 35px 7vw 82px; } .hero-image-wrap { min-height: 390px; } .hero-stamp { bottom: 95px; left: 10vw; transform: scale(.86); transform-origin: bottom left; } .hero-caption { bottom: 32px; left: 10vw; right: auto; } .intro { padding-bottom: 95px; padding-top: 90px; } .category-row { gap: 19px; margin-top: 57px; } .category { font-size: .77rem; } .catalog { gap: 18px 10px; } .catalog-info strong { font-size: .9rem; } .feature-band { gap: 55px; padding-bottom: 90px; padding-top: 90px; } .feature-image { height: 390px; } .contact { gap: 55px; padding-bottom: 90px; padding-top: 90px; } footer { align-items: flex-start; flex-direction: column; gap: 18px; padding: 25px 7vw 85px; } .mobile-bar { background: rgba(16,19,22,.97); bottom: 0; display: grid; grid-template-columns: 1fr 1fr; left: 0; position: fixed; right: 0; z-index: 10; } .mobile-bar a { border-right: 1px solid var(--line); color: var(--white); font-size: .8rem; padding: 18px; text-align: center; } .mobile-bar a:last-child { background: var(--gold); border: 0; color: var(--ink); } }
@media (max-width: 560px) { .door-dialog { padding: 10px; } .door-dialog__panel { max-height: calc(100vh - 20px); } .door-dialog__image { min-height: 235px; max-height: 32vh; } .door-dialog__body { padding: 28px 20px 24px; } .door-dialog__body h2 { font-size: 2.45rem; } .door-dialog__facts dl > div { gap: 10px; grid-template-columns: 86px 1fr; } .door-dialog__unknown { padding: 16px; } }
@media (max-width: 560px) { .mobile-bar { background: rgba(53,65,75,.98); box-shadow: 0 -8px 24px rgba(23,31,38,.18); } .mobile-bar a { align-items: center; font-size: .82rem; font-weight: 700; justify-content: center; min-height: 61px; transition: filter .2s ease, transform .2s ease; } .mobile-bar a:hover { filter: brightness(1.06); } .mobile-bar a:active { transform: translateY(1px); } .mobile-bar a:first-child { background: var(--call); border: 0; color: #fff; } .mobile-bar a:last-child { background: var(--whatsapp); border: 0; color: #0a2916; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } .js-ready [data-reveal] { opacity: 1; transform: none; } }
