@charset "UTF-8";

@font-face { font-family: "DM Sans"; font-style: normal; font-weight: 100 1000; font-display: swap; src: url("../fonts/dm-sans-latin.woff2") format("woff2"); }
@font-face { font-family: "DM Serif Display"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/dm-serif-display-latin.woff2") format("woff2"); }
@font-face { font-family: "DM Serif Display"; font-style: italic; font-weight: 400; font-display: swap; src: url("../fonts/dm-serif-display-italic-latin.woff2") format("woff2"); }

:root {
  --coffee: #4c2f1b;
  --coffee-deep: #322015;
  --coffee-soft: #6b4a32;
  --paper: #faf5ea;
  --cream: #eee1cd;
  --sand: #dbc5a6;
  --copper: #b96c2b;
  --copper-deep: #8f4a1c;
  --blue: #718894;
  --red: #ae4b3c;
  --white: #fffdf7;
  --line: rgba(76, 47, 27, .17);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shell: min(100% - 96px, 1320px);
  --header-h: 88px;
}

* { box-sizing: border-box; }
html { background: var(--coffee-deep); scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--coffee); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .96; }
h1 em, h2 em, h3 em { font-style: italic; font-weight: 400; }
::selection { background: var(--copper); color: var(--white); }

.shell { width: var(--shell); margin: 0 auto; }
.section { padding: clamp(92px, 12vw, 174px) 0; }
[id] { scroll-margin-top: calc(var(--header-h) + 14px); }
.section--paper { background: var(--paper); }
.section--cream { background: var(--cream); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 11px 16px; background: var(--white); color: var(--coffee); transform: translateY(-150%); transition: transform .18s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--copper); outline-offset: 4px; }

/* Shared interface */
.section-label { display: inline-flex; align-items: center; gap: 12px; color: var(--blue); font-size: .64rem; font-weight: 700; letter-spacing: .15em; line-height: 1; text-transform: uppercase; }
.section-label span { display: inline-grid; width: 28px; height: 28px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .56rem; }
.section-label--light { color: rgba(255, 253, 247, .72); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 53px; padding: 15px 19px; border: 1px solid transparent; font-size: .65rem; font-weight: 700; letter-spacing: .13em; line-height: 1; text-transform: uppercase; transition: transform .2s ease, color .2s ease, border-color .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button--light { border-color: rgba(255, 253, 247, .82); background: rgba(255, 253, 247, .08); color: var(--white); }
.button--light:hover { background: var(--white); color: var(--coffee); }
.button--dark { background: var(--coffee); color: var(--white); }
.button--dark:hover, .button--copper:hover { background: var(--copper-deep); }
.button--copper { background: var(--copper); color: var(--white); }
.button--cream { background: var(--cream); color: var(--coffee); }
.button--cream:hover { background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid currentColor; color: var(--coffee); font-size: .65rem; font-weight: 700; letter-spacing: .12em; line-height: 1; text-transform: uppercase; transition: gap .2s ease, color .2s ease; }
.text-link:hover { gap: 19px; color: var(--copper-deep); }
.text-link--light { color: var(--white); }
.text-link--light:hover { color: #f1c798; }

/* Official compact logo, rearranged as a horizontal lockup */
.site-header { position: fixed; z-index: 80; top: 0; right: 0; left: 0; height: var(--header-h); border-bottom: 1px solid rgba(76, 47, 27, .1); background: rgba(250, 245, 234, .97); color: var(--coffee); transition: height .24s ease, box-shadow .24s ease; }
.site-header.is-scrolled, .site-header--solid { height: 74px; box-shadow: 0 5px 22px rgba(76, 47, 27, .08); }
.site-header--solid { position: sticky; top: 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand-lockup { display: inline-flex; align-items: center; gap: 9px; min-width: 190px; color: var(--coffee); }
.brand-lockup-mark { width: 57px; height: 57px; object-fit: contain; mix-blend-mode: multiply; }
.brand-lockup-copy { display: grid; align-content: center; gap: 2px; min-width: 104px; line-height: 1; text-transform: uppercase; }
.brand-lockup-copy strong { font-family: var(--serif); font-size: 1.13rem; font-weight: 400; letter-spacing: -.025em; text-transform: none; }
.brand-lockup-copy small { color: var(--coffee-soft); font-size: .48rem; font-weight: 700; letter-spacing: .19em; }
.brand-bars { display: flex; gap: 3px; width: 63px; margin-top: 4px; }
.brand-bars i { display: block; flex: 1; height: 2px; background: var(--copper); }
.brand-bars i:nth-child(2) { background: var(--red); }
.brand-bars i:nth-child(3) { background: var(--blue); }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 40px); }
.site-nav > a:not(.nav-cta) { padding: 10px 0; color: var(--coffee); font-size: .62rem; font-weight: 700; letter-spacing: .12em; line-height: 1; text-transform: uppercase; transition: color .2s ease; }
.site-nav > a:not(.nav-cta):hover { color: var(--copper-deep); }
.nav-cta { display: inline-flex; align-items: center; gap: 10px; margin-left: 3px; padding: 13px 15px; background: var(--coffee); color: var(--white); font-size: .62rem; font-weight: 700; letter-spacing: .11em; line-height: 1; text-transform: uppercase; transition: background-color .2s ease, transform .2s ease; }
.nav-cta:hover { background: var(--copper-deep); transform: translateY(-2px); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; color: currentColor; }
.menu-toggle span { display: block; width: 26px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Hero */
.hero { position: relative; display: grid; min-height: max(700px, 100svh); overflow: hidden; color: var(--white); background: var(--coffee-deep); }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: 56% center; }
.hero-shade { background: rgba(50, 32, 21, .42); }
.hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; min-height: 100%; padding: calc(var(--header-h) + 76px) 0 136px; }
.hero-kicker { color: rgba(255, 253, 247, .88); font-size: .64rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { max-width: 840px; margin-top: 25px; font-size: clamp(4.8rem, 9vw, 9.5rem); }
.hero h1 em { color: #f3cea7; }
.hero-bottom { display: flex; align-items: end; justify-content: space-between; gap: 42px; max-width: 900px; margin-top: 41px; }
.hero-bottom > p { max-width: 390px; color: rgba(255, 253, 247, .94); font-size: .98rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.hero-side-note { position: absolute; z-index: 1; top: calc(var(--header-h) + 30px); right: max(27px, calc((100vw - min(100% - 96px, 1320px)) / 2)); max-width: 185px; padding-left: 12px; border-left: 2px solid var(--copper); color: rgba(255, 253, 247, .84); font-size: .58rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero-scroll { position: absolute; z-index: 1; left: max(48px, calc((100vw - min(100% - 96px, 1320px)) / 2)); bottom: 35px; display: inline-flex; align-items: center; gap: 11px; color: rgba(255, 253, 247, .88); font-size: .58rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero-scroll span { display: block; width: 31px; height: 1px; background: currentColor; }

/* Manifesto */
.manifesto-grid { display: grid; grid-template-columns: 1.8fr 7fr; gap: clamp(35px, 8vw, 140px); }
.manifesto-copy { max-width: 900px; }
.intro-line { color: var(--copper-deep); font-family: var(--serif); font-size: clamp(1.45rem, 2.1vw, 2.25rem); letter-spacing: -.035em; }
.manifesto h2 { max-width: 875px; margin-top: 15px; font-size: clamp(3.2rem, 6vw, 6.35rem); }
.manifesto h2 em { color: var(--copper-deep); }
.manifesto-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; max-width: 710px; margin-top: 54px; padding-top: 25px; border-top: 1px solid var(--line); color: #6a5749; font-size: .91rem; line-height: 1.76; }

/* Experience */
.journey { padding: clamp(70px, 9vw, 125px) 0; background: var(--coffee); color: var(--white); }
.journey-layout { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(330px, .9fr); gap: clamp(42px, 8vw, 130px); align-items: center; }
.journey-image { position: relative; min-height: clamp(560px, 55vw, 760px); margin: 0; overflow: hidden; background: var(--coffee-deep); }
.journey-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.journey-card { max-width: 580px; padding: clamp(10px, 2vw, 32px) 0; }
.journey-card h2 { max-width: 560px; margin-top: 27px; font-size: clamp(3rem, 5.1vw, 5.6rem); }
.journey-card h2 em { color: #f1c798; }
.journey-card > p:not(.section-label) { max-width: 470px; margin: 29px 0 34px; color: rgba(255, 253, 247, .78); font-size: .94rem; line-height: 1.78; }

/* Collection */
.collection { overflow: hidden; }
.collection-heading { display: grid; grid-template-columns: 1.8fr 5.6fr; gap: clamp(35px, 8vw, 140px); margin-bottom: clamp(72px, 11vw, 156px); }
.collection-heading h2 { max-width: 800px; font-size: clamp(3.15rem, 5.7vw, 6.1rem); }
.collection-heading h2 em { color: var(--copper-deep); }
.collection-heading div > p { max-width: 430px; margin-top: 26px; color: #6b5849; font-size: .92rem; }
.vehicle { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(40px, 6vw, 100px); align-items: start; }
.vehicle + .vehicle { margin-top: clamp(110px, 17vw, 228px); }
.vehicle--triumph { grid-template-columns: minmax(0, 1.22fr) minmax(0, .78fr); }
.vehicle-copy { position: sticky; top: 112px; z-index: 1; padding-top: 16px; }
.vehicle-number { color: var(--copper-deep); font-size: .62rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.vehicle h3 { margin-top: 18px; font-size: clamp(3.9rem, 5.25vw, 6.25rem); }
.vehicle h3 em { color: var(--copper-deep); }
.vehicle-copy > p:not(.vehicle-number) { max-width: 365px; margin-top: 27px; color: #6b5849; font-size: .92rem; line-height: 1.75; }
.vehicle-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 430px; margin: 37px 0; padding: 19px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.vehicle-specs div { min-width: 0; }
.vehicle-specs dt { color: var(--blue); font-size: .55rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.vehicle-specs dd { margin: 5px 0 0; font-family: var(--serif); font-size: 1.04rem; letter-spacing: -.02em; line-height: 1.1; }
.vehicle-images { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: end; gap: 16px; }
.vehicle-main, .vehicle-detail { position: relative; display: block; overflow: hidden; padding: 0; border: 0; background: var(--sand); text-align: left; }
.vehicle-main { grid-column: 1 / -1; width: 100%; aspect-ratio: 4 / 3; }
.vehicle-main--landscape { aspect-ratio: 1280 / 853; }
.vehicle-detail { width: 100%; aspect-ratio: 2 / 3; }
.vehicle-detail--landscape { aspect-ratio: 1600 / 1066; align-self: start; }
.vehicle-main img, .vehicle-detail img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.25,1), filter .45s ease; }
.vehicle-main img, .vehicle-detail img { object-position: center; }
.vehicle--triumph .vehicle-main img { object-position: center; }
.vehicle-main:hover img, .vehicle-detail:hover img { transform: scale(1.03); filter: contrast(1.03); }
.image-action { position: absolute; right: 16px; bottom: 16px; display: inline-flex; gap: 10px; padding: 9px 10px; background: rgba(255, 253, 247, .94); color: var(--coffee); font-size: .55rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; opacity: 0; transform: translateY(7px); transition: opacity .2s ease, transform .2s ease; }
.vehicle-main:hover .image-action, .vehicle-main:focus-visible .image-action { opacity: 1; transform: translateY(0); }
.vehicle-detail-caption { position: absolute; right: 0; bottom: 0; left: 0; padding: 38px 14px 14px; background: linear-gradient(transparent, rgba(33,21,14,.68)); color: var(--white); font-family: var(--serif); font-size: 1.02rem; letter-spacing: -.025em; line-height: 1.15; }

/* How it works */
.service-strip { padding: clamp(90px, 10vw, 150px) 0; background: var(--coffee-deep); color: var(--white); }
.service-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.service-heading h2 { margin-top: 26px; font-size: clamp(3rem, 5vw, 5.3rem); }
.service-heading h2 em { color: #e7b982; }
.service-steps { display: grid; gap: 29px; }
.service-list { display: grid; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 253, 247, .3); }
.service-list li { display: grid; grid-template-columns: 48px 1fr 1.05fr; gap: 14px; align-items: baseline; padding: 23px 0; border-bottom: 1px solid rgba(255, 253, 247, .24); }
.service-list span { color: #e7b982; font-size: .61rem; font-weight: 700; letter-spacing: .14em; }
.service-list strong { font-family: var(--serif); font-size: clamp(1.25rem, 1.8vw, 1.85rem); font-weight: 400; letter-spacing: -.025em; line-height: 1.1; }
.service-list p { color: rgba(255, 253, 247, .67); font-size: .79rem; line-height: 1.55; }

/* Gallery */
.gallery-heading { display: grid; grid-template-columns: 1.8fr 5.6fr; gap: clamp(35px, 8vw, 140px); margin-bottom: 63px; }
.gallery-heading h2 { max-width: 790px; font-size: clamp(3.1rem, 5.7vw, 6.1rem); }
.gallery-heading h2 em { color: var(--copper-deep); }
.gallery-heading div > p { margin-top: 24px; color: #6b5849; font-size: .9rem; }
.gallery-grid { columns: 3; column-gap: 20px; }
.gallery-item { position: relative; display: block; width: 100%; overflow: hidden; margin: 0 0 20px; padding: 0; border: 0; background: var(--sand); break-inside: avoid; }
.gallery-item img { width: 100%; height: auto; transition: transform .6s cubic-bezier(.2,.75,.25,1), filter .3s ease; }
.gallery-item:hover img { transform: scale(1.035); filter: contrast(1.04); }
.gallery-item span { position: absolute; right: 11px; bottom: 11px; padding: 8px 9px; background: rgba(255, 253, 247, .94); color: var(--coffee); font-size: .53rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; opacity: 0; transition: opacity .2s ease; }
.gallery-item:hover span, .gallery-item:focus-visible span { opacity: 1; }

/* Recognition */
.recognition { position: relative; overflow: hidden; padding: clamp(88px, 10vw, 150px) 0; border-top: 7px solid var(--copper); background: var(--coffee); color: var(--white); }
.recognition::after { position: absolute; right: -11vw; bottom: -15vw; width: 48vw; height: 48vw; content: ""; border: 1px solid rgba(255, 253, 247, .23); border-radius: 50%; }
.recognition-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 250px; gap: 80px; align-items: center; }
.recognition-copy h2 { max-width: 760px; margin-top: 27px; font-size: clamp(3rem, 5.5vw, 6rem); }
.recognition-copy h2 em { color: #f1c798; }
.recognition-copy > p:last-child { margin-top: 23px; color: rgba(255, 253, 247, .72); font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.recognition-badge-wrap { justify-self: center; width: min(100%, 192px); aspect-ratio: 1080 / 1350; padding: 10px; background: var(--white); box-shadow: 12px 12px 0 rgba(0, 0, 0, .14); }
.recognition-badge-wrap img { width: 100%; height: 100%; object-fit: contain; }

/* FAQ */
.faq-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(60px, 12vw, 180px); }
.faq-intro h2 { max-width: 490px; margin-top: 27px; font-size: clamp(3rem, 4.8vw, 5.2rem); }
.faq-intro h2 em { color: var(--copper-deep); }
.faq-intro > p:not(.section-label) { max-width: 345px; margin: 28px 0; color: #6b5849; font-size: .9rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; font-family: var(--serif); font-size: clamp(1.35rem, 1.9vw, 2rem); letter-spacing: -.03em; line-height: 1.15; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 22px; width: 22px; height: 22px; }
.faq-list summary span::before, .faq-list summary span::after { position: absolute; top: 50%; left: 50%; width: 18px; height: 1px; content: ""; background: var(--copper-deep); transition: transform .2s ease; }
.faq-list summary span::before { transform: translate(-50%, -50%); }
.faq-list summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] summary span::after { transform: translate(-50%, -50%); }
.faq-list details p { max-width: 650px; padding: 0 42px 25px 0; color: #6b5849; font-size: .9rem; line-height: 1.75; }

/* Contact */
.contact { position: relative; overflow: hidden; padding: clamp(92px, 12vw, 168px) 0; background: var(--coffee-deep); color: var(--white); }
.contact-image { position: absolute; inset: 0; opacity: .14; }
.contact-image::after { position: absolute; inset: 0; content: ""; background: rgba(50, 32, 21, .7); }
.contact-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.contact-copy h2 { max-width: 575px; margin-top: 27px; font-size: clamp(3.1rem, 5.3vw, 5.8rem); }
.contact-copy h2 em { color: #e8bb87; }
.contact-copy > p:not(.section-label) { max-width: 440px; margin-top: 29px; color: rgba(255, 253, 247, .8); font-size: .92rem; line-height: 1.75; }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 23px; margin-top: 33px; }
.contact-direct { display: grid; gap: 10px; margin-top: 42px; }
.contact-direct a { width: fit-content; border-bottom: 1px solid rgba(255, 253, 247, .42); color: rgba(255, 253, 247, .95); font-size: .72rem; letter-spacing: .06em; transition: color .2s ease; }
.contact-direct a:hover { color: #efc38f; }
.availability-form { display: none; padding: clamp(29px, 4.3vw, 57px); background: var(--paper); color: var(--coffee); box-shadow: 14px 14px 0 rgba(0, 0, 0, .22); }
.js.form-ready .availability-form { display: block; }
.form-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.form-heading p { font-family: var(--serif); font-size: clamp(1.5rem, 2vw, 2rem); letter-spacing: -.03em; line-height: 1.1; }
.form-heading span { max-width: 145px; color: var(--blue); font-size: .59rem; font-weight: 700; letter-spacing: .1em; line-height: 1.5; text-align: right; text-transform: uppercase; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px 20px; margin-top: 29px; }
.field { min-width: 0; }
.field--wide { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 8px; color: var(--blue); font-size: .57rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: 10px 0; border: 0; border-bottom: 1px solid rgba(76, 47, 27, .31); border-radius: 0; outline: none; background: transparent; color: var(--coffee); font-size: .91rem; line-height: 1.4; transition: border-color .2s ease; }
.field select { cursor: pointer; }
.field textarea { min-height: 83px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #a69685; }
.field input:focus, .field select:focus, .field textarea:focus { border-bottom-color: var(--copper-deep); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-bottom-color: var(--red); }
.form-status { min-height: 1.4em; margin: 17px 0 0; color: var(--red); font-size: .76rem; }
.form-submit { width: 100%; margin-top: 13px; }
.form-note { margin-top: 14px; color: #7b6b5c; font-size: .68rem; line-height: 1.6; }
.form-note a { text-decoration: underline; text-underline-offset: 3px; }
.form-requirements { margin: -8px 0 24px; color: #7b6b5c; font-size: .7rem; }
.no-js-contact { grid-column: 2; padding: 32px; border: 1px solid rgba(255, 253, 247, .42); color: rgba(255, 253, 247, .84); }
.no-js-contact p { max-width: 330px; margin-bottom: 22px; }
.js.form-ready .no-js-contact { display: none; }

/* Footer and always visible WhatsApp */
.site-footer { padding: 66px 0 94px; border-top: 1px solid rgba(255,253,247,.12); background: #21150e; color: rgba(255, 253, 247, .76); }
.footer-inner { display: grid; grid-template-columns: 1.25fr .8fr 1fr; align-items: start; gap: 48px; }
.footer-brand { display: inline-flex; align-items: center; gap: 16px; width: fit-content; color: var(--white); }
.footer-mark { flex: 0 0 72px; width: 72px; height: 72px; padding: 4px; border-radius: 50%; background: var(--paper); object-fit: contain; }
.footer-brand > span { display: grid; gap: 7px; }
.footer-brand strong { font-family: var(--serif); font-size: 1.6rem; font-weight: 400; letter-spacing: -.025em; line-height: 1; }
.footer-brand small { color: rgba(255, 253, 247, .65); font-size: .58rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.footer-about > p { margin-top: 23px; font-size: .9rem; line-height: 1.75; }
.footer-links, .footer-contact { display: grid; justify-items: start; gap: 11px; min-width: 0; }
.footer-links h2, .footer-contact h2 { margin: 5px 0 12px; color: var(--white); font-family: var(--sans); font-size: .67rem; font-weight: 600; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; }
.footer-links > a, .footer-contact > a { max-width: 100%; font-size: .83rem; overflow-wrap: anywhere; }
.footer-contact .text-link { margin-top: 12px; font-size: .6rem; }
.site-footer a { transition: color .2s ease; }
.site-footer a:hover { color: #efc38f; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 23px; border-top: 1px solid rgba(255,253,247,.18); font-size: .69rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 14px 26px; }
.footer-legal a { padding: 5px 0; }
.whatsapp-float { position: fixed; z-index: 70; right: calc(24px + env(safe-area-inset-right, 0px)); bottom: calc(24px + env(safe-area-inset-bottom, 0px)); display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: max-content; height: 56px; padding: 0 20px; border: 1px solid rgba(255, 253, 247, .42); border-radius: 999px; background: var(--coffee); box-shadow: 0 8px 24px rgba(50, 32, 21, .22); color: var(--white); line-height: 1; white-space: nowrap; transition: transform .22s ease, background-color .22s ease; }
.whatsapp-float:hover { background: var(--copper-deep); transform: translateY(-3px); }
.whatsapp-float svg { display: block; flex: 0 0 24px; width: 24px; height: 24px; overflow: visible; }
.whatsapp-float span { display: block; font-size: .69rem; font-weight: 600; letter-spacing: .04em; line-height: 1; }

/* Lightbox */
.lightbox { position: fixed; z-index: 200; inset: 0; display: grid; grid-template-columns: minmax(48px, 1fr) minmax(0, 9fr) minmax(48px, 1fr); align-items: center; padding: 55px 24px 27px; background: rgba(33, 21, 14, .98); color: var(--white); opacity: 0; pointer-events: none; transition: opacity .22s ease; }
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox-figure { display: flex; flex-direction: column; align-items: center; justify-self: center; max-width: min(1120px, 100%); max-height: 100%; margin: 0; }
.lightbox-figure img { width: auto; max-width: 100%; max-height: calc(100svh - 118px); object-fit: contain; }
.lightbox-figure figcaption { margin-top: 13px; color: rgba(255, 253, 247, .72); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.lightbox-close { position: absolute; top: 18px; right: 20px; width: 43px; height: 43px; border: 1px solid rgba(255, 253, 247, .52); border-radius: 50%; background: transparent; color: var(--white); font-size: 1.9rem; font-weight: 200; line-height: .9; }
.lightbox-nav { width: 45px; height: 45px; border: 0; background: transparent; color: var(--white); font-size: 1.65rem; transition: color .2s ease; }
.lightbox-nav:hover { color: #efc38f; }

/* Privacy page */
.privacy-page { background: var(--paper); }
.privacy-content { min-height: calc(100vh - 140px); }
.privacy-shell { max-width: 820px; }
.privacy-shell h1 { margin-top: 24px; font-size: clamp(3.5rem, 7vw, 6.5rem); }
.privacy-shell h1 em { color: var(--copper-deep); }
.privacy-alert { margin: 45px 0; padding: 21px 24px; border-left: 3px solid var(--copper); background: var(--cream); color: #674c39; }
.privacy-shell section { margin-top: 43px; }
.privacy-shell section h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.privacy-shell section p { margin-top: 13px; color: #6b5849; }
.privacy-shell section a { border-bottom: 1px solid currentColor; }
.privacy-shell > .text-link { margin-top: 48px; }
.legal-intro { max-width: 680px; margin-top: 28px; font-size: 1.04rem; color: var(--coffee-soft); }
.privacy-shell > .eyebrow { margin-bottom: 24px; color: var(--blue); font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.legal-date { margin-top: 20px; color: #76624f; font-size: .75rem; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 28px; padding: 22px 0; border-block: 1px solid var(--line); font-size: .8rem; }
.legal-nav a { text-decoration: underline; text-underline-offset: 4px; }
.privacy-shell section { padding-top: 6px; }
.privacy-shell section h2 { line-height: 1.15; }
.privacy-shell ul { padding-left: 22px; color: #6b5849; }
.privacy-shell li { margin-top: 10px; }
.privacy-shell a { overflow-wrap: anywhere; }

.js .reveal { transform: translateY(14px); transition: transform .7s cubic-bezier(.2,.75,.25,1); }
.js .reveal--late { transition-delay: .13s; }
.js .reveal.is-visible { transform: translateY(0); }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 64px, 1320px); }
  .site-nav { gap: 17px; }
  .site-nav > a:not(.nav-cta), .nav-cta { font-size: .57rem; }
  .nav-cta { padding: 12px; }
  .journey-layout { gap: 58px; }
  .vehicle, .vehicle--triumph { gap: 36px; }
  .contact-layout { gap: 58px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 40px, 1320px); --header-h: 76px; }
  .brand-lockup { min-width: 0; gap: 7px; }
  .brand-lockup-mark { width: 50px; height: 50px; }
  .brand-lockup-copy strong { font-size: 1.03rem; }
  .brand-lockup-copy small { font-size: .43rem; }
  .brand-bars { width: 55px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; top: var(--header-h); right: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 2px; min-height: calc(100svh - var(--header-h)); padding: 34px 20px 42px; border-top: 1px solid var(--line); background: var(--paper); color: var(--coffee); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .22s ease, transform .22s ease; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav > a:not(.nav-cta) { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--coffee); font-family: var(--serif); font-size: 2rem; font-weight: 400; letter-spacing: -.035em; line-height: 1.1; text-transform: none; }
  .nav-cta { justify-content: space-between; margin: 24px 0 0; padding: 18px 0; background: transparent; border-bottom: 1px solid var(--coffee); color: var(--coffee); font-size: .66rem; }
  .nav-cta:hover { background: transparent; color: var(--copper-deep); }
  .hero { min-height: 760px; }
  .hero-media { object-position: 60% center; }
  .hero-content { padding-top: calc(var(--header-h) + 62px); padding-bottom: 122px; }
  .hero h1 { max-width: 610px; font-size: clamp(4rem, 17.5vw, 6.3rem); }
  .hero-bottom { display: block; margin-top: 31px; }
  .hero-bottom > p { max-width: 340px; font-size: .88rem; }
  .hero-actions { justify-content: flex-start; margin-top: 25px; }
  .hero-side-note { display: none; }
  .hero-scroll { left: 20px; bottom: 25px; }
  .section { padding: 90px 0; }
  .manifesto-grid, .collection-heading, .gallery-heading { display: block; }
  .manifesto-copy, .collection-heading > div, .gallery-heading > div { margin-top: 31px; }
  .manifesto h2, .collection-heading h2, .gallery-heading h2 { font-size: clamp(3rem, 13.1vw, 5rem); }
  .manifesto-details { grid-template-columns: 1fr; gap: 19px; margin-top: 38px; }
  .journey { padding: 0 0 72px; }
  .journey-layout { display: block; width: 100%; }
  .journey-image { min-height: 510px; }
  .journey-card { width: var(--shell); margin: -58px auto 0; padding: 37px 26px; background: var(--coffee); }
  .journey-card h2 { font-size: clamp(2.8rem, 11.5vw, 4.3rem); }
  .vehicle, .vehicle--triumph { grid-template-columns: 1fr; gap: 37px; }
  .vehicle-copy { position: relative; top: auto; padding-top: 0; }
  .vehicle--triumph .vehicle-images { order: 2; }
  .vehicle--triumph .vehicle-copy { order: 1; }
  .vehicle + .vehicle { margin-top: 108px; }
  .vehicle h3 { font-size: clamp(3.95rem, 16.5vw, 5.8rem); }
  .vehicle-images { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .image-action { display: none; }
  .service-grid, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .service-list li { grid-template-columns: 35px 1fr; gap: 12px; }
  .service-list li p { grid-column: 2; margin-top: -4px; }
  .gallery-grid { columns: 2; column-gap: 12px; }
  .gallery-item { margin-bottom: 12px; }
  .gallery-item span { display: none; }
  .recognition-grid { grid-template-columns: 1fr; gap: 44px; }
  .recognition-badge-wrap { justify-self: start; width: 145px; }
  .faq-intro h2 { font-size: clamp(3rem, 12.2vw, 4.8rem); }
  .faq-list summary { padding: 21px 0; font-size: 1.4rem; }
  .faq-list details p { padding-right: 0; font-size: .87rem; }
  .contact { padding: 93px 0; }
  .contact-layout { gap: 49px; }
  .contact-copy h2 { font-size: clamp(3rem, 12.5vw, 5rem); }
  .availability-form { padding: 29px 20px; box-shadow: 9px 9px 0 rgba(0, 0, 0, .2); }
  .no-js-contact { grid-column: auto; padding: 27px 20px; }
  .form-heading { display: block; }
  .form-heading span { display: block; max-width: none; margin-top: 9px; text-align: left; }
  .form-grid { grid-template-columns: 1fr; gap: 21px; }
  .field--wide { grid-column: auto; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-about { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
  .whatsapp-float { right: calc(16px + env(safe-area-inset-right, 0px)); bottom: calc(16px + env(safe-area-inset-bottom, 0px)); width: 56px; height: 56px; padding: 0; }
  .whatsapp-float span { display: none; }
  .lightbox { grid-template-columns: 40px minmax(0, 1fr) 40px; padding: 52px 0 23px; }
  .lightbox-close { top: 9px; right: 10px; width: 39px; height: 39px; }
  .lightbox-nav { font-size: 1.35rem; }
  .privacy-shell h1 { font-size: clamp(2.9rem, 11vw, 5rem); overflow-wrap: anywhere; }
}

@media (max-width: 520px) {
  .gallery-grid { columns: 1; }
  .gallery-item { margin-bottom: 18px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-about { grid-column: auto; }
  .footer-legal { flex-direction: column; gap: 5px; }
  .privacy-page .header-inner > .button { max-width: 132px; padding: 10px; font-size: .55rem; line-height: 1.5; text-align: center; }
  .vehicle-detail-caption { font-size: .88rem; padding: 28px 10px 10px; }
}

@media (max-width: 430px) {
  :root { --shell: min(100% - 32px, 1320px); }
  .privacy-page .brand-lockup-copy { display: none; }
  .brand-lockup-mark { width: 45px; height: 45px; }
  .brand-lockup-copy strong { font-size: .96rem; }
  .brand-lockup-copy small { display: none; }
  .brand-bars { width: 49px; margin-top: 3px; }
  .hero h1 { font-size: 3.72rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; max-width: 285px; }
  .hero-actions .button { width: 100%; }
  .vehicle-specs { gap: 8px; }
  .vehicle-specs dd { font-size: .92rem; }
  .contact-actions { display: grid; align-items: stretch; }
  .contact-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
  .js .reveal { transform: none; }
}
