/* ============================================================
   IRONVAULT — Golden Triangle Atias
   Premium luggage brand site
   ============================================================ */

:root {
    /* Backgrounds: cool charcoal / iron */
    --c-bg:        #0b0d10;
    --c-bg-2:      #0f1216;
    --c-bg-3:      #14171c;
    --c-surface:   #181b21;
    --c-surface-2: #1f232a;
    --c-line:      rgba(196, 202, 208, 0.16);
    --c-line-soft: rgba(245, 247, 250, 0.07);

    --c-text:      #f5f7fa;
    --c-text-mute: #a0a6ae;
    --c-text-dim:  #6d737b;

    /* Primary metallic accent — polished iron / silver */
    --c-gold:      #c4cad0;
    --c-gold-bright: #e1e5ea;
    --c-gold-dark: #6e747c;

    /* Iron tones for gradients and metallic finishes */
    --c-iron-100:  #eef1f5;
    --c-iron-200:  #c4cad0;
    --c-iron-400:  #8a8e95;
    --c-iron-600:  #5a5e66;
    --c-iron-800:  #2a2d32;

    /* Warm secondary accent — kept subtle, for the founder seal only */
    --c-warm:      #b08a5a;

    --font-display: 'Cormorant Garamond', 'Georgia', serif;
    --font-body:    'Inter', -apple-system, system-ui, sans-serif;

    --max:        1280px;
    --pad:        clamp(20px, 4vw, 56px);
    --section-py: clamp(80px, 10vw, 160px);

    --ease:       cubic-bezier(0.22, 0.61, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    color: var(--c-text);
    background: var(--c-bg);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; transition: color 0.25s var(--ease); }
a:hover { color: var(--c-gold); }

button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

::selection { background: var(--c-gold); color: var(--c-bg); }

.container {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 var(--pad);
    position: relative;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */

.section__title,
.hero__title,
h1, h2, h3 {
    font-family: var(--font-display);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.01em;
    color: var(--c-text);
}

.section__title em,
.hero__title em {
    font-style: italic;
    color: var(--c-gold);
    font-weight: 400;
}

.section__kicker {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--c-gold);
    font-weight: 500;
    margin-bottom: 24px;
}

.section__kicker--light { color: var(--c-gold-bright); }
.section__title--light { color: var(--c-text); }

.section__title {
    font-size: clamp(36px, 5.2vw, 64px);
    margin-bottom: 24px;
    max-width: 900px;
}

.section__sub {
    font-size: clamp(16px, 1.4vw, 18px);
    color: var(--c-text-mute);
    line-height: 1.65;
    max-width: 680px;
}

.section__head { margin-bottom: 72px; }
.section__head--center { text-align: center; margin-left: auto; margin-right: auto; }
.section__head--center .section__title,
.section__head--center .section__sub { margin-left: auto; margin-right: auto; }

.lead {
    font-family: var(--font-display);
    font-size: clamp(20px, 1.8vw, 26px);
    line-height: 1.45;
    color: var(--c-text);
    font-weight: 300;
    margin-bottom: 24px;
}
.lead--light { color: var(--c-text); }

.section {
    padding-top: var(--section-py);
    padding-bottom: var(--section-py);
    position: relative;
}

/* ============================================================
   BUTTONS
   ============================================================ */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s var(--ease);
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn--gold {
    background: linear-gradient(180deg, var(--c-iron-100) 0%, var(--c-gold) 50%, var(--c-iron-400) 100%);
    color: var(--c-bg);
    border-color: var(--c-gold);
    font-weight: 600;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 -1px 0 rgba(0, 0, 0, 0.18) inset;
}
.btn--gold:hover {
    background: linear-gradient(180deg, #ffffff 0%, var(--c-iron-100) 60%, var(--c-iron-200) 100%);
    border-color: var(--c-iron-100);
    transform: translateY(-1px);
    color: var(--c-bg);
}

.btn--ghost {
    background: transparent;
    color: var(--c-text);
    border-color: rgba(245, 241, 234, 0.3);
}
.btn--ghost:hover {
    border-color: var(--c-gold);
    color: var(--c-gold);
}

.btn--block { width: 100%; justify-content: center; }

/* ============================================================
   NAV
   ============================================================ */

.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 22px 0;
    transition: all 0.4s var(--ease);
    background: linear-gradient(to bottom, rgba(10, 9, 7, 0.95), rgba(10, 9, 7, 0));
    backdrop-filter: blur(0);
}

.nav.is-scrolled {
    background: rgba(10, 9, 7, 0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--c-line-soft);
    padding: 14px 0;
}

.nav__inner {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 var(--pad);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.nav__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--c-text);
}

.nav__mark { width: 26px; height: 26px; color: var(--c-gold); }

.nav__wordmark {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.24em;
}

.nav__menu {
    display: flex;
    gap: 36px;
    margin-left: auto;
}

.nav__menu a {
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--c-text-mute);
    font-weight: 500;
    position: relative;
    padding-bottom: 4px;
}

.nav__menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--c-gold);
    transition: width 0.3s var(--ease);
}

.nav__menu a:hover { color: var(--c-text); }
.nav__menu a:hover::after { width: 100%; }

.nav__cta {
    padding: 11px 22px;
    border: 1px solid var(--c-gold);
    color: var(--c-gold);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s var(--ease);
}
.nav__cta:hover {
    background: var(--c-gold);
    color: var(--c-bg);
}

.nav__toggle {
    display: none;
    width: 32px;
    height: 32px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.nav__toggle span {
    display: block;
    height: 1.5px;
    background: var(--c-text);
    transition: all 0.3s var(--ease);
}

/* ============================================================
   HERO
   ============================================================ */

.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 100px var(--pad) 36px;
    overflow: hidden;
}

.hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.hero__photo-bg {
    position: absolute;
    inset: 0;
    background-image: url('../img/hero-suitcase.jpg');
    background-repeat: no-repeat;
    background-size: auto 115%;
    background-position: 0% center;
    filter: brightness(1.6) contrast(0.9) saturate(0.4);
}

.hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to right,
            rgba(11, 13, 16, 0.97) 0%,
            rgba(11, 13, 16, 0.94) 25%,
            rgba(11, 13, 16, 0.72) 45%,
            rgba(11, 13, 16, 0.32) 62%,
            rgba(11, 13, 16, 0.08) 80%,
            rgba(11, 13, 16, 0.25) 100%),
        linear-gradient(to bottom,
            rgba(11, 13, 16, 0.65) 0%,
            rgba(11, 13, 16, 0.1) 16%,
            transparent 45%,
            rgba(11, 13, 16, 0.3) 88%,
            rgba(11, 13, 16, 0.7) 100%);
}

.hero__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(196, 202, 208, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(196, 202, 208, 0.04) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(to right, black 0%, black 45%, transparent 75%);
    opacity: 0.6;
}

.hero__inner {
    max-width: var(--max);
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero__text {
    position: relative;
    z-index: 2;
    max-width: 640px;
}

.hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--c-gold);
    font-weight: 500;
    margin-bottom: 24px;
}
.hero__line {
    display: inline-block;
    width: 36px;
    height: 1px;
    background: var(--c-gold);
}

.hero__title {
    font-size: clamp(36px, 5vw, 72px);
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}

.hero__lede {
    font-size: clamp(15px, 1.2vw, 17px);
    color: var(--c-text-mute);
    line-height: 1.55;
    max-width: 540px;
    margin-bottom: 32px;
}

.hero__actions {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
    align-items: center;
}

.hero__actions .btn { flex-shrink: 0; }

.hero__meta {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding-top: 24px;
    margin-top: 32px;
    border-top: 1px solid var(--c-line-soft);
    max-width: var(--max);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hero__meta strong {
    font-size: clamp(20px, 2vw, 26px) !important;
}

.hero__meta strong {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(24px, 2.4vw, 32px);
    font-weight: 500;
    color: var(--c-gold);
    margin-bottom: 4px;
    letter-spacing: 0.01em;
}
.hero__meta span {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--c-text-dim);
    display: block;
}

.hero__scroll {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 9px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--c-text-dim);
    z-index: 3;
    pointer-events: none;
}
.hero__scroll svg { color: var(--c-gold); animation: float 2.4s ease-in-out infinite; width: 10px; height: 22px; }

@keyframes float {
    0%, 100% { transform: translateY(0); opacity: 0.6; }
    50% { transform: translateY(6px); opacity: 1; }
}

/* ============================================================
   HERITAGE
   ============================================================ */

.heritage {
    background: var(--c-bg-2);
    border-top: 1px solid var(--c-line-soft);
    border-bottom: 1px solid var(--c-line-soft);
}

.heritage__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 80px;
    align-items: start;
}

.heritage__copy p { margin-bottom: 20px; color: var(--c-text-mute); }
.heritage__copy p.lead { color: var(--c-text); margin-bottom: 28px; }

.heritage__signature {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid var(--c-line);
}
.heritage__sig-name {
    display: block;
    font-family: var(--font-display);
    font-size: 20px;
    color: var(--c-text);
    letter-spacing: 0.04em;
}
.heritage__sig-role {
    display: block;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--c-text-dim);
    margin-top: 4px;
}

.heritage__pillars {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.heritage__pillars article {
    padding: 28px 28px 28px 64px;
    background: var(--c-surface);
    border: 1px solid var(--c-line);
    position: relative;
    transition: all 0.4s var(--ease);
}
.heritage__pillars article:hover {
    border-color: var(--c-gold);
    transform: translateX(-4px);
}
.pillar__num {
    position: absolute;
    left: 24px;
    top: 28px;
    font-family: var(--font-display);
    font-size: 18px;
    color: var(--c-gold);
    letter-spacing: 0.04em;
}
.heritage__pillars h3 {
    font-size: 22px;
    margin-bottom: 8px;
    color: var(--c-text);
}
.heritage__pillars p {
    font-size: 14px;
    color: var(--c-text-mute);
    line-height: 1.6;
}

/* ============================================================
   COLLECTION
   ============================================================ */

.collection {
    background: var(--c-bg);
    position: relative;
}

.collection__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.product {
    background: var(--c-surface);
    border: 1px solid var(--c-line-soft);
    transition: all 0.4s var(--ease);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.product:hover {
    border-color: var(--c-gold);
    transform: translateY(-6px);
}

.product__visual {
    background: linear-gradient(135deg, var(--c-bg-3) 0%, var(--c-bg-2) 100%);
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--c-line);
}

.product__visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(196, 202, 208, 0.12) 0%, transparent 60%);
}

.product__svg {
    width: 60%;
    max-width: 220px;
    height: auto;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.5));
    transition: transform 0.6s var(--ease);
}

.product:hover .product__svg { transform: translateY(-4px) scale(1.02); }

.product__body { padding: 36px; }

.product__cat {
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--c-gold);
    font-weight: 500;
    margin-bottom: 14px;
}

.product__body h3 {
    font-size: 28px;
    margin-bottom: 14px;
}

.product__body p {
    color: var(--c-text-mute);
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 24px;
}

.product__specs {
    list-style: none;
    border-top: 1px solid var(--c-line);
    padding-top: 20px;
}
.product__specs li {
    font-size: 13px;
    color: var(--c-text-mute);
    padding: 6px 0 6px 20px;
    position: relative;
}
.product__specs li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 1px;
    background: var(--c-gold);
}

/* ============================================================
   ENGINEERING
   ============================================================ */

.engineering {
    background: var(--c-bg-2);
    border-top: 1px solid var(--c-line-soft);
    border-bottom: 1px solid var(--c-line-soft);
}

.engineering__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid var(--c-line-soft);
}

.feature {
    padding: 48px 40px;
    border-right: 1px solid var(--c-line-soft);
    border-bottom: 1px solid var(--c-line-soft);
    transition: all 0.4s var(--ease);
    position: relative;
}
.feature:nth-child(3n) { border-right: none; }
.feature:nth-last-child(-n+3) { border-bottom: none; }
.feature:hover { background: var(--c-surface); }

.feature__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-gold);
    margin-bottom: 24px;
}
.feature__icon svg { width: 100%; height: 100%; }

.feature h3 {
    font-size: 22px;
    margin-bottom: 12px;
}
.feature p {
    font-size: 14.5px;
    color: var(--c-text-mute);
    line-height: 1.65;
}

/* ============================================================
   PARTNERS
   ============================================================ */

.partners {
    background: var(--c-bg);
    position: relative;
    overflow: hidden;
}

.partners__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 30%, rgba(196, 202, 208, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgba(196, 202, 208, 0.04) 0%, transparent 50%);
    z-index: 0;
}

.partners__inner {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 80px;
    align-items: start;
    position: relative;
    z-index: 2;
}

.partners__list {
    list-style: none;
    margin: 40px 0 44px;
}
.partners__list li {
    padding: 24px 0;
    border-bottom: 1px solid var(--c-line-soft);
}
.partners__list li:first-child { border-top: 1px solid var(--c-line-soft); }

.partners__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.contact__block a + a {
    display: block;
    margin-top: 8px;
}

.partners__list strong {
    display: block;
    font-family: var(--font-display);
    font-size: 22px;
    color: var(--c-text);
    margin-bottom: 6px;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.partners__list span {
    font-size: 14.5px;
    color: var(--c-text-mute);
    line-height: 1.55;
}

.partners__card {
    background: var(--c-surface);
    border: 1px solid var(--c-line);
    padding: 48px 40px;
    position: relative;
}

.partners__seal {
    width: 90px;
    margin: 0 auto 28px;
}

.partners__card h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--c-line);
}

.partners__stats {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.partners__stats > div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    padding: 6px 0;
}
.partners__stats dt {
    font-size: 12.5px;
    letter-spacing: 0.08em;
    color: var(--c-text-dim);
    text-transform: uppercase;
}
.partners__stats dd {
    font-family: var(--font-display);
    font-size: 16px;
    color: var(--c-gold);
    text-align: right;
}

.partners__note {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid var(--c-line-soft);
    font-size: 12.5px;
    color: var(--c-text-dim);
    line-height: 1.55;
    text-align: center;
}

/* ============================================================
   CONTACT
   ============================================================ */

.contact {
    background: var(--c-bg-2);
    border-top: 1px solid var(--c-line-soft);
}

.contact__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact__form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    background: var(--c-surface);
    padding: 48px;
    border: 1px solid var(--c-line);
}

.field { display: flex; flex-direction: column; gap: 10px; }
.field--full { grid-column: 1 / -1; }

.field label {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--c-gold);
    font-weight: 500;
}

.field input,
.field select,
.field textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--c-line);
    padding: 12px 0;
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--c-text);
    transition: border-color 0.3s var(--ease);
    width: 100%;
}

.field select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c4cad0' stroke-width='1.4' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 4px center;
    padding-right: 24px;
}

.field select option {
    background: var(--c-surface);
    color: var(--c-text);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    outline: none;
    border-bottom-color: var(--c-gold);
}

.field textarea { resize: vertical; min-height: 100px; font-family: var(--font-body); }

.form__note {
    font-size: 12px;
    color: var(--c-text-dim);
    text-align: center;
    margin-top: 16px;
    letter-spacing: 0.02em;
}

.field--submit { margin-top: 12px; }

.contact__side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.contact__block h4 {
    font-family: var(--font-body);
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--c-gold);
    font-weight: 500;
    margin-bottom: 12px;
}
.contact__block p,
.contact__block a {
    font-family: var(--font-display);
    font-size: 18px;
    color: var(--c-text);
    line-height: 1.4;
    letter-spacing: 0.01em;
}
.contact__block a:hover { color: var(--c-gold); }

/* ============================================================
   FOOTER
   ============================================================ */

.footer {
    background: var(--c-bg);
    border-top: 1px solid var(--c-line);
    padding: 80px 0 32px;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 56px;
    margin-bottom: 56px;
    border-bottom: 1px solid var(--c-line-soft);
    flex-wrap: wrap;
    gap: 24px;
}

.footer__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--c-text);
}

.footer__tag {
    font-family: var(--font-display);
    font-size: 18px;
    color: var(--c-text-mute);
    line-height: 1.4;
    text-align: right;
    max-width: 360px;
}

.footer__cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 56px;
}

.footer__cols h5 {
    font-family: var(--font-body);
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--c-gold);
    font-weight: 500;
    margin-bottom: 20px;
}

.footer__cols a,
.footer__cols span {
    display: block;
    font-size: 14px;
    color: var(--c-text-mute);
    margin-bottom: 10px;
    transition: color 0.25s var(--ease);
}
.footer__cols a:hover { color: var(--c-gold); }

.footer__standards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 32px;
    align-items: center;
    padding: 24px 0;
    margin-bottom: 8px;
    border-top: 1px solid var(--c-line-soft);
    border-bottom: 1px solid var(--c-line-soft);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--c-text-dim);
    font-weight: 500;
}

.footer__pay {
    display: inline-flex;
    gap: 8px;
    margin-left: auto;
}
.footer__pay svg {
    height: 20px;
    border-radius: 3px;
}

.footer__base {
    display: flex;
    justify-content: space-between;
    padding-top: 28px;
    font-size: 12px;
    color: var(--c-text-dim);
    letter-spacing: 0.02em;
    flex-wrap: wrap;
    gap: 16px;
}

/* ============================================================
   POLICY PAGES (Privacy, Terms, Returns, Shipping)
   ============================================================ */

.policy {
    padding: 140px 0 100px;
    background: var(--c-bg);
    min-height: calc(100vh - 200px);
}

.policy__container {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 var(--pad);
}

.policy__head {
    padding-bottom: 36px;
    margin-bottom: 48px;
    border-bottom: 1px solid var(--c-line);
}

.policy__kicker {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--c-gold);
    font-weight: 500;
    margin-bottom: 18px;
}

.policy__title {
    font-family: var(--font-display);
    font-size: clamp(36px, 4.6vw, 56px);
    line-height: 1.05;
    letter-spacing: -0.01em;
    color: var(--c-text);
    margin-bottom: 16px;
}

.policy__updated {
    font-size: 12.5px;
    color: var(--c-text-dim);
    letter-spacing: 0.06em;
}

.policy__body h2 {
    font-family: var(--font-display);
    font-size: clamp(22px, 2.4vw, 30px);
    color: var(--c-text);
    margin: 48px 0 18px;
    letter-spacing: 0;
}

.policy__body h3 {
    font-family: var(--font-body);
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--c-gold);
    font-weight: 500;
    margin: 28px 0 12px;
}

.policy__body p,
.policy__body li {
    color: var(--c-text-mute);
    font-size: 15.5px;
    line-height: 1.75;
    margin-bottom: 14px;
}

.policy__body ul,
.policy__body ol {
    padding-left: 22px;
    margin-bottom: 18px;
}

.policy__body li {
    margin-bottom: 8px;
    padding-left: 6px;
}

.policy__body li::marker {
    color: var(--c-gold);
}

.policy__body strong {
    color: var(--c-text);
    font-weight: 600;
}

.policy__body a {
    color: var(--c-gold);
    border-bottom: 1px solid rgba(196, 202, 208, 0.3);
    transition: border-color 0.2s var(--ease);
}
.policy__body a:hover {
    border-bottom-color: var(--c-gold);
}

.policy__contact {
    margin-top: 56px;
    padding: 32px;
    background: var(--c-surface);
    border: 1px solid var(--c-line);
}

.policy__contact h3 {
    margin-top: 0;
}

.policy__contact p {
    margin-bottom: 6px;
}

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1024px) {
    .heritage__grid,
    .partners__inner,
    .contact__grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }
    .engineering__grid { grid-template-columns: repeat(2, 1fr); }
    .feature:nth-child(3n) { border-right: 1px solid var(--c-line-soft); }
    .feature:nth-child(2n) { border-right: none; }
    .feature:nth-last-child(-n+3) { border-bottom: 1px solid var(--c-line-soft); }
    .feature:nth-last-child(-n+2) { border-bottom: none; }
    .hero__meta { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .hero__photo-bg { background-position: 60% center; }
}

@media (max-width: 768px) {
    .hero__photo-bg { background-position: 65% center; }
    .hero__overlay {
        background:
            linear-gradient(to bottom,
                rgba(11, 13, 16, 0.75) 0%,
                rgba(11, 13, 16, 0.55) 35%,
                rgba(11, 13, 16, 0.65) 70%,
                rgba(11, 13, 16, 0.9) 100%);
    }
    .nav__menu { display: none; }
    .nav__menu.is-open {
        display: flex;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        background: var(--c-bg);
        padding: 24px var(--pad);
        border-bottom: 1px solid var(--c-line);
        gap: 20px;
    }
    .nav__cta { display: none; }
    .nav__toggle { display: flex; }

    .collection__grid { grid-template-columns: 1fr; }
    .engineering__grid { grid-template-columns: 1fr; }
    .feature { border-right: none !important; }
    .feature:not(:last-child) { border-bottom: 1px solid var(--c-line-soft) !important; }

    .contact__form { grid-template-columns: 1fr; padding: 32px 24px; }
    .contact__side { grid-template-columns: 1fr; gap: 24px; }

    .footer__top { flex-direction: column; text-align: center; }
    .footer__tag { text-align: center; }
    .footer__cols { grid-template-columns: repeat(2, 1fr); gap: 32px; }
    .footer__base { flex-direction: column; text-align: center; }

    .hero { padding-top: 120px; }
    .hero__meta { grid-template-columns: 1fr 1fr; }
    .hero__scroll { display: none; }
}

@media (max-width: 480px) {
    .hero__actions { flex-direction: column; align-items: stretch; }
    .hero__actions .btn { justify-content: center; }
    .footer__cols { grid-template-columns: 1fr; }
}
