:root {
    --bg: #0b0b0b;
    --panel: #111111;
    --panel-2: #171717;
    --text: #f4f1ea;
    --muted: #b8b4ab;
    --gold: #c7a866;
    --gold-light: #e3cd9b;
    --line: rgba(255,255,255,.10);
    --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; display: block; }

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 20;
    height: 82px;
    padding: 0 clamp(20px, 4vw, 64px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to bottom, rgba(0,0,0,.78), rgba(0,0,0,.08));
}
.brand { display: flex; gap: 12px; align-items: center; text-decoration: none; }
.brand-mark {
    width: 42px; height: 42px; border: 1px solid rgba(199,168,102,.7);
    border-radius: 50%; display: grid; place-items: center;
    font-family: Georgia, serif; color: var(--gold-light); letter-spacing: 1px;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { font-family: Georgia, serif; font-size: 1.05rem; font-weight: 400; }
.brand-text small { margin-top: 4px; color: var(--gold-light); text-transform: uppercase; letter-spacing: 2.5px; font-size: .58rem; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { text-decoration: none; font-size: .85rem; letter-spacing: .8px; color: rgba(255,255,255,.88); }
.main-nav a:hover { color: var(--gold-light); }
.nav-cta { border: 1px solid rgba(199,168,102,.65); border-radius: 999px; padding: 9px 18px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 1px; background: #fff; margin: 6px 0; }

.hero {
    position: relative;
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: url("images/ikar-hero.png") center 48% / cover no-repeat;
    overflow: hidden;
}
.hero-shade {
    position: absolute; inset: 0;
    background:
        linear-gradient(to bottom, rgba(0,0,0,.25), rgba(0,0,0,.06) 42%, rgba(0,0,0,.72)),
        linear-gradient(to right, rgba(0,0,0,.13), transparent 38%, rgba(0,0,0,.08));
}
.hero-content { position: relative; z-index: 2; text-align: center; padding: 30px; transform: translateY(-25vh); }
.eyebrow { display: inline-block; color: var(--gold-light); font-size: .72rem; letter-spacing: 5px; font-weight: 700; }
.hero h1, .page-hero h1, .simple-hero h1 {
    margin: 8px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: 1px;
}
.hero h1 { font-size: clamp(3.8rem, 8vw, 7.8rem); line-height: .95; text-shadow: 0 3px 24px rgba(0,0,0,.45); }
.hero-content > p { margin: 18px 0 30px; color: #eadfca; letter-spacing: 3px; font-size: clamp(.9rem, 1.7vw, 1.15rem); text-shadow: 0 2px 10px rgba(0,0,0,.8); }
.hero-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-block; border-radius: 999px; padding: 12px 28px; text-decoration: none; font-size: .86rem; font-weight: 700; letter-spacing: 1px; transition: .25s ease; }
.btn-primary { background: var(--gold); color: #111; border: 1px solid var(--gold); }
.btn-primary:hover { background: #ddc17f; transform: translateY(-2px); }
.btn-ghost { border: 1px solid rgba(255,255,255,.5); background: rgba(0,0,0,.22); backdrop-filter: blur(6px); }
.btn-ghost:hover { border-color: var(--gold-light); color: var(--gold-light); transform: translateY(-2px); }
.scroll-cue { position: absolute; z-index: 2; bottom: 24px; left: 50%; transform: translateX(-50%); width: 30px; height: 60px; display: grid; place-items: center; }
.scroll-cue span { width: 1px; height: 44px; background: linear-gradient(to bottom, var(--gold-light), transparent); }

.section { padding: 110px clamp(22px, 5vw, 70px); }
.section > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.section-intro { background: #0d0d0d; }
.section-heading { text-align: center; }
.narrow { max-width: 800px !important; }
.section-heading h2, .two-column h2, .contact-layout h2 {
    margin: 12px 0 20px;
    font-family: Georgia, serif;
    font-size: clamp(2.1rem, 4vw, 4rem);
    font-weight: 400;
    line-height: 1.1;
}
.section-heading p, .lead { color: var(--muted); font-size: 1.05rem; }
.feature-grid { margin-top: 65px !important; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 280px; padding: 30px; border: 1px solid var(--line); background: linear-gradient(145deg, #121212, #0d0d0d); }
.feature-card > span { color: var(--gold); font-family: Georgia, serif; font-size: 1.5rem; }
.feature-card h3 { margin: 38px 0 12px; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; }
.feature-card p { color: var(--muted); }
.feature-card a, .text-link { color: var(--gold-light); text-decoration: none; }
.statement { min-height: 520px; padding: 90px 24px; display: grid; place-items: center; background: radial-gradient(circle at center, #262013, #0b0b0b 70%); text-align: center; }
.statement-inner { max-width: 900px; }
blockquote { margin: 20px auto 28px; font-family: Georgia, serif; font-size: clamp(2rem, 4.2vw, 4.4rem); line-height: 1.1; font-weight: 400; }

.inner-page { padding-top: 0; }
.page-hero { min-height: 68vh; position: relative; display: grid; place-items: end center; padding: 130px 24px 70px; background-size: cover; background-position: center; }
.page-hero-dog { background-image: url("images/ikar-hero.png"); background-position: center 50%; }
.page-hero-content { position: relative; z-index: 2; max-width: 800px; text-align: center; }
.page-hero h1 { font-size: clamp(3rem, 7vw, 6rem); }
.page-hero p { color: #e2ddd4; }
.simple-hero { min-height: 390px; padding: 150px 24px 70px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: radial-gradient(circle at 50% 30%, #282116, #0b0b0b 65%); }
.simple-hero h1 { font-size: clamp(3rem, 7vw, 6rem); }
.simple-hero p { max-width: 650px; color: var(--muted); }
.two-column { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.facts { margin: 0; border-top: 1px solid var(--line); }
.facts div { display: grid; grid-template-columns: 1fr 1.4fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.facts dt { color: var(--muted); }
.facts dd { margin: 0; text-align: right; }
.section-dark { background: var(--panel); }
.health-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.info-card { padding: 30px; min-height: 240px; border: 1px solid var(--line); background: var(--panel); }
.info-card > span { color: var(--gold); font-family: Georgia, serif; font-size: 1.7rem; }
.info-card h2 { margin-top: 35px; font-family: Georgia, serif; font-weight: 400; font-size: 1.35rem; }
.info-card p { color: var(--muted); }
.notice { margin-top: 35px !important; color: #aaa59b; font-size: .9rem; text-align: center; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.gallery-main { grid-row: span 2; margin: 0; position: relative; overflow: hidden; min-height: 600px; background: var(--panel); }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-main figcaption { position: absolute; left: 20px; bottom: 18px; background: rgba(0,0,0,.6); padding: 7px 12px; font-size: .8rem; }
.gallery-placeholder { min-height: 292px; display: grid; place-items: center; align-content: center; border: 1px dashed rgba(199,168,102,.35); background: #101010; color: #7f796e; }
.gallery-placeholder span { font-size: 2rem; color: var(--gold); }
.gallery-placeholder p { margin: 4px 0 0; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-card { padding: 34px; border: 1px solid var(--line); background: var(--panel); }
.contact-card h2 { font-size: 2.2rem; }
.contact-card p { color: var(--muted); padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.contact-card a { color: var(--gold-light); text-decoration: none; }
.contact-copy p { color: var(--muted); margin-bottom: 28px; }

.site-footer { padding: 36px clamp(22px, 5vw, 70px); border-top: 1px solid var(--line); background: #080808; display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.site-footer div { display: flex; flex-direction: column; }
.site-footer strong { font-family: Georgia, serif; font-size: 1.3rem; font-weight: 400; }
.site-footer span, .site-footer p { color: #77736c; font-size: .78rem; }

@media (max-width: 900px) {
    .main-nav {
        position: absolute; top: 74px; right: 18px; min-width: 220px;
        display: none; flex-direction: column; align-items: stretch; gap: 0;
        padding: 10px; background: rgba(10,10,10,.97); border: 1px solid var(--line);
    }
    .main-nav.is-open { display: flex; }
    .main-nav a { padding: 12px 14px; }
    .nav-cta { border-radius: 8px; }
    .menu-toggle { display: block; }
    .feature-grid, .health-grid { grid-template-columns: repeat(2, 1fr); }
    .two-column, .contact-layout { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 600px) {
    .site-header { height: 72px; padding-inline: 16px; }
    .brand-text small { letter-spacing: 1.5px; }
    .hero { background-position: 55% center; }
    .hero-content { transform: translateY(-23vh); padding-inline: 14px; }
    .hero h1 { font-size: clamp(3rem, 18vw, 5rem); }
    .hero-content > p { letter-spacing: 1.4px; }
    .section { padding: 78px 20px; }
    .feature-grid, .health-grid, .gallery-grid { grid-template-columns: 1fr; }
    .gallery-main { min-height: 430px; grid-row: auto; }
    .gallery-placeholder { min-height: 180px; }
    .facts div { grid-template-columns: 1fr; gap: 4px; }
    .facts dd { text-align: left; }
    .site-footer { flex-direction: column; align-items: flex-start; }
}
