:root { --bap-ink: #17100e; --bap-paper: #f3eadb; --bap-cream: #fbf7ef; --bap-gold: #b8873b; --bap-coral: #b75d46; --bap-muted: #78685e; --bap-line: rgba(23,16,14,.18); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.bap-page { margin: 0; background: var(--bap-paper); color: var(--bap-ink); font-family: "DM Sans", Arial, sans-serif; }
.bap-page a { color: inherit; text-decoration: none; }
.bap-header, .bap-footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; width: min(1240px, calc(100% - 72px)); margin: 0 auto; }
.bap-header { padding: 28px 0; }
.bap-wordmark { display: grid; gap: 1px; font-family: "DM Mono", monospace; font-size: .68rem; letter-spacing: .1em; line-height: 1.05; text-transform: uppercase; }
.bap-wordmark strong { color: var(--bap-coral); font-family: "Playfair Display", Georgia, serif; font-size: 1.22rem; font-style: italic; letter-spacing: -.04em; text-transform: none; }
.bap-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); font-family: "DM Mono", monospace; font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; }
.bap-nav a:not(.bap-nav__shop) { border-bottom: 1px solid transparent; padding-bottom: 5px; }
.bap-nav a:not(.bap-nav__shop):hover { border-color: currentColor; }
.bap-nav__shop { border: 1px solid var(--bap-ink); padding: 12px 15px; }
.bap-nav__shop:hover { background: var(--bap-ink); color: var(--bap-cream); }
.bap-hero { display: grid; grid-template-columns: minmax(0, .91fr) minmax(390px, .72fr); min-height: 700px; width: min(1240px, calc(100% - 72px)); margin: 0 auto 100px; background: var(--bap-cream); }
.bap-hero__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(48px, 8vw, 110px); }
.bap-kicker, .bap-section-label, .bap-hero__stamp, .bap-hero__art-note { font-family: "DM Mono", monospace; font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
.bap-kicker { display: flex; align-items: center; gap: 11px; color: var(--bap-coral); }
.bap-kicker span { display: inline-block; width: 28px; height: 1px; background: currentColor; }
.bap-hero h1, .bap-story h2, .bap-values h2, .bap-cta h2 { margin: 24px 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(4.8rem, 9vw, 8.7rem); font-weight: 500; letter-spacing: -.08em; line-height: .82; }
.bap-hero h1 em, .bap-story h2 em, .bap-values h2 em, .bap-cta h2 em { color: var(--bap-coral); font-weight: 500; }
.bap-hero__intro { max-width: 440px; margin: 18px 0 34px; color: var(--bap-muted); font-size: 1.02rem; line-height: 1.65; }
.bap-button { display: inline-flex; align-items: center; gap: 34px; border: 1px solid var(--bap-ink); padding: 16px 18px; font-family: "DM Mono", monospace; font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }
.bap-button:hover { background: var(--bap-ink); color: var(--bap-cream); }
.bap-hero__art { position: relative; overflow: hidden; background: var(--bap-ink); min-height: 700px; }
.bap-hero-image { display: block; width: 100%; height: 100%; min-height: 700px; object-fit: cover; object-position: center 28%; }
.bap-hero-image-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(23,16,14,.18), transparent 52%, rgba(23,16,14,.35)); pointer-events: none; }
.bap-orbit { position: absolute; top: 12%; left: 3%; width: 87%; height: 75%; border: 1px solid rgba(237,203,135,.62); border-radius: 50%; transform: rotate(-29deg); }
.bap-orbit--two { top: 0; left: 26%; width: 55%; height: 104%; transform: rotate(37deg); border-color: rgba(237,203,135,.28); }
.bap-gem { position: absolute; background: linear-gradient(135deg, #f6dfaa, #a56f32 52%, #efcb7b); transform: rotate(45deg); box-shadow: 11px 14px 25px rgba(0,0,0,.24); }
.bap-gem--large { right: 14%; bottom: 16%; width: 100px; height: 100px; }
.bap-gem--small { right: 33%; bottom: 29%; width: 34px; height: 34px; }
.bap-hero__stamp { position: absolute; right: 10%; top: 10%; color: #e7c987; font-size: 1.5rem; line-height: .78; text-align: right; }
.bap-hero__stamp span { font-size: .52rem; letter-spacing: .18em; }
.bap-hero__art-note { position: absolute; bottom: 9%; left: 10%; color: rgba(255,247,231,.64); line-height: 1.65; }
.bap-marquee { overflow: hidden; border-top: 1px solid var(--bap-line); border-bottom: 1px solid var(--bap-line); white-space: nowrap; }
.bap-marquee p { margin: 0; padding: 17px 0; animation: bap-scroll 22s linear infinite; font-family: "Playfair Display", Georgia, serif; font-size: 1.15rem; font-style: italic; letter-spacing: .08em; }
.bap-marquee span { padding: 0 24px; color: var(--bap-coral); font-family: sans-serif; font-style: normal; font-size: .75rem; }
@keyframes bap-scroll { to { transform: translateX(-25%); } }
.bap-story { width: min(1050px, calc(100% - 72px)); margin: 0 auto; padding: 140px 0 120px; }
.bap-section-label { display: flex; align-items: center; gap: 13px; color: var(--bap-muted); }
.bap-rule { display: inline-block; width: 52px; height: 1px; background: var(--bap-line); }
.bap-story__grid { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(280px, 1fr); gap: clamp(40px, 10vw, 150px); align-items: start; }
.bap-story h2 { margin: 70px 0 0; font-size: clamp(4rem, 7vw, 6.6rem); }
.bap-story__copy { padding-top: 74px; color: var(--bap-muted); font-size: 1rem; line-height: 1.75; }
.bap-story__copy p { max-width: 470px; }
.bap-story__copy .bap-lede { color: var(--bap-ink); font-family: "Playfair Display", Georgia, serif; font-size: 1.55rem; line-height: 1.35; }
.bap-quote { position: relative; max-width: 780px; margin: 125px auto 0; padding: 50px 55px 44px; border: 1px solid var(--bap-line); text-align: center; }
.bap-quote__mark { position: absolute; top: -45px; left: 50%; color: var(--bap-coral); font-family: "Playfair Display", Georgia, serif; font-size: 7rem; line-height: 1; transform: translateX(-50%); }
.bap-quote blockquote { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.2; }
.bap-quote cite { display: block; margin-top: 22px; color: var(--bap-muted); font-family: "DM Mono", monospace; font-size: .62rem; font-style: normal; letter-spacing: .12em; text-transform: uppercase; }
.bap-values { padding: 105px max(36px, calc((100vw - 1240px) / 2)); background: #e9dcc8; }
.bap-values__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.bap-values h2 { margin: 64px 0 20px; font-size: clamp(3.8rem, 7vw, 6.4rem); }
.bap-values__list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--bap-line); }
.bap-values article { padding: 28px 26px 16px 0; border-right: 1px solid var(--bap-line); }
.bap-values article + article { padding-left: 26px; }
.bap-values article:last-child { border-right: 0; }
.bap-value-number { color: var(--bap-coral); font-family: "DM Mono", monospace; font-size: .7rem; }
.bap-values h3 { margin: 42px 0 12px; font-family: "Playfair Display", Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.bap-values p { max-width: 280px; margin: 0; color: var(--bap-muted); font-size: .9rem; line-height: 1.65; }
.bap-cta { padding: 145px 24px 160px; background: var(--bap-coral); color: var(--bap-cream); text-align: center; }
.bap-cta .bap-kicker { justify-content: center; color: #f3d8c2; }
.bap-cta h2 { margin: 32px 0 25px; font-size: clamp(4.8rem, 10vw, 9rem); }
.bap-cta h2 em { color: var(--bap-ink); }
.bap-cta > p:not(.bap-kicker) { max-width: 360px; margin: 0 auto 30px; color: #f6dfcf; line-height: 1.6; }
.bap-button--light { border-color: var(--bap-cream); color: var(--bap-cream); }
.bap-button--light:hover { background: var(--bap-cream); color: var(--bap-coral); }
.bap-footer { padding: 34px 0; font-family: "DM Mono", monospace; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.bap-footer p { color: var(--bap-muted); }
.bap-footer > a:last-child { border-bottom: 1px solid currentColor; padding-bottom: 4px; }
@media (max-width: 760px) { .bap-header, .bap-footer, .bap-hero, .bap-story { width: min(100% - 36px, 600px); } .bap-header { padding: 20px 0; } .bap-nav a:not(.bap-nav__shop) { display: none; } .bap-nav__shop { padding: 10px; } .bap-hero { display: block; margin-bottom: 70px; } .bap-hero__copy { min-height: 520px; padding: 48px 27px 54px; } .bap-hero h1 { font-size: clamp(4.4rem, 20vw, 7rem); } .bap-hero__art { min-height: 450px; } .bap-story { padding: 90px 0; } .bap-story__grid { display: block; } .bap-story h2 { margin-top: 52px; } .bap-story__copy { padding-top: 34px; } .bap-quote { margin-top: 95px; padding: 44px 24px 30px; } .bap-values { padding: 80px 18px; } .bap-values__header { display: block; } .bap-values h2 { margin-top: 48px; } .bap-values__list { display: block; } .bap-values article, .bap-values article + article { padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--bap-line); } .bap-values article:last-child { border-bottom: 0; } .bap-values h3 { margin-top: 28px; } .bap-cta { padding: 100px 22px 112px; } .bap-footer { align-items: flex-start; flex-wrap: wrap; } }
