@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@600;700&display=swap");

:root {
    --green-900: #073f27;
    --green-800: #0b4d31;
    --green-700: #0d5b36;
    --green-100: #e8f4ec;
    --gold: #b68729;
    --gold-soft: #efe2c3;
    --text: #1d2a24;
    --muted: #64736c;
    --line: #e4ebe7;
    --card: #ffffff;
    --bg: #f7faf8;
    --shadow: 0 18px 42px rgba(7, 63, 39, .11);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --container: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 118px; width: 100%; max-width: 100%; overflow-x: hidden; }
body {
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top right, rgba(208, 234, 218, .8), transparent 34rem),
        linear-gradient(180deg, #ffffff 0%, var(--bg) 72%);
    line-height: 1.55;
    padding-top: 92px;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: absolute; left: -999px; top: 12px; background: #fff; padding: 10px 14px; border-radius: 10px; z-index: 99; }
.skip-link:focus { left: 12px; }

.site-header {
    position: fixed;
    width: 100%;
    max-width: 100vw;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: rgba(255,255,255,.87);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(13, 91, 54, .08);
}
.header-inner {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 14px 28px;
}
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.menu-toggle {
    width: 46px;
    height: 46px;
    border: 0;
    background: transparent;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}
.menu-toggle span { display: block; width: 29px; height: 3px; background: var(--text); border-radius: 999px; }
.desktop-nav { display: flex; gap: 18px; margin-left: auto; color: var(--muted); font-weight: 700; white-space: nowrap; }
.desktop-nav a:hover { color: var(--green-700); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 15px;
    font-weight: 850;
    border: 1px solid transparent;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: linear-gradient(145deg, var(--green-700), var(--green-900)); box-shadow: 0 14px 28px rgba(13, 91, 54, .24); }
.btn-outline { color: var(--green-800); border-color: rgba(13,91,54,.35); background: #fff; }
.mobile-menu { display: none; }

.section { max-width: var(--container); margin: 0 auto; padding: 34px 28px; scroll-margin-top: 118px; }
.hero {
    min-height: 600px;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
    align-items: center;
    gap: 30px;
    padding-top: 58px;
}
.hero-copy { min-width: 0; max-width: 100%; }

.eyebrow {
    margin: 0 0 10px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .86rem;
    font-weight: 900;
}
h1, h2, h3 {
    margin: 0;
    line-height: 1.05;
    color: var(--green-900);
    font-family: "Rajdhani", "Eurostile", "Bank Gothic", "Segoe UI", system-ui, sans-serif;
    font-weight: 700;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
}
h1 { font-size: clamp(1.8rem, 3.5vw, 2.95rem); text-transform: uppercase; letter-spacing: .015em; }
h2 { font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.015em; }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); letter-spacing: -.01em; }
.lead { max-width: 560px; margin: 22px 0 28px; font-size: clamp(1.08rem, 2vw, 1.32rem); color: var(--muted); }
.cta-stack { display: grid; gap: 16px; max-width: 430px; }
.phone-card,
.address-card {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 22px;
}
.phone-card {
    padding: 18px 20px;
    color: #fff;
    background: linear-gradient(145deg, var(--green-700), var(--green-900));
    box-shadow: var(--shadow);
}
.phone-card small { display: block; font-size: .92rem; opacity: .9; }
.phone-card strong { display: block; font-size: clamp(1.8rem, 4vw, 2.45rem); line-height: 1; letter-spacing: .02em; }
.phone-icon { width: 50px; height: 50px; border-radius: 16px; display: grid; place-items: center; background: rgba(255,255,255,.16); font-size: 1.8rem; }
.address-card { padding: 4px 6px; color: var(--muted); font-size: 1.08rem; }
.address-card strong { color: var(--text); }
.pin { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--green-700); font-size: .85rem; }
.hero-visual {
    position: relative;
    min-height: 520px;
    border-radius: 42px 0 0 42px;
    overflow: hidden;
    background: linear-gradient(145deg, var(--green-100), #fff);
    box-shadow: var(--shadow);
}
.hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.85), transparent 38%);
    z-index: 1;
    pointer-events: none;
}
.hero-visual picture { display: block; width: 100%; height: 100%; min-height: 520px; }
.hero-visual img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: 54% 50%; }

.card {
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(13,91,54,.08);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
}
.card-heading { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; }
.circle-icon,
.map-pin {
    flex: 0 0 auto;
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--green-100);
    color: var(--green-800);
    font-size: 2rem;
    font-weight: 900;
}
.hours-card {
    padding: 34px;
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 22px;
    align-items: center;
}
.side-heading { margin-bottom: 0; }
.hours-table { display: grid; }
.hours-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
}
.hours-row:last-child { border-bottom: 0; }
.hours-row strong { color: var(--green-700); font-size: 1.12rem; }
.section-title { margin-bottom: 22px; }
.section-title.compact { margin-bottom: 16px; }
.price-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.price-card { padding: 34px; }
.price-list { list-style: none; margin: 0; padding: 0; }
.price-list li {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
}
.price-list li:last-child { border-bottom: 0; }
.price-list span::before { content: "•"; color: var(--green-700); font-weight: 900; margin-right: 12px; }
.price-list strong { color: var(--green-700); white-space: nowrap; font-size: 1.12rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gallery-grid img { width: 100%; height: 250px; object-fit: cover; border-radius: 18px; box-shadow: 0 10px 26px rgba(7, 63, 39, .12); }
.location-card { padding: 34px; }
.location-heading { align-items: flex-start; }
.location-content { display: grid; grid-template-columns: .9fr 1fr; gap: 34px; align-items: center; }
.map-card { margin: 0; overflow: hidden; border-radius: 20px; background: var(--green-100); }
.google-map-card { position: relative; min-height: 340px; box-shadow: inset 0 0 0 1px rgba(13,91,54,.08); }
.google-map-card iframe { width: 100%; height: 340px; display: block; border: 0; filter: saturate(.92) contrast(.98); }
.transport-info p { margin-top: 0; font-size: 1.1rem; }
.transport-info ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.transport-info li { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 10px; align-items: start; }
.transport-info li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--green-100); color: var(--green-700); font-weight: 900; flex: 0 0 auto; }
.transport-line div { min-width: 0; line-height: 1.65; }
.transport-label { color: var(--text); font-weight: 800; white-space: nowrap; }
.transport-numbers { color: var(--green-700); font-weight: 800; word-spacing: .05em; white-space: normal; overflow-wrap: normal; word-break: normal; }
.site-footer { width: 100%; max-width: 100vw; margin: 40px 0 0; color: #fff; background: linear-gradient(145deg, var(--green-900), var(--green-700)); }
.footer-inner { width: 100%; max-width: var(--container); min-height: 110px; padding: 24px 28px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-inner img { filter: brightness(0) invert(1); opacity: .96; flex: 0 0 auto; }
.privacy-note-footer { max-width: 820px; color: rgba(255,255,255,.92); text-align: right; }
.privacy-note-footer strong { display: block; margin-bottom: 6px; font-family: var(--display-font); font-size: clamp(1.15rem, 2vw, 1.55rem); letter-spacing: .02em; color: #fff; }
.privacy-note-footer p { margin: 0; font-size: .93rem; line-height: 1.55; }

@media (max-width: 920px) {
    body { padding-top: 78px; }
    html { scroll-padding-top: 104px; }
    .section { scroll-margin-top: 104px; }
    .desktop-nav { display: none; }
    .menu-toggle { display: flex; }
    .header-inner { min-height: 78px; padding: 10px 16px; gap: 10px; }
    .brand img { width: 145px; height: auto; }
    .header-actions .btn-outline { display: none; }
    .header-actions .btn-primary { min-height: 44px; padding-inline: 14px; font-size: .95rem; }
    .mobile-menu {
        display: block;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: max-height .26s ease, opacity .18s ease, visibility .18s ease;
        border-top: 1px solid rgba(13,91,54,.08);
        background: rgba(255,255,255,.98);
        box-shadow: 0 18px 34px rgba(7, 63, 39, .12);
    }
    .mobile-menu.is-open {
        max-height: 280px;
        opacity: 1;
        visibility: visible;
    }
    .mobile-menu a { display: block; padding: 14px 22px; border-bottom: 1px solid rgba(13,91,54,.08); font-weight: 800; color: var(--green-900); }
    .hero { grid-template-columns: 1fr; padding-top: 28px; }
    .hero-visual { order: -1; min-height: 360px; border-radius: 0 0 36px 36px; }
    .hero-visual picture { min-height: 360px; }
    .hero-visual img { min-height: 360px; object-position: 50% 42%; }
    .hours-card, .location-content { grid-template-columns: 1fr; }
    .side-heading { margin-bottom: 8px; }
}

@media (max-width: 680px) {
    html { scroll-padding-top: 104px; }
    .section { scroll-margin-top: 104px; }
    .section { padding: 24px 16px; }
    .hero { min-height: auto; }
    h1 { font-size: clamp(1.45rem, 7.5vw, 2.35rem); line-height: 1.02; letter-spacing: .01em; }
    .lead { margin-top: 16px; }
    .hero-visual { min-height: 320px; margin-inline: -16px; }
    .hero-visual picture { min-height: 320px; }
    .hero-visual img { min-height: 320px; object-position: 50% 42%; }
    .phone-card { border-radius: 20px; }
    .hours-card, .price-card, .location-card { padding: 22px; border-radius: 22px; }
    .card-heading { gap: 12px; }
    .circle-icon, .map-pin { width: 52px; height: 52px; font-size: 1.6rem; }
    .hours-row { grid-template-columns: 1fr; gap: 0; padding: 11px 0; }
    .price-list li { grid-template-columns: 1fr; gap: 4px; }
    .price-list span::before { margin-right: 8px; }
    .gallery-grid { grid-template-columns: 1fr; }
    .gallery-grid img { height: 215px; }
    .google-map-card, .google-map-card iframe { min-height: 285px; height: 285px; }
    .footer-inner { flex-direction: column; align-items: flex-start; }
    .privacy-note-footer { max-width: none; text-align: left; }
    .privacy-note-footer p { font-size: .88rem; }
}


.map-note {
    margin: -0.35rem 0 1.15rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: #f3faf6;
    color: #2a3f35;
    font-size: 0.95rem;
    line-height: 1.5;
}

.map-note a {
    color: var(--green);
    font-weight: 800;
    text-decoration: none;
}

.map-note a:hover {
    text-decoration: underline;
}
