.hero{background:var(--navy);align-items:flex-end;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__slides{position:absolute;inset:0}.hero__slide{opacity:0;background:var(--navy);transition:opacity .9s;position:absolute;inset:0}.hero__slide--active{opacity:1;z-index:1}.hero__image{object-fit:contain;object-position:center}.hero__overlay{z-index:2;pointer-events:none;background:linear-gradient(#0a246373 0%,#0a24631f 35%,#0a246333 55%,#0a2463e0 100%);position:absolute;inset:0}.hero__content{z-index:3;color:#fff;width:100%;max-width:1200px;margin-inline:auto;padding:7.5rem 1.25rem 5.5rem;position:relative}.hero__brand{font-family:var(--font-display);color:var(--gold);letter-spacing:.03em;margin:0 0 .75rem;font-size:clamp(2.35rem,8vw,4.25rem);font-weight:700;line-height:1.15;animation:.7s both heroFadeUp}.hero__title{font-family:var(--font-display);color:#fff;max-width:20ch;margin:0 0 .75rem;font-size:clamp(1.35rem,3.5vw,1.85rem);font-weight:600;line-height:1.35;animation:.7s 80ms both heroFadeUp}.hero__subtitle{color:#ffffffe6;max-width:36ch;margin:0 0 1.75rem;font-size:clamp(1rem,2.4vw,1.2rem);line-height:1.7;animation:.7s .16s both heroFadeUp}.hero__actions{flex-wrap:wrap;gap:.85rem;animation:.7s .24s both heroFadeUp;display:flex}.hero__btn{border-radius:4px;justify-content:center;align-items:center;min-height:48px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .25s,color .25s,border-color .25s,transform .25s;display:inline-flex}.hero__btn--gold{background:var(--gold);color:var(--navy)}.hero__btn--gold:hover{background:#e4c45a;transform:translateY(-2px)}.hero__btn--outline{color:#fff;background:0 0;border:1.5px solid #ffffffbf}.hero__btn--outline:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}.hero__dots{z-index:4;inset-inline:0;justify-content:center;gap:.55rem;display:flex;position:absolute;bottom:1.5rem}.hero__dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:background .25s,transform .25s,width .25s}.hero__dot--active{background:var(--gold);border-radius:999px;width:28px;transform:none}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.hero{align-items:center}.hero__content{padding:8rem 2rem 4rem}.hero__dots{bottom:2rem}}@media (min-width:1024px){.hero__content{padding-inline:2rem}}@media (prefers-reduced-motion:reduce){.hero__slide,.hero__brand,.hero__title,.hero__subtitle,.hero__actions{transition:opacity .3s;animation:none}}
.about{background:linear-gradient(165deg,#fff 0%,#f7f4ea 45%,#fff 100%);padding:4.5rem 1.25rem;position:relative;overflow:hidden}.about__glow{top:-10%;pointer-events:none;background:radial-gradient(circle,#d4af3738,#0000 70%);width:min(70vw,420px);height:min(70vw,420px);position:absolute;inset-inline-end:-8%}.about__inner{z-index:1;align-items:center;gap:2.5rem;max-width:1200px;margin-inline:auto;display:grid;position:relative}.about__media{aspect-ratio:4/5;width:100%;max-height:560px;position:relative;overflow:hidden}.about__image{object-fit:cover;object-position:center top}.about__media-frame{pointer-events:none;z-index:1;border:1.5px solid #d4af37bf;position:absolute;inset:12px}.about__content{color:var(--navy)}.about__eyebrow{letter-spacing:.12em;color:var(--gold-deep);text-transform:uppercase;margin:0 0 .5rem;font-size:.85rem;font-weight:600}.about__title{font-family:var(--font-display);color:var(--navy);margin:0 0 1rem;font-size:clamp(2rem,5vw,2.75rem);font-weight:700;display:inline-block;position:relative}.about__title:after{content:"";background:linear-gradient(90deg, var(--gold), transparent);width:64px;height:3px;margin-top:.65rem;display:block}.about__lead{color:var(--navy);margin:0 0 1rem;font-size:clamp(1.05rem,2.2vw,1.2rem);font-weight:600;line-height:1.85}.about__text{color:#0a2463d1;margin:0 0 1.75rem;font-size:1rem;line-height:1.9}.about__facts{border-top:1px solid #0a24631f;gap:1rem;margin:0;padding:1.5rem 0 0;list-style:none;display:grid}.about__facts li{gap:.25rem;display:grid}.about__fact-label{color:var(--gold-deep);letter-spacing:.04em;font-size:.8rem;font-weight:700}.about__fact-value{color:var(--navy);font-size:1rem;line-height:1.6}@media (min-width:768px){.about{padding:5.5rem 2rem}.about__media{aspect-ratio:5/4;min-height:360px;max-height:none}}@media (min-width:900px){.about__inner{grid-template-columns:1.05fr 1fr;gap:3.5rem}.about__media{aspect-ratio:4/5;min-height:480px}.about__facts li{grid-template-columns:5.5rem 1fr;align-items:baseline;gap:1rem}}@media (min-width:1024px){.about{padding-block:6.5rem}}
