:root {
    --black: #0a0a0b;
    --ink: #151518;
    --panel: #202024;
    --paper: #0d0d0f;
    --white: #ffffff;
    --muted: #aaa8a2;
    --line: rgba(255, 255, 255, 0.16);
    --red: #d71920;
    --red-dark: #a90f15;
    --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: #eceae5;
    font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    line-height: 1.8;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-link {
    position: fixed;
    left: 16px;
    top: -100px;
    z-index: 9999;
    background: var(--white);
    padding: 10px 16px;
}
.skip-link:focus { top: 16px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(8, 8, 9, 0.9);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px);
}
.header-inner {
    max-width: 1380px;
    min-height: 84px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}
.brand img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 50%;
}
.primary-nav,
.nav-list {
    display: flex;
    align-items: center;
    gap: 26px;
}
.nav-list { list-style: none; padding: 0; margin: 0; }
.nav-list a {
    color: var(--white);
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
}
.header-shop-link {
    background: var(--red);
    color: var(--white);
    padding: 14px 20px;
    transform: skewX(-7deg);
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
}
.menu-toggle { display: none; }

.news-flash {
    min-height: 48px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 0 max(28px, calc((100vw - 1380px) / 2));
    background: #f2f0ea;
    color: #111114;
    border-bottom: 1px solid #d8d4ca;
}
.news-flash-label {
    align-self: stretch;
    display: flex;
    align-items: center;
    padding: 0 20px;
    background: var(--red);
    color: var(--white);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .18em;
    transform: skewX(-7deg);
}
.news-flash-items {
    display: flex;
    align-items: center;
    gap: 30px;
    min-width: 0;
    overflow: hidden;
}
.news-flash-items a {
    flex: 0 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}
.news-flash-items time { margin-right: 12px; color: var(--red); font-weight: 900; }
.news-flash-all { white-space: nowrap; text-decoration: none; font-size: 10px; font-weight: 900; letter-spacing: .08em; }

.hero {
    min-height: min(840px, calc(100svh - 84px));
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 77% 48%, rgba(211,25,30,.09), transparent 29%),
        linear-gradient(115deg, #040405 0%, #080809 58%, #111114 100%);
}
.hero::before {
    content: "FIELD DIRECT SHOP";
    position: absolute;
    left: -12px;
    bottom: -4.5vw;
    color: rgba(255,255,255,.045);
    font-size: clamp(74px, 13vw, 190px);
    font-weight: 900;
    line-height: .8;
    letter-spacing: -.045em;
    white-space: nowrap;
}
.hero-noise {
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(255,255,255,.03) 4px);
    pointer-events: none;
}
.hero-inner {
    width: min(var(--max), calc(100% - 56px));
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 120px 0 160px;
}
.hero-emblem {
    position: absolute;
    z-index: 1;
    width: clamp(230px, 24vw, 340px);
    height: auto;
    right: 10vw;
    top: 50%;
    transform: translateY(-50%);
    opacity: .88;
    object-fit: contain;
    filter: drop-shadow(0 28px 60px rgba(0,0,0,.58));
}
.eyebrow {
    margin: 0 0 16px;
    color: var(--red);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 900;
    letter-spacing: .18em;
}
.hero h1,
.section-heading h2,
.used-section h2,
.access-section h2,
.entry-header h1,
.archive-header h1 {
    margin: 0;
    font-family: Impact, "Arial Black", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 900;
    letter-spacing: .01em;
    line-height: 1.05;
}
.hero h1 { max-width: 900px; font-size: clamp(62px, 8.6vw, 124px); letter-spacing: -.035em; }
.hero h1 span { color: var(--red); }
.hero-shop-name {
    margin: 0 0 18px;
    color: var(--white);
    font-size: clamp(24px, 3.1vw, 46px);
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .02em;
}
.hero-lead {
    max-width: 720px;
    margin: 28px 0 0;
    color: #d7d6d2;
    font-size: 17px;
    font-weight: 600;
}
.hero-actions,
.center-actions,
.access-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.hero-actions { margin-top: 40px; }
.button {
    display: inline-flex;
    min-height: 54px;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .04em;
    transition: .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: var(--white); }
.button-primary:hover { background: var(--red-dark); }
.button-ghost { border-color: rgba(255,255,255,.45); color: var(--white); }
.button-light { background: var(--white); color: var(--black); }
.button-outline-light { border-color: rgba(255,255,255,.5); color: var(--white); }
.hero-stat {
    position: absolute;
    right: max(28px, calc((100vw - var(--max)) / 2));
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px 30px;
    background: linear-gradient(135deg, var(--red), #9d0d12);
    transform: skewX(-7deg);
}
.hero-stat > * { transform: skewX(7deg); }
.hero-stat-number {
    font-family: Impact, "Arial Black", sans-serif;
    font-size: 64px;
    line-height: 1;
}
.hero-stat strong { font-size: 11px; letter-spacing: .1em; }
.hero-stat p { margin: 2px 0 0; font-size: 13px; line-height: 1.5; font-weight: 700; }

.discount-bar {
    background: #141416;
    display: grid;
    grid-template-columns: auto 1fr minmax(250px, 400px);
    align-items: center;
    gap: 30px;
    max-width: var(--max);
    margin: 0 auto;
    padding: 34px 28px;
    border-bottom: 1px solid var(--line);
}
.discount-mark {
    color: var(--red);
    font-family: Impact, "Arial Black", sans-serif;
    font-size: 72px;
    line-height: .8;
}
.discount-mark small { display: block; margin-top: 10px; font-size: 24px; text-align: center; }
.discount-bar h2 { margin: 0 0 4px; color: var(--white); font-size: 24px; }
.discount-bar p { margin: 0; }
.discount-eligibility { margin: 7px 0 6px !important; color: var(--white); font-size: 14px; line-height: 1.55; }
.discount-eligibility strong { padding-bottom: 2px; border-bottom: 2px solid var(--red); }
.discount-note { color: var(--muted); font-size: 12px; line-height: 1.7; }

.latest-feature { max-width: 1380px; }
.latest-feature-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
    margin-bottom: 46px;
}
.latest-feature-heading h2 {
    margin: 0;
    font-family: Impact, "Arial Black", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: clamp(48px, 6vw, 82px);
    line-height: 1;
}
.latest-feature-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    grid-template-rows: repeat(2, 290px);
    gap: 10px;
}
.latest-card { position: relative; overflow: hidden; background: #18181b; }
.latest-card-main { grid-row: 1 / 3; }
.latest-card:nth-child(4) { grid-column: 2 / 4; }
.latest-card > a { position: absolute; inset: 0; display: block; color: var(--white); text-decoration: none; }
.latest-card-image { position: absolute; inset: 0; }
.latest-card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,5,6,.98), rgba(5,5,6,.08) 72%); }
.latest-card-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .5s ease, filter .5s ease; }
.latest-card:hover .latest-card-image img { transform: scale(1.035); filter: saturate(1); }
.latest-card-copy { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; padding: 28px; }
.latest-card-copy > div { display: flex; align-items: center; gap: 14px; }
.latest-card-copy time { color: #d4d1ca; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.latest-card-copy span { padding: 4px 8px; background: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.latest-card-copy h3 { margin: 12px 0 18px; font-size: 20px; line-height: 1.35; }
.latest-card-main .latest-card-copy { padding: 42px; }
.latest-card-main .latest-card-copy h3 { font-size: clamp(30px, 3vw, 46px); }
.latest-card-copy b { color: var(--red); font-size: 9px; letter-spacing: .14em; }

.section {
    max-width: var(--max);
    margin: 0 auto;
    padding: 110px 28px;
}
.section-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    position: relative;
}
.section-intro::before {
    content: "01 / SHOP";
    position: absolute;
    top: 40px;
    right: 28px;
    color: rgba(255,255,255,.08);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
}
.section-heading h2,
.used-section h2,
.access-section h2 { font-size: clamp(42px, 5.7vw, 78px); }
.heading-accent { color: var(--red); }
.section-intro .section-heading h2 { font-size: clamp(38px, 4.4vw, 58px); }
.shop-heading-line { white-space: nowrap; }
.intro-copy { padding-top: 16px; color: #c9c7c2; font-size: 17px; }
.intro-copy p:first-child { margin-top: 0; }
.centered { text-align: center; max-width: 780px; margin: 0 auto 56px; }
.centered > p:last-child { color: var(--muted); }

.x-feed-section {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
    gap: 76px;
    align-items: center;
    background: #080808;
}
.x-feed-copy h2 { font-size: clamp(42px, 5.2vw, 72px); margin-bottom: 24px; }
.x-feed-copy > p:not(.eyebrow) { max-width: 460px; color: #c9c7c2; font-size: 16px; }
.x-feed-copy .button { margin-top: 22px; }
.x-post-grid { display: grid; gap: 10px; }
.x-post-card {
    position: relative;
    display: grid;
    grid-template-columns: 56px 1fr auto;
    gap: 4px 20px;
    align-items: center;
    min-height: 154px;
    padding: 24px 28px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    background: linear-gradient(115deg, #121212 0%, #090909 72%);
    color: #fff;
    transition: border-color .25s ease, transform .25s ease, background .25s ease;
}
.x-post-card:hover { transform: translateX(-6px); border-color: var(--red); background: #151515; }
.x-post-card-number { grid-row: 1 / 4; color: var(--red); font-size: 28px; font-weight: 900; }
.x-post-card-label { color: #888; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.x-post-card h3 { margin: 2px 0; font-size: 21px; }
.x-post-card p { margin: 0; color: #aaa; font-size: 13px; line-height: 1.65; }
.x-post-card b { grid-column: 3; grid-row: 1 / 4; color: #fff; font-size: 12px; white-space: nowrap; }
.x-post-card:hover b { color: var(--red); }
.x-post-card-live { grid-template-columns: 56px 92px 1fr auto; min-height: 132px; }
.x-post-card-live .x-post-card-number { grid-row: 1 / 3; }
.x-post-card-live .x-post-card-label { grid-column: 3; }
.x-post-card-live p { grid-column: 3; color: #d0ceca; font-size: 14px; }
.x-post-card-live b { grid-column: 4; grid-row: 1 / 3; }
.x-post-card-media { grid-column: 2; grid-row: 1 / 3; width: 92px; height: 82px; overflow: hidden; background: #050505; }
.x-post-card-media img { width: 100%; height: 100%; object-fit: cover; }

.photo-grid {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 28px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 270px 270px;
    gap: 8px;
    transform: skewY(-2.3deg);
    margin-top: 26px;
    margin-bottom: 36px;
}
.photo-grid figure { margin: 0; overflow: hidden; background: #ccc; }
.photo-grid img { width: 100%; height: 112%; object-fit: cover; transform: skewY(2.3deg) scale(1.08); transition: transform .5s ease; }
.photo-grid figure:hover img { transform: skewY(2.3deg) scale(1.12); }
.photo-main { grid-row: 1 / 3; }

.products-section { padding-top: 130px; }
.product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}
.product-card {
    min-height: 310px;
    padding: 38px 28px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    color: var(--white);
    text-decoration: none;
}
.product-card span { color: var(--red); font-weight: 900; font-size: 12px; letter-spacing: .12em; }
.product-card h3 { margin: 68px 0 16px; font-size: 23px; line-height: 1.35; }
.product-card { position: relative; overflow: hidden; background: linear-gradient(145deg, #171719, #111113); }
.product-card::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 180%;
    right: -72px;
    top: -40%;
    background: rgba(215,25,32,.16);
    transform: rotate(18deg);
    transition: .25s ease;
}
.product-card:hover::after { right: -42px; }
.product-card p { color: var(--muted); font-size: 14px; }
.center-actions { justify-content: center; margin-top: 40px; }

.used-section { background: var(--black); color: var(--white); }
.used-section { position: relative; clip-path: polygon(0 7%, 100% 0, 100% 93%, 0 100%); margin: -18px 0; }
.used-inner {
    max-width: var(--max);
    margin: 0 auto;
    padding: 110px 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
}
.used-copy { padding-top: 18px; color: #d1d0cc; font-size: 16px; }
.text-link {
    display: inline-flex;
    gap: 22px;
    margin-top: 22px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--red);
    color: var(--white);
    text-decoration: none;
    font-weight: 900;
}
.text-link span { color: var(--red); }

.ec-feature {
    max-width: 1440px;
    margin: 0 auto;
    padding: 120px 28px;
    display: grid;
    grid-template-columns: 1.18fr .82fr;
    gap: 0;
    align-items: stretch;
}
.ec-feature-visual {
    min-height: 600px;
    overflow: hidden;
    transform: skewY(-2deg);
}
.ec-feature-visual img { width: 100%; height: 108%; object-fit: cover; transform: skewY(2deg) scale(1.05); }
.ec-feature-copy {
    position: relative;
    z-index: 1;
    align-self: center;
    margin-left: -70px;
    padding: 64px;
    background: #f2f0ea;
    color: #171719;
    box-shadow: 0 30px 80px rgba(0,0,0,.35);
}
.ec-feature-copy h2 {
    margin: 0;
    font-family: Impact, "Arial Black", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: clamp(42px, 4.4vw, 66px);
    line-height: 1.08;
}
.ec-feature-copy > p:not(.eyebrow) { color: #555258; }
.ec-feature-copy ul { margin: 26px 0 34px; padding: 0; list-style: none; border-top: 1px solid #c7c1b7; }
.ec-feature-copy li { padding: 12px 0; border-bottom: 1px solid #c7c1b7; font-size: 13px; font-weight: 800; }

.history-banner {
    position: relative;
    max-width: 1380px;
    min-height: 430px;
    margin: 80px auto 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #171719;
    color: var(--white);
    text-decoration: none;
}
.history-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0b0b0d 0%, rgba(11,11,13,.94) 42%, rgba(11,11,13,.18) 78%);
}
.history-banner-visuals {
    position: absolute;
    inset: 0 0 0 auto;
    width: 74%;
    height: 100%;
    display: grid;
    grid-template-columns: 1.08fr 1fr;
    overflow: hidden;
}
.history-banner-visuals img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(.2) contrast(1.05);
    transition: transform .6s ease, filter .6s ease;
}
.history-banner-portrait { object-position: 30% 28%; }
.history-banner-store { object-position: 72% center; }
.history-banner-visuals img + img { border-left: 2px solid rgba(255,255,255,.12); }
.history-banner:hover .history-banner-visuals img { transform: scale(1.03); filter: grayscale(0) contrast(1.08); }
.history-banner-copy { position: relative; z-index: 2; max-width: 650px; padding: 64px 7%; }
.history-banner-copy h2 {
    margin: 0;
    font-family: Impact, "Arial Black", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: clamp(54px, 7vw, 92px);
    line-height: 1;
    white-space: nowrap;
}
.history-title-r { color: var(--red); }
.history-banner-copy > p:not(.eyebrow) { color: #c8c6c0; font-weight: 700; }
.history-banner-copy .history-banner-link { display: inline-block; margin-top: 24px; padding-bottom: 5px; border-bottom: 1px solid var(--red); font-size: 13px; font-weight: 900; }

.history-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(215,25,32,.08), transparent 42%),
        #151517;
    color: var(--white);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.history-section::before {
    content: "HISTORY";
    position: absolute;
    right: -20px;
    top: 30px;
    color: rgba(255,255,255,.035);
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(100px, 18vw, 280px);
    line-height: 1;
    letter-spacing: .02em;
}
.history-inner {
    position: relative;
    z-index: 1;
    max-width: var(--max);
    margin: 0 auto;
    padding: 120px 28px;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
}
.history-heading {
    position: sticky;
    top: 120px;
    align-self: start;
}
.history-heading h2 {
    margin: 0;
    font-family: Impact, "Arial Black", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: clamp(48px, 6.4vw, 86px);
    line-height: 1;
}
.history-lead {
    max-width: 430px;
    margin-top: 28px;
    color: #bab8b2;
    font-size: 16px;
}
.history-story {
    margin-bottom: 52px;
    color: #d5d3ce;
    font-size: 16px;
}
.history-story p { margin: 0 0 20px; }
.history-message {
    padding: 24px 26px;
    border-left: 3px solid var(--red);
    background: rgba(255,255,255,.035);
    color: var(--white);
    font-weight: 800;
}
.history-gallery {
    grid-column: 1 / -1;
    position: relative;
    min-height: 570px;
    margin: 10px 0 70px;
}
.history-gallery figure {
    position: absolute;
    margin: 0;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(0,0,0,.4);
}
.history-gallery img { width: 100%; height: 100%; object-fit: cover; }
.history-gallery figcaption {
    position: absolute;
    left: 20px;
    bottom: 16px;
    color: var(--white);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .17em;
    text-shadow: 0 2px 10px rgba(0,0,0,.8);
}
.history-store {
    left: 0;
    top: 0;
    width: 72%;
    height: 470px;
    transform: rotate(-1.5deg);
}
.history-portrait {
    right: 3%;
    top: 145px;
    width: 36%;
    height: 350px;
    border: 8px solid #151517;
    transform: rotate(2.2deg);
}
.history-illustration {
    right: 0;
    top: -34px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 5px solid var(--red);
}
.timeline {
    grid-column: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--line);
}
.timeline li {
    display: grid;
    grid-template-columns: 108px 1fr;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid var(--line);
}
.timeline time {
    color: var(--red);
    font-family: Impact, "Arial Black", sans-serif;
    font-size: 22px;
    letter-spacing: .05em;
}
.timeline strong { display: block; margin-bottom: 6px; font-size: 19px; }
.timeline p { margin: 0; color: var(--muted); font-size: 14px; }

.history-page-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.history-page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,8,9,.94), rgba(8,8,9,.1) 72%); }
.history-page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.history-page-title { position: relative; z-index: 1; width: min(var(--max), calc(100% - 56px)); margin: 0 auto; padding: 80px 0; }
.history-page-title h1 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(62px, 9vw, 128px); line-height: .95; }
.history-page-title > p:last-child { color: #d4d1ca; font-size: 18px; font-weight: 700; }
.history-page-body { background: #151517; }
.history-back { padding: 70px 28px 110px; display: flex; justify-content: center; background: #151517; }

.subpage-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background-color: #0b0b0d;
    background-position: center;
    background-size: cover;
}
.subpage-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,7,8,.98), rgba(7,7,8,.48) 72%, rgba(7,7,8,.72)); }
.subpage-hero::after {
    content: "";
    position: absolute;
    right: -10vw;
    top: -30%;
    width: 38vw;
    height: 170%;
    background: rgba(215,25,32,.13);
    transform: skewX(-16deg);
}
.subpage-hero-news { background-image: url("../images/store-1.webp"); }
.subpage-hero-products { background-image: url("../images/store-2.webp"); }
.subpage-hero-shop { background-image: url("../images/store-3.webp"); }
.subpage-hero-contact { background-image: url("../images/history-narita-store.jpeg"); }
.subpage-hero-inner { position: relative; z-index: 1; width: min(var(--max), calc(100% - 56px)); margin: 0 auto; padding: 90px 0; }
.editable-page-intro { max-width: 900px; }
.editable-page-intro h1 {
    margin: 0;
    font-family: Impact, "Arial Black", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: clamp(64px, 9vw, 124px);
    line-height: .95;
    letter-spacing: -.025em;
}
.editable-page-copy,
.editable-page-intro > p:last-child { max-width: 700px; margin-top: 26px; color: #d1cfc9; font-size: 17px; font-weight: 700; }

.news-filter-note { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 38px; }
.news-filter-note span { padding: 7px 11px; border: 1px solid var(--line); color: #c5c2bc; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.news-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.news-archive-card { min-width: 0; background: #161618; }
.news-archive-card > a { display: block; height: 100%; color: var(--white); text-decoration: none; }
.news-archive-image { height: 280px; overflow: hidden; }
.news-archive-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: .4s ease; }
.news-archive-card:hover img { transform: scale(1.03); filter: saturate(1); }
.news-archive-copy { padding: 26px; }
.news-archive-copy > div { display: flex; align-items: center; gap: 12px; }
.news-archive-copy time { color: var(--muted); font-size: 10px; font-weight: 800; }
.news-archive-copy span { padding: 4px 7px; background: var(--red); font-size: 8px; font-weight: 900; }
.news-archive-copy h2 { margin: 15px 0 10px; font-size: 22px; line-height: 1.35; }
.news-archive-copy p { color: var(--muted); font-size: 13px; }
.news-archive-copy b { display: inline-block; margin-top: 12px; color: var(--red); font-size: 9px; letter-spacing: .12em; }
.pagination { grid-column: 1 / -1; margin-top: 46px; display: flex; justify-content: center; gap: 8px; }
.pagination .page-numbers { min-width: 42px; min-height: 42px; padding: 8px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); text-decoration: none; }
.pagination .current { background: var(--red); border-color: var(--red); }

.product-guide-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.product-guide-intro h2 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(48px, 6vw, 78px); line-height: 1; }
.product-guide-intro > p { color: var(--muted); font-size: 16px; }
.product-guide-list { max-width: 1380px; margin: 0 auto; padding: 0 28px 120px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-filter { width:min(var(--max),calc(100% - 56px)); margin:0 auto 34px; padding:22px; display:grid; grid-template-columns:1fr 1fr 1.35fr 1fr auto; gap:14px; align-items:end; background:#111114; border:1px solid rgba(255,255,255,.1); }
.product-filter label { display:grid; gap:7px; color:#aaa; font-size:11px; font-weight:900; letter-spacing:.08em; }
.product-filter select,.product-filter input { min-height:48px; padding:0 14px; color:#fff; background:#080809; border:1px solid rgba(255,255,255,.16); }
.product-filter-category { grid-template-columns:1fr 1.35fr auto auto; }
.product-filter-reset { min-height:48px; padding:0 8px; display:inline-flex; align-items:center; justify-content:center; color:#c9c7c2; font-size:12px; font-weight:900; text-decoration:underline; text-underline-offset:4px; }
.product-filter-reset:hover,.product-filter-reset:focus-visible { color:#fff; }
.product-brand { color:#aaa; font-size:12px; font-weight:900; letter-spacing:.08em; }
.product-price { margin:12px 0 5px; color:#fff; font-size:27px; font-weight:900; }
.product-price small { font-size:11px; }
.product-stock { display:inline-block; margin:0 0 12px; padding:5px 9px; font-size:11px; font-weight:900; letter-spacing:.08em; }
.product-stock.is-stock { color:#fff; background:#176a38; }
.product-stock.is-soldout { color:#fff; background:#7b1518; }
.product-pagination { width:min(var(--max),calc(100% - 56px)); margin:36px auto 80px; }
.product-pagination ul { display:flex; flex-wrap:wrap; gap:8px; padding:0; list-style:none; }
.product-pagination a,.product-pagination span { display:grid; min-width:42px; height:42px; place-items:center; padding:0 10px; color:#fff; background:#151518; text-decoration:none; }
.product-pagination .current { background:var(--red); }
.product-guide-row { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); background: #111114; }
.product-guide-row:nth-child(even) .product-guide-image { order: 0; }
.product-guide-image { height: 260px; overflow: hidden; background: #f2f2f2; }
.product-guide-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76); transition: .45s ease; }
.product-guide-image img.base-product-image { object-fit: contain; padding: 30px; background: #f2f2f2; filter: none; }
.product-guide-row:hover .product-guide-image img { transform: scale(1.02); filter: saturate(1); }
.product-guide-row:hover .product-guide-image img.base-product-image { transform: none; filter: none; }
.product-guide-copy { width: 100%; padding: 26px 24px 30px; }
.product-guide-copy > span { color: var(--red); font-family: Impact, "Arial Black", sans-serif; font-size: 18px; letter-spacing: .12em; }
.product-category-name { margin: 18px 0 0; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.product-guide-copy h2 { margin: 10px 0 14px; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(25px, 2.2vw, 34px); line-height: 1.1; }
.product-guide-copy > div:not(.product-guide-actions),
.product-guide-copy > p { color: var(--muted); }
.product-guide-actions { margin-top: 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.product-empty { padding: 100px 0; text-align: center; }
.product-empty h2 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(42px, 5vw, 68px); }

.purchase-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #110d0e;
}
.purchase-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,6,7,.98), rgba(6,6,7,.02) 72%); }
.purchase-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.purchase-hero-copy { position: relative; z-index: 1; width: min(var(--max), calc(100% - 56px)); margin: 0 auto; padding: 70px 0; }
.purchase-hero-copy h1 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(62px, 9vw, 124px); line-height: .95; }
.purchase-hero-copy > p:last-child { color: #d1cec8; font-size: 18px; font-weight: 700; }
.purchase-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.purchase-intro h2 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(48px, 6vw, 82px); line-height: 1; }
.purchase-steps { max-width: 1380px; margin: 0 auto; padding: 0 28px 110px; display: grid; grid-template-columns: repeat(4, 1fr); }
.purchase-step { min-height: 300px; padding: 34px 28px; border: 1px solid var(--line); border-right: 0; background: #151517; }
.purchase-step:last-child { border-right: 1px solid var(--line); }
.purchase-step span { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.purchase-step h2 { margin: 74px 0 16px; font-size: 25px; }
.purchase-step p { color: var(--muted); font-size: 13px; }
.purchase-check { border-top: 1px solid var(--line); }
.purchase-check-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.purchase-check-grid article { padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.purchase-check-grid h3 { margin: 0 0 10px; font-size: 18px; }
.purchase-check-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.editor-note { margin-top: 24px; padding: 16px; border: 1px dashed #d8a83d; color: #e5c77f; font-size: 12px; }
.purchase-options { max-width: 1380px; margin: 0 auto; padding: 0 28px 110px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.purchase-options article { min-height: 420px; padding: 54px; background: linear-gradient(145deg, #18181b, #101012); border: 1px solid var(--line); }
.purchase-options h2 { margin: 0 0 24px; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(42px, 5vw, 68px); line-height: 1; }
.purchase-options article > p:not(.eyebrow) { color: var(--muted); }
.permit-section { max-width: 1180px; margin: 0 auto 120px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; background: #161618; }
.permit-image { height: 500px; overflow: hidden; }
.permit-image img { width: 100%; height: 100%; object-fit: cover; }
.permit-copy { padding: 60px; }
.permit-copy h2 { margin: 0 0 24px; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(48px, 6vw, 78px); }
.permit-copy > p:last-child { color: #d4d1cb; font-size: 18px; font-weight: 800; letter-spacing: .04em; }
.purchase-cta { padding: 90px max(28px, calc((100vw - var(--max)) / 2)); display: flex; align-items: end; justify-content: space-between; gap: 60px; background: linear-gradient(120deg, var(--red), #8d090e); }
.purchase-cta h2 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(48px, 6vw, 78px); }
.purchase-cta p { margin-bottom: 0; }
.purchase-cta .eyebrow { color: #290305; }
.purchase-cta-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.shop-detail { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.shop-detail-copy h2 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(44px, 5vw, 72px); line-height: 1.05; }
.shop-detail-copy dl { margin-top: 48px; }
.shop-detail-copy dl div { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); }
.shop-detail-copy dt { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.shop-detail-copy dd { margin: 0; font-size: 14px; font-weight: 700; }
.shop-detail-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.shop-detail-gallery { height: 640px; min-width: 0; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 8px; overflow: hidden; }
.shop-detail-gallery img { width: 100%; height: 100%; min-width: 0; min-height: 0; max-height: none; display: block; object-fit: cover; object-position: center; }
.shop-detail-gallery img:first-child { grid-row: 1 / 3; }
.shop-field-links { display: grid; grid-template-columns: 1fr 1fr; }
.shop-field-links a { min-height: 320px; padding: 48px; display: flex; flex-direction: column; justify-content: flex-end; background: #161618; border: 1px solid var(--line); color: var(--white); text-decoration: none; }
.shop-field-links a:last-child { background: #10141c; }
.shop-field-links span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.shop-field-links strong { margin: 8px 0 24px; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(42px, 5vw, 72px); }
.shop-field-logo { width: min(420px, 86%); height: 118px; margin: 18px 0 2px; display: block; position: relative; overflow: hidden; }
.shop-field-logo img { position: absolute; left: 0; width: 100%; height: 200%; max-width: none; object-fit: cover; }
.shop-field-logo-union img { top: 0; }
.shop-field-logo-met img { top: -100%; }
.field-heading-line { white-space: nowrap; }

.contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; }
.contact-faq > h2,
.contact-panel > h2 { margin: 0 0 38px; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(44px, 5vw, 68px); line-height: 1.05; }
.contact-faq .faq-list details div { padding: 0 44px 26px 0; color: var(--muted); font-size: 14px; }
.contact-panel { padding: 52px; background: #f1efe9; color: #171719; align-self: start; }
.contact-panel .eyebrow { color: var(--red); }
.contact-panel > p { color: #646067; }
.contact-panel dl { margin: 34px 0; }
.contact-panel dl div { padding: 14px 0; border-top: 1px solid #c9c3b8; }
.contact-panel dt { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.contact-panel dd { margin: 4px 0 0; font-weight: 800; }
.contact-form-area { margin-top: 36px; }
.contact-form-area .wpcf7-form { display: grid; gap: 20px; }
.contact-form-area .wpcf7-form p { margin: 0; }
.contact-form-area .wpcf7-form label { display: grid; gap: 8px; font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.contact-form-area .wpcf7-form input:not([type="checkbox"], [type="radio"], [type="submit"]),
.contact-form-area .wpcf7-form select,
.contact-form-area .wpcf7-form textarea {
    width: 100%;
    border: 1px solid #c9c7c2;
    border-radius: 0;
    background: #fff;
    color: var(--black);
    padding: 14px 16px;
    font: inherit;
}
.contact-form-area .wpcf7-form textarea { min-height: 180px; resize: vertical; }
.contact-form-area .wpcf7-submit {
    appearance: none;
    border: 0;
    background: var(--red);
    color: #fff;
    min-height: 52px;
    padding: 0 26px;
    font-weight: 900;
    cursor: pointer;
}
.contact-form-area .wpcf7-submit:hover,
.contact-form-area .wpcf7-submit:focus-visible { background: #a80f16; }
.contact-privacy-note { margin-top: 20px; font-size: 12px; color: #6b6965; }
.contact-alternatives { margin-top: 30px; padding-top: 28px; border-top: 1px solid #3b3a38; }

.line-cta-banner {
    width: 100%;
    min-height: 86px;
    padding: 16px 18px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 14px;
    border: 2px solid #05b84e;
    border-radius: 12px;
    background: #06c755;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(6, 199, 85, .22);
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.line-cta-banner:hover,
.line-cta-banner:focus-visible { background: #05b84e; color: #fff; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(6, 199, 85, .3); }
.line-cta-mark {
    width: 58px;
    height: 46px;
    display: grid;
    place-items: center;
    position: relative;
    border-radius: 50%;
    background: #fff;
    color: #06c755;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: -.04em;
}
.line-cta-mark::after {
    content: "";
    position: absolute;
    right: 5px;
    bottom: -3px;
    width: 12px;
    height: 12px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.line-cta-copy { min-width: 0; display: grid; gap: 4px; }
.line-cta-copy strong { font-size: 18px; font-weight: 950; line-height: 1.15; }
.line-cta-copy small { font-size: 12px; font-weight: 800; line-height: 1.45; }
.line-cta-arrow { font-size: 24px; font-weight: 900; }
.line-cta-banner-dark { margin-bottom: 8px; }
.contact-panel .line-cta-banner { margin: 10px 0 28px; }
.access-actions .line-cta-banner { flex-basis: 100%; }

/* Desktop typography balance: keep the existing mobile sizes unchanged. */
@media (min-width: 901px) {
    .contact-faq > h2 { font-size: clamp(40px, 3.5vw, 52px); }
    .contact-panel > h2 { font-size: clamp(36px, 3.1vw, 46px); line-height: 1.12; }
    .subpage-hero-shop .subpage-hero-inner > p:last-child { max-width: 680px; font-size: 15px; line-height: 1.8; }
}

.company-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 8vw, 120px); }
.company-statement h2 { font-size: clamp(34px, 5vw, 68px); line-height: 1.05; margin: 12px 0 24px; }
.company-statement p:last-child { max-width: 560px; line-height: 2; }
.company-profile dl,
.legal-definition-list { margin: 0 0 32px; }
.company-profile dl > div,
.legal-definition-list > div { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid #d9d7d2; }
.company-profile dt,
.legal-definition-list dt { font-weight: 900; }
.company-profile dd,
.legal-definition-list dd { margin: 0; line-height: 1.8; }

.legal-document { max-width: 960px; }
.legal-document > p:first-child { font-size: 17px; line-height: 2; margin-bottom: 64px; }
.legal-document h2 { margin: 64px 0 20px; padding-bottom: 12px; border-bottom: 2px solid var(--black); font-size: clamp(22px, 3vw, 32px); }
.legal-document p,
.legal-document li { line-height: 2; }
.legal-document ul { padding-left: 1.5em; }
.legal-enactment { margin-top: 72px; text-align: right; }

.online-page-hero { min-height: 720px; display: grid; grid-template-columns: 1.2fr .8fr; background: #080809; }
.online-page-hero-image { overflow: hidden; }
.online-page-hero-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); }
.online-page-hero-copy { align-self: center; padding: 80px; }
.online-page-hero-copy h1 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(58px, 7vw, 100px); line-height: .95; }
.online-page-hero-copy > div,
.online-page-hero-copy > p { margin: 26px 0 36px; color: var(--muted); }
.online-category-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.online-category-grid a { min-height: 330px; padding: 30px 24px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #151517; color: var(--white); text-decoration: none; }
.online-category-grid span { color: var(--red); font-size: 10px; font-weight: 900; }
.online-category-grid h2 { margin: 70px 0 14px; font-size: 22px; line-height: 1.3; }
.online-category-grid p { color: var(--muted); font-size: 12px; }
.online-category-grid b { margin-top: auto; color: var(--red); font-size: 9px; letter-spacing: .12em; }
.online-news-link { padding: 100px max(28px, calc((100vw - var(--max)) / 2)); background: var(--red); }
.online-news-link .eyebrow { color: #2c0305; }
.online-news-link h2 { margin: 0 0 30px; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(46px, 6vw, 78px); }
.online-stock-note { padding-left: 16px; border-left: 3px solid var(--red); }
.online-stock-note strong { color: #fff; }
.online-hero-actions,.online-news-actions { display:flex; flex-wrap:wrap; gap:12px; }
.online-arrivals-section { background:#0b0b0d; }
.online-arrivals-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.online-arrival-card { min-width:0; background:#151517; border:1px solid var(--line); }
.online-arrival-image { height:250px; display:block; overflow:hidden; background:#f2f2f2; }
.online-arrival-image img { width:100%; height:100%; object-fit:contain; padding:22px; }
.online-arrival-card > div { padding:22px; }
.online-arrival-card h3 { margin:10px 0 14px; font-size:20px; line-height:1.35; }
.online-arrival-price { color:#fff; font-size:23px; font-weight:900; }
.online-arrival-price small { font-size:11px; }
.button-line { background:#06c755; color:#fff; border-color:#06c755; }
.button-line:hover,.button-line:focus-visible { background:#05ad49; border-color:#05ad49; color:#fff; }
.article-commerce-cta { margin:70px 0 20px; padding:34px; border:1px solid rgba(255,255,255,.16); background:linear-gradient(135deg,#151517,#0c0c0e); }
.article-commerce-cta h2 { margin:8px 0 14px; font-family:Impact,"Arial Black",sans-serif; font-size:clamp(30px,4vw,50px); line-height:1; }
.article-commerce-cta > p:not(.eyebrow) { color:var(--muted); }
.article-commerce-cta > div { display:flex; flex-wrap:wrap; gap:12px; margin-top:24px; }

.history-archive {
    grid-column: 1 / -1;
    margin: 20px 0 100px;
}
.history-archive-heading {
    max-width: 720px;
    margin-bottom: 52px;
}
.history-archive-heading h2 {
    margin: 0;
    font-family: Impact, "Arial Black", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: clamp(48px, 6vw, 82px);
    line-height: 1;
}
.history-archive-heading > p:not(.eyebrow) { color: #cbc8c1; font-size: 16px; }
.history-archive-heading small { display: block; color: #8f8c86; font-size: 11px; line-height: 1.7; }
.history-archive-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-flow: dense;
    gap: 12px;
}
.history-archive-grid figure {
    position: relative;
    min-height: 330px;
    margin: 0;
    overflow: hidden;
    background: #09090a;
}
.history-archive-grid figure:nth-child(1),
.history-archive-grid figure:nth-child(3),
.history-archive-grid figure:nth-child(4),
.history-archive-grid figure:nth-child(5),
.history-archive-grid figure:nth-child(6) { grid-column: span 4; }
.history-archive-grid figure:nth-child(2),
.history-archive-grid figure:nth-child(7),
.history-archive-grid figure:nth-child(9),
.history-archive-grid figure:nth-child(10) { grid-column: span 6; }
.history-archive-grid figure:nth-child(8) { grid-column: span 6; grid-row: span 2; }
.history-archive-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.78) contrast(1.05);
    transition: transform .5s ease, filter .5s ease;
}
.history-archive-grid figure:hover img { transform: scale(1.025); filter: saturate(1) contrast(1.05); }
.history-archive-grid figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 82px;
    padding: 18px 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: linear-gradient(0deg, rgba(5,5,6,.96), rgba(5,5,6,.08));
}
.history-archive-grid figcaption b { color: var(--red); font-size: 11px; letter-spacing: .12em; }
.history-archive-grid figcaption span { font-size: 13px; line-height: 1.45; font-weight: 800; }
.history-archive-grid .archive-wide img { object-position: center; }
.history-archive-grid .archive-poster img { object-position: top center; }

.field-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-card {
    position: relative;
    min-height: 310px;
    padding: 42px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(8,8,9,.46), rgba(8,8,9,.9)),
        var(--panel);
    color: var(--white);
    text-decoration: none;
}
.field-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(130deg, transparent 30%, rgba(215,25,32,.38));
    opacity: .7;
    transition: .3s ease;
}
.field-card:hover::before { opacity: 1; }
.field-card > * { position: relative; z-index: 1; }
.field-card .field-logo-crop {
    width: min(430px, 84%);
    height: 112px;
    margin-bottom: 30px;
    overflow: hidden;
    display: block;
}
.field-logo-crop img {
    width: 100%;
    max-width: none;
    transform: translateY(-9%);
}
.field-card-met .field-logo-crop img {
    transform: translateY(-59%);
}
.field-card strong { margin: 6px 0 24px; font-size: 18px; letter-spacing: .04em; }
.field-card small { font-size: 13px; font-weight: 800; }

.news-section {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 80px;
}
.news-list { border-top: 1px solid var(--line); }
.news-item {
    display: grid;
    grid-template-columns: 120px 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 24px 6px;
    border-bottom: 1px solid var(--line);
    text-decoration: none;
}
.news-item time { color: var(--muted); font-size: 12px; font-weight: 800; }
.news-item span { font-weight: 800; }
.news-item b { color: var(--red); }

.faq-section {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 80px;
    border-top: 1px solid var(--line);
}
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
    position: relative;
    padding: 24px 44px 24px 0;
    cursor: pointer;
    list-style: none;
    color: var(--white);
    font-weight: 800;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 22px; color: var(--red); font-size: 24px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 44px 26px 0; color: var(--muted); font-size: 14px; }

.access-section {
    background:
        linear-gradient(110deg, rgba(215,25,32,.98), rgba(146,8,13,.97)),
        var(--red);
    color: var(--white);
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
}
.access-inner {
    max-width: var(--max);
    margin: 0 auto;
    padding: 100px 28px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 70px;
    align-items: end;
}
.access-section .eyebrow { color: #220305; }
.access-section dl { margin: 46px 0 0; }
.access-section dl div {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 20px;
    padding: 13px 0;
    border-top: 1px solid rgba(255,255,255,.35);
}
.access-section dt { font-size: 12px; font-weight: 900; }
.access-section dd { margin: 0; font-weight: 700; }
.access-actions { flex-direction: column; width: min(390px, 100%); min-width: 320px; }

.site-footer { background: var(--black); color: #c9c7c2; padding: 76px 28px 24px; }
.footer-grid {
    max-width: var(--max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr 1fr;
    gap: 44px;
}
.footer-logo { width: 124px; height: 124px; object-fit: contain; margin-bottom: 22px; border-radius: 50%; }
.site-footer h2 { margin: 0 0 14px; color: var(--white); font-size: 13px; letter-spacing: .12em; }
.site-footer p { font-size: 13px; line-height: 1.8; }
.site-footer a { color: var(--white); }
.footer-bottom {
    max-width: var(--max);
    margin: 54px auto 0;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom p,
.footer-bottom a { font-size: 11px; }

.content-shell {
    width: min(900px, calc(100% - 48px));
    min-height: 55vh;
    margin: 0 auto;
    padding: 100px 0;
}
.entry-header,
.archive-header { margin-bottom: 50px; }
.entry-header h1,
.archive-header h1 { font-size: clamp(42px, 6vw, 72px); }
.entry-content { font-size: 16px; }
.entry-content h2 { margin-top: 2.2em; font-size: 30px; }
.entry-content h3 { margin-top: 1.8em; font-size: 23px; }
.entry-thumbnail { margin: 0 0 50px; }
.entry-product-thumbnail { padding: 26px; background: #f2f2f2; }
.entry-product-thumbnail img { width: 100%; max-height: 680px; object-fit: contain; }
.post-list { border-top: 1px solid #bbb7ae; }
.post-card { padding: 30px 0; border-bottom: 1px solid var(--line); }
.post-card time { color: var(--muted); font-size: 12px; }
.post-card h2 { margin: 8px 0; }
.post-card h2 a { text-decoration: none; }
.error-page { text-align: center; }

@media (max-width: 900px) {
    .product-filter { grid-template-columns:1fr 1fr; }
    .product-filter .button { align-self:stretch; }
    .online-arrivals-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .header-inner { min-height: 66px; padding: 0 18px; }
    .brand img { width: 50px; height: 50px; }
    .menu-toggle {
        width: 44px;
        height: 44px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        border: 0;
        background: transparent;
    }
    .menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; background: var(--white); }
    .primary-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 66px;
        padding: 24px;
        display: none;
        align-items: stretch;
        flex-direction: column;
        background: var(--black);
        border-top: 1px solid var(--line);
    }
    .primary-nav.is-open { display: flex; }
    .nav-list { flex-direction: column; align-items: stretch; }
    .nav-list a { display: block; padding: 10px 0; }
    .header-shop-link { text-align: center; }
    .hero { min-height: 700px; align-items: flex-start; }
    .hero-inner { padding: 100px 0 170px; }
    .hero-lead br { display: none; }
    .hero-stat { left: 20px; right: 20px; padding: 20px; }
    .hero-stat-number { font-size: 52px; }
    .discount-bar { grid-template-columns: auto 1fr; }
    .discount-note { grid-column: 1 / -1; }
    .latest-feature-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 440px 270px 270px; }
    .latest-card-main { grid-column: 1 / -1; grid-row: auto; }
    .latest-card:nth-child(4) { grid-column: auto; }
    .section-intro,
    .x-feed-section,
    .used-inner,
    .news-section,
    .faq-section,
    .history-inner { grid-template-columns: 1fr; gap: 36px; }
    .news-archive-grid { grid-template-columns: 1fr 1fr; }
    .product-guide-intro { grid-template-columns: 1fr; gap: 30px; }
    .product-guide-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-guide-image { height: 240px; }
    .purchase-intro,
    .shop-detail,
    .contact-layout { grid-template-columns: 1fr; }
    .shop-detail-gallery { height: 560px; }
    .purchase-steps { grid-template-columns: 1fr 1fr; }
    .purchase-step:nth-child(2) { border-right: 1px solid var(--line); }
    .purchase-cta { align-items: flex-start; flex-direction: column; }
    .purchase-options,
    .permit-section { grid-template-columns: 1fr; }
    .permit-section { margin-left: 28px; margin-right: 28px; }
    .online-page-hero { grid-template-columns: 1fr; }
    .online-page-hero-image { min-height: 480px; }
    .online-category-grid { grid-template-columns: repeat(2, 1fr); }
    .ec-feature { grid-template-columns: 1fr; }
    .ec-feature-visual { min-height: 460px; }
    .ec-feature-copy { margin: -80px 40px 0; }
    .history-banner { margin-left: 28px; margin-right: 28px; }
    .history-heading { position: static; }
    .history-gallery { min-height: 520px; }
    .history-archive-grid figure:nth-child(n) { grid-column: span 6; }
    .history-archive-grid figure:nth-child(8) { grid-row: span 2; }
    .timeline { grid-column: auto; }
    .photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 220px; }
    .photo-main { grid-column: 1 / -1; grid-row: auto; }
    .product-grid { grid-template-columns: 1fr 1fr; }
    .field-cards { grid-template-columns: 1fr; }
    .field-card .field-logo-crop { height: 102px; }
    .access-inner { grid-template-columns: 1fr; align-items: start; }
    .access-actions { flex-direction: row; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .company-layout { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .product-filter { width:calc(100% - 36px); grid-template-columns:1fr; }
    .product-filter-reset { justify-content:flex-start; }
    .news-flash { grid-template-columns: auto 1fr; padding: 0 18px 0 0; gap: 12px; }
    .news-flash-items a { display: none; }
    .news-flash-items a:first-child { display: block; }
    .news-flash-all { display: none; }
    .hero { min-height: 690px; }
    .hero-inner { width: calc(100% - 36px); padding-top: 80px; }
    .hero h1 { font-size: 42px; }
    .hero-shop-name { max-width: 75%; margin-bottom: 14px; font-size: 25px; }
    .hero-emblem { width: 158px; right: -8px; top: 32%; opacity: .3; }
    .hero-lead { font-size: 15px; line-height: 1.75; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-stat { gap: 12px; }
    .hero-stat-number { font-size: 46px; }
    .hero-stat p { font-size: 11px; }
    .discount-bar { margin: 0; padding: 28px 18px; gap: 16px; }
    .discount-mark { font-size: 54px; }
    .discount-mark small { font-size: 18px; }
    .discount-bar h2 { font-size: 18px; }
    .discount-bar > div:nth-child(2) > p:last-child { font-size: 13px; }
    .latest-feature-heading { align-items: flex-start; flex-direction: column; margin-bottom: 30px; }
    .latest-feature-heading h2 { font-size: 48px; }
    .latest-feature-grid { grid-template-columns: 1fr; grid-template-rows: 420px repeat(3, 260px); }
    .latest-card-main,
    .latest-card:nth-child(4) { grid-column: auto; grid-row: auto; }
    .latest-card-main .latest-card-copy { padding: 26px; }
    .latest-card-main .latest-card-copy h3 { font-size: 30px; }
    .section { padding: 80px 18px; }
    .x-feed-section { grid-template-columns: 1fr; gap: 34px; }
    .x-feed-copy h2 { font-size: 42px; }
    .x-post-card { grid-template-columns: 42px 1fr; padding: 22px 18px; }
    .x-post-card-number { font-size: 23px; }
    .x-post-card b { grid-column: 2; grid-row: auto; margin-top: 8px; }
    .x-post-card-live { grid-template-columns: 42px 76px 1fr; }
    .x-post-card-live .x-post-card-number { grid-row: 1 / 4; }
    .x-post-card-live .x-post-card-media { grid-column: 2; grid-row: 1 / 3; width: 76px; height: 76px; }
    .x-post-card-live .x-post-card-label,
    .x-post-card-live p,
    .x-post-card-live b { grid-column: 3; }
    .section-intro > * { min-width: 0; }
    .section-heading h2,
    .used-section h2,
    .access-section h2 { font-size: 40px; }
    .section-intro .section-heading h2 { font-size: 32px; }
    .photo-grid { padding: 0 18px; grid-template-columns: 1fr; grid-template-rows: 310px 220px 220px; }
    .photo-main { grid-column: auto; }
    .product-grid { grid-template-columns: 1fr; }
    .product-card { min-height: auto; }
    .product-card h3 { margin-top: 34px; }
    .used-inner { padding: 80px 18px; }
    .ec-feature { padding: 90px 18px; }
    .ec-feature-visual { min-height: 310px; }
    .ec-feature-copy { margin: -34px 12px 0; padding: 32px 24px; }
    .ec-feature-copy h2 { font-size: 39px; }
    .history-banner { min-height: 500px; margin: 50px 18px 80px; align-items: flex-end; }
    .history-banner::after { background: linear-gradient(0deg, #0b0b0d 0%, rgba(11,11,13,.9) 46%, rgba(11,11,13,.08) 90%); }
    .history-banner-visuals { inset: 0 0 auto; width: 100%; height: 66%; grid-template-columns: 1fr 1.22fr; }
    .history-banner-portrait { object-position: 30% center; }
    .history-banner-store { object-position: 70% center; }
    .history-banner-copy { padding: 36px 24px; }
    .history-banner-copy h2 { font-size: clamp(34px, 10vw, 44px); }
    .history-inner { padding: 80px 18px; }
    .history-gallery { min-height: 500px; margin-bottom: 44px; }
    .history-store { width: 100%; height: 280px; }
    .history-portrait { right: 0; top: 235px; width: 70%; height: 250px; }
    .history-illustration { width: 112px; height: 112px; top: 210px; left: 0; right: auto; }
    .history-archive { margin-bottom: 70px; }
    .history-archive-heading { margin-bottom: 32px; }
    .history-archive-heading h2 { font-size: 50px; }
    .history-archive-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
    .history-archive-grid figure:nth-child(n) { grid-column: auto; min-height: 250px; }
    .history-archive-grid figure:nth-child(2),
    .history-archive-grid figure:nth-child(7),
    .history-archive-grid figure:nth-child(8),
    .history-archive-grid figure:nth-child(9),
    .history-archive-grid figure:nth-child(10) { grid-column: 1 / -1; }
    .history-archive-grid figure:nth-child(8) { min-height: 580px; grid-row: auto; }
    .history-archive-grid figcaption { min-height: 72px; padding: 14px; gap: 10px; }
    .history-archive-grid figcaption span { font-size: 11px; }
    .timeline li { grid-template-columns: 84px 1fr; gap: 16px; }
    .history-page-hero { min-height: 520px; }
    .history-page-title { width: calc(100% - 36px); padding: 50px 0; }
    .history-page-title h1 { font-size: 58px; }
    .subpage-hero { min-height: 500px; }
    .subpage-hero-inner { width: calc(100% - 36px); padding: 60px 0; }
    .editable-page-intro h1 { font-size: 56px; }
    .news-archive-grid { grid-template-columns: 1fr; }
    .news-archive-image { height: 250px; }
    .product-guide-list { padding: 0 18px 90px; }
    .product-guide-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .product-guide-image { height: 180px; }
    .product-guide-image img.base-product-image { padding: 18px; }
    .product-guide-copy { padding: 20px 14px 24px; }
    .product-guide-copy h2 { font-size: 24px; }
    .product-guide-copy > div:not(.product-guide-actions) { display: none; }
    .product-guide-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
    .product-guide-actions .button { width: 100%; min-height: 46px; padding: 0 10px; font-size: 12px; }
    .purchase-hero { min-height: 520px; }
    .purchase-hero-copy { width: calc(100% - 36px); padding: 48px 0; }
    .purchase-hero-copy h1 { font-size: 56px; }
    .purchase-steps { padding: 0 18px 80px; grid-template-columns: 1fr; }
    .purchase-step { min-height: 240px; border-right: 1px solid var(--line); }
    .purchase-step h2 { margin-top: 46px; }
    .purchase-check-grid { grid-template-columns: 1fr; }
    .purchase-options { padding: 0 18px 80px; grid-template-columns: 1fr; }
    .purchase-options article { min-height: auto; padding: 38px 24px; }
    .permit-section { margin: 0 18px 80px; }
    .permit-image { height: 360px; }
    .permit-copy { padding: 38px 24px; }
    .purchase-cta { padding: 70px 18px; }
    .shop-detail-gallery { height: 420px; min-height: 0; grid-template-rows: 210px 210px; }
    .shop-field-links { grid-template-columns: 1fr; }
    .shop-field-links a { min-height: 240px; padding: 30px 20px; }
    .contact-panel { padding: 34px 24px; }
    .online-page-hero-image { min-height: 360px; }
    .online-page-hero-copy { padding: 54px 18px 70px; }
    .online-page-hero-copy h1 { font-size: 58px; }
    .online-arrivals-grid { gap:10px; }
    .online-arrival-image { height:170px; }
    .online-arrival-image img { padding:14px; }
    .online-arrival-card > div { padding:16px 13px 20px; }
    .online-arrival-card h3 { font-size:16px; }
    .online-arrival-price { font-size:19px; }
    .online-hero-actions .button,.online-news-actions .button { width:100%; }
    .article-commerce-cta { padding:28px 20px; }
    .article-commerce-cta .button { width:100%; }
    .online-category-grid { grid-template-columns: 1fr; }
    .online-category-grid a { min-height: 260px; }
    .field-card { min-height: 250px; padding: 28px; }
    .field-section .section-heading h2 { font-size: clamp(31px, 9vw, 42px); }
    .field-card .field-logo-crop { width: 100%; height: 82px; }
    .news-item { grid-template-columns: 82px 1fr auto; gap: 10px; }
    .news-item span { font-size: 13px; }
    .access-inner { padding: 80px 18px; }
    .access-actions { flex-direction: column; width: 100%; min-width: 0; }
    .access-section dl div { grid-template-columns: 76px 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .company-profile dl > div,
    .legal-definition-list > div { grid-template-columns: 1fr; gap: 8px; }
}
