:root {
  --ink: #101114;
  --cream: #fff4dc;
  --paper: #fffaf0;
  --white: #ffffff;
  --yellow: #ffd400;
  --pink: #ff0080;
  --red: #ff2a3d;
  --blue: #11aee8;
  --green: #11be68;
  --coffee: #8a3511;
  --muted: #665f58;
  --line: rgba(16, 17, 20, .16);
  --shadow: 8px 8px 0 var(--ink);
  --radius: 26px;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed; left: 14px; top: -80px; z-index: 999;
  background: var(--yellow); border: 2px solid var(--ink); padding: 10px 16px; font-weight: 900;
}
.skip-link:focus { top: 14px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 244, 220, .94);
  border-bottom: 2px solid var(--ink);
  backdrop-filter: blur(14px);
}
.nav-shell {
  width: min(calc(100% - 32px), var(--max)); min-height: 82px; margin: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 950; letter-spacing: -.04em; }
.brand-mark {
  width: 58px; height: 58px; border-radius: 50%; background: var(--yellow); border: 2px solid var(--ink); overflow: hidden;
  position: relative; flex: none;
}
.brand-mark img { width: 118px; max-width: none; position: absolute; left: -30px; top: -4px; }
.brand-name { display: grid; line-height: .95; text-transform: uppercase; }
.brand-name small { font-size: .6rem; letter-spacing: .17em; margin-top: 5px; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { text-decoration: none; font-size: .92rem; font-weight: 850; }
.nav-links a:hover, .nav-links a[aria-current="page"] { text-decoration: underline 3px var(--pink); text-underline-offset: 6px; }
.lang-toggle { display: inline-flex; padding: 3px; border: 2px solid var(--ink); background: var(--white); border-radius: 999px; }
.lang-toggle button { border: 0; background: transparent; border-radius: 999px; padding: 7px 9px; font-weight: 950; cursor: pointer; }
.lang-toggle button.active { color: var(--white); background: var(--ink); }
.nav-cta { background: var(--yellow); border: 2px solid var(--ink); padding: 10px 15px; border-radius: 999px; box-shadow: 3px 3px 0 var(--ink); }
.menu-button { display: none; border: 2px solid var(--ink); background: var(--yellow); border-radius: 50%; width: 46px; height: 46px; font-size: 1.3rem; cursor: pointer; }

.container { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; text-transform: uppercase; letter-spacing: .15em; font-size: .76rem; font-weight: 950; }
.eyebrow::before { content: ""; width: 34px; height: 7px; background: var(--pink); border: 1px solid var(--ink); border-radius: 999px; }
.display {
  font-family: "Arial Black", Impact, sans-serif; font-size: clamp(3.25rem, 7vw, 7.2rem); line-height: .88;
  letter-spacing: -.075em; text-transform: uppercase; margin: 0;
}
.display .swash { color: var(--pink); text-shadow: 3px 3px 0 var(--yellow), 6px 6px 0 var(--ink); }
.section-title { font-family: "Arial Black", Impact, sans-serif; font-size: clamp(2.2rem, 4.6vw, 4.8rem); line-height: .96; letter-spacing: -.055em; text-transform: uppercase; margin: 0; }
.lead { max-width: 660px; font-size: clamp(1.08rem, 1.8vw, 1.36rem); }
.muted { color: var(--muted); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 22px; text-decoration: none; font-weight: 950; border: 2px solid var(--ink); border-radius: 999px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--ink); }
.button-dark { color: var(--white); background: var(--ink); }
.button-yellow { background: var(--yellow); }
.button-white { background: var(--white); }

.hero { position: relative; border-bottom: 2px solid var(--ink); overflow: hidden; }
.hero-grid { min-height: 670px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 38px; padding-block: 70px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .lead { margin: 28px 0 0; }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.logo-stage {
  position: relative; z-index: 2; width: min(88%, 500px); aspect-ratio: 1; display: grid; place-items: center;
  background: var(--yellow); border: 3px solid var(--ink); border-radius: 45% 55% 58% 42% / 45% 40% 60% 55%; box-shadow: 16px 16px 0 var(--ink);
  transform: rotate(2deg);
}
.logo-stage img { width: 90%; transform: rotate(-2deg); filter: drop-shadow(0 6px 0 rgba(255,255,255,.32)); }
.orbit { position: absolute; border: 2px solid var(--ink); border-radius: 999px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; padding: 9px 15px; }
.orbit.one { right: -12px; top: 44px; background: var(--blue); transform: rotate(6deg); }
.orbit.two { left: -16px; bottom: 54px; color: var(--white); background: var(--pink); transform: rotate(-8deg); }
.spark { position: absolute; width: 58px; height: 17px; border: 2px solid var(--ink); border-radius: 999px; background: var(--green); }
.spark.s1 { top: 34px; left: 4%; transform: rotate(-35deg); }
.spark.s2 { right: 0; bottom: 20px; background: var(--red); transform: rotate(28deg); }
.ticker { color: var(--white); background: var(--ink); border-bottom: 2px solid var(--ink); overflow: hidden; }
.ticker-track { display: flex; width: max-content; animation: ticker 22s linear infinite; }
.ticker span { padding: 13px 24px; font-weight: 950; text-transform: uppercase; letter-spacing: .09em; white-space: nowrap; }
.ticker b { color: var(--yellow); margin-left: 26px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding-block: 96px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.section-head > p { max-width: 470px; margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card { min-height: 385px; padding: 26px; border: 2px solid var(--ink); border-radius: var(--radius); display: flex; flex-direction: column; position: relative; overflow: hidden; transition: transform .18s ease; }
.product-card:hover { transform: translateY(-6px) rotate(-.5deg); }
.product-card:nth-child(1) { background: var(--yellow); }
.product-card:nth-child(2) { background: var(--blue); }
.product-card:nth-child(3) { color: var(--white); background: var(--pink); }
.product-card:nth-child(4) { background: var(--green); }
.card-number { font-family: "Arial Black", sans-serif; font-size: 4.6rem; line-height: 1; opacity: .16; position: absolute; right: 18px; top: 10px; }
.product-card h3 { margin: auto 0 10px; font-family: "Arial Black", sans-serif; text-transform: uppercase; font-size: 1.65rem; line-height: .95; }
.product-card p { margin: 0 0 20px; }
.text-link { font-weight: 950; text-underline-offset: 5px; }
.text-link::after { content: " →"; }

.story-teaser { color: var(--white); background: var(--ink); border-block: 2px solid var(--ink); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 690px; }
.story-photo { position: relative; min-height: 520px; overflow: hidden; }
.story-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-photo::after { content: "MÁLAGA"; position: absolute; right: 20px; bottom: 10px; color: var(--yellow); font-family: "Arial Black", sans-serif; font-size: clamp(3rem, 7vw, 7rem); line-height: 1; letter-spacing: -.07em; }
.story-copy { padding: clamp(45px, 7vw, 95px); display: flex; flex-direction: column; justify-content: center; }
.story-copy .section-title { color: var(--yellow); }
.story-copy .eyebrow::before { background: var(--blue); }
.story-copy blockquote { margin: 28px 0 0; border-left: 7px solid var(--pink); padding-left: 22px; font-size: 1.26rem; }

.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 44px; border: 2px solid var(--ink); border-radius: var(--radius); overflow: hidden; }
.process-step { padding: 28px 20px 34px; background: var(--paper); border-right: 2px solid var(--ink); }
.process-step:last-child { border: 0; }
.process-step strong { display: grid; place-items: center; width: 42px; height: 42px; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); font-family: "Arial Black", sans-serif; }
.process-step:nth-child(2) strong { background: var(--blue); }
.process-step:nth-child(3) strong { color: var(--white); background: var(--pink); }
.process-step:nth-child(4) strong { background: var(--green); }
.process-step:nth-child(5) strong { color: var(--white); background: var(--red); }
.process-step h3 { margin: 48px 0 8px; text-transform: uppercase; line-height: 1; }
.process-step p { margin: 0; font-size: .92rem; color: var(--muted); }

.club { color: var(--white); background: var(--pink); border-block: 2px solid var(--ink); position: relative; overflow: hidden; }
.club::after { content: "200"; position: absolute; right: -2vw; bottom: -7vw; color: rgba(16,17,20,.16); font-family: "Arial Black", sans-serif; font-size: clamp(14rem, 34vw, 34rem); line-height: .7; pointer-events: none; }
.club-grid { min-height: 610px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; position: relative; z-index: 2; }
.club-badge { width: min(100%, 400px); aspect-ratio: 1; display: grid; place-items: center; text-align: center; border: 4px solid var(--ink); border-radius: 50%; background: var(--yellow); color: var(--ink); box-shadow: 14px 14px 0 var(--ink); transform: rotate(-7deg); }
.club-badge span { font-family: "Arial Black", sans-serif; font-size: clamp(4.4rem, 10vw, 8rem); line-height: .75; }
.club-badge small { display: block; margin-top: 12px; letter-spacing: .2em; text-transform: uppercase; }
.benefit-list { display: grid; gap: 11px; padding: 0; margin: 26px 0 0; list-style: none; }
.benefit-list li { display: flex; gap: 12px; font-weight: 800; }
.benefit-list li::before { content: "✦"; color: var(--yellow); }

.b2b-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: stretch; }
.b2b-copy { padding: 45px; border: 2px solid var(--ink); border-radius: var(--radius); background: var(--blue); }
.b2b-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0; list-style: none; margin: 28px 0 0; }
.b2b-list li { padding: 14px; border: 2px solid var(--ink); background: var(--paper); border-radius: 14px; font-weight: 850; }
.experience-stack { display: grid; gap: 16px; }
.experience { padding: 30px; border: 2px solid var(--ink); border-radius: var(--radius); background: var(--yellow); }
.experience:last-child { color: var(--white); background: var(--coffee); }
.experience h3 { margin: 0 0 8px; font-family: "Arial Black", sans-serif; font-size: 1.7rem; text-transform: uppercase; }

.contact { background: var(--green); border-top: 2px solid var(--ink); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 52px; align-items: start; }
.contact-card { padding: 34px; border: 2px solid var(--ink); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 900; font-size: .88rem; }
.field input, .field select, .field textarea { width: 100%; border: 2px solid var(--ink); border-radius: 13px; padding: 13px 14px; background: var(--white); outline: none; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { box-shadow: 0 0 0 4px var(--yellow); }
.checkbox { display: flex; align-items: flex-start; gap: 10px; grid-column: 1 / -1; font-size: .86rem; }
.checkbox input { margin-top: 5px; accent-color: var(--pink); }
.form-status { display: none; margin: 15px 0 0; padding: 12px; border: 2px solid var(--ink); border-radius: 12px; background: var(--yellow); font-weight: 800; }
.form-status.show { display: block; }

.site-footer { color: var(--white); background: var(--ink); border-top: 2px solid var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 48px; padding-block: 66px 48px; }
.footer-logo { width: 210px; }
.footer-copy { max-width: 370px; color: #d9d4ca; }
.footer-nav { display: grid; align-content: start; gap: 11px; }
.footer-nav a { color: #f5eee0; text-underline-offset: 4px; }
.footer-contact { font-style: normal; color: #d9d4ca; }
.footer-contact strong { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px 26px; border-top: 1px solid rgba(255,255,255,.2); font-size: .8rem; color: #b9b3aa; }

/* About */
.about-hero { color: var(--white); background: var(--ink); border-bottom: 2px solid var(--ink); }
.about-hero-grid { min-height: 730px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 52px; padding-block: 70px; }
.about-hero .display { font-size: clamp(3.2rem, 7.2vw, 7rem); }
.about-hero .eyebrow::before { background: var(--yellow); }
.about-portrait { position: relative; }
.about-portrait img { min-height: 560px; width: 100%; object-fit: cover; border: 3px solid var(--white); border-radius: 47% 53% 48% 52% / 38% 44% 56% 62%; }
.photo-note { position: absolute; left: -24px; bottom: 34px; max-width: 230px; padding: 14px 17px; color: var(--ink); background: var(--yellow); border: 2px solid var(--ink); transform: rotate(-4deg); font-weight: 900; }
.story-chapter { display: grid; grid-template-columns: 140px 1fr; gap: 50px; padding-block: 74px; border-bottom: 2px solid var(--ink); }
.chapter-num { font-family: "Arial Black", sans-serif; font-size: 5.5rem; line-height: 1; color: var(--pink); text-shadow: 3px 3px 0 var(--yellow); }
.chapter-copy { display: grid; grid-template-columns: .75fr 1.25fr; gap: 52px; align-items: start; }
.chapter-copy h2 { margin: 0; font-family: "Arial Black", sans-serif; font-size: clamp(2rem, 4vw, 4rem); line-height: .95; text-transform: uppercase; letter-spacing: -.05em; }
.chapter-text p { margin-top: 0; font-size: 1.08rem; }
.chapter-text p:last-child { margin-bottom: 0; }
.about-photo-band { position: relative; height: min(74vw, 730px); max-height: 730px; border-block: 2px solid var(--ink); overflow: hidden; }
.about-photo-band img { width: 100%; height: 100%; object-fit: cover; }
.about-photo-band .caption { position: absolute; left: max(16px, calc((100% - var(--max))/2)); bottom: 24px; max-width: 480px; padding: 17px 20px; border: 2px solid var(--ink); background: var(--paper); font-weight: 850; }
.timeline { background: var(--yellow); border-bottom: 2px solid var(--ink); }
.timeline-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 42px; border-top: 4px solid var(--ink); }
.timeline-item { position: relative; padding: 28px 28px 0 0; }
.timeline-item::before { content: ""; position: absolute; top: -12px; left: 0; width: 20px; height: 20px; background: var(--pink); border: 3px solid var(--ink); border-radius: 50%; }
.timeline-item span { display: block; margin-bottom: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; }
.timeline-item h3 { margin: 0 0 8px; font-family: "Arial Black", sans-serif; text-transform: uppercase; line-height: 1; }
.manifesto { color: var(--white); background: var(--ink); text-align: center; }
.manifesto blockquote { max-width: 970px; margin: 0 auto; font-family: Georgia, serif; font-size: clamp(2rem, 4.5vw, 4.5rem); line-height: 1.05; }
.manifesto blockquote em { color: var(--yellow); font-style: normal; }
.about-process { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about-process img { width: 100%; border: 3px solid var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.proof { padding: 20px; border: 2px solid var(--ink); border-radius: 17px; background: var(--white); }
.proof strong { display: block; font-family: "Arial Black", sans-serif; font-size: 1.3rem; text-transform: uppercase; }

/* Legal */
.legal-hero { color: var(--white); background: var(--ink); border-bottom: 2px solid var(--ink); padding-block: 78px; }
.legal-hero .display { font-size: clamp(2.9rem, 6vw, 6rem); }
.legal-layout { display: grid; grid-template-columns: 270px 1fr; gap: 70px; padding-block: 72px 110px; }
.legal-index { position: sticky; top: 112px; align-self: start; padding: 24px; border: 2px solid var(--ink); border-radius: 18px; background: var(--yellow); }
.legal-index strong { display: block; margin-bottom: 14px; text-transform: uppercase; }
.legal-index a { display: block; margin: 8px 0; font-size: .9rem; }
.legal-content { max-width: 790px; }
.legal-notice { padding: 18px; border: 2px solid var(--ink); border-radius: 15px; background: var(--blue); font-weight: 800; }
.legal-section { padding-top: 34px; }
.legal-section h2 { font-family: "Arial Black", sans-serif; font-size: 1.65rem; text-transform: uppercase; line-height: 1.1; }
.legal-section li { margin-bottom: 8px; }

@media (max-width: 980px) {
  .menu-button { display: grid; place-items: center; }
  .nav-links { position: fixed; inset: 82px 0 auto 0; display: none; padding: 28px 22px 34px; background: var(--cream); border-bottom: 2px solid var(--ink); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 1.1rem; }
  .nav-cta { text-align: center; }
  .hero-grid, .about-hero-grid, .club-grid, .b2b-grid, .contact-grid, .about-process { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 54px; }
  .hero-visual { min-height: 450px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step { border-bottom: 2px solid var(--ink); }
  .process-step:nth-child(2), .process-step:nth-child(4) { border-right: 0; }
  .process-step:last-child { grid-column: 1 / -1; }
  .club-grid { padding-block: 84px; }
  .club-badge { margin-inline: auto; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .about-hero-grid { padding-top: 40px; }
  .chapter-copy { grid-template-columns: 1fr; gap: 24px; }
  .timeline-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .legal-layout { grid-template-columns: 1fr; gap: 28px; }
  .legal-index { position: static; }
}

@media (max-width: 640px) {
  .nav-shell { min-height: 72px; }
  .nav-links { inset-block-start: 72px; }
  .brand-name { display: none; }
  .brand-mark { width: 50px; height: 50px; }
  .display { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-grid { min-height: auto; padding-block: 48px 70px; }
  .hero-visual { min-height: 370px; }
  .logo-stage { width: 90%; box-shadow: 9px 9px 0 var(--ink); }
  .orbit.one { right: 0; top: 20px; }
  .orbit.two { left: 0; bottom: 35px; }
  .section { padding-block: 70px; }
  .section-head { align-items: start; flex-direction: column; }
  .product-grid, .process-grid, .b2b-list, .form-grid, .proof-grid, .footer-grid, .timeline-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 300px; }
  .process-step, .process-step:nth-child(2), .process-step:nth-child(4) { border-right: 0; border-bottom: 2px solid var(--ink); }
  .process-step:last-child { grid-column: auto; border-bottom: 0; }
  .story-photo { min-height: 430px; }
  .story-copy, .b2b-copy, .contact-card { padding: 30px 22px; }
  .contact-grid { gap: 34px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .about-hero-grid { min-height: auto; }
  .about-portrait img { min-height: 420px; }
  .photo-note { left: 10px; bottom: 15px; }
  .story-chapter { grid-template-columns: 1fr; gap: 18px; padding-block: 52px; }
  .chapter-num { font-size: 4rem; }
  .about-photo-band { height: 560px; }
  .about-photo-band .caption { right: 16px; }
  .legal-hero { padding-block: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Formal Latin-Caribbean identity — 2026 refresh */
:root {
  --ink: #0b0d0c;
  --cream: #f1e8d7;
  --paper: #fbf7ee;
  --white: #ffffff;
  --yellow: #d5a21b;
  --orange: #e66d18;
  --pink: #e66d18;
  --red: #c94d25;
  --blue: #075ea7;
  --green: #245e43;
  --coffee: #66351f;
  --muted: #675f54;
  --line: rgba(30, 22, 16, .18);
  --shadow: 0 18px 45px rgba(11, 13, 12, .13);
  --radius: 14px;
}

body { background: var(--cream); }
.site-header {
  color: var(--white);
  background: rgba(11, 13, 12, .96);
  border-bottom: 1px solid rgba(213, 162, 27, .72);
}
.nav-shell { min-height: 108px; }
.brand { padding: 0; background: transparent; border-radius: 0; }
.header-logo { width: 210px; height: auto; }
.nav-links a { font-size: .8rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.nav-links a:hover, .nav-links a[aria-current="page"] { text-decoration-color: var(--orange); }
.lang-toggle { border: 1px solid rgba(255,255,255,.34); background: transparent; }
.lang-toggle button { color: var(--white); font-size: .75rem; }
.lang-toggle button.active { color: var(--ink); background: var(--yellow); }
.nav-cta { color: var(--ink); background: var(--yellow); border: 1px solid var(--yellow); border-radius: 5px; box-shadow: none; }
.menu-button { color: var(--ink); background: var(--yellow); border: 1px solid var(--yellow); border-radius: 5px; }

.eyebrow { color: var(--orange); font-size: .72rem; letter-spacing: .2em; }
.eyebrow::before { width: 38px; height: 2px; background: var(--orange); border: 0; border-radius: 0; }
.display {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 6.7vw, 6.7rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.055em;
  text-transform: none;
}
.display .swash { color: var(--yellow); font-style: italic; text-shadow: none; }
.section-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 4.5vw, 4.55rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.045em;
  text-transform: none;
}
.button { min-height: 50px; padding-inline: 21px; border-width: 1px; border-radius: 6px; letter-spacing: .035em; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(11,13,12,.16); }
.button-dark { border-color: var(--ink); }
.button-yellow { border-color: var(--yellow); }

.hero { color: var(--white); background: radial-gradient(circle at 78% 42%, rgba(7,94,167,.25), transparent 32%), linear-gradient(120deg, #0b0d0c 0%, #17130f 62%, #2a180f 100%); border-bottom: 0; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background: repeating-linear-gradient(90deg, transparent 0 89px, rgba(255,255,255,.08) 90px); pointer-events: none; }
.hero-grid { min-height: 720px; grid-template-columns: minmax(0, 1fr); padding-block: 76px; }
.hero-copy { max-width: 850px; }
.hero-copy .lead { color: #ded6ca; max-width: 630px; margin-top: 30px; }
.hero-visual { min-height: 520px; align-content: center; gap: 20px; }
.logo-stage {
  width: 100%; min-height: 390px; aspect-ratio: auto; padding: 38px;
  background: linear-gradient(145deg, #fbf7ee, #e9dcc6); border: 1px solid rgba(213,162,27,.75); border-radius: 10px;
  box-shadow: 0 28px 80px rgba(0,0,0,.34); transform: none;
}
.logo-stage::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(102,53,31,.2); border-radius: 5px; pointer-events: none; }
.logo-stage img { width: 100%; transform: none; filter: none; position: relative; z-index: 1; }
.hero-facts { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.2); border-radius: 6px; overflow: hidden; }
.hero-facts span { padding: 13px 9px; text-align: center; color: #eee5d6; border-right: 1px solid rgba(255,255,255,.18); font-size: .7rem; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.hero-facts span:last-child { border-right: 0; }
.ticker { background: var(--blue); border-bottom: 0; }
.ticker span { padding-block: 12px; font-size: .75rem; letter-spacing: .13em; }
.ticker b { color: var(--yellow); }

.section { padding-block: 104px; }
.section-head { padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.product-grid { gap: 18px; }
.product-card { min-height: 390px; padding: 28px; background: var(--paper) !important; color: var(--ink) !important; border: 1px solid var(--line); border-top: 6px solid var(--yellow); border-radius: 8px; }
.product-card:nth-child(2) { border-top-color: var(--blue); }
.product-card:nth-child(3) { border-top-color: var(--orange); }
.product-card:nth-child(4) { border-top-color: var(--green); }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-number { color: var(--coffee); opacity: .12; }
.product-card h3 { font-size: 1.45rem; letter-spacing: -.025em; }

.story-teaser { background: var(--coffee); border-block: 0; }
.story-grid { min-height: 720px; }
.story-photo::after { color: rgba(213,162,27,.9); font-family: Georgia, serif; font-weight: 500; letter-spacing: -.045em; }
.story-copy .section-title { color: var(--paper); }
.story-copy .eyebrow { color: #f0b746; }
.story-copy .eyebrow::before { background: var(--yellow); }
.story-copy blockquote { border-left: 3px solid var(--orange); color: #efe4d4; font-family: Georgia, serif; font-size: 1.35rem; }

.process-grid { border-width: 1px; border-radius: 8px; }
.process-step { background: var(--paper); border-right: 1px solid var(--line); }
.process-step strong { border-width: 1px; background: var(--yellow); }
.process-step:nth-child(2) strong { color: var(--white); background: var(--blue); }
.process-step:nth-child(3) strong { background: var(--orange); }
.process-step:nth-child(4) strong { color: var(--white); background: var(--green); }
.process-step:nth-child(5) strong { background: var(--coffee); }

.club { background: linear-gradient(115deg, #064e86, var(--blue)); border-block: 0; }
.club::after { color: rgba(213,162,27,.11); font-family: Georgia, serif; }
.club-badge { border: 1px solid var(--yellow); background: var(--yellow); box-shadow: 0 24px 55px rgba(0,0,0,.23); transform: none; }
.club-badge span { font-family: Georgia, serif; font-weight: 700; }
.benefit-list li::before { color: var(--orange); }

.b2b-copy { color: var(--white); background: var(--green); border: 0; border-radius: 8px; }
.b2b-copy .eyebrow { color: #f1c45f; }
.b2b-copy .eyebrow::before { background: var(--yellow); }
.b2b-list li { color: var(--ink); background: var(--paper); border: 0; border-radius: 5px; }
.experience { background: #d89138; border: 0; border-radius: 8px; }
.experience:last-child { background: var(--coffee); }

.contact { background: linear-gradient(180deg, var(--paper), var(--cream)); border-top: 1px solid var(--line); }
.contact-card { border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.field input, .field select, .field textarea { border: 1px solid rgba(11,13,12,.35); border-radius: 5px; }
.field input:focus, .field select:focus, .field textarea:focus { box-shadow: 0 0 0 3px rgba(7,94,167,.18); border-color: var(--blue); }
.checkbox input { accent-color: var(--blue); }

.site-footer { background: #090b0a; border-top: 4px solid var(--orange); }
.footer-logo { width: min(100%, 330px); padding: 0; background: transparent; border: 0; border-radius: 0; }
.footer-contact strong { color: var(--yellow); }

.about-hero { background: radial-gradient(circle at 78% 40%, rgba(7,94,167,.22), transparent 34%), var(--ink); border-bottom: 0; }
.about-hero .display { font-family: Georgia, serif; text-transform: none; }
.about-portrait img { min-height: 570px; border: 1px solid rgba(255,255,255,.46); border-radius: 7px; }
.photo-note { left: -18px; bottom: 28px; color: var(--white); background: var(--orange); border: 0; border-radius: 4px; transform: none; }
.story-chapter { border-bottom: 1px solid var(--line); }
.chapter-num { color: var(--orange); font-family: Georgia, serif; font-weight: 600; text-shadow: none; }
.chapter-copy h2 { font-family: Georgia, serif; font-weight: 500; text-transform: none; }
.about-photo-band { border-block: 0; }
.about-photo-band .caption { border: 0; border-left: 5px solid var(--orange); border-radius: 2px; box-shadow: var(--shadow); }
.timeline { background: #dfb044; border-bottom: 0; }
.timeline-grid { border-top-width: 2px; }
.timeline-item::before { background: var(--blue); border-width: 2px; }
.timeline-item h3 { font-family: Georgia, serif; text-transform: none; }
.manifesto { background: var(--coffee); }
.manifesto blockquote em { color: #f3c75a; }
.about-process img { border: 0; border-radius: 7px; box-shadow: var(--shadow); }
.proof { border: 1px solid var(--line); border-radius: 6px; }

.legal-hero { background: linear-gradient(120deg, var(--ink), var(--coffee)); border-bottom: 0; }
.legal-hero .display { font-family: Georgia, serif; text-transform: none; }
.legal-index { background: #e4b74d; border: 0; border-radius: 7px; }
.legal-notice { background: #d7e7f3; border: 1px solid rgba(7,94,167,.28); border-radius: 6px; }
.legal-section h2 { font-family: Georgia, serif; font-weight: 600; text-transform: none; }

@media (max-width: 980px) {
  .nav-links { inset-block-start: 108px; color: var(--ink); background: var(--cream); border-bottom: 1px solid var(--line); }
  .nav-links .lang-toggle { border-color: var(--ink); }
  .nav-links .lang-toggle button { color: var(--ink); }
  .nav-links .lang-toggle button.active { color: var(--white); background: var(--blue); }
  .hero-grid { padding-top: 60px; }
  .logo-stage { max-width: 660px; min-height: 360px; margin-inline: auto; }
  .process-step { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
}

@media (max-width: 640px) {
  .nav-shell { min-height: 86px; }
  .header-logo { width: 150px; height: auto; }
  .brand { padding: 3px 6px; }
  .nav-links { inset-block-start: 86px; }
  .hero-grid { padding-block: 52px 68px; }
  .display { font-size: clamp(2.85rem, 13vw, 4.4rem); }
  .logo-stage { min-height: 280px; padding: 24px; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .hero-facts span:last-child { border-bottom: 0; }
  .product-card { min-height: 310px; }
  .process-step, .process-step:nth-child(2), .process-step:nth-child(4) { border-right: 0; border-bottom: 1px solid var(--line); }
}
