:root {
    --navy-950: #111820;
    --navy-900: #17212c;
    --navy-800: #26313d;
    --navy-700: #3d4a57;
    --gold-500: #d09a2c;
    --gold-400: #e7b850;
    --green-700: #2f6f58;
    --green-100: #edf6f2;
    --ink: #182230;
    --muted: #5d6875;
    --line: #dfe4e8;
    --soft: #f5f7f8;
    --cream: #f8f3e9;
    --white: #ffffff;
    --danger: #a12d2d;
    --danger-soft: #fff0f0;
    --success: #176548;
    --shadow-sm: 0 8px 24px rgba(7, 22, 37, 0.08);
    --shadow-lg: 0 28px 80px rgba(7, 22, 37, 0.18);
    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 28px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-900); line-height: 1.12; letter-spacing: -0.025em; }
h1 { font-size: clamp(2.55rem, 5.5vw, 5rem); margin-bottom: 1.25rem; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); margin-bottom: 1rem; }
h3 { font-size: 1.3rem; margin-bottom: 0.65rem; }
p { color: var(--muted); }
ul, ol { padding-left: 1.25rem; }
code { padding: 0.12rem 0.35rem; background: #eef1f3; border-radius: 5px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container.narrow { width: min(calc(100% - 40px), 800px); }
.section { padding: 92px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--navy-950); }
.centered { text-align: center; }
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.skip-link {
    position: fixed;
    left: 16px;
    top: -80px;
    z-index: 9999;
    background: var(--white);
    color: var(--navy-900);
    padding: 10px 14px;
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
}
.skip-link:focus { top: 16px; }

.eyebrow {
    margin-bottom: 0.6rem;
    color: var(--green-700);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.eyebrow-light { color: var(--gold-400); }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.75rem 1.2rem;
    border: 1px solid var(--navy-900);
    border-radius: 999px;
    background: var(--navy-900);
    color: var(--white);
    font-weight: 750;
    line-height: 1;
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--navy-700); border-color: var(--navy-700); box-shadow: 0 10px 24px rgba(11, 31, 54, 0.2); }
.button-accent { color: var(--navy-950); background: var(--gold-500); border-color: var(--gold-500); }
.button-accent:hover, .button-accent:focus-visible { background: var(--gold-400); border-color: var(--gold-400); }
.button-light { color: var(--navy-900); background: var(--white); border-color: var(--white); }
.button-light:hover, .button-light:focus-visible { color: var(--white); background: transparent; }
.button-ghost { color: var(--navy-900); background: transparent; border-color: #bac3ca; }
.button-ghost:hover, .button-ghost:focus-visible { color: var(--white); background: var(--navy-900); border-color: var(--navy-900); }
.button-small { min-height: 40px; padding: 0.55rem 0.95rem; font-size: 0.9rem; }
.button-wide { width: 100%; }
.text-link { display: inline-flex; gap: 0.45rem; align-items: center; color: var(--navy-900); font-weight: 800; }
.text-link span { transition: transform 160ms ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link-light { color: var(--white); }

.site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid rgba(11, 31, 54, 0.08);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(16px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: inline-flex; gap: 0.7rem; align-items: center; }
.brand img { flex: 0 0 auto; border-radius: 14px; box-shadow: 0 6px 16px rgba(7, 22, 37, 0.15); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { color: var(--navy-900); font-size: 1rem; letter-spacing: 0.08em; }
.brand-copy small { margin-top: 0.25rem; color: var(--muted); font-size: 0.73rem; }
.brand-light .brand-copy strong, .brand-light .brand-copy small { color: var(--white); }
.primary-nav { display: flex; gap: 0.25rem; align-items: center; }
.primary-nav > a:not(.button) { position: relative; padding: 0.58rem 0.68rem; color: #34404d; font-size: 0.91rem; font-weight: 700; }
.primary-nav > a:not(.button)::after { position: absolute; right: 0.65rem; bottom: 0.2rem; left: 0.65rem; height: 2px; background: var(--gold-500); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 160ms ease; }
.primary-nav > a:not(.button):hover::after, .primary-nav > a.active::after { transform: scaleX(1); }
.primary-nav > a.active { color: var(--navy-900); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 9px; border: 0; border-radius: 12px; background: var(--soft); }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--navy-900); }

.hero { overflow: hidden; padding: 88px 0 110px; background: radial-gradient(circle at 70% 10%, rgba(211, 166, 74, 0.17), transparent 30%), linear-gradient(135deg, var(--navy-950), var(--navy-800)); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr); gap: 70px; align-items: center; }
.hero h1 { max-width: 760px; color: var(--white); }
.hero-lead { max-width: 690px; color: #d5dde5; font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; margin-top: 1.8rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1.7rem; margin-top: 2.4rem; }
.hero-trust div { display: grid; }
.hero-trust strong { color: var(--white); font-size: 1.1rem; }
.hero-trust span { color: #aebbc7; font-size: 0.88rem; }
.hero-visual { position: relative; min-height: 510px; }
.hero-image-frame { position: absolute; inset: 30px 0 30px 30px; overflow: hidden; border: 12px solid rgba(255, 255, 255, 0.1); border-radius: 36px; box-shadow: var(--shadow-lg); transform: rotate(1.8deg); }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; }
.floating-card { position: absolute; z-index: 2; display: grid; max-width: 245px; padding: 16px 18px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 16px; background: rgba(255, 255, 255, 0.95); box-shadow: var(--shadow-sm); }
.floating-card span { color: var(--muted); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.floating-card strong { margin-top: 0.25rem; color: var(--navy-900); line-height: 1.3; }
.floating-card-price { top: 0; right: -20px; }
.floating-card-trip { bottom: 0; left: 0; }

.search-panel-wrap { position: relative; z-index: 5; margin-top: -42px; }
.search-panel { display: grid; grid-template-columns: 1fr 1fr 1.35fr auto; gap: 1rem; align-items: end; padding: 22px; border: 1px solid rgba(11, 31, 54, 0.08); border-radius: 20px; background: var(--white); box-shadow: var(--shadow-lg); }
.search-panel label, .filter-bar label, .field label { display: block; margin-bottom: 0.42rem; color: var(--navy-900); font-size: 0.82rem; font-weight: 800; }
input, select, textarea {
    width: 100%;
    border: 1px solid #cfd6dc;
    border-radius: 10px;
    outline: none;
    background: var(--white);
    color: var(--ink);
    transition: border-color 150ms ease, box-shadow 150ms ease;
}
input, select { min-height: 48px; padding: 0.65rem 0.8rem; }
textarea { padding: 0.75rem 0.8rem; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--navy-700); box-shadow: 0 0 0 4px rgba(29, 66, 104, 0.12); }

.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading > p:last-child { font-size: 1.05rem; }
.heading-row { display: flex; max-width: none; gap: 30px; align-items: end; justify-content: space-between; }
.heading-row > div { max-width: 780px; }
.heading-light h2, .heading-light p { color: var(--white); }
.heading-light p { color: #b8c5d0; }
.centered.section-heading { margin-right: auto; margin-left: auto; }

.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.project-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 10px 34px rgba(7, 22, 37, 0.06); transition: transform 180ms ease, box-shadow 180ms ease; }
.project-card:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(7, 22, 37, 0.13); }
.project-card-image { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 10; background: #d9e7ef; }
.project-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 260ms ease; }
.project-card:hover .project-card-image img { transform: scale(1.035); }
.status-badge, .sample-badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 0.38rem 0.68rem; border-radius: 999px; background: var(--green-700); color: var(--white); font-size: 0.72rem; font-weight: 800; box-shadow: 0 8px 18px rgba(7, 22, 37, 0.16); }
.sample-badge { top: auto; right: 14px; bottom: 14px; left: auto; background: var(--gold-500); color: var(--navy-950); }
.project-card-body { padding: 22px; }
.project-card-body h3 { font-size: 1.48rem; }
.location-line { display: flex; gap: 0.35rem; align-items: flex-start; min-height: 2.2rem; color: #3d4957; font-size: 0.92rem; font-weight: 650; }
.project-card-body > p:not(.eyebrow):not(.location-line) { min-height: 5.1rem; }
.project-card-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 18px 0; }
.project-card-meta div { padding: 12px; border-radius: 10px; background: var(--soft); }
.project-card-meta small { display: block; color: var(--muted); font-size: 0.72rem; }
.project-card-meta strong { display: block; margin-top: 0.2rem; color: var(--navy-900); font-size: 0.86rem; line-height: 1.35; }
.project-card-actions { display: flex; gap: 12px; align-items: center; justify-content: space-between; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.service-card h3, .service-card h2 { padding-right: 54px; }
.service-number { position: absolute; top: 24px; right: 24px; color: #9ea8b2; font-size: 0.82rem; font-weight: 900; letter-spacing: 0.12em; }
.centered-action { margin-top: 34px; text-align: center; }
.service-grid-large { grid-template-columns: repeat(2, 1fr); }
.service-card-large { min-height: 260px; }

.split-feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 70px; align-items: center; }
.split-feature-visual { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.split-feature-visual img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; }
.split-feature-copy p { font-size: 1.05rem; }
.check-list { display: grid; gap: 0.7rem; margin: 1.4rem 0 1.8rem; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.9rem; color: #34404d; }
.check-list li::before { position: absolute; top: 0; left: 0; display: grid; width: 1.3rem; height: 1.3rem; place-items: center; border-radius: 50%; background: var(--green-100); color: var(--green-700); content: "✓"; font-size: 0.78rem; font-weight: 900; }

.update-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.update-card { overflow: hidden; border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.update-card-image { position: relative; display: block; overflow: hidden; aspect-ratio: 5 / 3; }
.update-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 200ms ease; }
.update-card:hover img { transform: scale(1.035); }
.update-card-body { padding: 22px; }
.update-meta { display: flex; gap: 10px; align-items: center; justify-content: space-between; margin-bottom: 12px; color: var(--muted); font-size: 0.76rem; }
.update-meta span { color: var(--green-700); font-weight: 800; }
.update-card h3 { font-size: 1.35rem; }
.update-grid-page .update-card { border: 1px solid var(--line); }

.inquiry-shell { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 60px; align-items: start; padding: 52px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(140deg, #f7f2e9, #ffffff 54%); box-shadow: var(--shadow-sm); }
.inquiry-intro { position: sticky; top: 120px; }
.inquiry-intro h2 { font-size: clamp(2rem, 3.4vw, 3rem); }
.contact-points, .contact-list { display: grid; gap: 12px; margin-top: 1.8rem; }
.contact-points a, .contact-list a, .contact-list > div { display: grid; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,0.75); }
.contact-points span, .contact-list span { color: var(--muted); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; }
.contact-points strong, .contact-list strong { margin-top: 0.2rem; color: var(--navy-900); overflow-wrap: anywhere; }
.inquiry-form { position: relative; padding: 28px; border-radius: var(--radius-md); background: var(--white); box-shadow: 0 18px 50px rgba(7, 22, 37, 0.09); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field-full { grid-column: 1 / -1; }
.field-error { margin: 0.35rem 0 0; color: var(--danger); font-size: 0.78rem; }
.consent-field label { display: flex; gap: 0.6rem; align-items: flex-start; color: var(--muted); font-weight: 500; }
.consent-field input { flex: 0 0 auto; width: 18px; min-height: 18px; margin-top: 3px; }
.form-alert { margin-bottom: 18px; padding: 13px 15px; border-radius: 10px; font-weight: 700; }
.form-alert-error { border: 1px solid #efc3c3; background: var(--danger-soft); color: var(--danger); }
.form-alert-success { border: 1px solid #b8ddcd; background: var(--green-100); color: var(--success); }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.inquiry-shell-dark { border-color: rgba(255,255,255,0.12); background: transparent; box-shadow: none; }
.inquiry-shell-dark .inquiry-intro h2, .inquiry-shell-dark .inquiry-intro p { color: var(--white); }
.inquiry-shell-dark .inquiry-intro p { color: #bac6d0; }
.small-note { margin-top: 1.2rem; font-size: 0.9rem; }

.page-hero, .article-hero { padding: 82px 0; background: radial-gradient(circle at 15% 0%, rgba(211, 166, 74, 0.18), transparent 32%), linear-gradient(135deg, var(--navy-950), var(--navy-800)); }
.page-hero h1, .article-hero h1 { color: var(--white); }
.page-hero p, .article-hero p, .article-hero time { color: #c7d2dc; font-size: 1.08rem; }
.page-hero .eyebrow, .article-hero .eyebrow { color: var(--gold-400); font-size: 0.76rem; }
.compact-hero { padding: 62px 0; }
.projects-directory { padding-top: 62px; }
.filter-bar { display: grid; grid-template-columns: 1.4fr 1fr 1fr auto; gap: 14px; align-items: end; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--soft); }
.results-summary { margin: 24px 0 18px; color: var(--muted); }
.empty-state { padding: 60px 20px; text-align: center; }
.callout-card { display: flex; gap: 30px; align-items: center; justify-content: space-between; padding: 36px 42px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.callout-card > div { max-width: 760px; }
.callout-card h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); }

.project-detail-hero { padding: 32px 0 72px; background: var(--soft); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; margin-bottom: 26px; color: var(--muted); font-size: 0.85rem; }
.breadcrumbs a { color: var(--navy-700); font-weight: 700; }
.breadcrumbs-light, .breadcrumbs-light a { color: #cbd6df; }
.project-detail-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 45px; align-items: center; }
.project-detail-image { position: relative; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.project-detail-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.project-detail-summary h1 { margin-bottom: 0.65rem; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.project-location { color: var(--navy-700); font-weight: 750; }
.project-intro { font-size: 1.05rem; }
.price-panel { display: grid; margin: 24px 0; padding: 18px 20px; border-left: 4px solid var(--gold-500); border-radius: 0 12px 12px 0; background: var(--white); box-shadow: var(--shadow-sm); }
.price-panel span, .price-panel small { color: var(--muted); font-size: 0.78rem; }
.price-panel strong { margin: 0.18rem 0; color: var(--navy-900); font-size: 1.35rem; }
.summary-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.summary-facts div { display: grid; padding: 14px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,0.7); }
.summary-facts span { color: var(--muted); font-size: 0.75rem; }
.summary-facts strong { margin-top: 0.3rem; color: var(--navy-900); font-size: 0.86rem; line-height: 1.35; }
.price-disclaimer { margin-top: 1rem; font-size: 0.82rem; }
.content-with-aside { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 55px; align-items: start; }
.prose-content { max-width: 760px; }
.prose-content h2 { margin-top: 2.2rem; font-size: 2rem; }
.prose-content p, .prose-content li { font-size: 1.02rem; }
.feature-list-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.feature-list-item { display: flex; gap: 0.65rem; align-items: flex-start; padding: 14px; border: 1px solid var(--line); border-radius: 10px; }
.feature-list-item span { display: grid; flex: 0 0 auto; width: 1.4rem; height: 1.4rem; place-items: center; border-radius: 50%; background: var(--green-100); color: var(--green-700); font-size: 0.78rem; font-weight: 900; }
.aside-card { position: sticky; top: 112px; padding: 28px; border-radius: var(--radius-md); background: var(--navy-900); box-shadow: var(--shadow-lg); }
.aside-card h2 { color: var(--white); font-size: 1.7rem; }
.aside-card li { margin-bottom: 0.8rem; color: #d5dee6; }
.aside-card .button { margin-top: 0.8rem; color: var(--navy-950); background: var(--gold-500); border-color: var(--gold-500); }
.gallery-grid { display: grid; grid-template-columns: 1.35fr 0.825fr 0.825fr; gap: 16px; }
.gallery-item { overflow: hidden; padding: 0; border: 0; border-radius: 16px; background: #dfe8ed; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 180ms ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item:first-child { grid-row: span 2; }
.gallery-modal { position: fixed; z-index: 3000; inset: 0; display: grid; padding: 40px; place-items: center; background: rgba(3, 10, 18, 0.92); }
.gallery-modal[hidden] { display: none; }
.gallery-modal img { max-width: min(1100px, 92vw); max-height: 88vh; border-radius: 16px; box-shadow: var(--shadow-lg); }
.gallery-modal-close { position: absolute; top: 20px; right: 24px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,0.25); border-radius: 50%; background: rgba(255,255,255,0.1); color: var(--white); font-size: 2rem; }
.location-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 55px; align-items: center; }
.map-placeholder { overflow: hidden; min-height: 390px; border: 1px dashed #9eabb5; border-radius: var(--radius-lg); background: var(--soft); }
.map-placeholder iframe { width: 100%; height: 390px; border: 0; }
.map-placeholder > div { display: grid; height: 390px; padding: 30px; place-content: center; text-align: center; }
.map-placeholder > div > span { color: var(--gold-500); font-size: 3rem; }

.principles-card { padding: 32px; border-radius: var(--radius-lg); background: var(--navy-900); box-shadow: var(--shadow-lg); }
.principles-card h3 { color: var(--white); font-size: 1.8rem; }
.principles-card > div { display: grid; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
.principles-card > div:last-child { border-bottom: 0; }
.principles-card strong { color: var(--gold-400); }
.principles-card span { color: #c7d2dc; }
.values-grid, .benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.values-grid article, .benefits-grid article { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.values-grid article > span, .benefits-grid article > span { color: var(--gold-500); font-size: 0.8rem; font-weight: 900; letter-spacing: 0.13em; }
.values-grid h2, .benefits-grid h2 { margin-top: 1.2rem; font-size: 1.8rem; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-grid article { padding: 24px; border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; background: rgba(255,255,255,0.04); }
.process-grid span { display: grid; width: 42px; height: 42px; margin-bottom: 1rem; place-items: center; border-radius: 50%; background: var(--gold-500); color: var(--navy-950); font-weight: 900; }
.process-grid h3 { color: var(--white); }
.process-grid p { color: #b6c3cf; }

.article-hero { padding-bottom: 70px; }
.article-hero h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.article-body { font-size: 1.08rem; }
.article-image { width: 100%; margin-bottom: 32px; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.article-lead { color: var(--ink); font-size: 1.3rem; font-weight: 600; }
.article-callout { margin-top: 42px; padding: 30px; border-radius: var(--radius-md); background: var(--soft); }
.article-callout h2 { font-size: 1.8rem; }
.sample-notice { margin-bottom: 28px; padding: 14px 16px; border: 1px solid #ead391; border-radius: 10px; background: #fff8df; color: #6d5416; }
.legal-content h2 { margin-top: 2rem; font-size: 1.55rem; }
.legal-content p { font-size: 1.02rem; }

.thank-you-section, .not-found-section { min-height: 72vh; display: grid; place-items: center; background: var(--soft); }
.thank-you-card { padding: 54px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); text-align: center; box-shadow: var(--shadow-lg); }
.success-icon { display: grid; width: 76px; height: 76px; margin: 0 auto 20px; place-items: center; border-radius: 50%; background: var(--green-100); color: var(--green-700); font-size: 2rem; font-weight: 900; }
.thank-you-card h1, .not-found-section h1 { font-size: clamp(2.2rem, 4vw, 3.5rem); }
.reference-box { display: inline-grid; margin: 22px 0 0; padding: 14px 28px; border-radius: 12px; background: var(--soft); }
.reference-box span { color: var(--muted); font-size: 0.75rem; text-transform: uppercase; }
.reference-box strong { color: var(--navy-900); font-size: 1.5rem; letter-spacing: 0.08em; }
.centered-actions { justify-content: center; }

.site-footer { padding: 70px 0 24px; background: var(--navy-950); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 0.8fr 0.8fr 1.2fr; gap: 42px; }
.footer-grid h2 { color: var(--white); font-size: 1rem; letter-spacing: 0.06em; text-transform: uppercase; }
.footer-grid a { display: block; margin: 0.55rem 0; color: #c6d1db; }
.footer-grid a:hover { color: var(--gold-400); }
.footer-grid p { color: #aebbc6; }
.footer-brand p { max-width: 390px; margin-top: 1.2rem; }
.footer-bottom { display: flex; gap: 20px; align-items: center; justify-content: space-between; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.1); }
.footer-bottom p { margin: 0; font-size: 0.8rem; }
.mobile-contact-bar { display: none; }

@media (max-width: 1080px) {
    .primary-nav > a:not(.button) { padding-inline: 0.45rem; font-size: 0.84rem; }
    .hero-grid { gap: 36px; }
    .hero-visual { min-height: 440px; }
    .project-grid, .update-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
    body { padding-bottom: 58px; }
    .section { padding: 72px 0; }
    .nav-toggle { display: block; }
    .primary-nav { position: fixed; z-index: 1001; top: 78px; right: 0; left: 0; display: none; padding: 16px 20px 24px; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: 0 18px 40px rgba(7, 22, 37, 0.14); }
    .primary-nav.open { display: grid; }
    .primary-nav > a:not(.button) { padding: 0.8rem 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
    .primary-nav > a:not(.button)::after { display: none; }
    .primary-nav .button { margin-top: 0.6rem; }
    .hero { padding-top: 64px; }
    .hero-grid, .split-feature, .project-detail-grid, .location-grid, .inquiry-shell, .content-with-aside { grid-template-columns: 1fr; }
    .hero-copy { max-width: 760px; }
    .hero-visual { min-height: 500px; }
    .search-panel { grid-template-columns: 1fr 1fr; }
    .filter-bar { grid-template-columns: 1fr 1fr; }
    .project-detail-summary { order: -1; }
    .content-with-aside { gap: 30px; }
    .aside-card, .inquiry-intro { position: static; }
    .gallery-grid { grid-template-columns: 1fr 1fr; }
    .gallery-item:first-child { grid-column: 1 / -1; grid-row: auto; }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .inquiry-shell { gap: 34px; padding: 38px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: auto; }
    .mobile-contact-bar { position: fixed; z-index: 1500; right: 0; bottom: 0; left: 0; display: flex; min-height: 58px; border-top: 1px solid rgba(11,31,54,0.12); background: var(--white); box-shadow: 0 -8px 26px rgba(7,22,37,0.12); }
    .mobile-contact-bar a { display: grid; flex: 1; place-items: center; border-right: 1px solid var(--line); color: var(--navy-900); font-size: 0.9rem; font-weight: 800; }
    .mobile-contact-bar a:last-child { color: var(--white); background: var(--navy-900); }
}

@media (max-width: 680px) {
    .container, .container.narrow { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 58px 0; }
    h1 { font-size: clamp(2.35rem, 12vw, 3.4rem); }
    h2 { font-size: clamp(1.9rem, 9vw, 2.65rem); }
    .header-inner { min-height: 70px; }
    .brand img { width: 42px; height: 42px; }
    .primary-nav { top: 70px; }
    .hero { padding: 52px 0 92px; }
    .hero-visual { min-height: 360px; }
    .hero-image-frame { inset: 22px 0 22px 8px; border-width: 8px; border-radius: 24px; }
    .floating-card { max-width: 210px; padding: 12px 14px; font-size: 0.85rem; }
    .floating-card-price { right: -6px; }
    .hero-trust { gap: 1rem; }
    .hero-trust div { flex: 1 1 28%; }
    .search-panel { grid-template-columns: 1fr; margin-top: 0; padding: 18px; }
    .search-panel-wrap { margin-top: -32px; }
    .heading-row { display: block; }
    .heading-row .text-link { margin-top: 0.8rem; }
    .project-grid, .update-grid, .service-grid, .service-grid-large, .values-grid, .benefits-grid, .process-grid, .footer-grid { grid-template-columns: 1fr; }
    .project-card-body > p:not(.eyebrow):not(.location-line) { min-height: auto; }
    .project-card-meta, .summary-facts, .feature-list-grid { grid-template-columns: 1fr; }
    .split-feature { gap: 34px; }
    .filter-bar { grid-template-columns: 1fr; }
    .callout-card { display: block; padding: 28px; }
    .callout-card .button { margin-top: 1rem; }
    .inquiry-shell { padding: 22px; border-radius: 20px; }
    .inquiry-form { padding: 20px; }
    .form-grid { grid-template-columns: 1fr; }
    .field-full { grid-column: auto; }
    .project-detail-hero { padding-bottom: 52px; }
    .project-detail-grid { gap: 30px; }
    .gallery-grid { grid-template-columns: 1fr; }
    .gallery-item:first-child { grid-column: auto; }
    .page-hero, .article-hero { padding: 62px 0; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { display: block; }
    .footer-bottom p + p { margin-top: 0.6rem; }
    .thank-you-card { padding: 32px 22px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

/* Professional CARLREM brand refinements */
:root {
    --brand-red: #ff3434;
    --brand-red-dark: #d92323;
    --brand-gold: #d09a2c;
    --brand-charcoal: #17212c;
    --brand-cream: #f8f3e9;
}

body { background: #fff; }
.eyebrow { color: var(--brand-red-dark); }
.eyebrow-light { color: #f3c65e; }
.button-accent { color: #fff; background: var(--brand-red); border-color: var(--brand-red); }
.button-accent:hover, .button-accent:focus-visible { color: #fff; background: var(--brand-red-dark); border-color: var(--brand-red-dark); }
.button { border-color: var(--brand-charcoal); background: var(--brand-charcoal); }
.button:hover, .button:focus-visible { background: #2b3743; border-color: #2b3743; }
.button-light { color: var(--brand-charcoal); background: #fff; border-color: #fff; }
.button-ghost { color: var(--brand-charcoal); background: transparent; border-color: #b9c0c6; }
.button-ghost:hover, .button-ghost:focus-visible { color: #fff; background: var(--brand-charcoal); border-color: var(--brand-charcoal); }

.site-header { background: rgba(255,255,255,.97); }
.topbar { border-bottom: 1px solid rgba(255,255,255,.08); background: var(--brand-charcoal); }
.topbar-inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 24px; }
.topbar p { margin: 0; color: #cbd3da; font-size: .76rem; font-weight: 650; }
.topbar-inner > div { display: flex; gap: 18px; align-items: center; }
.topbar a { color: #fff; font-size: .76rem; font-weight: 700; }
.topbar a:hover { color: #f3c65e; }
.header-inner { min-height: 84px; }
.brand { gap: .82rem; }
.brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 0; box-shadow: none; }
.brand-copy strong { color: var(--brand-charcoal); font-size: 1.05rem; letter-spacing: .01em; }
.brand-copy small { margin-top: .22rem; color: var(--brand-red-dark); font-size: .77rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.brand-light .brand-copy small { color: #f0bd52; }
.primary-nav > a:not(.button)::after { background: var(--brand-red); }
.primary-nav > a:not(.button) { font-weight: 750; }

.hero-professional {
    padding: 92px 0 120px;
    background:
        radial-gradient(circle at 82% 18%, rgba(208,154,44,.18), transparent 28%),
        radial-gradient(circle at 16% 90%, rgba(255,52,52,.10), transparent 30%),
        linear-gradient(135deg, #111820, #202c38 65%, #17212c);
}
.hero-professional .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 74px; }
.hero-professional h1 { max-width: 760px; font-size: clamp(2.75rem, 5.6vw, 5.15rem); }
.hero-professional .hero-lead { max-width: 720px; }
.hero-professional .hero-trust { gap: 2.3rem; }
.hero-professional .hero-trust strong { font-size: 1.35rem; }
.hero-professional .hero-trust span { max-width: 150px; line-height: 1.35; }

.hero-brand-showcase { position: relative; min-height: 540px; }
.hero-brand-card {
    position: absolute;
    inset: 32px 42px 30px 36px;
    display: grid;
    grid-template-rows: 1fr auto;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(248,243,233,.97));
    box-shadow: 0 34px 90px rgba(0,0,0,.28);
}
.hero-logo-wrap { display: grid; min-height: 365px; place-items: center; padding: 34px; }
.hero-logo-wrap img { width: min(82%, 390px); max-height: 355px; object-fit: contain; }
.hero-brand-copy { display: grid; padding: 24px 28px 28px; border-top: 1px solid #e6e0d6; background: #fff; }
.hero-brand-copy span { color: var(--brand-red-dark); font-size: .76rem; font-weight: 900; letter-spacing: .2em; }
.hero-brand-copy strong { margin-top: 4px; color: var(--brand-charcoal); font-size: 1.55rem; line-height: 1.2; }
.hero-brand-copy small { margin-top: 5px; color: #68717a; }
.hero-mini-card {
    position: absolute;
    z-index: 3;
    display: grid;
    min-width: 174px;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 16px;
    background: rgba(23,33,44,.96);
    box-shadow: 0 20px 45px rgba(0,0,0,.25);
}
.hero-mini-card span { color: #f1bd53; font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.hero-mini-card strong { margin-top: 4px; color: #fff; font-size: 1.02rem; }
.hero-mini-card small { color: #bac4cd; }
.hero-mini-one { top: 0; right: 0; }
.hero-mini-two { bottom: 52px; left: 0; }
.hero-mini-three { right: 4px; bottom: 0; background: rgba(255,52,52,.96); }
.hero-mini-three span { color: #fff3cc; }

.search-panel-simple { grid-template-columns: 1fr 1.3fr auto; }
.portfolio-intro { padding-bottom: 80px; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.category-card { position: relative; overflow: hidden; min-height: 360px; border-radius: 22px; box-shadow: 0 16px 45px rgba(23,33,44,.12); }
.category-card::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,18,24,.94), rgba(12,18,24,.05) 70%); content: ""; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.category-card:hover img { transform: scale(1.04); }
.category-card-overlay { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 24px; }
.category-card-overlay span { color: #f4c35f; font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.category-card-overlay h3 { margin: .45rem 0 .3rem; color: #fff; font-size: 1.45rem; }
.category-card-overlay p { margin: 0; color: #cdd5dc; font-size: .9rem; }

.project-card { border-color: #e3e5e7; border-radius: 20px; box-shadow: 0 12px 34px rgba(23,33,44,.07); }
.project-card:hover { box-shadow: 0 24px 52px rgba(23,33,44,.15); }
.project-card-image { aspect-ratio: 16 / 9.5; }
.status-badge { background: var(--brand-charcoal); }
.project-monogram, .project-detail-monogram {
    position: absolute;
    z-index: 2;
    right: 15px;
    bottom: 15px;
    display: grid;
    min-width: 62px;
    height: 62px;
    padding: 0 12px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 16px;
    background: rgba(255,52,52,.93);
    color: #fff;
    font-size: 1.02rem;
    font-weight: 900;
    letter-spacing: .05em;
    box-shadow: 0 10px 26px rgba(0,0,0,.24);
}
.project-detail-monogram { right: 22px; bottom: 22px; min-width: 84px; height: 84px; font-size: 1.3rem; }
.project-card-body h3 { font-size: 1.45rem; }
.project-card-meta div { border: 1px solid #eaebed; background: #f8f9fa; }
.location-line { color: #65707a; }

.professional-process { background: linear-gradient(180deg, #fff, #fbf8f2); }
.professional-steps { display: grid; gap: 16px; margin: 28px 0 30px; }
.professional-steps article { display: flex; gap: 16px; align-items: flex-start; padding: 18px; border: 1px solid #e3e5e7; border-radius: 16px; background: #fff; }
.professional-steps article > span { display: grid; flex: 0 0 auto; width: 48px; height: 48px; place-items: center; border-radius: 14px; background: var(--brand-charcoal); color: #f3c65e; font-weight: 900; }
.professional-steps h3 { margin-bottom: .25rem; font-size: 1.12rem; }
.professional-steps p { margin: 0; font-size: .94rem; }
.professional-visual { position: relative; }
.visual-note { position: absolute; right: 20px; bottom: 20px; left: 20px; display: grid; padding: 17px 18px; border: 1px solid rgba(255,255,255,.4); border-radius: 14px; background: rgba(23,33,44,.93); box-shadow: 0 12px 32px rgba(0,0,0,.22); }
.visual-note strong { color: #f3c65e; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; }
.visual-note span { margin-top: 4px; color: #fff; font-size: .9rem; line-height: 1.45; }
.service-grid-dark .service-card { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.045); }
.service-grid-dark .service-card h3 { color: #fff; }
.service-grid-dark .service-card p { color: #b9c3cc; }
.service-grid-dark .service-number { color: #f3c65e; }

.page-hero { background: radial-gradient(circle at 83% 15%, rgba(208,154,44,.2), transparent 28%), linear-gradient(135deg, #111820, #26313d); }
.page-hero-grid { display: grid; grid-template-columns: 1fr 260px; gap: 50px; align-items: center; }
.page-hero-mark { display: grid; place-items: center; }
.page-hero-mark img { width: 190px; height: 190px; object-fit: contain; filter: drop-shadow(0 20px 32px rgba(0,0,0,.24)); }
.filter-bar-simple { grid-template-columns: 1.4fr 1fr auto; }
.portfolio-note { display: flex; gap: 8px; align-items: flex-start; margin: 24px 0 6px; padding: 16px 18px; border-left: 4px solid var(--brand-gold); border-radius: 0 12px 12px 0; background: #fbf7ee; color: #5b6269; }
.portfolio-note strong { flex: 0 0 auto; color: var(--brand-charcoal); }
.project-detail-hero { background: linear-gradient(180deg, #f7f4ed, #fff); }
.price-panel { border-left-color: var(--brand-red); }
.aside-card { background: var(--brand-charcoal); }
.aside-card .button { color: #fff; background: var(--brand-red); border-color: var(--brand-red); }
.map-brand-placeholder > div img { width: 138px; height: 138px; margin: 0 auto 18px; object-fit: contain; }
.map-brand-placeholder > div { background: linear-gradient(145deg, #faf7f0, #fff); }

.site-footer { background: #111820; }
.footer-grid a:hover { color: #f3c65e; }
.mobile-contact-bar a:last-child { background: var(--brand-red); }

@media (max-width: 1080px) {
    .category-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .hero-professional .hero-grid { gap: 40px; }
}

@media (max-width: 900px) {
    .topbar { display: none; }
    .header-inner { min-height: 74px; }
    .primary-nav { top: 74px; }
    .hero-professional .hero-grid { grid-template-columns: 1fr; }
    .hero-brand-showcase { min-height: 515px; }
    .search-panel-simple { grid-template-columns: 1fr 1fr; }
    .search-panel-simple .button { grid-column: 1 / -1; }
    .page-hero-grid { grid-template-columns: 1fr 170px; }
    .page-hero-mark img { width: 150px; height: 150px; }
}

@media (max-width: 680px) {
    .brand img { width: 46px; height: 46px; }
    .brand-copy strong { font-size: .9rem; }
    .brand-copy small { font-size: .66rem; }
    .hero-professional { padding-top: 58px; }
    .hero-brand-showcase { min-height: 430px; }
    .hero-brand-card { inset: 24px 10px 40px; border-radius: 24px; }
    .hero-logo-wrap { min-height: 285px; padding: 25px; }
    .hero-brand-copy { padding: 18px 20px 21px; }
    .hero-brand-copy strong { font-size: 1.3rem; }
    .hero-mini-card { min-width: 145px; padding: 11px 13px; }
    .hero-mini-one { right: 0; }
    .hero-mini-two { left: 0; bottom: 24px; }
    .hero-mini-three { right: 0; bottom: -4px; }
    .search-panel-simple { grid-template-columns: 1fr; }
    .search-panel-simple .button { grid-column: auto; }
    .category-grid { grid-template-columns: 1fr; }
    .category-card { min-height: 310px; }
    .page-hero-grid { grid-template-columns: 1fr; }
    .page-hero-mark { display: none; }
    .filter-bar-simple { grid-template-columns: 1fr; }
    .portfolio-note { display: grid; }
    .project-detail-monogram { min-width: 66px; height: 66px; right: 14px; bottom: 14px; font-size: 1.05rem; }
}


/* ==========================================================
   CARLREM Professional V2 — typography, spacing and polish
   ========================================================== */
:root {
    --display-font: "Playfair Display", Georgia, serif;
    --body-font: "DM Sans", "Segoe UI", Arial, sans-serif;
    --v2-ink: #101923;
    --v2-navy: #0d2236;
    --v2-navy-2: #17344e;
    --v2-red: #ef3438;
    --v2-gold: #c9952f;
    --v2-paper: #f7f5f0;
}

body {
    font-family: var(--body-font);
    color: var(--v2-ink);
    font-weight: 400;
    line-height: 1.65;
}

h1, h2 {
    font-family: var(--display-font);
    font-weight: 700;
    letter-spacing: -0.035em;
}

h3, .button, .primary-nav, .eyebrow, label, input, select, textarea {
    font-family: var(--body-font);
}

h3 { letter-spacing: -0.018em; }

.topbar {
    display: block;
    background: #0d1d2c !important;
    border-bottom: 1px solid rgba(255,255,255,.1) !important;
}
.topbar-inner { min-height: 38px !important; }
.topbar p, .topbar a { color: #eef2f5 !important; }
.topbar p { font-size: .75rem; letter-spacing: .015em; }
.topbar a { font-size: .76rem; }

.site-header {
    border-bottom: 1px solid rgba(13,34,54,.09);
    box-shadow: 0 8px 30px rgba(13,34,54,.045);
}
.header-inner { min-height: 82px; }
.brand img { width: 54px; height: 54px; }
.brand-copy strong {
    color: var(--v2-navy);
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: .12em;
}
.brand-copy small {
    color: #6a747e;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .105em;
}
.primary-nav { gap: .08rem; }
.primary-nav > a:not(.button) {
    color: #2c3a47;
    font-size: .88rem;
    font-weight: 650;
    padding: .72rem .68rem;
}
.primary-nav > a:not(.button)::after { background: var(--v2-red); }

.hero-professional {
    position: relative;
    padding: 92px 0 112px;
    background:
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        radial-gradient(circle at 82% 16%, rgba(201,149,47,.19), transparent 25%),
        linear-gradient(135deg, #091827 0%, #102b42 58%, #17344e 100%);
    background-size: 48px 48px, 48px 48px, auto, auto;
}
.hero-professional::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: rgba(255,255,255,.13);
    content: "";
}
.hero-professional .hero-grid {
    grid-template-columns: minmax(0, 1.03fr) minmax(420px, .82fr);
    gap: 86px;
}
.hero-professional h1 {
    max-width: 680px;
    margin-bottom: 1.35rem;
    color: #fff;
    font-size: clamp(3rem, 5.1vw, 5.15rem);
    line-height: .99;
}
.hero-professional .hero-lead {
    max-width: 670px;
    color: #cbd6df;
    font-size: clamp(1rem, 1.5vw, 1.16rem);
    line-height: 1.72;
}
.hero-actions { margin-top: 2rem; }
.hero-professional .button { min-height: 52px; padding-inline: 1.45rem; }
.hero-professional .hero-trust {
    gap: 0;
    margin-top: 2.7rem;
    border-top: 1px solid rgba(255,255,255,.15);
}
.hero-professional .hero-trust div {
    min-width: 0;
    padding: 1.25rem 1.5rem 0 0;
}
.hero-professional .hero-trust div + div {
    padding-left: 1.5rem;
    border-left: 1px solid rgba(255,255,255,.15);
}
.hero-professional .hero-trust strong {
    font-family: var(--display-font);
    font-size: 1.45rem;
}
.hero-professional .hero-trust span { max-width: 145px; font-size: .8rem; }

.hero-brand-showcase { min-height: 510px; }
.hero-brand-card {
    inset: 18px 22px 24px 18px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 24px;
    background: rgba(250,248,243,.98);
    box-shadow: 0 35px 85px rgba(0,0,0,.31);
    transform: none;
}
.hero-architecture-lines {
    position: absolute;
    inset: 0;
    opacity: .36;
    background:
        linear-gradient(135deg, transparent 49.7%, rgba(13,34,54,.12) 50%, transparent 50.3%),
        linear-gradient(90deg, rgba(13,34,54,.09) 1px, transparent 1px),
        linear-gradient(rgba(13,34,54,.09) 1px, transparent 1px);
    background-size: auto, 64px 64px, 64px 64px;
}
.hero-logo-wrap { position: relative; min-height: 340px; padding: 42px 42px 26px; }
.hero-logo-wrap img {
    width: min(65%, 290px);
    max-height: 300px;
    filter: drop-shadow(0 18px 22px rgba(13,34,54,.12));
}
.hero-brand-copy {
    position: relative;
    padding: 24px 28px 26px;
    border-top: 1px solid #dfddd6;
}
.hero-brand-copy span { color: var(--v2-red); }
.hero-brand-copy strong {
    max-width: 390px;
    color: var(--v2-navy);
    font-family: var(--display-font);
    font-size: 1.48rem;
    line-height: 1.25;
}
.hero-mini-card {
    min-width: 190px;
    padding: 15px 17px;
    border-radius: 13px;
    background: rgba(9,24,39,.97);
}
.hero-mini-one { top: 0; right: 0; }
.hero-mini-two { bottom: 0; left: 0; }
.hero-mini-card span { color: #e6bb64; }

.search-panel-wrap { margin-top: -34px; }
.search-panel {
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 24px 65px rgba(13,34,54,.15);
}

.section { padding: 86px 0; }
.section-heading h2 { color: var(--v2-navy); }
.eyebrow { color: #bf2b2f; font-size: .72rem; letter-spacing: .18em; }

.project-card {
    border-radius: 14px;
    box-shadow: 0 10px 34px rgba(13,34,54,.07);
}
.project-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(13,34,54,.14); }
.project-card-body { padding: 22px; }
.project-card-body h3 { font-size: 1.32rem; }
.project-card-image { aspect-ratio: 16 / 9; }
.status-badge, .sample-badge { border-radius: 6px; }
.project-monogram { border-radius: 10px; background: rgba(239,52,56,.94); }

.category-card { min-height: 330px; border-radius: 15px; }
.category-card-overlay h3 { font-family: var(--display-font); font-size: 1.55rem; }

.page-hero, .article-hero {
    background:
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        radial-gradient(circle at 82% 15%, rgba(201,149,47,.22), transparent 27%),
        linear-gradient(135deg, #091827, #17344e);
    background-size: 48px 48px, 48px 48px, auto, auto;
}
.page-hero h1, .article-hero h1 { font-size: clamp(2.65rem, 4.8vw, 4.5rem); }
.page-hero-mark img { width: 150px; height: 150px; }

.button { font-weight: 700; letter-spacing: .005em; }
.button-accent { background: var(--v2-red); border-color: var(--v2-red); }
.button-accent:hover { background: #d92d31; border-color: #d92d31; }

@media (max-width: 980px) {
    .hero-professional .hero-grid { grid-template-columns: 1fr; gap: 44px; }
    .hero-brand-showcase { width: min(620px, 100%); min-height: 500px; }
}

@media (max-width: 900px) {
    .topbar { display: none !important; }
    .primary-nav { top: 74px; }
}

@media (max-width: 680px) {
    .hero-professional { padding: 62px 0 82px; }
    .hero-professional h1 { font-size: clamp(2.65rem, 13vw, 3.7rem); }
    .hero-professional .hero-trust { display: grid; grid-template-columns: 1fr; }
    .hero-professional .hero-trust div { padding: 1rem 0; }
    .hero-professional .hero-trust div + div { padding-left: 0; border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }
    .hero-brand-showcase { min-height: 430px; }
    .hero-brand-card { inset: 18px 4px 32px; }
    .hero-logo-wrap { min-height: 275px; padding: 32px 26px 20px; }
    .hero-brand-copy strong { font-size: 1.28rem; }
    .hero-mini-card { min-width: 160px; }
    .hero-mini-one { right: 0; }
    .hero-mini-two { bottom: 0; }
    .section { padding: 68px 0; }
}


/* Project photo gallery layouts */
.gallery-grid.gallery-count-1 {
    grid-template-columns: minmax(0, 1fr);
}
.gallery-grid.gallery-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gallery-grid.gallery-count-1 .gallery-item:first-child,
.gallery-grid.gallery-count-2 .gallery-item:first-child {
    grid-row: auto;
}
.gallery-grid.gallery-count-1 .gallery-item {
    aspect-ratio: 16 / 9;
}
.gallery-grid.gallery-count-2 .gallery-item {
    aspect-ratio: 4 / 3;
}
.gallery-grid.gallery-count-1 .gallery-item img,
.gallery-grid.gallery-count-2 .gallery-item img {
    object-position: center;
}

@media (max-width: 680px) {
    .gallery-grid.gallery-count-2 {
        grid-template-columns: 1fr;
    }
}
