@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@400;500;600;700;800&display=swap');

:root {
    --red: #ad1019;
    --red-dark: #790b12;
    --ink: #171719;
    --muted: #68686d;
    --line: #e8e5e3;
    --paper: #fff;
    --soft: #f6f3f1;
    --radius: 24px;
    --shadow: 0 20px 60px rgba(30, 18, 18, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "Alexandria", Tahoma, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    overflow-x: hidden;
}
body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; top: -80px; right: 20px; z-index: 1000; padding: 10px 16px; background: #fff; color: #111; border-radius: 8px; }
.skip-link:focus { top: 15px; }

.site-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 20;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.18);
}
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1.15; }
.brand-mark { display: grid; place-items: center; width: 50px; height: 50px; padding: 8px; background: #fff; border-radius: 14px; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand strong { display: block; font-size: 1.35rem; }
.brand small { display: block; margin-top: 5px; font-size: .76rem; opacity: .78; }
nav { display: flex; align-items: center; gap: 30px; font-size: .94rem; font-weight: 700; }
nav a { transition: opacity .2s ease, background .2s ease; }
nav a:hover { opacity: .72; }
.nav-cta { padding: 9px 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; }

.hero { position: relative; min-height: min(900px, 100svh); display: grid; align-items: center; color: #fff; isolation: isolate; }
.hero-media, .hero-shade { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.22), rgba(0,0,0,.38) 44%, rgba(14,8,8,.86) 100%); }
.hero-content { padding-top: 130px; padding-bottom: 86px; }
.eyebrow, .kicker { margin: 0 0 18px; color: var(--red); font-size: .84rem; font-weight: 800; letter-spacing: .03em; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #fff; }
.eyebrow span { width: 32px; height: 2px; background: #e6545c; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.2rem, 7vw, 6.6rem); line-height: 1.05; letter-spacing: -.045em; }
.hero h1 em { color: #ff727a; font-style: normal; }
.hero-lead { max-width: 620px; margin: 28px 0 34px; color: rgba(255,255,255,.87); font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.9; }
.hero-actions, .closing-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 24px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 21px; height: 21px; fill: currentColor; }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 12px 30px rgba(173,16,25,.3); }
.button-primary:hover { background: #c31620; }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.button-white { color: var(--red-dark); background: #fff; }
.button-outline-white { color: #fff; border: 1px solid rgba(255,255,255,.5); }
.hero-facts { max-width: 760px; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 60px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.22); }
.hero-facts div { padding-inline: 25px; border-inline-start: 1px solid rgba(255,255,255,.2); }
.hero-facts div:first-child { padding-inline-start: 0; border: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-size: 1.6rem; }
.hero-facts span { color: rgba(255,255,255,.65); font-size: .82rem; }
.scroll-cue { position: absolute; left: 50%; bottom: 28px; width: 26px; height: 42px; border: 1px solid rgba(255,255,255,.4); border-radius: 20px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; top: 9px; left: 50%; width: 4px; height: 7px; background: #fff; border-radius: 4px; transform: translateX(-50%); animation: scroll 1.8s infinite; }
@keyframes scroll { 0%,100% { opacity: .25; transform: translate(-50%,0); } 50% { opacity: 1; transform: translate(-50%,10px); } }

.intro { background: #fff; }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: start; }
.section-heading h2, .profile-content h2, .location-content h2 { margin: 0; font-size: clamp(2.1rem, 4.3vw, 4rem); line-height: 1.25; letter-spacing: -.035em; }
.intro-copy { padding-top: 40px; color: var(--muted); font-size: 1.05rem; }
.intro-copy p { margin: 0 0 18px; }
.feature-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 75px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.feature-strip article { display: flex; gap: 17px; padding: 30px; background: #fff; }
.feature-icon { flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; color: var(--red); background: #fcebed; border-radius: 14px; }
.feature-icon svg { width: 25px; fill: currentColor; }
.feature-strip h3 { margin: 0 0 3px; font-size: 1.05rem; }
.feature-strip p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }

.gallery-section { background: var(--soft); }
.gallery-header { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 44px; }
.gallery-header > p { max-width: 420px; margin: 0 0 8px; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-auto-rows: 280px; gap: 16px; }
.gallery-card { position: relative; min-width: 0; padding: 0; overflow: hidden; color: #fff; background: #222; border: 0; border-radius: 18px; cursor: zoom-in; text-align: right; }
.gallery-card-1 { grid-row: span 2; }
.gallery-card-4, .gallery-card-5 { grid-column: span 1; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.gallery-card:hover img, .gallery-card:focus-visible img { transform: scale(1.045); }
.gallery-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.8)); }
.gallery-card span { position: absolute; z-index: 1; right: 22px; bottom: 19px; left: 22px; display: flex; justify-content: space-between; align-items: end; gap: 10px; }
.gallery-card b { font-size: 1rem; }
.gallery-card i { font-size: .72rem; font-style: normal; opacity: .7; }

.profile-section { background: #fff; }
.profile-card { min-height: 620px; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; background: var(--red-dark); color: #fff; border-radius: 32px; box-shadow: var(--shadow); }
.profile-visual { position: relative; min-height: 430px; overflow: hidden; }
.profile-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(121,11,18,.3), transparent); }
.profile-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.profile-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 76px); }
.kicker.light { color: #ff9da2; }
.profile-content h2 { font-size: clamp(2rem, 3.7vw, 3.4rem); }
.profile-content > p { color: rgba(255,255,255,.77); }
.profile-content ul { margin: 13px 0 30px; padding: 0; list-style: none; }
.profile-content li { position: relative; padding: 7px 25px 7px 0; }
.profile-content li::before { content: ""; position: absolute; right: 0; top: 19px; width: 9px; height: 9px; background: #ff8990; border-radius: 50%; }
.profile-content .button { align-self: flex-start; }

.location-section { background: #fff; }
.location-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 65px; align-items: center; }
.location-content > p:not(.kicker) { margin: 22px 0; color: var(--muted); }
.coordinates { width: fit-content; margin: 0 0 28px; padding: 10px 16px; background: var(--soft); border: 1px solid var(--line); border-radius: 10px; color: #555; font-family: ui-monospace, monospace; font-size: .9rem; }
.map-wrap { height: 500px; overflow: hidden; background: #ddd; border-radius: 28px; box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

.closing-section { padding: 90px 0; background: linear-gradient(135deg, #6d090f, #b8121c 65%, #d93b44); color: #fff; }
.closing-content { text-align: center; }
.closing-content > p { margin: 0 0 15px; color: #ffb2b6; font-weight: 800; }
.closing-content h2 { max-width: 800px; margin: 0 auto 30px; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.3; }
.closing-actions { justify-content: center; }
footer { padding: 28px 0; background: #171719; color: #fff; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand-footer .brand-mark { background: #fff; }
.footer-wrap > p { color: rgba(255,255,255,.55); font-size: .86rem; }

.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 60px 85px; background: rgba(10,7,7,.94); color: #fff; }
.lightbox[hidden] { display: none; }
.lightbox figure { max-width: min(1100px, 90vw); max-height: 85vh; margin: 0; text-align: center; }
.lightbox img { max-height: 78vh; margin: auto; border-radius: 12px; object-fit: contain; }
.lightbox figcaption { margin-top: 12px; color: rgba(255,255,255,.8); }
.lightbox button { position: absolute; z-index: 2; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; cursor: pointer; }
.lightbox-close { top: 22px; left: 25px; width: 46px; height: 46px; font-size: 2rem; }
.lightbox-next, .lightbox-prev { top: 50%; width: 52px; height: 52px; font-size: 2.4rem; transform: translateY(-50%); }
.lightbox-next { left: 22px; }
.lightbox-prev { right: 22px; }

:focus-visible { outline: 3px solid #ff7b82; outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 900px) {
    .section { padding: 82px 0; }
    nav a:not(.nav-cta) { display: none; }
    .intro-grid, .location-grid { grid-template-columns: 1fr; gap: 30px; }
    .intro-copy { padding-top: 0; }
    .feature-strip { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 260px; }
    .gallery-card-1 { grid-row: span 2; }
    .profile-card { grid-template-columns: 1fr; }
    .profile-visual { min-height: 420px; }
    .location-content { text-align: center; }
    .location-content .coordinates, .location-content .button { margin-inline: auto; }
    .map-wrap { height: 430px; }
}

@media (max-width: 620px) {
    .container { width: min(100% - 28px, 1180px); }
    .section { padding: 66px 0; }
    .nav-wrap { min-height: 76px; }
    .brand-mark { width: 42px; height: 42px; padding: 7px; border-radius: 12px; }
    .brand strong { font-size: 1.12rem; }
    .brand small { font-size: .65rem; }
    .nav-cta { padding: 7px 13px; font-size: .78rem; }
    .hero { min-height: 810px; align-items: end; }
    .hero-media img { object-position: 50% center; }
    .hero-shade { background: linear-gradient(180deg, rgba(0,0,0,.3), rgba(14,8,8,.91) 78%); }
    .hero-content { padding-top: 120px; padding-bottom: 68px; }
    .hero h1 { font-size: clamp(2.65rem, 11.8vw, 3.7rem); }
    .hero-lead { margin: 22px 0 28px; font-size: 1rem; }
    .hero-actions .button { width: 100%; }
    .hero-facts { grid-template-columns: 1fr 1fr; margin-top: 38px; gap: 18px 0; }
    .hero-facts div { padding-inline: 14px; }
    .hero-facts div:nth-child(3) { grid-column: 1 / -1; padding-top: 15px; padding-inline: 0; border-inline-start: 0; border-top: 1px solid rgba(255,255,255,.16); }
    .hero-facts strong { font-size: 1.3rem; }
    .scroll-cue { display: none; }
    .section-heading h2, .profile-content h2, .location-content h2 { font-size: 2.05rem; }
    .feature-strip { margin-top: 44px; }
    .feature-strip article { padding: 23px; }
    .gallery-header { display: block; margin-bottom: 30px; }
    .gallery-header > p { margin-top: 15px; }
    .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
    .gallery-card-1 { grid-row: auto; }
    .profile-card { width: calc(100% - 20px); border-radius: 24px; }
    .profile-visual { min-height: 260px; }
    .profile-content { padding: 34px 25px 38px; }
    .profile-content .button { width: 100%; padding-inline: 17px; }
    .map-wrap { height: 360px; border-radius: 20px; }
    .closing-section { padding: 70px 0; }
    .closing-actions .button { width: 100%; }
    .footer-wrap { flex-direction: column; text-align: center; }
    .lightbox { padding: 70px 15px; }
    .lightbox-next, .lightbox-prev { top: auto; bottom: 18px; }
}
