:root {
    --hgn-ink: #25161a;
    --hgn-ink-soft: #5f4b50;
    --hgn-cream: #fff8f1;
    --hgn-ivory: #fffdf8;
    --hgn-blush: #f3d8d3;
    --hgn-blush-soft: #fbebe7;
    --hgn-wine: #5b182b;
    --hgn-wine-deep: #2c0711;
    --hgn-gold: #c59a54;
    --hgn-champagne: #f2ddbd;
    --hgn-border: rgba(91, 24, 43, 0.14);
    --hgn-shadow: 0 24px 70px rgba(44, 7, 17, 0.15);
    --hgn-radius: 28px;
    --hgn-radius-sm: 18px;
    --hgn-container: min(1160px, calc(100% - 40px));
    --hgn-serif: Georgia, 'Times New Roman', serif;
    --hgn-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--hgn-sans);
    color: var(--hgn-ink);
    background: var(--hgn-ivory);
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration-color: rgba(197, 154, 84, .7); text-underline-offset: 4px; }
a:hover { color: var(--hgn-wine); }
button, input, textarea, select { font: inherit; }

.hgn-container { width: var(--hgn-container); margin-inline: auto; }
.hgn-skip-link {
    position: absolute;
    left: 20px;
    top: -60px;
    z-index: 9999;
    background: var(--hgn-wine);
    color: #fff;
    padding: 10px 14px;
    border-radius: 999px;
}
.hgn-skip-link:focus { top: 15px; }

.hgn-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 253, 248, .88);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--hgn-border);
}
.hgn-header-inner {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.hgn-brand {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    text-decoration: none;
    min-width: max-content;
}
.custom-logo-link img {
    display: block;
    max-height: 70px;
    width: auto;
}
.hgn-brand-name {
    font-family: var(--hgn-serif);
    font-size: clamp(1.45rem, 2vw, 2rem);
    letter-spacing: .09em;
    text-transform: uppercase;
    line-height: 1;
    color: var(--hgn-wine-deep);
}
.hgn-brand-tagline {
    font-size: .72rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--hgn-gold);
    font-weight: 700;
}
.hgn-primary-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}
.hgn-menu, .hgn-footer-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 0;
    padding: 0;
}
.hgn-menu a, .hgn-footer-menu a {
    text-decoration: none;
    font-weight: 800;
    font-size: .88rem;
    color: var(--hgn-ink);
}
.hgn-menu a:hover, .hgn-footer-menu a:hover { color: var(--hgn-wine); }
.hgn-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--hgn-border);
    border-radius: 999px;
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}
.hgn-menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--hgn-wine);
}

.hgn-btn, .hgn-service-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid transparent;
    padding: 14px 24px;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: .02em;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.hgn-btn:hover, .hgn-service-link:hover { transform: translateY(-2px); }
.hgn-btn-primary {
    background: var(--hgn-wine);
    color: #fff;
    box-shadow: 0 14px 34px rgba(91, 24, 43, .22);
}
.hgn-btn-primary:hover { background: var(--hgn-wine-deep); color: #fff; }
.hgn-btn-secondary {
    background: rgba(255,255,255,.74);
    border-color: rgba(255,255,255,.8);
    color: var(--hgn-wine-deep);
}
.hgn-btn-secondary:hover { background: #fff; }
.hgn-btn-light {
    background: #fff;
    color: var(--hgn-wine);
    box-shadow: 0 14px 38px rgba(0,0,0,.12);
}
.hgn-btn-small {
    padding: 10px 18px;
    font-size: .88rem;
}
.hgn-service-link {
    padding: 0;
    color: var(--hgn-wine);
    border: 0;
    font-weight: 950;
    text-decoration: none;
}
.hgn-service-link::after,
.hgn-text-link::after {
    content: '→';
    margin-left: 8px;
    color: var(--hgn-gold);
}
.hgn-text-link {
    font-weight: 900;
    color: var(--hgn-wine);
    text-decoration: none;
}

.hgn-hero {
    position: relative;
    min-height: 780px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--hgn-wine-deep);
}
.hgn-hero-bg,
.hgn-page-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
}
.hgn-hero-bg::after,
.hgn-page-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(44,7,17,.9), rgba(91,24,43,.62) 45%, rgba(255,248,241,.14));
}
.hgn-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 25%, rgba(242,221,189,.28), transparent 32%),
        radial-gradient(circle at 80% 20%, rgba(243,216,211,.16), transparent 30%);
}
.hgn-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .65fr);
    gap: 54px;
    align-items: center;
    padding: 110px 0 90px;
}
.hgn-hero-copy { color: #fff; max-width: 760px; }
.hgn-eyebrow {
    margin: 0 0 14px;
    color: var(--hgn-gold);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .78rem;
    font-weight: 950;
}
.hgn-hero h1,
.hgn-page-hero h1 {
    margin: 0;
    font-family: var(--hgn-serif);
    font-size: clamp(3.2rem, 7vw, 6.8rem);
    line-height: .92;
    letter-spacing: -.045em;
    color: #fff;
}
.hgn-hero-text {
    max-width: 660px;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    color: rgba(255,255,255,.86);
    margin: 26px 0 34px;
}
.hgn-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hgn-hero-card {
    background: rgba(255, 253, 248, .9);
    border: 1px solid rgba(255,255,255,.45);
    border-radius: var(--hgn-radius);
    padding: 34px;
    box-shadow: var(--hgn-shadow);
    color: var(--hgn-ink);
    backdrop-filter: blur(18px);
}
.hgn-card-kicker {
    display: inline-flex;
    color: var(--hgn-wine);
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .7rem;
    margin-bottom: 16px;
}
.hgn-hero-card h2,
.hgn-section h2,
.hgn-content-card h2,
.hgn-contact-card h2 {
    margin: 0 0 18px;
    font-family: var(--hgn-serif);
    line-height: 1.04;
    font-size: clamp(2rem, 3.5vw, 3.6rem);
    letter-spacing: -.03em;
    color: var(--hgn-wine-deep);
}
.hgn-hero-card p { color: var(--hgn-ink-soft); margin: 0 0 24px; }
.hgn-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.hgn-mini-stats div {
    background: var(--hgn-blush-soft);
    border: 1px solid var(--hgn-border);
    padding: 14px;
    border-radius: 18px;
}
.hgn-mini-stats strong { display: block; color: var(--hgn-wine); }
.hgn-mini-stats span { display: block; color: var(--hgn-ink-soft); font-size: .78rem; }

.hgn-section { padding: 94px 0; }
.hgn-intro { background: var(--hgn-cream); }
.hgn-split {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, .8fr);
    gap: 60px;
    align-items: end;
}
.hgn-split p:not(.hgn-eyebrow) {
    margin: 0;
    font-size: 1.12rem;
    color: var(--hgn-ink-soft);
}
.hgn-section-heading {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: end;
    margin-bottom: 34px;
}
.hgn-section-heading h2 { max-width: 700px; margin: 0; }
.hgn-section-heading a {
    font-weight: 950;
    color: var(--hgn-wine);
    text-decoration: none;
    min-width: max-content;
}
.hgn-center { text-align: center; justify-content: center; }
.hgn-center h2 { margin-inline: auto; }

.hgn-card-grid { display: grid; gap: 22px; }
.hgn-card-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hgn-service-card {
    background: #fff;
    border: 1px solid var(--hgn-border);
    border-radius: var(--hgn-radius-sm);
    overflow: hidden;
    box-shadow: 0 16px 50px rgba(44, 7, 17, .08);
    min-height: 100%;
}
.hgn-service-image {
    min-height: 230px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hgn-service-image::after,
.hgn-service-row-image::after,
.hgn-gallery-item::after,
.hgn-about-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(44,7,17,.28));
}
.hgn-service-body { padding: 24px; }
.hgn-service-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.hgn-service-meta span {
    display: inline-flex;
    background: var(--hgn-blush-soft);
    border: 1px solid var(--hgn-border);
    color: var(--hgn-wine);
    font-weight: 950;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: .75rem;
}
.hgn-service-card h3,
.hgn-process h3,
.hgn-side-card h3,
.hgn-site-footer h3 {
    margin: 0 0 10px;
    font-size: 1.18rem;
    line-height: 1.15;
    color: var(--hgn-wine-deep);
}
.hgn-service-card p { color: var(--hgn-ink-soft); margin: 0 0 18px; }

.hgn-about-band {
    background: linear-gradient(135deg, var(--hgn-blush-soft), #fff 45%, var(--hgn-champagne));
}
.hgn-about-grid {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, .9fr);
    gap: 60px;
    align-items: center;
}
.hgn-about-image {
    position: relative;
    min-height: 560px;
    border-radius: var(--hgn-radius);
    background-size: cover;
    background-position: center;
    box-shadow: var(--hgn-shadow);
    overflow: hidden;
}
.hgn-about-copy p:not(.hgn-eyebrow) { color: var(--hgn-ink-soft); font-size: 1.1rem; }

.hgn-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.hgn-process-grid > div {
    border: 1px solid var(--hgn-border);
    background: #fff;
    border-radius: var(--hgn-radius-sm);
    padding: 26px;
    box-shadow: 0 12px 34px rgba(44, 7, 17, .06);
}
.hgn-process-grid span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--hgn-wine);
    color: #fff;
    font-weight: 950;
    margin-bottom: 18px;
}
.hgn-process-grid p { color: var(--hgn-ink-soft); margin: 0; }

.hgn-gallery-strip { background: var(--hgn-cream); }
.hgn-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.hgn-gallery-grid-small { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hgn-gallery-item {
    position: relative;
    min-height: 340px;
    border-radius: var(--hgn-radius-sm);
    background-size: cover;
    background-position: center;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: end;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    text-align: left;
}
.hgn-gallery-grid-small .hgn-gallery-item { min-height: 280px; }
.hgn-gallery-item span {
    position: relative;
    z-index: 2;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .72rem;
}

.hgn-cta {
    background:
        radial-gradient(circle at 22% 0%, rgba(242,221,189,.23), transparent 32%),
        linear-gradient(135deg, var(--hgn-wine-deep), var(--hgn-wine));
    color: #fff;
    padding: 84px 0;
}
.hgn-cta-compact { margin-top: 0; }
.hgn-cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.hgn-cta h2 {
    font-family: var(--hgn-serif);
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1;
    margin: 0 0 12px;
    color: #fff;
}
.hgn-cta p:not(.hgn-eyebrow) { margin: 0; color: rgba(255,255,255,.78); max-width: 760px; }

.hgn-location { background: #fff; }
.hgn-location-grid,
.hgn-contact-grid,
.hgn-content-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.hgn-location-card,
.hgn-contact-card,
.hgn-content-card,
.hgn-side-card,
.hgn-policy-content {
    background: var(--hgn-ivory);
    border: 1px solid var(--hgn-border);
    border-radius: var(--hgn-radius-sm);
    padding: 32px;
    box-shadow: 0 12px 34px rgba(44,7,17,.06);
}
.hgn-contact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hgn-hours-list { display: grid; gap: 10px; }
.hgn-hours-list > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--hgn-border);
}
.hgn-hours-list > div:last-child { border-bottom: 0; padding-bottom: 0; }
.hgn-hours-list span { color: var(--hgn-ink-soft); }
.hgn-hours-list strong { color: var(--hgn-wine-deep); text-align: right; }

.hgn-page-hero {
    position: relative;
    min-height: 470px;
    display: flex;
    align-items: end;
    background: var(--hgn-wine-deep);
    overflow: hidden;
}
.hgn-page-hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 18%, rgba(242,221,189,.22), transparent 30%);
}
.hgn-page-hero-copy {
    position: relative;
    z-index: 2;
    padding: 150px 0 70px;
    color: #fff;
    max-width: 900px;
}
.hgn-page-hero-copy p:not(.hgn-eyebrow) {
    color: rgba(255,255,255,.82);
    max-width: 700px;
    font-size: 1.16rem;
}
.hgn-page-hero-simple {
    min-height: auto;
    background: linear-gradient(135deg, var(--hgn-wine-deep), var(--hgn-wine));
}
.hgn-page-hero-copy-simple { padding: 110px 0 70px; }

.hgn-service-list { display: grid; gap: 18px; }
.hgn-service-row {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr) auto;
    align-items: center;
    gap: 26px;
    border: 1px solid var(--hgn-border);
    border-radius: var(--hgn-radius-sm);
    padding: 16px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(44,7,17,.05);
}
.hgn-service-row-image {
    position: relative;
    min-height: 150px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.hgn-service-row h2 { margin: 0 0 10px; font-size: clamp(1.5rem, 2.4vw, 2.4rem); }
.hgn-service-row p { margin: 0; color: var(--hgn-ink-soft); }

.hgn-rich-text h2, .hgn-rich-text h3 {
    font-family: var(--hgn-serif);
    color: var(--hgn-wine-deep);
    line-height: 1.08;
}
.hgn-rich-text h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); margin: 0 0 16px; }
.hgn-rich-text h2:not(:first-child) { margin-top: 42px; }
.hgn-rich-text p { color: var(--hgn-ink-soft); }
.hgn-policy-content { max-width: 880px; }
.hgn-check-list {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    display: grid;
    gap: 12px;
}
.hgn-check-list li { position: relative; padding-left: 28px; color: var(--hgn-ink-soft); }
.hgn-check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--hgn-gold);
    font-weight: 950;
}

.hgn-site-footer {
    background: var(--hgn-wine-deep);
    color: rgba(255,255,255,.78);
    padding: 70px 0 110px;
}
.hgn-footer-grid {
    display: grid;
    grid-template-columns: 1.1fr .8fr .7fr;
    gap: 48px;
}
.hgn-footer-brand {
    font-family: var(--hgn-serif);
    font-size: 2.1rem;
    color: #fff;
    margin: 0 0 12px;
}
.hgn-site-footer h3 { color: #fff; }
.hgn-site-footer a { color: #fff; }
.hgn-site-footer .hgn-hours-list > div { border-bottom-color: rgba(255,255,255,.16); }
.hgn-site-footer .hgn-hours-list span,
.hgn-site-footer .hgn-hours-list strong { color: rgba(255,255,255,.78); }
.hgn-footer-menu { display: grid; align-items: start; gap: 10px; }
.hgn-footer-menu a { color: rgba(255,255,255,.82); }
.hgn-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.14);
    margin-top: 44px;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    font-size: .9rem;
}
.hgn-policy-links { margin-top: 18px; font-size: .9rem; }

.hgn-booking-panel-empty { display: none; }
.hgn-booking-panel:not(.hgn-booking-panel-empty) {
    background: var(--hgn-ivory);
    border-top: 1px solid var(--hgn-border);
    padding: 40px 0;
}
.hgn-mobile-book {
    display: none;
    position: fixed;
    z-index: 999;
    left: 16px;
    right: 16px;
    bottom: 16px;
    background: var(--hgn-wine);
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    border-radius: 999px;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 18px 42px rgba(44,7,17,.28);
}

@media (max-width: 1040px) {
    .hgn-card-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hgn-process-grid { grid-template-columns: repeat(2, 1fr); }
    .hgn-contact-grid { grid-template-columns: 1fr; }
    .hgn-hero-grid { grid-template-columns: 1fr; }
    .hgn-hero-card { max-width: 560px; }
}

@media (max-width: 860px) {
    .hgn-header-inner { min-height: 74px; }
    .hgn-menu-toggle { display: inline-flex; }
    .hgn-primary-nav {
        position: fixed;
        left: 20px;
        right: 20px;
        top: 84px;
        background: #fff;
        border: 1px solid var(--hgn-border);
        border-radius: 22px;
        box-shadow: var(--hgn-shadow);
        padding: 24px;
        display: none;
        align-items: stretch;
        flex-direction: column;
    }
    .hgn-primary-nav.is-open { display: flex; }
    .hgn-menu { flex-direction: column; align-items: start; gap: 14px; }
    .hgn-nav-book { width: 100%; }
    .hgn-brand-name { font-size: 1.2rem; }
    .hgn-brand-tagline { font-size: .62rem; }
    .hgn-split,
    .hgn-about-grid,
    .hgn-location-grid,
    .hgn-content-grid { grid-template-columns: 1fr; }
    .hgn-section-heading { align-items: start; flex-direction: column; }
    .hgn-cta-inner { align-items: start; flex-direction: column; }
    .hgn-gallery-grid,
    .hgn-gallery-grid-small { grid-template-columns: 1fr 1fr; }
    .hgn-service-row { grid-template-columns: 1fr; }
    .hgn-service-row-action .hgn-btn { width: 100%; }
    .hgn-footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    :root { --hgn-container: min(100% - 28px, 1160px); }
    .hgn-hero { min-height: auto; }
    .hgn-hero-grid { padding: 84px 0 56px; }
    .hgn-hero h1,
    .hgn-page-hero h1 { font-size: clamp(3rem, 16vw, 4.3rem); }
    .hgn-hero-card { padding: 24px; }
    .hgn-mini-stats { grid-template-columns: 1fr; }
    .hgn-section { padding: 68px 0; }
    .hgn-card-grid-4,
    .hgn-process-grid,
    .hgn-gallery-grid,
    .hgn-gallery-grid-small { grid-template-columns: 1fr; }
    .hgn-service-image { min-height: 260px; }
    .hgn-gallery-item { min-height: 300px; }
    .hgn-about-image { min-height: 360px; }
    .hgn-mobile-book { display: block; }
    .hgn-site-footer { padding-bottom: 100px; }
}
