/*
 * HEBE brand identity layer
 * Primary: #fe0202 | Ink: #000000 | Paper: #FEFBD6 | Typeface: DM Sans
 */
:root {
    --hebe-primary: #fe0202;
    --hebe-teal: #0D6B68;
    --hebe-black: #000000;
    --hebe-white: #FFFFFF;
    --hebe-soft-bg: #E6F0EF;
    --hebe-cream: #FEFBD6;
    --hebe-text-muted: #6D6D6D;
    --hebe-border: #ECECEC;
    --hebe-primary-dark: #fe0202;
    --hebe-ink: var(--hebe-black);
    --hebe-soft: var(--hebe-soft-bg);
    --hebe-paper: var(--hebe-white);
    --hebe-muted: var(--hebe-text-muted);
    --accent: #000000;
    --accent-2: #fe0202;
    --accent-3: #FEFBD6;
    --bs-primary: #fe0202;
    --bs-primary-rgb: 254, 2, 2;
    --bs-dark: #000000;
    --bs-dark-rgb: 0, 0, 0;
}

html,
body,
button,
input,
select,
textarea,
.istudio-hebe,
.istudio-hebe h1,
.istudio-hebe h2,
.istudio-hebe h3,
.istudio-hebe h4,
.istudio-hebe h5,
.istudio-hebe h6 {
    font-family: "DM Sans", Arial, sans-serif !important;
}
/* Accessible social icon buttons used in the site footer. */
.istudio-hebe .hebe-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.istudio-hebe .hebe-social-links .hebe-social-icon {
    display: inline-grid;
    width: 46px;
    height: 46px;
    min-width: 46px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    color: #fff !important;
    background: transparent;
    text-decoration: none;
    transition: transform .25s ease, border-color .25s ease, background-color .25s ease;
}

.istudio-hebe .hebe-social-links .hebe-social-icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.istudio-hebe .hebe-social-links .hebe-social-icon:hover,
.istudio-hebe .hebe-social-links .hebe-social-icon:focus-visible {
    border-color: #E32027;
    color: #fff !important;
    background: #E32027;
    transform: translateY(-2px);
}

body.istudio-hebe {
    color: var(--hebe-muted);
    background: #FFFFFF;
}

.istudio-hebe h1,
.istudio-hebe h2,
.istudio-hebe h3,
.istudio-hebe h4,
.istudio-hebe h5,
.istudio-hebe h6 {
    color: #000000;
}

.hebe-istudio-brand {
    min-width: 134px;
    padding: 4px 0 3px;
}

.hebe-istudio-brand span {
    position: relative;
    color: #fe0202 !important;
    font-size: clamp(31px, 2.4vw, 38px) !important;
    font-weight: 900 !important;
    line-height: .82;
    letter-spacing: -.075em !important;
}

.hebe-istudio-brand span sup {
    position: absolute;
    top: -5px;
    right: -13px;
    color: #000000;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.hebe-istudio-brand small {
    margin-top: 8px !important;
    margin-left: 13px !important;
    color: #000000 !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    line-height: 1;
    letter-spacing: .285em !important;
    text-transform: uppercase;
}

.footer .hebe-istudio-brand span sup,
.footer .hebe-istudio-brand small {
    color: #FFFFFF !important;
}
.hebe-istudio-brand:hover span { color: #fe0202 !important; }

.istudio-hebe .hebe-logo-image {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.istudio-hebe .hebe-logo-header {
    width: clamp(208px, 17vw, 276px);
    height: auto;
}
.istudio-hebe .hebe-logo-footer {
    width: min(100%, 286px);
    height: auto;
}

/* Official user-supplied EXTERIOR BY HEBE artwork. The original PNG has a
   square black canvas, so it is framed as a cropped brand plate. */
.istudio-hebe .hebe-official-logo {
    display: block;
    flex: 0 0 auto;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left 50%;
}
.istudio-hebe .hebe-official-logo-header {
    width: clamp(315px, 17vw, 270px);
    height: 100px;
    background-image: url("../images/hebe-exterior-logo-header-transparent.png");
    background-size: 322px auto;
}
.istudio-hebe .hebe-official-logo-footer {
    width: min(100%, 286px);
    height: 88px;
    background-image: url("../images/hebe-exterior-logo-transparent.png");
    background-size: 342px auto;
}

/* Compact text-only logo requested for the navigation and footer. */
.istudio-hebe .hebe-text-logo {
    display: inline-flex;
    width: max-content;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    color: #000000;
    line-height: 1;
    text-align: left;
}
.istudio-hebe .hebe-text-logo > strong {
    color: #000000;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 2.1vw, 34px);
    font-weight: 500;
    letter-spacing: .045em;
}
.istudio-hebe .hebe-text-logo > span {
    display: flex;
    align-items: baseline;
    align-self: flex-end;
    gap: 7px;
    margin-top: 5px;
    padding-right: 2px;
    color: #000000 !important;
}
.istudio-hebe .hebe-text-logo small {
    margin: 0 !important;
    color: inherit !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px !important;
    font-weight: 500;
    letter-spacing: .04em !important;
}
.istudio-hebe .hebe-text-logo b {
    color: #fe0202 !important;
    font-family: "DM Sans", Arial, sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.025em;
}
.istudio-hebe .hebe-text-logo-header {
    margin-left: 0;
    transform: translateX(-2px);
}
.istudio-hebe .hebe-text-logo-footer > strong,
.istudio-hebe .hebe-text-logo-footer > span { color: #FFFFFF !important; }
.istudio-hebe .hebe-text-logo-footer b { color: #fe0202 !important; }

/* Restore the approved hebeexterior-logo asset from the previous package. */
.istudio-hebe .hebe-square-logo {
    display: block;
    width: auto;
    height: auto;
    object-fit: contain;
}
.istudio-hebe .hebe-square-logo-header {
    width: clamp(210px, 18vw, 255px);
    height: 92px;
    object-fit: contain;
    object-position: center;
}
.istudio-hebe .hebe-square-logo-footer {
    width: 250px;
    height: 105px;
    object-fit: contain;
    object-position: center;
    padding: 0;
    border-radius: 8px;
    background: #FFFFFF;
    filter: drop-shadow(0 12px 28px rgba(0,0,0,.28));
}

/* Move the desktop header logo halfway toward the left viewport edge. */
@media (min-width: 1400px) {
    .istudio-hebe .hebe-nav-shell > .container {
        max-width: calc((100% + 1320px) / 2);
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .istudio-hebe .hebe-nav-shell > .container {
        max-width: calc((100% + 1140px) / 2);
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .istudio-hebe .hebe-nav-shell > .container {
        max-width: calc((100% + 960px) / 2);
    }
}

.bg-primary,
.istudio-hebe .bg-primary,
.istudio-hebe .btn-primary,
.hebe-account-nav .hebe-account-button,
.hebe-history-back,
.hebe-back-top,
.filters button,
.blog-search button,
.blog-filter-row a.active,
.blog-card-image > span,
.design-3d-toolbar button:hover {
    border-color: #fe0202 !important;
    background-color: #fe0202 !important;
}

.istudio-hebe .btn-primary:hover,
.istudio-hebe .btn-primary:focus,
.hebe-account-nav .hebe-account-button:hover,
.filters button:hover,
.blog-search button:hover,
.hebe-history-back:hover,
.hebe-back-top:hover {
    border-color: #fe0202 !important;
    background-color: #fe0202 !important;
}

.text-primary,
.istudio-hebe .text-primary,
.hebe-eyebrow.dark,
.hebe-review-kicker,
.hebe-review-score,
.hebe-sample-label,
.blog-card a:hover,
.footer .btn.btn-link:hover {
    color: #fe0202 !important;
}

.border-primary,
.istudio-hebe .border-primary,
input:focus,
select:focus,
textarea:focus {
    border-color: #fe0202 !important;
}

.hebe-nav-shell .navbar {
    min-height: 0 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    border-color: rgba(254,2,2,.17) !important;
}

.hebe-account-nav {
    border-left-color: rgba(254,2,2,.18) !important;
}

.hebe-nav-shell .navbar-nav .nav-link {
    color: #000000;
}

.hebe-nav-shell .navbar-nav .nav-link::after,
.hebe-eyebrow::before,
.hebe-template-dots button.active,
.hebe-template-dots button:hover {
    background: #fe0202 !important;
}

.hebe-hero-editorial {
    border-left-color: rgba(254,2,2,.28) !important;
}

.hebe-hero-intro {
    max-width: 650px;
    color: #000000 !important;
    font-size: clamp(16px, 1.15vw, 18px) !important;
    font-weight: 500;
    line-height: 1.72 !important;
    letter-spacing: -.01em;
}

.hebe-hero-details {
    border-top-color: rgba(254,2,2,.24) !important;
    border-bottom-color: rgba(254,2,2,.24) !important;
}

.hebe-hero-details span {
    border-right-color: rgba(254,2,2,.22) !important;
    color: #0D6B68 !important;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 1.5;
}

.hebe-hero-details b {
    margin-bottom: 5px;
    color: #000000 !important;
    font-size: 10px !important;
    font-weight: 700;
    letter-spacing: .13em;
}

.hebe-rating-summary,
.hebe-exact-footer,
.footer.bg-dark,
.istudio-admin .sidebar {
    background-color: #000000 !important;
}

.hebe-reviews-section {
    color: #000000;
    background:
        radial-gradient(circle at 100% 0, rgba(254,2,2,.09), transparent 34%),
        #FFFFFF !important;
}

.hebe-review-card:hover {
    border-color: #fe0202 !important;
    background: #fe0202 !important;
}

.hebe-stars,
.hebe-rating-stars,
.rating-stars {
    color: #FEFBD6 !important;
}

.auth-submit,
.is-admin .auth-submit {
    border-color: #fe0202 !important;
    background: #fe0202 !important;
    box-shadow: 0 18px 44px rgba(254,2,2,.22) !important;
}

.auth-submit:hover,
.is-admin .auth-submit:hover {
    background: #fe0202 !important;
}

.auth-shell,
.hebe-register-shell {
    --auth-accent: #fe0202;
    --auth-accent-deep: #fe0202;
}

/* Create-account page: remove the remaining template teal/gold accents. */
.istudio-hebe .hebe-register-shell {
    border-top: 5px solid #fe0202;
    background: #FFFFFF;
}
.istudio-hebe .hebe-register-visual > span { color: #fe0202 !important; }
.istudio-hebe .hebe-register-visual h1,
.istudio-hebe .hebe-register-visual p,
.istudio-hebe .hebe-register-visual b,
.istudio-hebe .hebe-register-visual small {
    color: #FFFFFF !important;
}
.istudio-hebe .hebe-register-form .kicker {
    border-color: rgba(254,2,2,.24) !important;
    color: #fe0202 !important;
    background: #ECECEC !important;
}
.istudio-hebe .hebe-register-form input {
    border-color: rgba(0,0,0,.22) !important;
    color: #000000 !important;
    background: #FFFFFF !important;
}
.istudio-hebe .hebe-register-form input:focus {
    border-color: #fe0202 !important;
    box-shadow: 0 0 0 4px rgba(254,2,2,.11) !important;
    outline: 0;
}
.istudio-hebe .hebe-register-form .btn.gold {
    border-color: #fe0202 !important;
    color: #FFFFFF !important;
    background: #fe0202 !important;
    box-shadow: 0 14px 32px rgba(254,2,2,.22) !important;
}
.istudio-hebe .hebe-register-form .btn.gold:hover {
    border-color: #000000 !important;
    background: #000000 !important;
}
.istudio-hebe .hebe-register-form a { color: #fe0202 !important; }

/* Smart catalogue search: separate text search and category filtering. */
.istudio-hebe .filters.hebe-smart-search {
    position: relative;
    z-index: 10;
    overflow: visible;
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto minmax(210px, .36fr) auto auto;
    align-items: stretch;
    gap: 10px;
}
.istudio-hebe .filters.hebe-smart-search:focus-within { z-index: 120; }
.istudio-hebe .hebe-search-field { position: relative; display: block; min-width: 0; }
.istudio-hebe .hebe-search-field input {
    width: 100%;
    height: 100%;
    min-height: 52px;
}
.istudio-hebe .hebe-search-suggestions {
    position: absolute;
    z-index: 140;
    top: calc(100% + 7px);
    right: 0;
    left: 0;
    max-height: 310px;
    overflow-y: auto;
    padding: 7px;
    border: 1px solid rgba(0,0,0,.12);
    background: #FFFFFF;
    box-shadow: 0 18px 42px rgba(0,0,0,.14);
}
.istudio-hebe .hebe-search-suggestions[hidden] { display: none !important; }
.istudio-hebe .filters.hebe-smart-search .hebe-search-suggestions button {
    display: block;
    width: 100%;
    padding: 12px 14px;
    min-height: 0;
    border: 0 !important;
    color: #000000;
    background: transparent !important;
    background-color: transparent !important;
    font: inherit;
    font-size: 14px;
    font-weight: 650;
    text-align: left;
    cursor: pointer;
}
.istudio-hebe .filters.hebe-smart-search .hebe-search-suggestions button:hover,
.istudio-hebe .filters.hebe-smart-search .hebe-search-suggestions button.is-active {
    color: #fe0202;
    background: #ECECEC !important;
    background-color: #ECECEC !important;
}
.istudio-hebe .hebe-smart-search .btn {
    min-width: 112px;
    padding-inline: 20px;
}
.istudio-hebe .hebe-search-button {
    border-color: #fe0202 !important;
    color: #FFFFFF !important;
    background: #fe0202 !important;
}
.istudio-hebe .hebe-search-button:hover { border-color: #000000 !important; background: #000000 !important; }
.istudio-hebe .hebe-filter-button {
    border-color: #000000 !important;
    color: #FFFFFF !important;
    background: #000000 !important;
}
.istudio-hebe .hebe-filter-button:hover { border-color: #fe0202 !important; background: #fe0202 !important; }
.istudio-hebe .hebe-search-clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 12px;
    color: #fe0202;
    font-weight: 700;
}
.istudio-hebe .hebe-search-summary {
    margin: -12px 0 30px;
    padding: 12px 16px;
    border-left: 4px solid #fe0202;
    color: #0D6B68;
    background: #ECECEC;
}

@media (max-width: 980px) {
    .istudio-hebe .filters.hebe-smart-search { grid-template-columns: minmax(0,1fr) auto; }
    .istudio-hebe .hebe-smart-search select { grid-column: 1 / 2; }
}
@media (max-width: 560px) {
    .istudio-hebe .filters.hebe-smart-search { grid-template-columns: 1fr; }
    .istudio-hebe .hebe-smart-search select { grid-column: auto; }
    .istudio-hebe .hebe-smart-search .btn,
    .istudio-hebe .hebe-search-clear { width: 100%; min-height: 48px; }
}

/* Audit-driven clarity, decision data, accessibility and performance refinements. */
.istudio-hebe .hebe-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.istudio-hebe .hebe-card-facts,
.istudio-hebe .hebe-detail-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 16px 0; padding: 1px; background: #ECECEC; }
.istudio-hebe .hebe-card-facts > div,
.istudio-hebe .hebe-detail-facts > div { min-width: 0; padding: 10px 12px; background: #FFFFFF; }
.istudio-hebe .hebe-card-facts dt,
.istudio-hebe .hebe-detail-facts dt { margin-bottom: 3px; color: #6D6D6D; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.istudio-hebe .hebe-card-facts dd,
.istudio-hebe .hebe-detail-facts dd { margin: 0; color: #000000; font-size: 13px; font-weight: 700; }
.istudio-hebe .hebe-planning-note { margin: 20px 0; padding: 16px; border-left: 4px solid #0D6B68; background: #E6F0EF; }
.istudio-hebe .hebe-planning-note strong { display: block; margin-bottom: 6px; color: #000000; }
.istudio-hebe .hebe-planning-note p { margin: 0; color: #6D6D6D; font-size: 13px; line-height: 1.55; }
.istudio-hebe .hebe-required-note { color: #6D6D6D; font-size: 13px; }
.istudio-hebe .hebe-required-note span,
.istudio-hebe .contact-form label > span { color: #fe0202; }
.istudio-hebe .contact-form select { width: 100%; min-height: 48px; border: 1px solid #ECECEC; color: #000000; background: #FFFFFF; }
.istudio-hebe :where(a, button, input, select, textarea):focus-visible { outline: 3px solid #0D6B68 !important; outline-offset: 3px; }
.istudio-hebe .hebe-design-image-link img,
.istudio-hebe .hebe-category-portrait img,
.istudio-hebe .hebe-exact-project img { aspect-ratio: 4 / 3; object-fit: cover; }
@media (max-width: 600px) {
    .istudio-hebe .hebe-hero-actions .btn { width: 100%; }
    .istudio-hebe .hebe-card-facts,
    .istudio-hebe .hebe-detail-facts { grid-template-columns: 1fr; }
}

/* Email verification and account recovery pages. */
.istudio-hebe .hebe-account-action { max-width: 640px; margin: 40px auto 80px; padding: clamp(28px, 5vw, 52px); border-top: 6px solid #fe0202; background: #FFFFFF; box-shadow: 0 18px 55px rgba(0,0,0,.10); }
.istudio-hebe .hebe-account-action h1 { margin: 12px 0 14px; color: #000000; font-size: clamp(34px, 6vw, 54px); line-height: 1.04; }
.istudio-hebe .hebe-account-action > p { color: #6D6D6D; line-height: 1.65; }
.istudio-hebe .hebe-account-action .notice { margin: 18px 0; }
.istudio-hebe .hebe-account-action form { display: grid; gap: 18px; margin-top: 24px; }
.istudio-hebe .hebe-account-action .form-group { display: grid; gap: 7px; }
.istudio-hebe .hebe-account-action label { color: #000000; font-weight: 800; }
.istudio-hebe .hebe-account-action input { min-height: 52px; padding: 12px 14px; border: 1px solid #ECECEC; color: #000000; background: #FFFFFF; }
@media (prefers-reduced-motion: reduce) {
    .istudio-hebe *,
    .istudio-hebe *::before,
    .istudio-hebe *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* About hero: retain the red foundation while adding one purposeful visual. */
.istudio-hebe .about-page-hero { overflow: hidden; }
.istudio-hebe .about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: clamp(36px, 6vw, 90px);
    align-items: center;
}
.istudio-hebe .about-hero-copy { min-width: 0; }
.istudio-hebe .about-hero-copy h1,
.istudio-hebe .about-hero-copy p { max-width: 720px; }
.istudio-hebe .about-hero-visual {
    position: relative;
    min-height: 440px;
    margin: -34px 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.55);
    background: #000000;
    box-shadow: 22px 22px 0 rgba(0,0,0,.14);
}
.istudio-hebe .about-hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(254,2,2,.34), transparent 38%, rgba(0,0,0,.12));
    pointer-events: none;
}
.istudio-hebe .about-hero-visual img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; object-position: center; }
.istudio-hebe .about-hero-visual figcaption {
    position: absolute;
    z-index: 2;
    right: 16px;
    bottom: 16px;
    padding: 8px 11px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background: #000000;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}
@media (max-width: 991.98px) {
    .istudio-hebe .about-hero-grid { grid-template-columns: 1fr; gap: 34px; }
    .istudio-hebe .about-hero-visual { min-height: 0; margin: 0; box-shadow: 12px 12px 0 rgba(0,0,0,.14); }
    .istudio-hebe .about-hero-visual img { min-height: 0; aspect-ratio: 16 / 9; }
}
@media (max-width: 600px) {
    .istudio-hebe .about-hero-grid { gap: 26px; }
    .istudio-hebe .about-hero-visual img { aspect-ratio: 4 / 3; }
    .istudio-hebe .about-hero-visual figcaption { right: 10px; bottom: 10px; }
}

.istudio-admin {
    --brand-red: #fe0202;
    --brand-red-dark: #fe0202;
}

.istudio-admin .stat {
    border-top-color: #fe0202 !important;
}

::selection {
    color: #FFFFFF;
    background: #fe0202;
}

/* Site-wide readability and hierarchy */
body.istudio-hebe {
    color: #0D6B68 !important;
    font-size: 16px;
    line-height: 1.7;
}

.istudio-hebe p,
.istudio-hebe li,
.istudio-hebe dd,
.istudio-hebe .lead,
.istudio-hebe .text-muted,
.istudio-hebe .about-story-copy p,
.istudio-hebe .about-section-heading p,
.istudio-hebe .card p,
.istudio-hebe .blog-card p,
.istudio-hebe .detail-panel p,
.istudio-hebe .form-wrap p {
    color: #0D6B68;
    font-weight: 450;
    line-height: 1.72;
}

.istudio-hebe .text-muted {
    color: #6D6D6D !important;
}

.istudio-hebe small,
.istudio-hebe .small,
.istudio-hebe .meta,
.istudio-hebe .card-meta,
.istudio-hebe .blog-meta {
    color: #6D6D6D;
    font-weight: 500;
}

.istudio-hebe label,
.istudio-hebe legend,
.istudio-hebe th,
.istudio-hebe dt {
    color: #000000;
    font-weight: 700;
}

.istudio-hebe input,
.istudio-hebe select,
.istudio-hebe textarea {
    color: #000000;
    font-weight: 500;
}

.istudio-hebe input::placeholder,
.istudio-hebe textarea::placeholder {
    color: #6D6D6D;
    opacity: 1;
}

.istudio-hebe .card h3,
.istudio-hebe .card h4,
.istudio-hebe .blog-card h2,
.istudio-hebe .blog-card h3,
.istudio-hebe .detail-panel h1 {
    color: #000000;
    font-weight: 700;
}

.istudio-hebe .btn,
.istudio-hebe button,
.istudio-hebe .nav-link,
.istudio-hebe .section-link {
    font-weight: 700;
}

/* Preserve intentional light copy on dark, red and photographic surfaces. */
.istudio-hebe .bg-dark p,
.istudio-hebe .bg-dark li,
.istudio-hebe .bg-primary p,
.istudio-hebe .bg-primary li,
.istudio-hebe .footer p,
.istudio-hebe .footer li,
.istudio-hebe .auth-visual p,
.istudio-hebe .auth-highlight p,
.istudio-hebe .hebe-review-card:hover p,
.istudio-hebe .hebe-review-card:hover small,
.istudio-hebe [class*="overlay"] p {
    color: rgba(255,255,255,.84) !important;
}

.istudio-hebe .bg-dark h1,
.istudio-hebe .bg-dark h2,
.istudio-hebe .bg-dark h3,
.istudio-hebe .bg-dark h4,
.istudio-hebe .bg-dark h5,
.istudio-hebe .bg-primary h1,
.istudio-hebe .bg-primary h2,
.istudio-hebe .bg-primary h3,
.istudio-hebe .bg-primary h4,
.istudio-hebe .bg-primary h5,
.istudio-hebe .footer h1,
.istudio-hebe .footer h2,
.istudio-hebe .footer h3,
.istudio-hebe .footer h4,
.istudio-hebe .footer h5 {
    color: #FFFFFF !important;
}

@media (max-width: 767.98px) {
    body.istudio-hebe { font-size: 15.5px; }
    .istudio-hebe p,
    .istudio-hebe li { line-height: 1.68; }
}

/* About principles: dedicated dark-surface contrast and balanced composition. */
.istudio-hebe .about-principles-section {
    position: relative;
    overflow: hidden;
    color: #FFFFFF;
    background:
        radial-gradient(circle at 12% 22%, rgba(254,2,2,.18), transparent 27%),
        linear-gradient(125deg, #000000 0%, #000000 58%, #000000 100%);
}
.istudio-hebe .about-principles-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .16;
    background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(90deg, #000000, transparent 48%);
}
.istudio-hebe .about-principles-grid {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(280px, .78fr) minmax(480px, 1.22fr);
    align-items: center;
}
.istudio-hebe .about-principles-grid > div:first-child {
    padding-left: 24px;
    border-left: 4px solid #fe0202;
}
.istudio-hebe .about-principles-section .about-label.light {
    color: #fe0202 !important;
    font-size: 11px;
}
.istudio-hebe .about-principles-section h2 {
    max-width: 540px;
    margin: 20px 0 22px;
    color: #FFFFFF !important;
    font-size: clamp(38px, 4.5vw, 64px);
    font-weight: 700;
    letter-spacing: -.045em;
}
.istudio-hebe .about-principles-section .about-principles-intro {
    max-width: 510px;
    margin: 0;
    color: rgba(255,255,255,.76) !important;
    font-size: 16px;
    line-height: 1.75;
}
.istudio-hebe .about-principles-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.istudio-hebe .about-principles-list article {
    display: grid;
    min-height: 174px;
    grid-template-columns: auto 1fr;
    gap: 16px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(8px);
    transition: transform .35s cubic-bezier(.22,1,.36,1), border-color .3s ease, background .3s ease;
}
.istudio-hebe .about-principles-list article:hover {
    border-color: rgba(254,2,2,.72);
    background: rgba(255,255,255,.105);
    transform: translateY(-5px);
}
.istudio-hebe .about-principles-list article > span {
    color: #fe0202;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}
.istudio-hebe .about-principles-list strong {
    display: block;
    margin-bottom: 9px;
    color: #FFFFFF !important;
    font-size: 19px;
    font-weight: 700;
}
.istudio-hebe .about-principles-list p {
    margin: 0;
    padding: 0;
    border: 0;
    color: rgba(255,255,255,.78) !important;
    font-size: 14px;
    line-height: 1.65;
}
@media (max-width: 991.98px) {
    .istudio-hebe .about-principles-grid { grid-template-columns: 1fr !important; }
    .istudio-hebe .about-principles-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
    .istudio-hebe .hebe-logo-header { width: 190px; }
    .istudio-hebe .hebe-logo-footer { width: 245px; }
    .istudio-hebe .hebe-official-logo-header {
        width: 192px;
        height: 62px;
        background-size: 230px auto;
    }
    .istudio-hebe .hebe-official-logo-footer {
        width: 238px;
        height: 76px;
        background-size: 286px auto;
    }
    .istudio-hebe .hebe-text-logo > strong { font-size: 26px; }
    .istudio-hebe .hebe-text-logo b { font-size: 19px; }
    .istudio-hebe .hebe-text-logo small { font-size: 10px !important; }
    .istudio-hebe .hebe-square-logo-header { width: 190px; height: 74px; }
    .istudio-hebe .hebe-square-logo-footer { width: 220px; height: 92px; }
    .istudio-hebe .about-principles-section { padding-block: 64px; }
    .istudio-hebe .about-principles-grid > div:first-child { padding-left: 17px; }
    .istudio-hebe .about-principles-section h2 { font-size: clamp(34px, 10vw, 46px); }
    .istudio-hebe .about-principles-list { grid-template-columns: 1fr; }
    .istudio-hebe .about-principles-list article { min-height: 0; padding: 20px; }
}

/* Public Explore library and account-gated image actions. */
.istudio-hebe .hebe-public-design-card { overflow: hidden; }
.istudio-hebe .hebe-design-image-link,
.istudio-hebe .hebe-enlarge-link { position: relative; display: block; overflow: hidden; color: #FFFFFF; background: #000000; }
.istudio-hebe .hebe-design-image-link img,
.istudio-hebe .hebe-enlarge-link img { width: 100%; transition: transform .35s ease, opacity .35s ease; }
.istudio-hebe .hebe-design-image-link:hover img,
.istudio-hebe .hebe-enlarge-link:hover img { transform: scale(1.025); opacity: .88; }
.istudio-hebe .hebe-public-design-card .card-content h3 a { color: #000000; }
.istudio-hebe .hebe-enlarge-link > span {
    position: absolute;
    right: 16px;
    bottom: 16px;
    padding: 10px 14px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background: #000000;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.istudio-hebe .design-3d-full-link {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #ECECEC;
    color: #FFFFFF;
    background: #000000;
    font-size: 12px;
    font-weight: 800;
}
body.has-auth-gate { overflow: hidden; }
.hebe-auth-gate[hidden] { display: none !important; }
.hebe-auth-gate { position: fixed; inset: 0; z-index: 100000; display: grid; place-items: center; padding: 20px; }
.hebe-auth-gate__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); }
.hebe-auth-gate__dialog {
    position: relative;
    width: min(100%, 520px);
    padding: clamp(28px, 5vw, 48px);
    border: 1px solid #ECECEC;
    border-left: 6px solid #fe0202;
    color: #000000;
    background: #FFFFFF;
    box-shadow: 0 26px 80px rgba(0,0,0,.30);
}
.hebe-auth-gate__dialog h2 { margin: 10px 36px 12px 0; color: #000000; font-size: clamp(30px, 5vw, 46px); line-height: 1; }
.hebe-auth-gate__dialog p { margin: 0 0 24px; color: #6D6D6D; line-height: 1.65; }
.hebe-auth-gate__dialog small { display: block; margin-top: 16px; color: #6D6D6D; }
.hebe-auth-gate__eyebrow { color: #fe0202; font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.hebe-auth-gate__close { position: absolute; top: 14px; right: 14px; width: 40px; height: 40px; border: 0; color: #000000; background: #E6F0EF; font-size: 27px; cursor: pointer; }
.hebe-auth-gate__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hebe-auth-gate__actions .btn { justify-content: center; text-align: center; }
.hebe-auth-gate__login { color: #FFFFFF !important; background: #000000 !important; }
.hebe-auth-gate__register { color: #FFFFFF !important; background: #fe0202 !important; }
@media (max-width: 560px) {
    .hebe-auth-gate__actions { grid-template-columns: 1fr; }
    .istudio-hebe .hebe-enlarge-link > span { right: 10px; bottom: 10px; }
}

/* Shift only the desktop header logo toward the left edge. */
@media (min-width: 992px) {
    .istudio-hebe .hebe-nav-shell .navbar-brand {
        transform: translateX(-48px);
    }
}

/* Parent-brand endorsed hebe Exterio lockup. */
.istudio-hebe .hebe-istudio-brand {
    display: inline-flex !important;
    min-width: 0;
    align-items: center;
    gap: 14px;
    padding: 4px 0;
    text-decoration: none;
}
.istudio-hebe .hebe-istudio-brand .hebe-brand-master {
    display: grid;
    position: relative;
    min-width: 105px;
    color: inherit !important;
    line-height: 1;
}
.istudio-hebe .hebe-istudio-brand .hebe-brand-master b {
    position: relative;
    color: #fe0202;
    font-size: clamp(29px, 2.15vw, 36px);
    font-weight: 700;
    line-height: .82;
    letter-spacing: -.07em;
}
.istudio-hebe .hebe-istudio-brand .hebe-brand-master sup {
    position: absolute;
    top: -5px;
    right: -10px;
    color: #000000;
    font-size: 7px;
    letter-spacing: 0;
}
.istudio-hebe .hebe-istudio-brand .hebe-brand-master small {
    margin: 7px 0 0 19px !important;
    color: #000000 !important;
    font-size: 8px !important;
    font-weight: 700 !important;
    line-height: 1;
    letter-spacing: .02em !important;
    text-transform: lowercase;
}
.istudio-hebe .hebe-istudio-brand > em {
    display: block;
    position: relative;
    padding-left: 14px;
    color: #000000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .19em;
}
.istudio-hebe .hebe-istudio-brand > em::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 42px;
    background: #fe0202;
    transform: translateY(-50%);
}

/* Identity guide approves a white logo on the corporate red surface. */
.istudio-hebe .hebe-parent-brand-footer,
.istudio-hebe .footer.bg-dark,
.istudio-hebe .hebe-exact-footer {
    color: #FFFFFF !important;
    background: #000000 !important;
}
.istudio-hebe .hebe-parent-brand-footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}
.istudio-hebe .hebe-parent-brand-footer::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    background: url("../images/hero/premium-gate-v1.jpg") center 58% / cover no-repeat;
    opacity: .20;
    filter: grayscale(1) contrast(1.12);
    transform: scale(1.025);
}
.istudio-hebe .hebe-parent-brand-footer::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.84) 48%, rgba(0,0,0,.91) 100%),
        linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.92));
}
.istudio-hebe .hebe-parent-brand-footer > .container { position: relative; z-index: 1; }
.istudio-hebe .footer .hebe-istudio-brand .hebe-brand-master b,
.istudio-hebe .footer .hebe-istudio-brand .hebe-brand-master sup,
.istudio-hebe .footer .hebe-istudio-brand .hebe-brand-master small,
.istudio-hebe .footer .hebe-istudio-brand > em { color: #FFFFFF !important; }
.istudio-hebe .footer .hebe-istudio-brand > em::before { background: rgba(255,255,255,.65); }
.istudio-hebe .footer h5 { color: #FFFFFF !important; }
.istudio-hebe .footer p,
.istudio-hebe .footer .btn.btn-link {
    color: rgba(255,255,255,.85) !important;
}
.istudio-hebe .footer .btn.btn-link:hover { color: #FFFFFF !important; }
.istudio-hebe .footer .btn.btn-link::before { background: #FFFFFF !important; }

/* Footer contrast correction: keep the approved white lockup visible on red and
   present navigation as restrained editorial rows instead of pale button cards. */
.istudio-hebe .footer .footer-brand {
    width: auto !important;
    min-height: 76px;
    margin-bottom: 24px !important;
    padding: 10px 0 !important;
    border: 0 !important;
    color: #FFFFFF !important;
    background: transparent !important;
    box-shadow: none !important;
}
.istudio-hebe .footer .footer-brand:hover {
    color: #FFFFFF !important;
    background: transparent !important;
}
.istudio-hebe .footer .btn.btn-link {
    display: flex !important;
    width: 100%;
    min-height: 46px;
    align-items: center;
    margin: 0 !important;
    padding: 11px 4px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.25) !important;
    border-radius: 0 !important;
    color: #FFFFFF !important;
    background: transparent !important;
    box-shadow: none !important;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
}
.istudio-hebe .footer .btn.btn-link::before {
    content: "\2192" !important;
    width: auto;
    margin-right: 10px;
    color: rgba(255,255,255,.72);
    background: transparent !important;
    font-family: inherit !important;
    font-size: 14px;
}
.istudio-hebe .footer .btn.btn-link:hover {
    padding-left: 10px !important;
    color: #000000 !important;
    background: #FEFBD6 !important;
    letter-spacing: 0;
}
.istudio-hebe .footer .btn.btn-link:hover::before { color: #fe0202; }
.istudio-hebe .footer .row { align-items: flex-start; }
.istudio-hebe .footer h5 {
    margin-bottom: 18px !important;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(255,255,255,.9);
    font-size: 17px;
    letter-spacing: -.015em;
}
.istudio-hebe .hebe-parent-endorsement {
    display: inline-block;
    margin-top: 14px;
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.48);
    color: #FFFFFF !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.hebe-brand-signoff { border-top: 3px solid #fe0202; color: #FFFFFF; background: #000000; }
.hebe-brand-signoff .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-block: 16px;
}
.hebe-brand-signoff span { font-weight: 700; letter-spacing: .12em; }
.hebe-brand-signoff small { color: rgba(255,255,255,.72) !important; }

/* Left-oriented editorial footer navigation */
.istudio-hebe .hebe-exact-footer .row > [class*="col-"] {
    text-align: left !important;
}

.istudio-hebe .hebe-exact-footer h5 {
    position: relative;
    padding: 0 0 14px 15px;
    border-bottom: 1px solid rgba(255,255,255,.25);
    text-align: left !important;
}

.istudio-hebe .hebe-exact-footer h5::before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 14px;
    left: 0;
    width: 3px;
    background: var(--hebe-primary);
}

.istudio-hebe .hebe-exact-footer .btn.btn-link {
    justify-content: flex-start !important;
    gap: 12px;
    padding: 12px 10px 12px 0 !important;
    text-align: left !important;
}

.istudio-hebe .hebe-exact-footer .btn.btn-link::before {
    flex: 0 0 20px;
    margin-right: 0;
    color: var(--hebe-primary) !important;
    text-align: left;
    transition: transform .2s ease;
}

.istudio-hebe .hebe-exact-footer .btn.btn-link:hover {
    padding-left: 12px !important;
}

.istudio-hebe .hebe-exact-footer .btn.btn-link:hover::before {
    transform: translateX(3px);
}

.istudio-hebe .hebe-exact-footer p {
    max-width: 32ch;
    text-align: left;
    line-height: 1.7;
}

/* Match the Design Journal search panel to the homepage editorial boxes. */
.istudio-hebe .blog-search {
    position: relative;
    padding: clamp(20px, 3vw, 30px);
    border: 1px solid var(--hebe-border) !important;
    border-left: 5px solid var(--hebe-primary) !important;
    color: var(--hebe-black);
    background: var(--hebe-white) !important;
    box-shadow: 0 22px 56px rgba(0,0,0,.18);
    backdrop-filter: none;
}

.istudio-hebe .blog-search label {
    margin-bottom: 14px;
    color: var(--hebe-black) !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
}

.istudio-hebe .blog-search > div {
    overflow: visible;
    gap: 0;
    border: 1px solid var(--hebe-border);
    background: var(--hebe-white);
}

.istudio-hebe .blog-search input {
    min-height: 58px;
    padding-inline: 18px;
    border: 0;
    color: var(--hebe-black);
    background: var(--hebe-white);
}

.istudio-hebe .blog-search input::placeholder {
    color: var(--hebe-text-muted);
    opacity: 1;
}

.istudio-hebe .blog-search input:focus {
    box-shadow: inset 0 0 0 2px var(--hebe-primary);
}

.istudio-hebe .blog-search button {
    min-width: 120px;
    min-height: 58px;
    padding-inline: 24px;
    color: var(--hebe-white) !important;
    background: var(--hebe-primary) !important;
}

.istudio-hebe .blog-search button:hover,
.istudio-hebe .blog-search button:focus-visible {
    color: var(--hebe-white) !important;
    background: var(--hebe-black) !important;
}

@media (max-width: 680px) {
    .istudio-hebe .blog-search > div { grid-template-columns: minmax(0,1fr); }
    .istudio-hebe .blog-search button { width: 100%; }
}

/* Homepage-style editorial boxes for About and Contact content. */
.istudio-hebe .about-story-copy,
.istudio-hebe .about-focus-grid article,
.istudio-hebe .about-process-grid > div,
.istudio-hebe .contact-intro,
.istudio-hebe .contact-form {
    position: relative;
    border: 1px solid var(--hebe-border) !important;
    border-left: 5px solid var(--hebe-primary) !important;
    border-radius: 0 !important;
    color: var(--hebe-black);
    background: var(--hebe-white) !important;
    box-shadow: 0 20px 52px rgba(0,0,0,.10) !important;
    text-align: left;
}

.istudio-hebe .about-story-copy,
.istudio-hebe .contact-intro,
.istudio-hebe .contact-form {
    padding: clamp(24px, 4vw, 42px) !important;
}

.istudio-hebe .about-focus-grid article,
.istudio-hebe .about-process-grid > div {
    padding: clamp(22px, 3vw, 32px) !important;
}

.istudio-hebe .about-story-copy::before,
.istudio-hebe .contact-intro::before,
.istudio-hebe .contact-form::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 5px;
    background: var(--hebe-primary);
}

.istudio-hebe .about-story-copy h2,
.istudio-hebe .about-focus-grid h3,
.istudio-hebe .about-process-grid strong,
.istudio-hebe .contact-intro h2,
.istudio-hebe .contact-form label {
    color: var(--hebe-black) !important;
}

.istudio-hebe .about-story-copy p,
.istudio-hebe .about-focus-grid p,
.istudio-hebe .about-process-grid span,
.istudio-hebe .contact-intro > p,
.istudio-hebe .contact-note span {
    color: var(--hebe-text-muted) !important;
}

.istudio-hebe .about-focus-grid article > span,
.istudio-hebe .about-process-grid > div > b,
.istudio-hebe .contact-note strong {
    color: var(--hebe-primary) !important;
}

.istudio-hebe .contact-note {
    padding: 15px 0;
    border-top: 1px solid var(--hebe-border);
}

.istudio-hebe .contact-note:last-child {
    border-bottom: 1px solid var(--hebe-border);
}

.istudio-hebe .contact-form input,
.istudio-hebe .contact-form textarea {
    border: 1px solid var(--hebe-border) !important;
    border-radius: 0 !important;
    color: var(--hebe-black);
    background: var(--hebe-white);
}

.istudio-hebe .contact-form input:focus,
.istudio-hebe .contact-form textarea:focus {
    border-color: var(--hebe-primary) !important;
    box-shadow: 0 0 0 3px rgba(254,2,2,.18) !important;
}

.istudio-hebe .contact-form .btn {
    border-color: var(--hebe-primary) !important;
    color: var(--hebe-white) !important;
    background: var(--hebe-primary) !important;
}

.istudio-hebe .contact-form .btn:hover {
    border-color: var(--hebe-black) !important;
    background: var(--hebe-black) !important;
}

@media (max-width: 767.98px) {
    .istudio-hebe .about-story-copy,
    .istudio-hebe .contact-intro,
    .istudio-hebe .contact-form,
    .istudio-hebe .about-focus-grid article,
    .istudio-hebe .about-process-grid > div {
        padding: 22px 18px !important;
    }
}

/* Clearly explain how the sub-brand relates to HEBE Steels. */
.istudio-hebe .hebe-parent-brand-panel {
    display: grid;
    grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
    gap: clamp(36px,7vw,90px);
    margin-block: 25px 95px;
    padding: clamp(38px,6vw,74px);
    border-top: 5px solid #fe0202;
    background: #FEFBD6;
}
.istudio-hebe .hebe-parent-brand-panel h2 {
    margin: 16px 0 0;
    font-size: clamp(31px,4vw,52px);
    line-height: 1.08;
}
.istudio-hebe .hebe-parent-brand-panel p { color: #000000; font-size: 16px; line-height: 1.78; }
.istudio-hebe .hebe-parent-brand-panel a { color: #fe0202; font-weight: 700; }
.istudio-hebe .hebe-parent-company {
    display: block;
    margin-top: 18px;
    color: #000000;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.istudio-hebe .kicker,
.istudio-hebe .blog-eyebrow,
.istudio-hebe .about-label { color: #fe0202 !important; }

/* About and Contact hero treatment */
.istudio-hebe .page-hero.about-page-hero,
.istudio-hebe .page-hero.contact-page-hero {
    color: var(--hebe-white) !important;
    background: var(--hebe-primary) !important;
}

.istudio-hebe .page-hero.about-page-hero h1,
.istudio-hebe .page-hero.about-page-hero p,
.istudio-hebe .page-hero.about-page-hero .eyebrow,
.istudio-hebe .page-hero.contact-page-hero h1,
.istudio-hebe .page-hero.contact-page-hero p,
.istudio-hebe .page-hero.contact-page-hero .eyebrow {
    color: var(--hebe-white) !important;
}

/* Industrial geometry: quieter radii and clearer structural edges. */
.istudio-hebe .card,
.istudio-hebe .blog-card,
.istudio-hebe .form-card,
.istudio-hebe .hebe-review-card,
.istudio-hebe .about-focus-grid article,
.istudio-hebe .about-principles-list article { border-radius: 4px !important; }
.istudio-hebe .btn:not(.hebe-ai-close),
.istudio-hebe .hebe-account-button,
.istudio-hebe .filters { border-radius: 4px !important; }

/* HEBE Assistant now uses only the approved red, black, white and paper palette. */
.istudio-hebe .hebe-ai-launcher {
    border-color: #000000;
    color: #FFFFFF;
    background: #fe0202;
    box-shadow: 0 7px 0 #000000, 0 20px 42px rgba(0,0,0,.24);
}
.istudio-hebe .hebe-ai-launcher:hover { color: #000000; background: #FFFFFF; }
.istudio-hebe .hebe-ai-launcher-mark,
.istudio-hebe .hebe-ai-launcher:hover .hebe-ai-launcher-mark {
    border-color: currentColor;
    color: inherit;
    background: transparent;
}
.istudio-hebe .hebe-ai-title > span { border-color: #FFFFFF; background: #fe0202; }
.istudio-hebe .hebe-ai-close:hover { color: #000000; background: #FFFFFF; }
.istudio-hebe .hebe-stars,
.istudio-hebe .hebe-rating-stars,
.istudio-hebe .rating-stars { color: #fe0202 !important; }

@media (max-width: 991.98px) {
    .istudio-hebe .hebe-parent-brand-panel { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .istudio-hebe .hebe-istudio-brand { gap: 9px; }
    .istudio-hebe .hebe-istudio-brand .hebe-brand-master { min-width: 89px; }
    .istudio-hebe .hebe-istudio-brand .hebe-brand-master b { font-size: 27px; }
    .istudio-hebe .hebe-istudio-brand > em { padding-left: 9px; font-size: 9px; letter-spacing: .13em; }
    .istudio-hebe .hebe-istudio-brand > em::before { height: 34px; }
    .hebe-brand-signoff .container { align-items: flex-start; flex-direction: column; gap: 3px; }
    .istudio-hebe .hebe-parent-brand-panel { margin-bottom: 60px; padding: 29px 22px; }
}
.hebe-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.hebe-social-links a {
    display: inline-flex;
    min-height: 42px;
    padding: 9px 15px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 4px;
    color: #ffffff !important;
    background: transparent;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s ease;
}

.hebe-social-links a:hover,
.hebe-social-links a:focus {
    border-color: #ffffff;
    color: #e32027 !important;
    background: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 575.98px) {
    .hebe-social-links {
        gap: 8px;
    }

    .hebe-social-links a {
        flex: 1 1 calc(50% - 8px);
    }
}
