/* ---------------------------------------------------------
   URWIND HOME — normal scroll landing
   --------------------------------------------------------- */

body.is-home-page {
    overflow-x: hidden;
}

body.is-home-page main {
    height: auto;
    overflow: visible;
    padding: 0;
    margin: 0;
}

.home-landing {
    position: relative;
    width: 100%;
    overflow: visible;
    background: #000;
}

.home-sections {
    width: 100%;
}

.home-section {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    box-sizing: border-box;
}

.home-section-nav,
.home-scroll-cue,
.home-page-curtain,
.home-footer-scroll-cue {
    display: none !important;
}

body.is-home-transitioning {
    pointer-events: auto;
}

.home-section--hero {
    min-height: 100vh;
    min-height: 100dvh;
}

.home-section--categories {
    min-height: auto;
}

body.is-home-transitioning {
    pointer-events: auto;
}

/* ── Hero section (video) — content only; video/shade unchanged ── */

.home-section--hero .editorial-hero {
    flex: 1;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 560px;
}

.home-section--hero .editorial-hero-video {
    transform: none;
    animation: none;
}

.home-section--hero .editorial-hero-copy {
    left: clamp(28px, 6vw, 96px);
    top: 50%;
    transform: translateY(-46%);
    text-align: left;
    width: min(620px, calc(100% - 56px));
    max-width: 620px;
    gap: 0;
    padding-left: clamp(20px, 2.5vw, 28px);
    border-left: 3px solid var(--gold);
}

.home-section--hero .editorial-hero-kicker {
    margin-bottom: 18px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.24em;
    color: var(--gold);
}

.home-section--hero .editorial-hero-title {
    margin-bottom: 14px;
    font-size: clamp(3.25rem, 9.5vw, 7.25rem);
    line-height: 0.94;
    letter-spacing: -0.01em;
}

.home-section--hero .editorial-hero-tagline {
    margin: 0;
    max-width: 46ch;
    font-size: clamp(0.95rem, 1.45vw, 1.08rem);
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.76);
}

.home-section--hero .editorial-hero-actions {
    justify-content: flex-start;
    margin-top: 28px;
    gap: 14px;
}

.home-section--hero .editorial-hero-btn {
    min-width: 168px;
    padding: 15px 28px;
    font-size: 11px;
    letter-spacing: 0.14em;
}

.home-section--hero .editorial-hero-btn--ghost {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.42);
}

.home-section--hero .editorial-hero-btn--ghost:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(201, 162, 39, 0.08);
}

/* ── Categories section ───────────────────────────────── */

.home-section--categories {
    background: #0B0B0B;
    min-height: auto;
}

.home-category-intro {
    position: relative;
    padding: clamp(48px, 6vw, 72px) 20px clamp(28px, 4vw, 40px);
    background: #0B0B0B;
    border-bottom: 1px solid rgba(201, 162, 39, 0.12);
}

.home-category-intro-inner {
    width: min(920px, 100%);
    margin: 0 auto;
    text-align: center;
}

.home-category-kicker {
    display: inline-block;
    margin-bottom: 12px;
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--red);
}

.home-category-heading {
    margin: 0 0 14px;
    font-family: var(--font-heading);
    font-size: clamp(1.85rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #fff;
}

.home-category-lead {
    max-width: 62ch;
    margin: 0 auto;
    font-size: clamp(0.92rem, 1.4vw, 1.05rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.62);
}

.home-section--categories .home-category-accordion {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 0;
    min-height: 0;
}

.home-section--categories .home-category-panel-row {
    min-height: clamp(380px, 52vh, 520px);
    height: auto;
}

/* ── Manufacturing section ────────────────────────────── */

.home-section--process {
    background: #fff;
    overflow: hidden;
}

.home-section--process .home-manufacturing-flow {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(8px, 1.5vh, 20px) 0 clamp(16px, 2vh, 28px);
    min-height: 0;
    overflow: hidden;
}

.home-section--process .home-flow-intro {
    flex-shrink: 0;
    margin-bottom: clamp(24px, 4vh, 40px);
    padding-inline: clamp(20px, 4vw, 48px);
}

.home-section--process .home-flow-marquee {
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 0;
    padding-bottom: 0;
}

.home-section--process .home-flow-card h3 {
    margin: 0 0 10px;
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
}

/* ── Custom slot sections (04–08) ─────────────────────── */

.home-section--slot {
    overflow: hidden;
}

.home-section--slot-light {
    background: #f4f5f7;
    color: var(--ink);
}

.home-section--slot-dark {
    background: #09090b;
    color: #fff;
}

.home-section--final {
    justify-content: flex-start;
    background: #050505;
    overflow: visible;
    min-height: auto;
}

.home-pro-footer {
    position: relative;
    z-index: 2;
}

/* ── URWA footer — professional column grid ───────────── */

.urwa-footer {
    --ft-black: #0B0B0B;
    --ft-red: #E60000;
    --ft-gold: #C9A227;
    --ft-white: #FFFFFF;
    --ft-muted: rgba(255, 255, 255, 0.52);
    --ft-line: rgba(255, 255, 255, 0.08);
    position: relative;
    color: var(--ft-muted);
    background: var(--ft-black);
    overflow: hidden;
}

.urwa-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--ft-gold), var(--ft-red), var(--ft-gold), transparent);
    opacity: 0.7;
}

.urwa-footer__wrap {
    width: min(1240px, calc(100% - 40px));
    margin-inline: auto;
}

.urwa-footer__kicker {
    display: block;
    margin-bottom: 8px;
    font-family: var(--font-heading);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--ft-gold);
}

/* CTA band */
.urwa-footer__cta {
    padding: clamp(28px, 4vw, 44px) 0;
    background:
        linear-gradient(135deg, rgba(230, 0, 0, 0.32) 0%, rgba(11, 11, 11, 0.97) 58%),
        var(--ft-black);
    border-bottom: 1px solid rgba(201, 162, 39, 0.14);
}

.urwa-footer__cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto minmax(260px, 0.95fr);
    gap: clamp(20px, 3vw, 36px);
    align-items: center;
}

.urwa-footer__cta-title {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(1.45rem, 2.8vw, 2.15rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: var(--ft-white);
}

.urwa-footer__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.urwa-footer__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 4px;
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.urwa-footer__btn--fill {
    color: var(--ft-white);
    background: var(--ft-red);
    border: 1px solid var(--red-dark);
}

.urwa-footer__btn--fill:hover {
    transform: translateY(-2px);
    background: var(--red-dark);
    color: var(--ft-white);
}

.urwa-footer__btn--line {
    color: var(--ft-white);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.32);
}

.urwa-footer__btn--line:hover {
    border-color: var(--ft-gold);
    color: var(--ft-gold);
}

.urwa-footer__subscribe {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 8px;
}

.urwa-footer__subscribe input {
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--ft-white);
    font-size: 13px;
}

.urwa-footer__subscribe input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.urwa-footer__subscribe input:focus {
    outline: none;
    border-color: rgba(201, 162, 39, 0.5);
}

.urwa-footer__subscribe button {
    min-height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 4px;
    background: var(--ft-gold);
    color: var(--ft-black);
    font-family: var(--font-heading);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

.urwa-footer__subscribe button:hover {
    background: #dbb42e;
    transform: translateY(-1px);
}

/* Main grid */
.urwa-footer__main {
    padding: clamp(44px, 5.5vw, 64px) 0 clamp(36px, 4vw, 48px);
    background:
        radial-gradient(ellipse 80% 60% at 12% 0%, rgba(230, 0, 0, 0.12) 0%, transparent 55%),
        var(--ft-black);
}

.urwa-footer__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(28px, 3.5vw, 44px) clamp(20px, 2.5vw, 32px);
    align-items: start;
}

.urwa-footer__col {
    position: relative;
    min-width: 0;
}

.urwa-footer__col--brand {
    grid-column: span 4;
    padding-right: clamp(8px, 2vw, 20px);
}

.urwa-footer__col:not(.urwa-footer__col--brand):not(.urwa-footer__col--manufacture) {
    grid-column: span 2;
}

.urwa-footer__col--manufacture {
    grid-column: span 2;
}

.urwa-footer__col:not(.urwa-footer__col--brand)::before {
    content: '';
    position: absolute;
    top: 0;
    left: -clamp(10px, 1.25vw, 16px);
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(201, 162, 39, 0.35) 0%, var(--ft-line) 35%, transparent 100%);
    pointer-events: none;
}

.urwa-footer__col--brand::before {
    display: none;
}

.urwa-footer__col-title {
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--ft-line);
    font-family: var(--font-heading);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ft-gold);
}

.urwa-footer__col-title::after {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    margin-top: 10px;
    background: linear-gradient(90deg, var(--ft-red), var(--ft-gold));
    border-radius: 1px;
}

.urwa-footer__sub-title {
    margin: 22px 0 12px;
    font-family: var(--font-heading);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(201, 162, 39, 0.65);
}

.urwa-footer__links--sub a {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.48);
}

.urwa-footer__logo {
    display: inline-block;
    margin-bottom: 18px;
    line-height: 0;
    transition: opacity 0.25s ease;
}

.urwa-footer__logo:hover {
    opacity: 0.88;
}

.urwa-footer__logo.site-logo {
    font-family: inherit;
    font-size: 0;
    color: inherit;
}

.urwa-footer__mission {
    margin: 0 0 22px;
    max-width: 42ch;
    font-size: 0.875rem;
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.48);
}

.urwa-footer__contact-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px clamp(14px, 2.5vw, 28px);
    margin: 0;
    padding: 14px 0 0;
    list-style: none;
}

.urwa-footer__contact-row li {
    flex: 0 1 auto;
    min-width: 0;
}

.urwa-footer__contact-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: color 0.2s ease;
}

a.urwa-footer__contact-item:hover {
    color: var(--ft-white);
}

.urwa-footer__contact-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    color: var(--ft-gold);
    transition: color 0.2s ease;
}

.urwa-footer__contact-item:hover .urwa-footer__contact-icon {
    color: var(--ft-red);
}

.urwa-footer__contact-item span {
    word-break: break-word;
}

.urwa-footer__markets {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 22px;
}

.urwa-footer__markets span {
    padding: 5px 9px;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ft-gold);
    border: 1px solid rgba(201, 162, 39, 0.3);
    border-radius: 3px;
    background: rgba(201, 162, 39, 0.05);
}

.urwa-footer__social {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.urwa-footer__social a {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.urwa-footer__social a:hover {
    background: var(--ft-red);
    border-color: var(--ft-red);
    color: var(--ft-white);
    transform: translateY(-1px);
}

.urwa-footer__links,
.urwa-footer__contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.urwa-footer__links li + li {
    margin-top: 2px;
}

.urwa-footer__links a {
    display: inline-block;
    padding: 5px 0;
    font-size: 0.84rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.58);
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.urwa-footer__links a:hover {
    color: var(--ft-gold);
    transform: translateX(3px);
}

.urwa-footer__contact-list li + li {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.urwa-footer__contact-key {
    display: block;
    margin-bottom: 4px;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(201, 162, 39, 0.7);
}

.urwa-footer__contact-list a,
.urwa-footer__contact-list span {
    display: block;
    font-size: 0.82rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
}

.urwa-footer__contact-list a {
    font-weight: 600;
    color: var(--ft-white);
    text-decoration: none;
    transition: color 0.2s ease;
}

.urwa-footer__contact-list a:hover {
    color: var(--ft-gold);
}

.urwa-footer__contact-list--compact li + li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Bottom bar */
.urwa-footer__bar {
    padding: 16px 0 22px;
    border-top: 1px solid var(--ft-line);
    background: #060606;
}

.urwa-footer__bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 11px;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.38);
}

.urwa-footer__bar-meta {
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.28);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.home-section-slot {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    width: 100%;
    padding: clamp(12px, 2vh, 24px) clamp(20px, 4vw, 56px) clamp(16px, 2vh, 28px);
    overflow-y: auto;
}

.lp-shell {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.lp-section-head {
    text-align: center;
    margin-bottom: clamp(20px, 3vh, 32px);
}

.lp-section-head--light .home-kicker {
    color: var(--light-gold);
}

.lp-title {
    margin: 8px 0 14px;
    font-family: var(--font-heading);
    font-size: clamp(26px, 3.8vw, 46px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: var(--ink);
}

.lp-title--light {
    color: #fff;
}

.lp-lead {
    margin: 0;
    max-width: 640px;
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 1.7;
    color: var(--steel);
}

.lp-section-head .lp-lead {
    margin-inline: auto;
}

.lp-lead--light {
    color: rgba(255, 255, 255, 0.68);
}

/* Hero stats strip */
.lp-hero-strip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    padding: 0;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.lp-hero-stat {
    display: grid;
    gap: 4px;
    padding: 16px clamp(12px, 2vw, 24px);
    text-align: center;
    background: rgba(0, 0, 0, 0.42);
}

.lp-hero-stat strong {
    font-family: var(--font-heading);
    font-size: clamp(22px, 2.8vw, 32px);
    font-weight: 800;
    color: var(--red);
    line-height: 1;
}

.lp-hero-stat span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

/* Brand studio */
.lp-brand-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
}

.lp-brand-copy .lp-lead {
    margin-bottom: 22px;
}

.lp-check-list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: grid;
    gap: 14px;
}

.lp-check-list li {
    position: relative;
    padding-left: 22px;
}

.lp-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 0 4px rgba(230, 0, 0, 0.15);
}

.lp-check-list strong {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 800;
    color: var(--ink);
}

.lp-check-list span {
    font-size: 13px;
    line-height: 1.55;
    color: var(--steel);
}

.lp-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.lp-brand-media {
    position: relative;
    min-height: 420px;
}

.lp-brand-main {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: var(--shadow-lg);
}

.lp-brand-float {
    position: absolute;
    width: 38%;
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    border: 3px solid #fff;
}

.lp-brand-float {
    left: -6%;
    bottom: 8%;
}

.lp-brand-float--two {
    left: auto;
    right: -4%;
    top: 10%;
    width: 34%;
}

.lp-floating-badge {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(230, 0, 0, 0.94);
    border: 1px solid rgba(201, 162, 39, 0.35);
    white-space: nowrap;
}

/* Product highlights */
.lp-product-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 24px;
}

.lp-product-tab {
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.25s ease;
}

.lp-product-tab.is-active,
.lp-product-tab:hover {
    color: #fff;
}

.lp-product-tab-sep {
    color: rgba(255, 255, 255, 0.25);
    font-size: 12px;
}

.lp-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.lp-product-card {
    display: grid;
    gap: 12px;
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.lp-product-card:hover {
    color: #fff;
    transform: translateY(-5px);
    border-color: rgba(201, 162, 39, 0.35);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.lp-product-img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #111;
}

.lp-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.lp-product-card:hover .lp-product-img img {
    transform: scale(1.06);
}

.lp-product-info {
    padding: 0 14px 16px;
}

.lp-product-info h3 {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
}

.lp-product-info span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--light-gold);
}

.lp-section-foot {
    margin-top: 22px;
    text-align: center;
}

.lp-text-link {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--light-gold);
}

.lp-text-link:hover {
    color: #fff;
}

/* Quality */
.lp-quality-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
}

.lp-quality-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.lp-quality-chips span {
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--ink);
    background: #fff;
    border: 1px solid rgba(17, 17, 20, 0.1);
    box-shadow: var(--shadow-sm);
}

.lp-material-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 12px;
}

.lp-material-card {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 12px;
    align-items: center;
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(17, 17, 20, 0.08);
    box-shadow: var(--shadow-sm);
}

.lp-material-card img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
}

.lp-material-card strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 2px;
}

.lp-material-card span {
    font-size: 11px;
    line-height: 1.45;
    color: var(--steel);
}

.lp-quality-hero {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: var(--shadow-md);
}

/* Export */
.lp-export-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
}

.lp-export-media {
    position: relative;
    min-height: 380px;
}

.lp-export-hero {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: var(--shadow-dark);
}

.lp-export-float {
    position: absolute;
    right: -4%;
    bottom: -6%;
    width: 42%;
    border-radius: 12px;
    border: 3px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.lp-region-list {
    display: grid;
    gap: 10px;
    margin: 22px 0;
}

.lp-region-card {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 14px;
    align-items: start;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-region-code {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    color: #fff;
    background: var(--red);
}

.lp-region-card strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
}

.lp-region-card p {
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.62);
}

.lp-shipping-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.lp-ship-card {
    padding: 14px;
    border-radius: 12px;
    background: rgba(230, 0, 0, 0.12);
    border: 1px solid rgba(230, 0, 0, 0.28);
}

.lp-ship-card strong {
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 4px;
}

.lp-ship-card em {
    display: block;
    font-style: normal;
    font-size: 18px;
    font-weight: 800;
    color: var(--light-gold);
    margin-bottom: 4px;
}

.lp-ship-card span {
    font-size: 11px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.58);
}

/* CTA section */
.lp-section--cta {
    position: relative;
    padding: 0;
}

.lp-cta-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.lp-cta-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-cta-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.55) 52%, rgba(0, 0, 0, 0.35) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 50%);
}

.lp-cta-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(24px, 4vw, 40px);
    align-items: center;
    padding-block: clamp(72px, 11vh, 96px);
}

.lp-contact-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 22px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.62);
}

.lp-buyer-cards {
    display: grid;
    gap: 12px;
}

.lp-buyer-card {
    padding: 18px 20px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

.lp-buyer-card span {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--light-gold);
}

.lp-buyer-card h3 {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 800;
    color: #fff;
}

.lp-buyer-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.68);
}

.home-btn-ghost {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.home-btn-ghost:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

.home-section--final .home-section-slot {
    min-height: min(72vh, 640px);
    padding-bottom: 0;
}

.home-section--final .lp-cta-grid {
    padding-block: clamp(32px, 6vh, 56px);
}

/* ── Section transition lock ──────────────────────────── */

body.is-home-transitioning {
    pointer-events: none;
}

body.is-home-transitioning .home-section-nav {
    pointer-events: none;
}

/* ── Responsive ───────────────────────────────────────── */

@media (max-width: 991px) {
    .home-section--categories .home-category-panel-row {
        min-height: 100%;
    }

    .home-section--process .home-manufacturing-flow {
        padding-top: 56px;
    }

    .lp-hero-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-section--hero .editorial-hero-copy {
        left: clamp(20px, 5vw, 48px);
        width: min(560px, calc(100% - 40px));
        transform: translateY(-44%);
        text-align: left;
    }

    .home-section--hero .editorial-hero-actions {
        justify-content: flex-start;
    }

    .home-section--hero .editorial-hero-title {
        font-size: clamp(2.75rem, 14vw, 4.5rem);
    }

    .lp-brand-grid,
    .lp-quality-grid,
    .lp-export-grid,
    .lp-cta-grid {
        grid-template-columns: 1fr;
    }

    .lp-brand-media,
    .lp-export-media {
        min-height: 300px;
    }

    .lp-brand-main,
    .lp-export-hero {
        min-height: 300px;
    }

    .lp-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lp-shipping-row {
        grid-template-columns: 1fr;
    }

    .urwa-footer__cta-grid {
        grid-template-columns: 1fr;
    }

    .urwa-footer__cta-actions {
        justify-content: flex-start;
    }

    .urwa-footer__subscribe {
        grid-template-columns: 1fr 1fr;
    }

    .urwa-footer__subscribe button {
        grid-column: 1 / -1;
    }

    .urwa-footer__col--brand {
        grid-column: 1 / -1;
        padding-right: 0;
    }

    .urwa-footer__col--manufacture,
    .urwa-footer__col:not(.urwa-footer__col--brand):not(.urwa-footer__col--manufacture) {
        grid-column: span 4;
    }

    .urwa-footer__col::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-section--hero .editorial-hero-copy {
        left: 20px;
        width: calc(100% - 40px);
        padding-left: 16px;
        transform: translateY(-42%);
    }

    .home-section--hero .editorial-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-section--hero .editorial-hero-btn {
        width: 100%;
        min-width: 0;
    }

    .home-section-nav {
        left: 12px;
        gap: 10px;
    }

    .home-section-dot {
        width: 7px;
        height: 7px;
    }

    .home-scroll-cue {
        bottom: 18px;
    }

    .home-section--categories .home-category-panel-row {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .home-section--categories .home-category-panel {
        scroll-snap-align: start;
        flex: 0 0 72vw;
        min-height: 100%;
    }

    .home-section--categories .home-category-panel.is-active {
        flex: 0 0 82vw;
    }

    .lp-hero-strip {
        grid-template-columns: 1fr 1fr;
    }

    .lp-hero-stat {
        padding: 12px 10px;
    }

    .lp-brand-float,
    .lp-brand-float--two,
    .lp-export-float {
        display: none;
    }

    .lp-product-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .urwa-footer__subscribe {
        grid-template-columns: 1fr;
    }

    .urwa-footer__col--brand,
    .urwa-footer__col--manufacture,
    .urwa-footer__col:not(.urwa-footer__col--brand):not(.urwa-footer__col--manufacture) {
        grid-column: 1 / -1;
    }

    .urwa-footer__contact-row {
        gap: 10px 14px;
    }

    .urwa-footer__bar-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-section,
    .home-section--hero .editorial-hero-video,
    .home-section--hero .editorial-hero-copy,
    .home-page-curtain-panel,
    .home-section.is-active .lp-section,
    .home-section.is-active .home-category-accordion,
    .home-section.is-active .home-manufacturing-flow,
    .urwa-footer,
    .home-section--final [data-cta-item] {
        transition: none;
        animation: none;
        filter: none;
        opacity: 1;
        transform: none;
    }

    .home-scroll-cue-line,
    .home-footer-scroll-cue-line {
        animation: none;
    }
}
