:root {
    --hci-ink: #08080b;
    --hci-charcoal: #141419;
    --hci-muted: #6e6870;
    --hci-paper: #ffffff;
    --hci-soft: #faf7fa;
    --hci-line: #ece5eb;
    --hci-pink: #ff65c4;
    --hci-pink-strong: #f637a9;
    --hci-pink-soft: #ffe5f5;
    --hci-max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 118px; }
body { margin: 0; background: var(--hci-paper); color: var(--hci-ink); font-family: Inter, Arial, Helvetica, sans-serif; line-height: 1.45; }
body.admin-bar .hci-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.hci-container { width: min(var(--hci-max), calc(100% - 48px)); margin-inline: auto; }
.hci-skip-link { position: fixed; left: 16px; top: -100px; z-index: 999999; padding: 12px 18px; background: #fff; color: #000; }
.hci-skip-link:focus { top: 16px; }

.hci-topbar { background: var(--hci-ink); color: #fff; font-size: 13px; }
.hci-topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hci-topbar__center { color: #e9e4e8; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; text-align: center; }
.hci-topbar__phone span { color: var(--hci-pink); }

.hci-header { position: sticky; top: 0; z-index: 1000; background: rgba(8, 8, 11, .97); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.hci-header__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.hci-brand { width: 296px; flex: 0 0 auto; }
.hci-brand img, .hci-brand .custom-logo { width: 100%; height: auto; }
.hci-brand .custom-logo-link { display: block; }
.hci-nav { display: flex; align-items: center; gap: 26px; color: #fff; font-size: 13px; letter-spacing: .07em; text-transform: uppercase; }
.hci-nav a { position: relative; padding: 33px 0; white-space: nowrap; }
.hci-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 23px; height: 2px; background: var(--hci-pink); transition: right .22s ease; }
.hci-nav a:hover::after, .hci-nav a:focus-visible::after { right: 0; }
.hci-menu-toggle { display: none; width: 48px; height: 48px; padding: 10px; border: 0; background: transparent; color: #fff; cursor: pointer; }
.hci-menu-toggle svg { display: block; width: 28px; height: 28px; margin: auto; }
.hci-menu-toggle.is-open { opacity: 0; visibility: hidden; pointer-events: none; }
.hci-nav__close, .hci-nav-overlay { display: none; }

.hci-btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--hci-pink); border-radius: 999px; background: var(--hci-pink); color: #0b090b; box-shadow: 0 12px 28px rgba(255,101,196,.2); font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.hci-btn:hover, .hci-btn:focus-visible { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(255,101,196,.26); }
.hci-btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); box-shadow: none; }
.hci-btn--dark { background: var(--hci-ink); color: #fff; border-color: var(--hci-ink); box-shadow: none; }

.hci-hero { position: relative; overflow: hidden; min-height: 700px; background: var(--hci-ink); }
.hci-hero::before { content: ""; position: absolute; left: -180px; top: 80px; width: 540px; height: 540px; border-radius: 50%; background: radial-gradient(circle, rgba(255,101,196,.28), rgba(255,101,196,0) 68%); }
.hci-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 700px; }
.hci-hero__copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 96px 70px 80px 0; color: #fff; }
.hci-eyebrow { margin: 0 0 20px; color: var(--hci-pink); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.05; }
h1 { max-width: 670px; font-size: clamp(54px, 6vw, 78px); letter-spacing: -.035em; }
h1 em { color: var(--hci-pink); font-style: italic; }
.hci-hero__intro { max-width: 590px; margin: 28px 0 32px; color: #ded8dd; font-size: 18px; }
.hci-hero__points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-bottom: 36px; color: #fff; font-size: 14px; }
.hci-hero__points span::before { content: "✦"; margin-right: 8px; color: var(--hci-pink); }
.hci-actions { display: flex; align-items: center; gap: 14px; }
.hci-hero__image { position: relative; min-height: 700px; }
.hci-hero__image > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.03); }
.hci-hero__image::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--hci-ink) 0%, rgba(8,8,11,.18) 26%, transparent 52%), linear-gradient(0deg, rgba(8,8,11,.34), transparent 45%); }
.hci-hero__badge { position: absolute; left: 38px; bottom: 42px; z-index: 3; max-width: 260px; padding: 18px 22px; border: 1px solid rgba(255,101,196,.55); background: rgba(8,8,11,.82); color: #fff; backdrop-filter: blur(9px); }
.hci-hero__badge strong { display: block; margin-bottom: 4px; color: var(--hci-pink); font-size: 19px; }

.hci-trust { border-bottom: 1px solid var(--hci-line); background: #fff; }
.hci-trust__grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.hci-trust__item { display: flex; align-items: flex-start; gap: 14px; padding: 28px 18px; border-right: 1px solid var(--hci-line); }
.hci-trust__item:last-child { border-right: 0; }
.hci-icon { display: grid; flex: 0 0 auto; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--hci-pink-soft); color: var(--hci-pink-strong); font-weight: 900; }
.hci-trust__item strong { display: block; margin-bottom: 5px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.hci-trust__item small { color: var(--hci-muted); }

.hci-section { padding: 104px 0; }
.hci-section--soft { background: var(--hci-soft); }
.hci-section--dark { background: var(--hci-charcoal); color: #fff; }
.hci-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.hci-section-head h2 { max-width: 680px; font-size: clamp(42px, 5vw, 56px); }
.hci-section-head > p { max-width: 520px; margin: 0; color: var(--hci-muted); font-size: 16px; }
.hci-section--dark .hci-section-head > p { color: #cfc8ce; }

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.screen-reader-text:focus {
    z-index: 100000;
    width: auto;
    height: auto;
    clip: auto;
    margin: 0;
    padding: 12px 16px;
    background: #fff;
    color: #000;
}

.hci-service-tools {
    display: grid;
    gap: 18px;
    margin: -8px 0 32px;
    padding: 22px;
    border: 1px solid var(--hci-line);
    background: rgba(255,255,255,.86);
    box-shadow: 0 14px 36px rgba(42,24,36,.045);
}
.hci-service-filters { display: flex; flex-wrap: wrap; gap: 10px; }
.hci-service-filter {
    min-height: 42px;
    padding: 0 17px;
    border: 1px solid var(--hci-line);
    border-radius: 999px;
    background: #fff;
    color: var(--hci-ink);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .045em;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}
.hci-service-filter:hover,
.hci-service-filter:focus-visible { border-color: var(--hci-pink-strong); transform: translateY(-1px); }
.hci-service-filter:focus-visible { outline: 3px solid rgba(246,55,169,.2); outline-offset: 2px; }
.hci-service-filter.is-active {
    border-color: var(--hci-ink);
    background: var(--hci-ink);
    color: #fff;
}
.hci-service-tools__row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.hci-service-search {
    position: relative;
    display: flex;
    align-items: center;
    width: min(100%, 460px);
}
.hci-service-search > svg {
    position: absolute;
    left: 16px;
    z-index: 1;
    width: 21px;
    height: 21px;
    color: var(--hci-muted);
    pointer-events: none;
}
.hci-service-search input {
    width: 100%;
    min-height: 50px;
    padding: 0 50px 0 48px;
    border: 1px solid var(--hci-line);
    border-radius: 999px;
    background: #fff;
    color: var(--hci-ink);
    outline: none;
    -webkit-appearance: none;
}
.hci-service-search input::placeholder { color: #918991; }
.hci-service-search input:focus { border-color: var(--hci-pink-strong); box-shadow: 0 0 0 4px rgba(246,55,169,.12); }
.hci-service-search input::-webkit-search-cancel-button { display: none; }
.hci-service-search__clear {
    position: absolute;
    right: 7px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--hci-pink-soft);
    color: var(--hci-pink-strong);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}
.hci-service-search__clear:hover,
.hci-service-search__clear:focus-visible { background: var(--hci-pink); color: var(--hci-ink); }
.hci-service-results { margin: 0; color: var(--hci-muted); font-size: 13px; font-weight: 700; white-space: nowrap; }
.hci-service-no-results {
    padding: 46px 24px;
    border: 1px dashed #d9cfd7;
    background: #fff;
    text-align: center;
}
.hci-service-no-results > span { display: block; margin-bottom: 10px; color: var(--hci-pink-strong); font-family: Georgia, serif; font-size: 52px; line-height: 1; }
.hci-service-no-results p { max-width: 620px; margin: 0 auto; color: var(--hci-muted); }
.hci-service-search__clear[hidden],
.hci-service-accordion__item[hidden],
.hci-service-no-results[hidden] { display: none !important; }
.hci-service-accordion.has-no-results { display: none; }

.hci-service-accordion { border-top: 1px solid var(--hci-line); }
.hci-service-accordion__item { border-bottom: 1px solid var(--hci-line); scroll-margin-top: 132px; }
.hci-service-accordion__heading { margin: 0; font-family: Inter, Arial, sans-serif; }
.hci-service-accordion__trigger { display: grid; grid-template-columns: 56px minmax(0, 1fr) 48px; align-items: center; gap: 20px; width: 100%; min-height: 118px; padding: 22px 8px; border: 0; background: transparent; color: var(--hci-ink); text-align: left; cursor: pointer; }
.hci-service-accordion__trigger:hover .hci-service-accordion__title, .hci-service-accordion__trigger:focus-visible .hci-service-accordion__title { color: var(--hci-pink-strong); }
.hci-service-accordion__trigger:focus-visible { outline: 3px solid rgba(246,55,169,.24); outline-offset: 3px; }
.hci-service-accordion__number { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--hci-pink-soft); color: var(--hci-pink-strong); font-size: 13px; font-weight: 900; letter-spacing: .06em; }
.hci-service-accordion__summary { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); align-items: center; gap: 28px; }
.hci-service-accordion__title { font-family: Georgia, "Times New Roman", serif; font-size: clamp(26px, 3vw, 38px); font-weight: 500; line-height: 1.05; transition: color .2s ease; }
.hci-service-accordion__excerpt { max-width: 680px; color: var(--hci-muted); font-size: 15px; line-height: 1.65; }
.hci-service-accordion__icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--hci-line); border-radius: 50%; color: var(--hci-pink-strong); transition: transform .28s ease, background .28s ease, color .28s ease; }
.hci-service-accordion__icon svg { width: 22px; height: 22px; }
.hci-service-accordion__item.is-open .hci-service-accordion__icon { transform: rotate(45deg); background: var(--hci-pink); color: var(--hci-ink); }
.hci-service-accordion__panel { display: grid; grid-template-rows: 0fr; visibility: hidden; opacity: 0; transition: grid-template-rows .34s ease, opacity .24s ease, visibility .34s ease; }
.hci-service-accordion__item.is-open .hci-service-accordion__panel { grid-template-rows: 1fr; visibility: visible; opacity: 1; }
.hci-service-accordion__panel-inner { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr); gap: 54px; overflow: hidden; padding: 0 8px; }
.hci-service-accordion__item.is-open .hci-service-accordion__panel-inner { padding-top: 12px; padding-bottom: 48px; }
.hci-service-accordion__image { min-height: 420px; overflow: hidden; background: #ddd; }
.hci-service-accordion__image img { width: 100%; height: 100%; object-fit: cover; }
.hci-service-accordion__content { align-self: center; padding-right: 30px; }
.hci-rich-text { color: #413b42; font-size: 16px; line-height: 1.75; }
.hci-rich-text > :first-child { margin-top: 0; }
.hci-rich-text > :last-child { margin-bottom: 0; }
.hci-rich-text h2, .hci-rich-text h3, .hci-rich-text h4 { margin: 30px 0 14px; color: var(--hci-ink); font-family: Inter, Arial, sans-serif; font-size: 16px; font-weight: 900; line-height: 1.3; letter-spacing: .05em; text-transform: uppercase; }
.hci-rich-text ul, .hci-rich-text ol { margin: 0 0 24px; padding-left: 22px; }
.hci-rich-text li { margin-bottom: 8px; }
.hci-rich-text li::marker { color: var(--hci-pink-strong); }
.hci-service-accordion__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 30px; }
.hci-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--hci-ink); font-size: 13px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.hci-text-link:hover, .hci-text-link:focus-visible { color: var(--hci-pink-strong); }
.hci-empty-state { padding: 38px; border: 1px dashed var(--hci-line); background: #fff; text-align: center; }
.hci-empty-state h3 { margin-bottom: 12px; font-size: 30px; }
.hci-empty-state p { margin: 0; color: var(--hci-muted); }

.hci-service-single-hero { padding: 86px 0 70px; background: var(--hci-ink); color: #fff; }
.hci-service-single-hero__grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 70px; }
.hci-service-single-hero h1 { margin-bottom: 24px; font-size: clamp(50px, 7vw, 78px); }
.hci-service-single-hero__excerpt { max-width: 680px; color: #d9d2d7; font-size: 18px; }
.hci-service-single-hero__image { height: 560px; overflow: hidden; }
.hci-service-single-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.hci-service-single-content { padding: 90px 0; }
.hci-service-single-content__grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 80px; }
.hci-service-single-content .hci-rich-text { font-size: 18px; }
.hci-service-single-aside { align-self: start; position: sticky; top: 130px; padding: 30px; background: var(--hci-soft); border-left: 3px solid var(--hci-pink); }
.hci-service-single-aside h2 { margin-bottom: 16px; font-size: 32px; }
.hci-service-single-aside p { color: var(--hci-muted); }
.hci-service-single-aside .hci-btn { width: 100%; margin-top: 12px; }

.hci-about { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
.hci-about__image { position: relative; height: 610px; }
.hci-about__image::after { content: ""; position: absolute; right: -20px; bottom: -20px; z-index: -1; width: 55%; height: 55%; border: 3px solid var(--hci-pink); }
.hci-about__image img { width: 100%; height: 100%; object-fit: cover; }
.hci-about__copy h2 { margin-bottom: 24px; font-size: clamp(42px, 5vw, 58px); }
.hci-about__copy > p:not(.hci-eyebrow) { margin: 0 0 18px; color: #4e4850; font-size: 17px; }
.hci-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 18px; margin: 34px 0; }
.hci-stats > div { padding: 22px 18px; border-left: 3px solid var(--hci-pink); background: var(--hci-soft); }
.hci-stats strong { display: block; font-family: Georgia, serif; font-size: 34px; }
.hci-stats span { color: var(--hci-muted); font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }

.hci-gallery { display: grid; grid-template-columns: 1.05fr .7fr .7fr 1.05fr; grid-auto-rows: 255px; gap: 12px; }
.hci-gallery__item { position: relative; overflow: hidden; margin: 0; background: #333; }
.hci-gallery__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(8,8,11,.62)); }
.hci-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.hci-gallery__item:hover img { transform: scale(1.04); }
.hci-gallery__item figcaption { position: absolute; left: 18px; bottom: 15px; z-index: 2; color: #fff; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.hci-gallery__item--tall { grid-row: span 2; }
.hci-gallery__item--wide { grid-column: span 2; }

.hci-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hci-quote { position: relative; min-height: 245px; padding: 34px; border: 1px solid var(--hci-line); background: #fff; }
.hci-quote::before { content: "“"; position: absolute; right: 22px; top: 12px; color: var(--hci-pink-soft); font-family: Georgia, serif; font-size: 92px; line-height: 1; }
.hci-stars { margin-bottom: 20px; color: var(--hci-pink); letter-spacing: .14em; }
.hci-quote p { position: relative; z-index: 1; font-family: Georgia, serif; font-size: 21px; line-height: 1.45; }
.hci-quote strong { display: block; margin-top: 22px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }

.hci-cta { position: relative; display: flex; align-items: center; overflow: hidden; min-height: 500px; background: var(--hci-ink); }
.hci-cta__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; opacity: .48; }
.hci-cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,11,.97) 0%, rgba(8,8,11,.86) 45%, rgba(8,8,11,.15) 100%); }
.hci-cta__content { position: relative; z-index: 2; color: #fff; }
.hci-cta h2 { max-width: 690px; font-size: clamp(44px, 6vw, 64px); }
.hci-cta h2 span { color: var(--hci-pink); }
.hci-cta__content > p:not(.hci-eyebrow) { max-width: 560px; margin: 22px 0 30px; color: #e5dfe4; font-size: 18px; }

.hci-footer { padding: 68px 0 24px; background: var(--hci-ink); color: #fff; }
.hci-footer__grid { display: grid; grid-template-columns: 1.25fr .8fr .9fr 1.1fr; gap: 55px; }
.hci-footer__logo { display: block; width: 310px; margin-bottom: 18px; }
.hci-footer__logo img { width: 100%; height: auto; }
.hci-footer h3 { margin: 0 0 18px; color: var(--hci-pink); font-family: Inter, Arial, sans-serif; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.hci-footer p, .hci-footer li { margin: 0 0 10px; color: #d8d1d6; font-size: 14px; list-style: none; }
.hci-footer ul { margin: 0; padding: 0; }
.hci-footer a:hover, .hci-footer a:focus-visible { color: var(--hci-pink); }
.hci-footer__bottom { display: flex; justify-content: space-between; margin-top: 52px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #9f979d; font-size: 12px; }

.hci-back-to-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 999;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    background: var(--hci-pink);
    color: var(--hci-ink);
    box-shadow: 0 14px 34px rgba(0,0,0,.25);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(16px);
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease, background .22s ease;
}
.hci-back-to-top svg { display: block; width: 24px; height: 24px; }
.hci-back-to-top.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.hci-back-to-top:hover, .hci-back-to-top:focus-visible { background: var(--hci-pink-strong); }


@media (max-width: 1080px) {
    .hci-nav { gap: 18px; font-size: 12px; }
    .hci-brand { width: 245px; }
    .hci-header__cta { display: none; }
}

@media (max-width: 960px) {
    body.admin-bar .hci-header { top: 46px; }
    .hci-container { width: min(100% - 30px, var(--hci-max)); }
    .hci-topbar__address, .hci-topbar__center { display: none; }
    .hci-topbar__inner { justify-content: center; }
    .hci-header__inner { min-height: 74px; }
    .hci-brand { width: min(230px, calc(100% - 70px)); }
    .hci-menu-toggle { display: block; position: relative; z-index: 1012; }
    .hci-nav-overlay { display: block; position: fixed; inset: 0; z-index: 1010; background: rgba(0,0,0,.58); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .28s ease, visibility .28s ease; }
    .hci-nav-overlay.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
    .hci-nav { position: fixed; top: 0; right: 0; bottom: 0; z-index: 1011; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: min(86vw, 390px); height: 100vh; height: 100dvh; padding: 96px 34px 48px; background: #0d0d11; transform: translate3d(105%,0,0); visibility: hidden; pointer-events: none; transition: transform .28s ease, visibility .28s ease; box-shadow: -18px 0 42px rgba(0,0,0,.36); overflow-y: auto; overscroll-behavior: contain; }
    .hci-nav.is-open { transform: translate3d(0,0,0); visibility: visible; pointer-events: auto; }
    .hci-nav__close { display: grid; position: absolute; top: 18px; right: 18px; place-items: center; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
    .hci-nav__close svg { display: block; width: 26px; height: 26px; }
    .hci-nav a { width: 100%; padding: 12px 0; font-size: 17px; }
    .hci-nav a::after { bottom: 6px; }
    .hci-hero, .hci-hero__grid { min-height: auto; }
    .hci-hero__grid { grid-template-columns: 1fr; }
    .hci-hero__copy { padding: 72px 0 60px; }
    .hci-hero__image { min-height: 520px; }
    .hci-trust__grid { grid-template-columns: 1fr 1fr; }
    .hci-trust__item:nth-child(2n) { border-right: 0; }
    .hci-trust__item:last-child { grid-column: 1 / -1; }
    .hci-service-tools__row { align-items: flex-start; flex-direction: column; }
    .hci-service-search { width: 100%; }
    .hci-service-results { padding-left: 4px; }
    .hci-service-accordion__summary { grid-template-columns: 1fr; gap: 8px; }
    .hci-service-accordion__panel-inner { grid-template-columns: 1fr; gap: 28px; }
    .hci-service-accordion__image { min-height: 460px; }
    .hci-service-accordion__content { padding-right: 0; }
    .hci-service-single-hero__grid, .hci-service-single-content__grid { grid-template-columns: 1fr; }
    .hci-service-single-hero__image { height: 500px; }
    .hci-service-single-aside { position: static; }
    .hci-about { grid-template-columns: 1fr; }
    .hci-about__image { height: 500px; }
    .hci-stats { grid-template-columns: 1fr; }
    .hci-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; }
    .hci-gallery__item--wide { grid-column: span 2; }
    .hci-testimonials { grid-template-columns: 1fr; }
    .hci-footer__grid { grid-template-columns: 1fr 1fr; }
    .hci-section { padding: 76px 0; }
    .hci-section-head { display: block; }
    .hci-section-head h2 { margin-bottom: 18px; }
}

@media (max-width: 600px) {
    .hci-back-to-top { right: 15px; bottom: 15px; width: 48px; height: 48px; }
    .hci-service-tools { margin-bottom: 24px; padding: 16px; }
    .hci-service-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: thin; }
    .hci-service-filter { flex: 0 0 auto; }
    .hci-service-results { white-space: normal; }
    .hci-brand { width: 205px; }
    .hci-hero__copy { padding-top: 58px; }
    .hci-hero__intro { font-size: 16px; }
    .hci-actions { flex-direction: column; align-items: stretch; }
    .hci-hero__image { min-height: 430px; }
    .hci-trust__grid, .hci-footer__grid { grid-template-columns: 1fr; }
    .hci-trust__item { border-right: 0; }
    .hci-service-accordion__trigger { grid-template-columns: 42px minmax(0, 1fr) 40px; gap: 12px; min-height: 102px; padding: 18px 0; }
    .hci-service-accordion__number { width: 38px; height: 38px; font-size: 11px; }
    .hci-service-accordion__title { font-size: 26px; }
    .hci-service-accordion__excerpt { font-size: 14px; }
    .hci-service-accordion__icon { width: 38px; height: 38px; }
    .hci-service-accordion__panel-inner { padding-inline: 0; }
    .hci-service-accordion__item.is-open .hci-service-accordion__panel-inner { padding-bottom: 38px; }
    .hci-service-accordion__image { min-height: 340px; }
    .hci-service-accordion__actions { align-items: stretch; flex-direction: column; }
    .hci-service-accordion__actions .hci-btn { width: 100%; }
    .hci-service-single-hero { padding: 58px 0 50px; }
    .hci-service-single-hero__image { height: 410px; }
    .hci-service-single-content { padding: 66px 0; }
    .hci-about__image { height: 390px; }
    .hci-gallery { grid-template-columns: 1fr; grid-auto-rows: 310px; }
    .hci-gallery__item--wide, .hci-gallery__item--tall { grid-column: auto; grid-row: auto; }
    .hci-cta { min-height: 560px; }
    .hci-footer__bottom { display: block; }
    .hci-footer__bottom span { display: block; margin-bottom: 8px; }
}


/* Consultation and contact section */
.hci-contact-section { background: var(--hci-soft); }
.hci-contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 34px; align-items: stretch; }
.hci-contact-info { position: relative; overflow: hidden; padding: 54px 48px; background: var(--hci-ink); color: #fff; }
.hci-contact-info::after { content: ""; position: absolute; right: -120px; bottom: -120px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(255,101,196,.3), rgba(255,101,196,0) 70%); pointer-events: none; }
.hci-contact-info h2 { max-width: 520px; margin-bottom: 22px; font-size: clamp(40px, 4.8vw, 60px); }
.hci-contact-info__intro { max-width: 570px; margin: 0 0 34px; color: #ddd5db; font-size: 17px; }
.hci-contact-details { display: grid; gap: 2px; position: relative; z-index: 1; }
.hci-contact-detail { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 15px; align-items: start; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.13); }
a.hci-contact-detail:hover strong, a.hci-contact-detail:focus-visible strong { color: var(--hci-pink); }
.hci-contact-detail__icon { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,101,196,.65); border-radius: 50%; color: var(--hci-pink); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.hci-contact-detail small { display: block; margin-bottom: 5px; color: #a9a0a7; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hci-contact-detail strong { display: block; overflow-wrap: anywhere; font-size: 15px; line-height: 1.45; transition: color .2s ease; }
.hci-contact-note { position: relative; z-index: 1; margin: 32px 0 0; padding: 18px 20px; border-left: 3px solid var(--hci-pink); background: rgba(255,255,255,.06); color: #cfc6cc; font-size: 12px; line-height: 1.55; }

.hci-consultation-card { padding: 50px; border: 1px solid var(--hci-line); background: #fff; box-shadow: 0 24px 60px rgba(35,18,30,.08); }
.hci-consultation-card__header { margin-bottom: 30px; }
.hci-consultation-card__header > span { display: block; margin-bottom: 10px; color: var(--hci-pink-strong); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hci-consultation-card__header h3 { margin-bottom: 9px; font-size: clamp(34px, 4vw, 48px); }
.hci-consultation-card__header p { margin: 0; color: var(--hci-muted); font-size: 13px; }
.hci-form-status { margin: 0 0 24px; padding: 16px 18px; border-left: 4px solid; font-size: 14px; line-height: 1.5; }
.hci-form-status--success { border-color: #1e9c62; background: #edf9f3; color: #0a5736; }
.hci-form-status--error { border-color: #c63845; background: #fff0f1; color: #7a1822; }
.hci-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.hci-form-field { display: grid; gap: 8px; margin: 0; min-width: 0; }
.hci-form-field > span, .hci-form-field legend { color: var(--hci-ink); font-size: 12px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.hci-form-field input, .hci-form-field select, .hci-form-field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #d9d0d7; border-radius: 0; background: #fff; color: var(--hci-ink); outline: none; transition: border-color .18s ease, box-shadow .18s ease; }
.hci-form-field textarea { min-height: 135px; resize: vertical; }
.hci-form-field input:focus, .hci-form-field select:focus, .hci-form-field textarea:focus { border-color: var(--hci-pink-strong); box-shadow: 0 0 0 3px rgba(246,55,169,.12); }
.hci-form-field--full { grid-column: 1 / -1; }
.hci-contact-method { padding: 0; border: 0; }
.hci-contact-method legend { margin-bottom: 10px; }
.hci-contact-method > label { display: inline-flex; align-items: center; gap: 8px; margin: 0 20px 8px 0; color: #4e4850; font-size: 14px; }
.hci-contact-method input { width: 18px; height: 18px; min-height: auto; accent-color: var(--hci-pink-strong); }
.hci-form-consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin: 23px 0; color: #5f5760; font-size: 12px; line-height: 1.5; }
.hci-form-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--hci-pink-strong); }
.hci-btn--form { width: 100%; border: 0; cursor: pointer; }
.hci-form-privacy { margin: 13px 0 0; color: #817981; font-size: 11px; text-align: center; }
.hci-form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 960px) {
    .hci-contact-grid { grid-template-columns: 1fr; }
    .hci-contact-info, .hci-consultation-card { padding: 44px 38px; }
}

@media (max-width: 600px) {
    .hci-contact-info, .hci-consultation-card { padding: 36px 22px; }
    .hci-form-grid { grid-template-columns: 1fr; gap: 17px; }
    .hci-form-field--full { grid-column: auto; }
    .hci-contact-method > label { display: flex; margin-right: 0; }
    .hci-contact-detail { grid-template-columns: 38px minmax(0,1fr); }
}


/* Editable gallery results — v1.0 */
.hci-gallery-tools { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin: -8px 0 30px; }
.hci-gallery-filters { display: flex; flex-wrap: wrap; gap: 10px; }
.hci-gallery-filter { min-height: 42px; padding: 0 17px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; background: transparent; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .045em; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.hci-gallery-filter:hover, .hci-gallery-filter:focus-visible { border-color: var(--hci-pink); transform: translateY(-1px); }
.hci-gallery-filter:focus-visible { outline: 3px solid rgba(255,101,196,.24); outline-offset: 2px; }
.hci-gallery-filter.is-active { border-color: var(--hci-pink); background: var(--hci-pink); color: var(--hci-ink); }
.hci-gallery-results-count { margin: 0; color: #bdb5bb; font-size: 13px; font-weight: 700; white-space: nowrap; }
.hci-gallery-results { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.hci-gallery-card { min-width: 0; margin: 0; }
.hci-gallery-card[hidden] { display: none !important; }
.hci-gallery-card--featured { grid-column: span 2; }
.hci-gallery-card__open { position: relative; display: block; width: 100%; min-height: 100%; aspect-ratio: 4 / 5; padding: 0; overflow: hidden; border: 0; background: #252329; color: #fff; text-align: left; cursor: pointer; }
.hci-gallery-card--featured .hci-gallery-card__open { aspect-ratio: 8 / 5; }
.hci-gallery-card__open:focus-visible { outline: 4px solid var(--hci-pink); outline-offset: 4px; }
.hci-gallery-card__media, .hci-gallery-card__shade { position: absolute; inset: 0; }
.hci-gallery-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.hci-gallery-card__open:hover .hci-gallery-card__media img { transform: scale(1.045); }
.hci-gallery-card__placeholder { display: grid; place-items: center; width: 100%; height: 100%; background: linear-gradient(135deg,#252329,#4a2d40); color: var(--hci-pink); font-family: Georgia,serif; font-size: 54px; }
.hci-gallery-card__shade { background: linear-gradient(180deg,rgba(5,5,8,.02) 22%,rgba(5,5,8,.82) 100%); }
.hci-gallery-card__copy { position: absolute; right: 22px; bottom: 22px; left: 22px; z-index: 2; display: grid; gap: 7px; }
.hci-gallery-card__category { color: var(--hci-pink); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hci-gallery-card__copy strong { font-family: Georgia,"Times New Roman",serif; font-size: clamp(25px,2.7vw,38px); font-weight: 500; line-height: 1.06; }
.hci-gallery-card__copy > span:last-child:not(.hci-gallery-card__category) { max-width: 620px; color: #ddd5da; font-size: 13px; line-height: 1.45; }
.hci-gallery-card__badge, .hci-gallery-card__featured { position: absolute; top: 17px; z-index: 3; padding: 8px 11px; border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hci-gallery-card__badge { left: 17px; background: var(--hci-pink); color: var(--hci-ink); }
.hci-gallery-card__featured { right: 17px; background: rgba(8,8,12,.78); color: #fff; backdrop-filter: blur(6px); }
.hci-gallery-card__icon { position: absolute; right: 18px; top: 50%; z-index: 3; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(8,8,12,.35); font-size: 20px; opacity: 0; transform: translateY(-40%); transition: opacity .25s ease, transform .25s ease, background .25s ease; }
.hci-gallery-card__open:hover .hci-gallery-card__icon, .hci-gallery-card__open:focus-visible .hci-gallery-card__icon { opacity: 1; transform: translateY(-50%); background: var(--hci-pink); color: var(--hci-ink); }
.hci-empty-state--dark { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.06); }
.hci-empty-state--dark h3 { color: #fff; }
.hci-empty-state--dark p { color: #c8bec5; }

.hci-gallery-lightbox[hidden] { display: none !important; }
.hci-gallery-lightbox { position: fixed; inset: 0; z-index: 1400; display: grid; place-items: center; padding: 24px; }
.hci-gallery-lightbox__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(4,4,7,.88); cursor: zoom-out; backdrop-filter: blur(6px); }
.hci-gallery-lightbox__dialog { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); width: min(1180px,calc(100vw - 48px)); max-height: calc(100vh - 48px); overflow: auto; background: #fff; color: var(--hci-ink); box-shadow: 0 30px 100px rgba(0,0,0,.48); }
.hci-gallery-lightbox__close { position: absolute; top: 14px; right: 14px; z-index: 4; display: grid; place-items: center; width: 46px; height: 46px; padding: 0 0 4px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; background: rgba(10,10,14,.72); color: #fff; font-size: 34px; line-height: 1; cursor: pointer; }
.hci-gallery-lightbox__close:hover, .hci-gallery-lightbox__close:focus-visible { background: var(--hci-pink); color: var(--hci-ink); }
.hci-gallery-lightbox__media { min-height: 580px; background: #111116; }
.hci-gallery-lightbox__single { width: 100%; height: 100%; min-height: 580px; margin: 0; }
.hci-gallery-lightbox__single img { width: 100%; height: 100%; max-height: calc(100vh - 48px); object-fit: contain; }
.hci-gallery-lightbox__comparison { display: grid; grid-template-columns: 1fr 1fr; height: 100%; min-height: 580px; }
.hci-gallery-lightbox__comparison[hidden] { display: none !important; }
.hci-gallery-lightbox__comparison figure { position: relative; min-width: 0; min-height: 580px; margin: 0; overflow: hidden; border-right: 1px solid rgba(255,255,255,.15); }
.hci-gallery-lightbox__comparison figure:last-child { border-right: 0; }
.hci-gallery-lightbox__comparison span { position: absolute; top: 16px; left: 16px; z-index: 2; padding: 8px 12px; border-radius: 999px; background: rgba(8,8,12,.76); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hci-gallery-lightbox__comparison img { width: 100%; height: 100%; object-fit: contain; }
.hci-gallery-lightbox__copy { align-self: center; padding: 58px 46px; }
.hci-gallery-lightbox__copy h3 { margin-bottom: 18px; font-size: clamp(36px,4vw,56px); }
.hci-gallery-lightbox__copy > p:not(.hci-eyebrow) { margin: 0 0 28px; color: var(--hci-muted); font-size: 15px; line-height: 1.65; }
.hci-gallery-lightbox__copy .hci-btn { width: 100%; }

@media (max-width: 960px) {
    .hci-gallery-tools { align-items: flex-start; flex-direction: column; }
    .hci-gallery-results { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .hci-gallery-lightbox__dialog { grid-template-columns: 1fr; }
    .hci-gallery-lightbox__media, .hci-gallery-lightbox__single, .hci-gallery-lightbox__comparison, .hci-gallery-lightbox__comparison figure { min-height: 440px; }
    .hci-gallery-lightbox__single img { max-height: 62vh; }
    .hci-gallery-lightbox__copy { padding: 34px; }
}

@media (max-width: 600px) {
    .hci-gallery-filters { width: 100%; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
    .hci-gallery-filter { flex: 0 0 auto; }
    .hci-gallery-results-count { white-space: normal; }
    .hci-gallery-results { grid-template-columns: 1fr; }
    .hci-gallery-card--featured { grid-column: auto; }
    .hci-gallery-card--featured .hci-gallery-card__open { aspect-ratio: 4 / 5; }
    .hci-gallery-lightbox { padding: 10px; }
    .hci-gallery-lightbox__dialog { width: calc(100vw - 20px); max-height: calc(100vh - 20px); }
    .hci-gallery-lightbox__comparison { grid-template-columns: 1fr; }
    .hci-gallery-lightbox__media, .hci-gallery-lightbox__single, .hci-gallery-lightbox__comparison, .hci-gallery-lightbox__comparison figure { min-height: 360px; }
    .hci-gallery-lightbox__comparison figure { height: 52vh; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
    .hci-gallery-lightbox__copy { padding: 30px 22px; }
    .hci-gallery-lightbox__close { top: 10px; right: 10px; }
}


/* =========================================================
   Footer, legal navigation and mobile actions — v1.1
   ========================================================= */
.hci-footer { padding: 76px 0 24px; background: var(--hci-ink); color: #fff; }
.hci-footer__top { display: grid; grid-template-columns: 1.35fr .7fr 1fr 1.05fr; gap: clamp(32px, 4vw, 62px); }
.hci-footer__brand-column { min-width: 0; }
.hci-footer__logo { display: block; width: min(100%, 310px); margin-bottom: 20px; }
.hci-footer__logo img { width: 100%; height: auto; }
.hci-footer__description { max-width: 390px; margin: 0; color: #d7cfd5; font-size: 14px; line-height: 1.7; }
.hci-footer h2 { margin: 0 0 20px; color: var(--hci-pink); font-family: Inter, Arial, sans-serif; font-size: 12px; font-weight: 900; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.hci-footer ul { margin: 0; padding: 0; }
.hci-footer li { margin: 0 0 11px; list-style: none; }
.hci-footer p, .hci-footer address { margin: 0 0 11px; color: #d8d1d6; font-size: 14px; font-style: normal; line-height: 1.55; }
.hci-footer a { transition: color .18s ease, border-color .18s ease, background .18s ease; }
.hci-footer a:hover, .hci-footer a:focus-visible { color: var(--hci-pink); }
.hci-footer__booking { display: inline-flex; align-items: center; gap: 8px; margin-top: 11px; color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.hci-footer__booking span { color: var(--hci-pink); font-size: 18px; }
.hci-footer__social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.hci-footer__social a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .02em; text-transform: uppercase; }
.hci-footer__social a:hover, .hci-footer__social a:focus-visible { border-color: var(--hci-pink); background: var(--hci-pink); color: var(--hci-ink); }
.hci-footer__bottom { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #9f979d; font-size: 12px; }
.hci-footer__legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; }
.hci-footer__legal a { color: #bdb5bb; }
.hci-footer__top-link { white-space: nowrap; }

.hci-mobile-actions { display: none; }

@media (max-width: 960px) {
    .hci-footer__top { grid-template-columns: 1.2fr .8fr; }
    .hci-footer__bottom { grid-template-columns: 1fr auto; }
    .hci-footer__legal { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; }
}

@media (max-width: 600px) {
    body.hci-has-mobile-actions { padding-bottom: 72px; }
    .hci-footer { padding-top: 58px; }
    .hci-footer__top { grid-template-columns: 1fr; gap: 36px; }
    .hci-footer__logo { width: 250px; }
    .hci-footer__bottom { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 42px; }
    .hci-footer__legal { grid-column: auto; grid-row: auto; flex-direction: column; align-items: flex-start; gap: 10px; }
    .hci-footer__top-link { width: max-content; }
    .hci-mobile-actions { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1100; display: grid; grid-template-columns: .72fr 1.28fr; min-height: 66px; padding: 7px max(10px, env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left)); border-top: 1px solid rgba(255,255,255,.12); background: rgba(8,8,11,.97); box-shadow: 0 -12px 32px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
    .hci-mobile-actions a { display: flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 14px; border-radius: 999px; font-size: 12px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
    .hci-mobile-actions__call { gap: 8px; color: #fff; }
    .hci-mobile-actions__call svg { width: 21px; height: 21px; }
    .hci-mobile-actions__book { background: var(--hci-pink); color: var(--hci-ink); }
    .hci-back-to-top { bottom: 84px; }
}

/* =========================================================
   V1.3 — SEO-ready content pages
   ========================================================= */
/* Legal and standard WordPress pages. */
.page:not(.home) #main-content,
.error404 #main-content {
    min-height: 60vh;
    padding-top: clamp(70px, 8vw, 120px);
    padding-bottom: clamp(70px, 8vw, 120px);
    background: #fff;
    color: #111;
}

.page:not(.home) #main-content article,
.error404 #main-content > .hci-container {
    max-width: 900px;
    margin-inline: auto;
}

.page:not(.home) #main-content h1 {
    margin-bottom: 32px;
    font-size: clamp(2.3rem, 6vw, 4.8rem);
    line-height: .98;
}

.page:not(.home) #main-content h2 {
    margin-top: 42px;
    margin-bottom: 14px;
    font-size: clamp(1.45rem, 3vw, 2rem);
}

.page:not(.home) #main-content h3 {
    margin-top: 30px;
    margin-bottom: 12px;
}

.page:not(.home) #main-content p,
.page:not(.home) #main-content li {
    font-size: 1rem;
    line-height: 1.75;
}

.page:not(.home) #main-content ul,
.page:not(.home) #main-content ol {
    padding-left: 1.35rem;
}


