:root {
    --bg: #eef2f6;
    --surface: rgba(255, 255, 255, 0.94);
    --surface-strong: #ffffff;
    --ink: #16202b;
    --muted: #586577;
    --accent: #8c5a56;
    --accent-deep: #24384d;
    --line: #d6dee7;
    --shadow: 0 18px 48px rgba(22, 32, 43, 0.08);
}

* { box-sizing: border-box; }

body {
    margin: 0;
    font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(36, 56, 77, 0.08), transparent 34%),
        radial-gradient(circle at bottom right, rgba(140, 90, 86, 0.08), transparent 30%),
        linear-gradient(180deg, #f7f9fb 0%, #edf1f5 100%);
}

a { color: inherit; text-decoration: none; }

.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(248, 250, 252, 0.9);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(214, 222, 231, 0.95);
}

.nav-shell,
.footer-grid,
.hero-grid,
.split,
.product-grid,
.handmade-form-grid,
.section-head,
.cta-row,
.geo-switcher,
.hero-card {
    display: flex;
    gap: 16px;
}

.nav-shell,
.section-head {
    justify-content: space-between;
    align-items: center;
}

.nav-shell { min-height: 78px; }

.top-nav,
.geo-switcher {
    display: flex;
    gap: 18px;
    align-items: center;
}

.top-nav a,
.geo-switcher a {
    font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
}

.top-nav a {
    color: #415064;
    font-weight: 600;
}

.geo-switcher {
    position: relative;
}

.geo-switcher-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 88px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.98);
    font: inherit;
    color: var(--ink);
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(22, 32, 43, 0.06);
}

.geo-switcher-current {
    font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.geo-switcher-caret {
    display: inline-flex;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    color: var(--accent-deep);
    font-weight: 700;
    line-height: 1;
}

.geo-switcher-menu {
    position: absolute;
    right: 0;
    top: calc(100% - 1px);
    min-width: 88px;
    padding: 6px 0;
    border: 1px solid var(--line);
    border-radius: 0 0 12px 12px;
    border-top: 0;
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0 16px 28px rgba(22, 32, 43, 0.1);
    display: none;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
}

.geo-switcher.is-open .geo-switcher-menu {
    display: flex;
}

.geo-switcher.is-open .geo-switcher-toggle {
    border-radius: 12px 12px 0 0;
}

.geo-switcher-menu a {
    display: block;
    align-items: center;
    padding: 10px 14px;
    border-top: 1px solid rgba(214, 222, 231, 0.7);
    font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.geo-switcher-menu a.is-active {
    background: rgba(36, 56, 77, 0.08);
    color: var(--accent-deep);
}

.brand {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.geo-bar {
    background: #24384d;
    color: #edf3f8;
    font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    padding: 10px 0;
}

.hero,
.section { padding: 72px 0; }

.home-b2b-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 22px;
    align-items: stretch;
}

.home-b2b-copy {
    padding: 56px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 247, 250, 0.95) 100%);
    border: 1px solid rgba(214, 222, 231, 0.95);
    box-shadow: var(--shadow);
}

.home-b2b-text {
    max-width: 680px;
    font-size: 19px;
    line-height: 1.85;
}

.home-b2b-note {
    max-width: 560px;
    margin-bottom: 28px;
}

.home-b2b-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.home-b2b-points > div {
    padding: 18px;
    border-radius: 12px;
    background: rgba(248, 250, 252, 0.9);
    border: 1px solid var(--line);
}

.home-b2b-points strong,
.home-b2b-points span {
    display: block;
}

.home-b2b-points strong {
    margin-bottom: 8px;
    font-size: 15px;
    font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.home-b2b-board {
    display: grid;
    gap: 18px;
}

.home-b2b-panel {
    padding: 26px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.home-b2b-panel h2,
.home-b2b-panel strong {
    margin: 0 0 12px;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.15;
}

.home-b2b-panel-dark {
    min-height: 280px;
    background: linear-gradient(160deg, #203446 0%, #314b63 100%);
    color: inherit;
}

.home-b2b-panel-dark .home-stage-label,
.home-b2b-panel-dark p,
.home-b2b-panel-dark strong {
    color: #f4f8fb;
}

.home-b2b-inline-cta {
    flex-wrap: wrap;
}

.home-export-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
    gap: 24px;
    align-items: stretch;
}

.home-export-copy,
.home-export-brief,
.home-export-strip-card,
.home-export-card,
.home-export-process,
.home-export-contact-copy,
.home-export-contact-actions {
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.home-export-copy {
    padding: 56px;
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(36, 56, 77, 0.06), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(244, 247, 250, 0.98) 100%);
}

.home-export-lead {
    max-width: 760px;
    font-size: 20px;
    line-height: 1.85;
}

.home-export-note {
    max-width: 620px;
    margin-bottom: 30px;
}

.home-export-actions,
.handmade-success-actions {
    flex-wrap: wrap;
}

.home-export-mini-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.home-export-mini-points span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(247, 250, 252, 0.9);
    color: var(--accent-deep);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.home-export-aside {
    display: grid;
    gap: 18px;
}

.home-export-brief {
    padding: 28px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
}

.home-export-brief strong {
    display: block;
    margin: 0 0 12px;
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1.14;
}

.home-export-brief-dark {
    background: linear-gradient(160deg, #182735 0%, #2a4057 100%);
}

.home-export-brief-dark,
.home-export-brief-dark p,
.home-export-brief-dark strong,
.home-export-brief-dark .home-stage-label {
    color: #f3f7fb;
}

.home-export-list {
    margin: 0;
    padding-left: 20px;
}

.home-export-list li + li {
    margin-top: 10px;
}

.home-export-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.home-export-strip-card {
    padding: 26px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
}

.home-export-strip-card span,
.home-export-strip-card strong {
    display: block;
}

.home-export-strip-card span {
    margin-bottom: 12px;
    color: var(--accent-deep);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-export-strip-card strong {
    font-size: 22px;
    line-height: 1.5;
}

.home-export-section {
    margin-top: 34px;
}

.home-export-section-alt {
    margin-top: 20px;
}

.home-export-gallery,
.home-export-proof {
    margin-top: 34px;
}

.home-export-gallery-grid,
.home-export-proof-grid {
    display: grid;
    gap: 18px;
}

.home-export-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-export-media,
.home-export-proof-card {
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
}

.home-export-media-large {
    grid-column: span 2;
    grid-row: span 2;
}

.home-export-media img,
.home-export-proof-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-export-media img {
    aspect-ratio: 1 / 1;
}

.home-export-media-large img {
    aspect-ratio: 4 / 3;
}

.home-export-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-export-proof-card-wide {
    grid-column: span 3;
}

.home-export-proof-card-wide img {
    aspect-ratio: 16 / 8;
}

.home-export-proof-card img {
    aspect-ratio: 16 / 10;
    object-fit: contain;
    background: #fff;
}

.home-export-grid,
.home-export-process-grid,
.home-export-contact,
.home-export-split {
    display: grid;
    gap: 18px;
}

.home-export-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-export-card {
    min-height: 260px;
    border-radius: 14px;
}

.home-export-card h3 {
    margin-bottom: 14px;
    font-size: 24px;
}

.home-export-split,
.home-export-contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-export-story {
    min-height: 100%;
}

.home-export-process {
    margin-top: 34px;
    padding: 32px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 246, 249, 0.95) 100%);
}

.home-export-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-export-process-step {
    padding: 26px 24px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--line);
}

.home-export-process-step span {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: rgba(36, 56, 77, 0.1);
    color: var(--accent-deep);
    font-weight: 800;
}

.home-export-process-step h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.55;
}

.home-export-contact {
    margin-top: 24px;
}

.home-export-contact-copy,
.home-export-contact-actions {
    padding: 30px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
}

.home-export-contact-actions {
    background: linear-gradient(160deg, #203446 0%, #314b63 100%);
}

.home-export-contact-actions .btn-secondary {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.home-export-contact-actions .btn-primary {
    background: #fff;
    color: var(--accent-deep);
    box-shadow: none;
}

.home-export-contact-note {
    margin-top: 22px;
    color: rgba(244, 248, 251, 0.82);
}

.home-stage-label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    color: #6b7a8e;
    font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-b2b-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.home-b2b-trust-card {
    padding: 24px 26px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(214, 222, 231, 0.95);
    box-shadow: var(--shadow);
}

.home-b2b-trust-card span {
    display: block;
    margin-bottom: 10px;
    color: var(--accent-deep);
    font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-b2b-trust-card strong {
    font-size: 20px;
    line-height: 1.6;
}

.home-b2b-capability,
.home-b2b-process,
.home-b2b-bottom {
    margin-top: 34px;
}

.home-b2b-head {
    margin-bottom: 18px;
}

.home-b2b-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-b2b-capability-card {
    min-height: 240px;
    border-radius: 14px;
}

.home-b2b-capability-card h3 {
    margin-bottom: 14px;
    font-size: 24px;
}

.home-b2b-process {
    padding: 30px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(242, 246, 249, 0.95) 100%);
    border: 1px solid rgba(214, 222, 231, 0.95);
    box-shadow: var(--shadow);
}

.home-b2b-process-grid,
.home-b2b-bottom {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.home-process-head {
    margin-bottom: 22px;
}

.home-b2b-process-step {
    padding: 24px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--line);
}

.home-b2b-process-step span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 16px;
    background: rgba(36, 56, 77, 0.12);
    color: var(--accent-deep);
    font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}

.home-b2b-story,
.home-b2b-cta {
    min-height: 100%;
}

.home-b2b-cta {
    background: linear-gradient(160deg, #24384d 0%, #35506c 100%);
    border-radius: 16px;
}

.home-b2b-cta h2,
.home-b2b-cta p,
.home-b2b-cta .eyebrow {
    color: #f4f8fb;
}

.business-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 24px;
    align-items: stretch;
}

.business-hero-aside {
    display: grid;
    gap: 18px;
}

.business-note-card,
.contact-method-card {
    padding: 26px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow);
}

.business-note-card strong,
.contact-method-card h3 {
    display: block;
    margin: 0 0 12px;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.18;
}

.business-note-card-accent {
    background: linear-gradient(160deg, #24384d 0%, #35506c 100%);
    color: #f4f8fb;
}

.business-note-card-accent p,
.business-note-card-accent .home-stage-label {
    color: inherit;
}

.business-pillars {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.business-pillar {
    padding: 26px;
    min-height: 250px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 245, 249, 0.96) 100%);
    border-radius: 14px;
}

.business-lower,
.contact-layout {
    margin-top: 30px;
}

.business-steps li + li {
    margin-top: 14px;
}

.business-contact-box,
.contact-form-shell {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 245, 249, 0.94) 100%);
}

.business-contact-row {
    flex-wrap: wrap;
}

.business-contact-copy {
    margin-top: 18px;
}

.business-form-shell {
    margin-top: 30px;
}

.about-layout,
.faq-layout {
    display: grid;
    gap: 24px;
}

.about-story-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.about-story-panel {
    min-height: 320px;
}

.about-story-panel-accent {
    background: linear-gradient(160deg, rgba(36, 56, 77, 0.08) 0%, rgba(53, 80, 108, 0.14) 100%);
}

.about-value-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-value-card {
    padding: 24px;
    min-height: 210px;
    border-radius: 14px;
}

.about-value-card strong {
    display: block;
    font-size: 24px;
    line-height: 1.45;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.faq-card {
    min-height: 220px;
}

.faq-card strong {
    display: block;
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 1.45;
}

.contact-method-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 24px 0;
}

.contact-method-card {
    min-height: 220px;
}

.contact-detail-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.contact-detail-list > div {
    padding: 18px 20px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: rgba(248, 250, 252, 0.82);
}

.contact-detail-list strong {
    display: block;
    font-size: 18px;
    line-height: 1.5;
}

.hero-grid,
.split { align-items: stretch; }

.hero-grid > *,
.split > * { flex: 1; }

.eyebrow,
.badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #edf3f8;
    color: var(--accent-deep);
    padding: 8px 14px;
    font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

h1 {
    margin: 16px 0;
    font-size: clamp(44px, 6vw, 72px);
    line-height: 1.02;
    letter-spacing: -0.02em;
    font-weight: 800;
}

h2 {
    margin: 0 0 12px;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.15;
    font-weight: 800;
}

h3 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 800;
}

p,
.lead,
li {
    color: var(--muted);
    line-height: 1.8;
}

.hero-card,
.card,
.handmade-inquiry-form,
.page-shell,
.metric {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow);
}

.hero-card {
    padding: 22px;
    flex-direction: column;
}

.metric { padding: 20px; }

.metric span {
    display: block;
    margin-bottom: 6px;
    color: var(--muted);
    font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
}

.metric strong { font-size: 30px; }

.btn,
.handmade-submit,
.handmade-contact-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 14px 22px;
    font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover,
.handmade-submit:hover,
.handmade-contact-trigger:hover { transform: translateY(-1px); }

.btn-primary,
.handmade-submit,
.handmade-contact-trigger {
    background: linear-gradient(135deg, var(--accent-deep) 0%, #3a5673 100%);
    color: #fff;
    border: 0;
    box-shadow: 0 12px 28px rgba(36, 56, 77, 0.22);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--line);
}

.product-grid { flex-wrap: wrap; }

.product-grid .card {
    width: calc(33.333% - 11px);
    padding: 26px;
}

.promise-grid .card {
    min-height: 220px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 245, 249, 0.96) 100%);
}

.page-shell,
.handmade-inquiry-form {
    padding: 28px;
}

.b2b-sections { margin-top: 28px; }

.handmade-form-note {
    margin: 4px 0 18px;
    color: var(--muted);
    font-size: 14px;
}

.handmade-form-grid { flex-wrap: wrap; }

.handmade-form-grid label { width: calc(50% - 8px); }

label {
    display: block;
    margin: 0 0 14px;
    color: var(--ink);
    font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
}

input,
select,
textarea {
    width: 100%;
    margin-top: 8px;
    padding: 13px 14px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    font: inherit;
}

.site-footer {
    padding: 42px 0;
    border-top: 1px solid var(--line);
    background: rgba(238, 243, 248, 0.92);
}

.footer-grid > * { flex: 1; }

.footer-brand-panel,
.footer-link-panel,
.footer-contact-panel {
    padding: 22px 24px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(214, 222, 231, 0.92);
}

.footer-cta-row {
    margin-top: 18px;
    flex-wrap: wrap;
}

.handmade-contact-fab {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 30;
}

.handmade-contact-panel {
    display: none;
    position: absolute;
    right: 0;
    bottom: 58px;
    min-width: 240px;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.handmade-contact-fab.is-open .handmade-contact-panel {
    display: grid;
    gap: 10px;
}

.handmade-steps {
    margin: 0;
    padding-left: 20px;
}

.faq-item + .faq-item {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.handmade-success {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
    padding: 22px 24px;
    border-radius: 16px;
    background: #eef8ef;
    border: 1px solid #bfd8c0;
    color: #264b29;
}

.handmade-success strong {
    display: block;
    color: #1f4f2f;
    font-size: 18px;
}

.handmade-success p {
    margin: 8px 0 0;
    color: #356146;
}

@media (max-width: 900px) {
    .nav-shell,
    .hero-grid,
    .split,
    .footer-grid,
    .section-head {
        flex-direction: column;
    }

    .home-b2b-hero,
    .home-b2b-points,
    .home-b2b-trust,
    .home-b2b-capability-grid,
    .home-b2b-process-grid,
    .home-b2b-bottom,
    .home-export-hero,
    .home-export-strip,
    .home-export-gallery-grid,
    .home-export-proof-grid,
    .home-export-grid,
    .home-export-process-grid,
    .home-export-contact,
    .home-export-split,
    .business-hero,
    .business-pillars,
    .about-story-grid,
    .about-value-strip,
    .faq-grid,
    .contact-method-grid,
    .contact-detail-list {
        grid-template-columns: 1fr;
    }

    .home-b2b-copy,
    .home-b2b-process,
    .home-export-copy,
    .home-export-process,
    .home-export-contact-copy,
    .home-export-contact-actions {
        padding: 24px;
    }

    .home-export-media-large,
    .home-export-proof-card-wide {
        grid-column: span 1;
        grid-row: span 1;
    }

    .product-grid .card,
    .handmade-form-grid label {
        width: 100%;
    }

    .top-nav {
        flex-wrap: wrap;
        gap: 12px;
    }

    .handmade-success {
        flex-direction: column;
        align-items: flex-start;
    }
}
