/*
Theme Name: Catalamar
Theme URI: https://catalamar.com
Author: Enredados Marketing
Description: Tema a medida para reservas de paddle surf en Cala Granadella.
Version: 1.0.12
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: catalamar
*/

:root {
  --font-display: "Bowlby One SC";
  --font-accent: "Barlow Condensed";
  --font-body: "DM Sans";
  --ink: #001f2d;
  --deep: #005060;
  --ocean: #168fbe;
  --aqua: #30b0f0;
  --foam: #eaf8ff;
  --sand: #f3fbff;
  --coral: #f00090;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fbfeff; color: var(--ink); font-family: var(--font-body), sans-serif; }
body, button, input, select { font-family: var(--font-body), sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select { font: inherit; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 96px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.22); color: #fff; }
.brand { width: 78px; height: 70px; overflow: hidden; border-radius: 50%; background: #fff; display: grid; place-items: center; box-shadow: 0 8px 30px rgba(0,0,0,.15); }
.brand img { width: 76px; height: 83px; object-fit: cover; }
nav { display: flex; gap: 34px; font-size: 13px; font-weight: 600; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; height: 1px; width: 0; background: var(--aqua); transition: width .25s; }
nav a:hover::after { width: 100%; }
.header-cta { display: flex; gap: 28px; align-items: center; padding: 13px 18px 13px 22px; background: #fff; color: var(--ink); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.header-cta span { color: var(--coral); font-size: 17px; }

.hero { min-height: 850px; height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; }
.hero-image { position: absolute; inset: 0; background-position: 62% center; background-size: cover; background-repeat: no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1,31,43,.88) 0%, rgba(1,31,43,.55) 48%, rgba(1,31,43,.1) 82%), linear-gradient(0deg, rgba(0,26,36,.42), transparent 55%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 84vw); margin-left: 9vw; padding-top: 70px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; text-transform: uppercase; letter-spacing: .2em; font-size: 10px; font-weight: 800; color: var(--coral); }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--aqua); }
h1, h2 { margin: 0; font-family: var(--font-display), sans-serif; font-weight: 700; letter-spacing: -.06em; line-height: .96; }
h1 { font-size: clamp(66px, 7.3vw, 116px); }
h1 em, h2 em { color: var(--coral); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.07em; }
.hero h1 em, .final-cta h2 em { color: var(--aqua); }
.hero-copy { max-width: 620px; margin: 30px 0; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; min-width: 220px; padding: 18px 23px; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .09em; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--ink); background: var(--aqua); border: 2px solid var(--aqua); }
.button.primary:hover { color: #fff; background: var(--coral); border-color: var(--coral); }
.button.dark { color: #fff; background: var(--ink); }
.button.white { color: var(--ink); background: #fff; }
.button span { font-size: 18px; }
.text-link { font-size: 12px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 8px; }
.text-link span { color: var(--aqua); margin-left: 9px; }
.hero-meta { display: flex; gap: 34px; margin-top: 44px; font-size: 11px; color: rgba(255,255,255,.7); }
.hero-meta > span, .google-rating { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.33); }
.hero-meta b { display: block; color: #fff; font-size: 12px; margin-bottom: 3px; }
.google-rating { display: flex; align-items: center; gap: 10px; }
.google-rating img { width: 24px; height: 24px; object-fit: contain; flex: 0 0 24px; }
.google-rating b { color: #fbbc04; font-size: 18px; line-height: 1; letter-spacing: .06em; margin-bottom: 4px; }
.google-rating small { display: block; color: #fff; font-size: 10px; font-weight: 700; line-height: 1; white-space: nowrap; }
.scroll-cue { position: absolute; right: 4.5vw; bottom: 42px; z-index: 3; display: flex; gap: 12px; align-items: center; transform: rotate(90deg); transform-origin: right; text-transform: uppercase; letter-spacing: .2em; font-size: 8px; }
.scroll-cue i { display: block; width: 42px; height: 1px; background: var(--aqua); }

.booking-wrap { background: radial-gradient(circle at 4% 8%, rgba(240,0,144,.1), transparent 25%), radial-gradient(circle at 96% 92%, rgba(48,176,240,.16), transparent 28%), var(--sand); padding: 110px 8vw; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 9vw; }
.booking-intro h2, .section-heading h2, .why-copy h2, .route-title h2, .social-copy h2, .seo-copy h2, .faq h2, .location h2, .final-cta h2 { font-size: clamp(44px, 5.3vw, 78px); }
.booking-intro > p:not(.eyebrow) { max-width: 500px; margin: 28px 0; color: #577078; line-height: 1.7; }
.board-spec { position: relative; width: min(100%, 480px); margin: 30px 0 16px; padding: 0 58px 0 4px; }
.board-length { display: flex; align-items: center; gap: 9px; margin: 0 0 8px 20px; color: var(--ink); font-family: var(--font-accent), sans-serif; font-size: 11px; font-style: italic; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.board-length i { position: relative; flex: 1; height: 2px; background: var(--ink); }
.board-length i:first-child::before, .board-length i:last-child::after { content: ""; position: absolute; top: -3px; width: 7px; height: 7px; border-top: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.board-length i:first-child::before { left: 0; transform: rotate(-45deg); }
.board-length i:last-child::after { right: 0; transform: rotate(135deg); }
.board-drawing { position: relative; display: grid; grid-template-columns: 24% 1fr 18%; align-items: stretch; height: 84px; border: 5px solid #000; border-radius: 60% 38% 38% 60% / 50%; overflow: hidden; background: linear-gradient(180deg, #62d6ff 0 48%, var(--aqua) 49% 100%); box-shadow: 7px 7px 0 var(--coral); transform: rotate(-1.5deg); }
.board-nose { background: linear-gradient(90deg, var(--coral), #ff4eb0 42%, transparent 43%); }
.board-deck { position: relative; align-self: center; height: 58px; border: 3px solid #000; border-radius: 46% 22% 22% 46% / 50%; background: repeating-linear-gradient(90deg, #062b3b 0 8px, #0e4054 8px 11px); }
.board-deck::after { content: ""; position: absolute; left: 48%; top: 50%; width: 30px; height: 11px; border: 2px solid #fff; border-radius: 999px; transform: translate(-50%, -50%); opacity: .82; }
.board-deck i { position: absolute; left: 15%; width: 54px; height: 2px; background: var(--coral); transform-origin: left center; }
.board-deck i:nth-child(1) { top: 15px; transform: rotate(18deg); }
.board-deck i:nth-child(2) { top: 28px; transform: rotate(-18deg); }
.board-deck i:nth-child(3) { top: 41px; transform: rotate(18deg); }
.board-tail { margin: 12px 14px 12px 6px; border-left: 4px solid #000; border-radius: 0 50% 50% 0; background: #fff; }
.board-width { position: absolute; right: 0; top: 26px; bottom: 0; display: flex; flex-direction: column; align-items: center; gap: 6px; color: var(--ink); font-family: var(--font-accent), sans-serif; font-size: 10px; font-style: italic; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.board-width i { width: 2px; flex: 1; background: var(--ink); }
.board-width span { writing-mode: vertical-rl; transform: rotate(180deg); white-space: nowrap; }
.booking-intro .board-ready { display: flex; align-items: center; gap: 10px; margin: 18px 0 24px; color: var(--ink); font-family: var(--font-accent), sans-serif; font-size: 15px; font-style: italic; letter-spacing: .03em; text-transform: uppercase; }
.board-ready span { display: grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; border: 3px solid #000; border-radius: 50%; background: var(--aqua); box-shadow: 3px 3px 0 var(--coral); }
.booking-trust { display: grid; gap: 11px; font-size: 12px; font-weight: 700; }
.booking-trust span::first-letter { color: var(--ocean); }
.booking-card { position: relative; overflow: hidden; background: rgba(255,255,255,.9); padding: 38px; box-shadow: 0 28px 70px rgba(0,80,96,.14), 0 5px 0 rgba(240,0,144,.85); border: 1px solid rgba(48,176,240,.3); border-radius: 32px; backdrop-filter: blur(20px) saturate(150%); -webkit-backdrop-filter: blur(20px) saturate(150%); }
.form-head { display: flex; gap: 15px; padding-bottom: 23px; border-bottom: 1px solid #dfe9e7; }
.form-head > span { color: var(--coral); font-size: 11px; font-weight: 800; }
.form-head div { display: flex; flex-direction: column; gap: 4px; }
.form-head b { font-family: var(--font-display); font-size: 19px; }
.form-head b > span { display: block; }
.form-head small { color: #809398; font-size: 11px; }
.board-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 23px 0; }
.board-toggle button { background: rgba(245,248,247,.7); border: 1px solid #e0e9e7; border-radius: 17px; padding: 15px 17px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; color: var(--ink); }
.board-toggle button.active { background: #edf8ff; border-color: var(--coral); box-shadow: inset 4px 0 0 var(--coral); }
.board-toggle button span { font-size: 12px; font-weight: 700; }
.board-toggle button b { font-size: 18px; }
.board-toggle button small { font-weight: 400; font-size: 10px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.form-grid label { display: grid; gap: 7px; }
.form-grid label > span { font-size: 9px; text-transform: uppercase; font-weight: 800; letter-spacing: .14em; color: #6e858a; }
input, select { border: 1px solid #dbe6e4; background: rgba(251,252,252,.82); min-width: 0; width: 100%; height: 46px; padding: 0 14px; color: var(--ink); border-radius: 14px; }
input:focus, select:focus { outline: 2px solid rgba(36,215,209,.35); border-color: var(--ocean); }
.customer-fields { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 17px; border-top: 1px solid #edf1f0; }
.booking-total { margin-top: 21px; padding-top: 17px; border-top: 1px solid #dfe9e7; display: flex; justify-content: space-between; align-items: baseline; }
.booking-total span { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.booking-total strong { font-family: var(--font-display); font-size: 34px; color: var(--coral); }
.pay-button { width: 100%; margin-top: 14px; padding: 17px 22px; display: flex; justify-content: space-between; border: 0; background: var(--ink); color: #fff; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .12em; cursor: pointer; }
.pay-button:hover { background: var(--coral); }
.pay-button:disabled { opacity: .7; cursor: wait; }
.pay-button span { color: var(--aqua); font-size: 17px; }
.stripe-note { display: block; text-align: center; color: #829398; margin-top: 11px; font-size: 9px; }
.form-message { color: #a00060; font-size: 11px; line-height: 1.5; }
.form-message a { text-decoration: underline; font-weight: 800; }

.experience { padding: 130px 7vw; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 9vw; margin-bottom: 70px; }
.section-heading > p { color: #5d747b; line-height: 1.75; padding-bottom: 8px; max-width: 460px; }
.mosaic { display: grid; grid-template-columns: 1.15fr .85fr .75fr; grid-template-rows: 340px 280px; gap: 16px; }
.mosaic figure { position: relative; margin: 0; overflow: hidden; }
.mosaic figure::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,31,42,.82)); }
.mosaic figure img { height: 100%; object-fit: cover; transition: transform .6s; }
.mosaic figure:hover img { transform: scale(1.035); }
.mosaic figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; color: #fff; display: grid; gap: 3px; }
.mosaic figcaption span { color: var(--aqua); font-size: 9px; }
.mosaic figcaption b { font-family: var(--font-display); font-size: 18px; }
.mosaic figcaption small { color: rgba(255,255,255,.7); }
.mosaic-main { grid-row: 1 / 3; }
.mosaic-top { grid-row: 1; }
.mosaic blockquote { margin: 0; padding: 55px 38px; background: var(--ink); color: #fff; font-family: var(--font-display); font-size: 23px; line-height: 1.5; }
.mosaic blockquote span { display: block; color: var(--aqua); font-family: Georgia; font-size: 60px; line-height: .5; margin-bottom: 27px; }
.mosaic blockquote em { color: var(--aqua); font-family: Georgia; }
.mosaic-bottom { grid-column: 2 / 4; }

.why { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--foam); }
.why-image { position: relative; min-height: 820px; }
.why-image > img { height: 100%; object-fit: cover; }
.image-badge { position: absolute; right: 0; bottom: 0; background: var(--coral); padding: 23px 30px; color: #fff; text-transform: uppercase; font-size: 9px; letter-spacing: .13em; }
.image-badge b { display: block; margin-top: 5px; font-size: 11px; }
.why-copy { padding: 110px 8vw 100px 7vw; }
.why-copy h2 { margin-bottom: 50px; }
.reason { display: grid; grid-template-columns: 45px 1fr; gap: 13px; padding: 21px 0; border-top: 1px solid #cbdcd8; }
.reason > span { color: var(--coral); font-size: 10px; font-weight: 800; }
.reason h3 { margin: 0 0 8px; font-family: var(--font-display); font-size: 18px; }
.reason p { margin: 0; color: #60787f; font-size: 13px; line-height: 1.65; }
.why-copy .button { margin-top: 30px; }

.route-section { padding: 130px 8vw; color: #fff; background: var(--ink); position: relative; overflow: hidden; }
.route-section::before { content: ""; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(36,215,209,.12); border-radius: 50%; right: -190px; top: -230px; box-shadow: 0 0 0 80px rgba(36,215,209,.02), 0 0 0 160px rgba(36,215,209,.02); }
.route-title { display: grid; grid-template-columns: 1fr .6fr; align-items: end; gap: 80px; }
.route-title p { max-width: 450px; margin: 0 0 6px; line-height: 1.7; color: rgba(255,255,255,.65); }
.route-line { display: flex; align-items: center; margin-top: 95px; }
.route-line div { min-width: 150px; }
.route-line b { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--aqua); color: var(--ink); font-size: 10px; margin-bottom: 18px; }
.route-line div:nth-of-type(even) b { background: var(--coral); color: #fff; }
.route-line span { display: block; font-family: var(--font-display); font-weight: 700; font-size: 14px; }
.route-line small { display: block; margin-top: 6px; color: rgba(255,255,255,.45); font-size: 9px; }
.route-line i { flex: 1; height: 1px; background: repeating-linear-gradient(90deg, rgba(36,215,209,.7) 0 5px, transparent 5px 10px); margin: 0 14px 36px; }

.social { padding: 130px 8vw; display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; align-items: center; }
.social-copy > p:not(.eyebrow) { color: #617980; line-height: 1.75; max-width: 460px; margin: 28px 0; }
.social-buttons { display: flex; gap: 10px; }
.social-buttons a { padding: 12px 17px; border: 1px solid #cbd9d7; background: #fff; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.social-buttons span { color: var(--coral); margin-left: 18px; }
.social-buttons a:hover { color: #fff; background: var(--coral); border-color: var(--coral); }
.social-cards { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 270px 220px; gap: 15px; }
.social-cards figure { margin: 0; position: relative; overflow: hidden; background: #e7efed; }
.social-cards figure img { height: 100%; object-fit: cover; }
.social-cards .social-tall { grid-row: 1 / 3; }
.social-lola img { object-position: 50% 16%; }
.social-vito img { object-position: 50% 30%; }
.social-nerea img { object-position: 50% 40%; }
.social-cards figcaption { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; padding: 46px 16px 15px; background: linear-gradient(transparent, rgba(0,26,36,.9)); color: #fff; display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.social-cards figcaption b { font-family: var(--font-accent), sans-serif; font-size: 15px; font-style: italic; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; }
.social-cards figcaption small { color: #bdeaff; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.review-card { background: var(--foam); padding: 26px; border-left: 4px solid var(--coral); display: flex; flex-direction: column; justify-content: center; }
.review-card div { color: var(--coral); letter-spacing: .12em; font-size: 11px; }
.review-card p { font-family: Georgia, serif; font-style: italic; line-height: 1.5; font-size: 15px; }
.review-card span { color: #708389; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }

.seo-copy { padding: 120px 8vw; background: linear-gradient(90deg, rgba(48,176,240,.08), rgba(240,0,144,.05)), var(--sand); border-top: 5px solid var(--coral); display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.seo-copy h2 { font-size: clamp(42px, 4.5vw, 68px); }
.columns { columns: 2; column-gap: 40px; align-self: end; color: #587079; line-height: 1.8; font-size: 13px; }
.columns p { margin-top: 0; break-inside: avoid; }

.faq { padding: 130px 8vw; display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; }
.faq-list { border-top: 1px solid #bed0cd; }
details { border-bottom: 1px solid #bed0cd; }
summary { list-style: none; display: grid; grid-template-columns: 40px 1fr 20px; align-items: center; gap: 10px; padding: 24px 0; cursor: pointer; font-family: var(--font-display); font-weight: 700; font-size: 16px; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--coral); font-size: 9px; }
summary i { font-style: normal; font-size: 22px; font-weight: 400; color: var(--coral); transition: transform .25s; }
details[open] summary i { transform: rotate(45deg); }
details p { margin: -4px 30px 24px 50px; color: #60777e; font-size: 13px; line-height: 1.7; }

.location { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 660px; }
.location-card { background: var(--deep); color: #fff; padding: 95px 7vw; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.location-card > p:not(.eyebrow) { line-height: 1.8; color: rgba(255,255,255,.75); margin: 28px 0; }
.location-details { display: flex; gap: 45px; margin-top: 42px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.28); width: 100%; font-size: 11px; }
.location-details span { display: grid; gap: 5px; }
.location-details small { color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .12em; font-size: 8px; }
.location-image { position: relative; overflow: hidden; }
.location-image img { height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.05); }
.map-pin { position: absolute; left: 48%; top: 48%; background: #fff; color: var(--ink); padding: 10px 14px; font-size: 9px; font-weight: 800; letter-spacing: .12em; box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.map-pin i { position: absolute; width: 9px; height: 9px; background: #fff; bottom: -4px; left: 50%; transform: rotate(45deg); }

.final-cta { padding: 130px 8vw; text-align: center; color: #fff; background: linear-gradient(rgba(2,42,54,.72), rgba(2,42,54,.8)), url('assets/images/granadella.jpg') center / cover; }
.final-cta .eyebrow { justify-content: center; }
.final-cta .button { margin-top: 42px; text-align: left; }
footer { padding: 75px 7vw 28px; background: #031f29; color: #fff; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; }
.footer-brand img { width: 100px; height: 108px; object-fit: cover; border-radius: 50%; background: #fff; }
.footer-brand p { color: rgba(255,255,255,.55); font-family: Georgia, serif; font-style: italic; }
footer > div:not(.footer-brand):not(.footer-bottom) { display: flex; flex-direction: column; gap: 13px; font-size: 11px; color: rgba(255,255,255,.6); }
footer b { color: var(--aqua); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; margin-bottom: 7px; }
footer a:hover { color: var(--coral); }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 23px; margin-top: 30px; display: flex; justify-content: space-between; color: rgba(255,255,255,.35); text-transform: uppercase; letter-spacing: .09em; font-size: 8px; }
.mobile-book { display: none; }

/* Rounded solid controls */
.button, .header-cta, .pay-button, .social-buttons a, .mobile-book {
  border-radius: 999px;
  box-shadow: 0 9px 22px rgba(5,42,53,.14);
}
.button:hover, .header-cta:hover, .pay-button:hover, .social-buttons a:hover { box-shadow: 0 12px 28px rgba(5,42,53,.2); }

@media (max-width: 960px) {
  nav { display: none; }
  .hero-content { margin-left: 7vw; }
  .booking-wrap, .why, .social, .seo-copy, .faq { grid-template-columns: 1fr; }
  .booking-wrap { gap: 60px; }
  .why-image { min-height: 560px; }
  .mosaic { grid-template-columns: 1fr 1fr; }
  .mosaic blockquote { display: none; }
  .mosaic-bottom { grid-column: 2; }
  .route-title { grid-template-columns: 1fr; gap: 35px; }
  .route-line { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
  .route-line i { display: none; }
  .columns { columns: 1; }
  .location { grid-template-columns: 1fr; }
  .location-image { min-height: 420px; }
  footer { grid-template-columns: 2fr 1fr 1fr; }
  footer > div:nth-child(4) { display: none !important; }
}

@media (max-width: 640px) {
  .site-header { height: 78px; padding: 0 20px; }
  .brand { width: 58px; height: 55px; }
  .brand img { width: 58px; height: 64px; }
  .header-cta { padding: 11px 13px; min-width: 110px; justify-content: space-between; }
  .hero { min-height: 780px; height: 100svh; }
  .hero-image { background-position: 68% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,28,39,.92) 0%, rgba(0,28,39,.62) 62%, rgba(0,28,39,.3)); }
  .hero-content { margin: auto 22px 90px; padding: 0; width: auto; }
  h1 { font-size: clamp(52px, 16vw, 72px); }
  .hero-copy { font-size: 15px; line-height: 1.55; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .button { min-width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-meta { gap: 12px; flex-wrap: wrap; margin-top: 26px; }
  .hero-meta > span, .google-rating { width: calc(50% - 8px); }
  .hero-meta > span:last-child { display: none; }
  .scroll-cue { display: none; }
  .booking-wrap, .experience, .why-copy, .route-section, .social, .seo-copy, .faq { padding: 80px 22px; }
  .booking-card { padding: 23px 18px; margin: 0 -7px; }
  .form-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .customer-fields { grid-template-columns: 1fr; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 38px; }
  .mosaic { grid-template-columns: 1fr; grid-template-rows: 430px 260px 260px; }
  .mosaic-main { grid-row: 1; }
  .mosaic-top { grid-row: 2; }
  .mosaic-bottom { grid-column: 1; grid-row: 3; }
  .why-image { min-height: 430px; }
  .why-copy h2 { margin-bottom: 35px; }
  .route-line { grid-template-columns: 1fr; margin-top: 55px; gap: 25px; }
  .route-line div { display: grid; grid-template-columns: 44px 1fr; align-items: center; }
  .route-line b { grid-row: 1 / 3; margin: 0; }
  .route-line small { grid-column: 2; }
  .social { gap: 45px; }
  .social-cards { grid-template-rows: 340px 230px 210px; grid-template-columns: 1fr; }
  .social-cards .social-tall { grid-row: 1; }
  .social-lola img { object-position: 50% 12%; }
  .social-vito img { object-position: 50% 27%; }
  .social-nerea img { object-position: 50% 38%; }
  .seo-copy { gap: 38px; }
  .faq { gap: 45px; }
  .location { min-height: 0; }
  .location-card { padding: 80px 22px; }
  .location-image { min-height: 300px; }
  .final-cta { padding: 90px 22px; }
  footer { grid-template-columns: 1fr 1fr; padding: 60px 22px 90px; gap: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 9px; }
  .mobile-book { display: flex; position: fixed; z-index: 30; left: 12px; right: 12px; bottom: 12px; background: var(--aqua); border: 2px solid var(--coral); color: var(--ink); padding: 13px 17px; justify-content: space-between; align-items: center; box-shadow: 0 10px 35px rgba(0,26,35,.28); text-transform: uppercase; }
  .mobile-book span { font-size: 8px; letter-spacing: .11em; }
  .mobile-book b { font-size: 13px; }
}

/* Lettering matched to the Catalamar logo */
h1, h2, h1 em, h2 em { font-family: var(--font-display), Impact, sans-serif; font-weight: 400; }
h2 { text-shadow: 3px 3px 0 rgba(48,176,240,.28); }
h2 em { color: var(--coral); -webkit-text-stroke: 1px var(--ink); paint-order: stroke fill; text-shadow: 3px 3px 0 var(--aqua); }
.hero h1, .hero h1 em, .final-cta h2, .final-cta h2 em { color: #fff; background: linear-gradient(180deg, #fff 0 44%, #69d7ff 45% 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: 3px #000; paint-order: stroke fill; text-shadow: 6px 6px 0 var(--coral), 9px 9px 0 #000; }
.hero h1 em, .final-cta h2 em { transform: skew(-7deg) rotate(-1deg); }
.route-title h2, .location-card h2 { color: #fff; text-shadow: 4px 4px 0 var(--coral); }
.route-title h2 em, .location-card h2 em { color: var(--aqua); -webkit-text-stroke: 1px #000; text-shadow: 4px 4px 0 var(--coral); }
.form-head b, .booking-total strong, .mosaic figcaption b, .reason h3, .route-line span, summary { font-family: var(--font-display), Impact, sans-serif; font-style: normal; }
.form-head b { letter-spacing: -.02em; }

@media (max-width: 640px) {
  .hero h1, .hero h1 em, .final-cta h2, .final-cta h2 em { -webkit-text-stroke: 2px #000; text-shadow: 4px 4px 0 var(--coral), 6px 6px 0 #000; }
}

body { overflow-x: clip; }


/* Exact Catalamar split-color treatment on every main heading */
h1, h2, h1 em, h2 em, .route-title h2, .route-title h2 em, .location-card h2, .location-card h2 em { color: #fff; background-image: linear-gradient(to bottom, #ffffff 0 49%, #32b8f4 50% 100%); background-size: 100% .9em; background-repeat: repeat-y; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: 2.5px #000; paint-order: stroke fill; text-shadow: 5px 5px 0 #f00090; }
.hero h1, .hero h1 em, .final-cta h2, .final-cta h2 em { -webkit-text-stroke-width: 3px; text-shadow: 6px 6px 0 #f00090; }
.form-head b { color: #fff; background: linear-gradient(to bottom, #ffffff 0 49%, #32b8f4 50% 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1.5px #000; paint-order: stroke fill; text-shadow: 2px 2px 0 #f00090; }

@media (max-width: 640px) {
  h1, h2, h1 em, h2 em, .route-title h2, .route-title h2 em, .location-card h2, .location-card h2 em { -webkit-text-stroke-width: 2px; text-shadow: 4px 4px 0 #f00090; }
}

/* Keep the pink strictly outside the white/blue letter fill */
h1, h2, .route-title h2, .location-card h2 { text-shadow: none !important; filter: drop-shadow(5px 5px 0 #f00090); }
.hero h1, .final-cta h2 { filter: drop-shadow(6px 6px 0 #f00090); }
h1 em, h2 em, .route-title h2 em, .location-card h2 em { text-shadow: none !important; filter: none; }
.form-head b { text-shadow: none !important; filter: drop-shadow(2px 2px 0 #f00090); }

@media (max-width: 640px) {
  h1, h2, .route-title h2, .location-card h2 { filter: drop-shadow(4px 4px 0 #f00090); }
}

/* Harmonic logo palette: reserve the split fill for the hero signature */
.booking-intro h2, .booking-intro h2 em, .why-copy h2, .why-copy h2 em, .social-copy h2, .social-copy h2 em, .faq h2, .faq h2 em, .final-cta h2, .final-cta h2 em, .form-head b { color: #32b8f4; background: none; -webkit-text-fill-color: #32b8f4; }
.section-heading h2, .section-heading h2 em, .route-title h2, .route-title h2 em, .seo-copy h2, .seo-copy h2 em, .location-card h2, .location-card h2 em { color: #fff; background: none; -webkit-text-fill-color: #fff; }

/* Heavy black outline, matching the weight of the Catalamar wordmark */
h1, h2, h1 em, h2 em, .route-title h2, .route-title h2 em, .location-card h2, .location-card h2 em { -webkit-text-stroke: 5px #000; }
.hero h1, .hero h1 em { -webkit-text-stroke-width: 6px; }
.form-head b { -webkit-text-stroke: 3px #000; }
@media (max-width: 640px) {
  h1, h2, h1 em, h2 em, .route-title h2, .route-title h2 em, .location-card h2, .location-card h2 em { -webkit-text-stroke-width: 3.5px; }
  .hero h1, .hero h1 em { -webkit-text-stroke-width: 4px; }
}

/* Final outline scale requested: extra-heavy H2, slightly lighter H1 */
h2, h2 em, .route-title h2, .route-title h2 em, .location-card h2, .location-card h2 em { -webkit-text-stroke-width: 8px; }
h1, h1 em, .hero h1, .hero h1 em { -webkit-text-stroke-width: 5px; }
@media (max-width: 640px) {
  h2, h2 em, .route-title h2, .route-title h2 em, .location-card h2, .location-card h2 em { -webkit-text-stroke-width: 6px; }
  h1, h1 em, .hero h1, .hero h1 em { -webkit-text-stroke-width: 3.5px; }
}

/* Give accented capitals and thick outlines enough room between rows */
h1 { line-height: 1.02; }
h2 { line-height: 1.15; }
@media (max-width: 640px) {
  h1 { line-height: 1.04; }
  h2 { line-height: 1.16; }
}

/* Transparent logo: no white badge or framed background */
.brand { width: 84px; height: 84px; overflow: visible; background: transparent; border: 0; border-radius: 0; box-shadow: none; transform: none; }
.brand img { width: 84px; height: 84px; object-fit: contain; }
.footer-brand img { background: transparent; border: 0; border-radius: 0; box-shadow: none; object-fit: contain; transform: none; }
@media (max-width: 640px) {
  .brand { width: 64px; height: 64px; }
  .brand img { width: 64px; height: 64px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }

/* Catalamar street-sport direction */
h1, h2 { font-weight: 400; letter-spacing: -.035em; line-height: .9; text-transform: uppercase; }
h1 em, h2 em { display: inline-block; font-family: var(--font-accent), sans-serif; font-weight: 900; font-style: italic; letter-spacing: -.045em; text-transform: uppercase; transform: skew(-5deg); }
.hero h1 { max-width: 880px; text-shadow: 3px 3px 0 #00131c, 7px 7px 0 rgba(240,0,144,.82); }
.eyebrow, nav, .button, .header-cta, .pay-button, .board-toggle button, .booking-total span, .social-buttons a { font-family: var(--font-accent), sans-serif; font-weight: 800; font-style: italic; }
.eyebrow { font-size: 12px; letter-spacing: .16em; }
.eyebrow span { width: 42px; height: 4px; transform: skew(-28deg); }
.hero::after { content: ""; position: absolute; z-index: 1; inset: 90px 0 0 58%; pointer-events: none; opacity: .38; background-image: radial-gradient(circle, var(--coral) 0 2px, transparent 2.5px); background-size: 18px 18px; mask-image: linear-gradient(135deg, transparent 20%, #000 75%, transparent 100%); }
.site-header { border-bottom: 3px solid rgba(48,176,240,.72); }
.brand { width: 92px; height: 78px; border: 3px solid var(--ink); border-radius: 18px; box-shadow: 6px 6px 0 var(--coral); transform: rotate(-2deg); }
.brand img { width: 86px; height: 94px; }
.header-cta, .button, .pay-button, .social-buttons a, .mobile-book { border-radius: 14px; border: 3px solid var(--ink); box-shadow: 5px 5px 0 var(--coral); font-size: 13px; letter-spacing: .08em; transition: transform .18s, box-shadow .18s, background .18s, color .18s; }
.header-cta { background: var(--aqua); }
.header-cta:hover, .button:hover, .pay-button:hover, .social-buttons a:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--coral); }
.button.dark, .pay-button { border-color: #000; }
.booking-wrap, .why, .social, .seo-copy, .faq { position: relative; overflow: hidden; }
.booking-wrap::after, .why::after, .social::after, .faq::after { content: ""; position: absolute; z-index: 0; width: 220px; height: 38px; background: var(--coral); transform: rotate(-8deg); opacity: .95; }
.booking-wrap::after { right: -48px; top: 46px; }
.why::after { left: -80px; bottom: 55px; background: var(--aqua); }
.social::after { right: -65px; bottom: 72px; }
.faq::after { left: -80px; top: 68px; background: var(--aqua); }
.booking-wrap > *, .why > *, .social > *, .faq > * { position: relative; z-index: 1; }
.booking-card { border: 4px solid var(--ink); border-radius: 22px; box-shadow: 12px 12px 0 var(--coral); backdrop-filter: none; -webkit-backdrop-filter: none; }
.form-head b, .booking-total strong, .mosaic figcaption b, .reason h3, .route-line span, summary { font-family: var(--font-accent), sans-serif; font-weight: 900; font-style: italic; text-transform: uppercase; letter-spacing: .01em; }
.form-head b { font-size: 25px; line-height: 1; }
.board-toggle button { border: 2px solid var(--ink); border-radius: 12px; }
.board-toggle button.active { background: var(--aqua); border: 3px solid var(--ink); box-shadow: 5px 5px 0 var(--coral); }
.experience { background: #fff; }
.mosaic { gap: 20px; }
.mosaic figure { border: 4px solid var(--ink); box-shadow: 7px 7px 0 var(--aqua); }
.mosaic .mosaic-top { box-shadow: 7px 7px 0 var(--coral); }
.mosaic blockquote { border: 4px solid #000; box-shadow: 7px 7px 0 var(--coral); font-family: var(--font-accent), sans-serif; font-weight: 800; font-style: italic; text-transform: uppercase; transform: rotate(-1deg); }
.mosaic blockquote span, .mosaic blockquote em, .review-card p, .footer-brand p { font-family: var(--font-accent), sans-serif; font-weight: 800; font-style: italic; }
.image-badge { border: 3px solid #000; font-family: var(--font-accent), sans-serif; font-size: 12px; font-weight: 900; font-style: italic; }
.route-section { border-top: 10px solid var(--coral); border-bottom: 10px solid var(--aqua); }
.route-section::after { content: ""; position: absolute; left: -10%; top: 45%; width: 120%; height: 3px; background: rgba(48,176,240,.24); transform: rotate(-6deg); box-shadow: 0 18px 0 rgba(240,0,144,.22), 0 36px 0 rgba(48,176,240,.16); }
.social-cards figure, .review-card { border: 4px solid var(--ink); box-shadow: 7px 7px 0 var(--coral); }
.social-cards figure:nth-child(2) { box-shadow: 7px 7px 0 var(--aqua); }
.review-card { border-left-width: 4px; }
.location-card { border-right: 10px solid var(--coral); }
.map-pin { border: 3px solid var(--ink); box-shadow: 5px 5px 0 var(--coral); font-family: var(--font-accent), sans-serif; font-size: 12px; font-style: italic; }
.final-cta { border-top: 10px solid var(--aqua); }
.footer-brand img { border: 3px solid var(--aqua); border-radius: 18px; box-shadow: 6px 6px 0 var(--coral); transform: rotate(-2deg); }

@media (max-width: 640px) {
  .brand { width: 65px; height: 58px; border-radius: 12px; box-shadow: 4px 4px 0 var(--coral); }
  .brand img { width: 61px; height: 68px; }
  .hero h1 { font-size: clamp(47px, 14.8vw, 66px); text-shadow: 2px 2px 0 #00131c, 5px 5px 0 rgba(240,0,144,.82); }
  .hero::after { inset: 90px -25% 30% 45%; background-size: 14px 14px; }
  .booking-card { box-shadow: 7px 7px 0 var(--coral); }
  .booking-wrap::after, .why::after, .social::after, .faq::after { width: 125px; height: 24px; }
  .mosaic figure, .social-cards figure, .review-card { box-shadow: 5px 5px 0 var(--coral); }
}

/* Final logo-lettering priority */
h1, h2, h1 em, h2 em { font-family: var(--font-display), Impact, sans-serif; font-weight: 400; }
h1 em, h2 em { font-style: normal; }
.hero h1, .hero h1 em, .final-cta h2, .final-cta h2 em { background: linear-gradient(180deg, #fff 0 44%, #69d7ff 45% 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: 3px #000; paint-order: stroke fill; text-shadow: 6px 6px 0 var(--coral), 9px 9px 0 #000; }
.hero h1 em, .final-cta h2 em { transform: skew(-7deg) rotate(-1deg); }
.route-title h2, .location-card h2 { color: #fff; text-shadow: 4px 4px 0 var(--coral); }
.route-title h2 em, .location-card h2 em { color: var(--aqua); -webkit-text-stroke: 1px #000; text-shadow: 4px 4px 0 var(--coral); }
.form-head b, .booking-total strong, .mosaic figcaption b, .reason h3, .route-line span, summary { font-family: var(--font-display), Impact, sans-serif; font-style: normal; }

@media (max-width: 640px) {
  .hero h1, .hero h1 em, .final-cta h2, .final-cta h2 em { -webkit-text-stroke: 2px #000; text-shadow: 4px 4px 0 var(--coral), 6px 6px 0 #000; }
}

/* Side accents shaped as the nose of a paddle-surf board */
.booking-wrap::after, .why::after, .social::after, .faq::after { content: ""; position: absolute; z-index: 0; width: 260px; height: 58px; border: 4px solid var(--ink); opacity: 1; box-shadow: 7px 7px 0 rgba(0,31,45,.16); }
.booking-wrap::after, .social::after { right: -92px; background: linear-gradient(90deg, transparent 0 24%, rgba(255,255,255,.9) 24% 28%, transparent 28% 100%), linear-gradient(180deg, #ff39aa 0 46%, var(--coral) 47% 100%); border-radius: 80% 18px 18px 80% / 50%; transform: rotate(-8deg); }
.why::after, .faq::after { left: -92px; background: linear-gradient(90deg, transparent 0 72%, rgba(255,255,255,.92) 72% 76%, transparent 76% 100%), linear-gradient(180deg, #6bd8ff 0 46%, var(--aqua) 47% 100%); border-radius: 18px 80% 80% 18px / 50%; transform: rotate(-8deg); }
@media (max-width: 640px) {
  .booking-wrap::after, .why::after, .social::after, .faq::after { width: 168px; height: 42px; border-width: 3px; box-shadow: 5px 5px 0 rgba(0,31,45,.14); }
  .booking-wrap::after, .social::after { right: -76px; }
  .why::after, .faq::after { left: -76px; }
}

/* Final mobile layout: compact hero, readable headings and zero horizontal clipping */
@media (max-width: 640px) {
  .site-header { height: 78px; padding-inline: 18px; }
  .hero {
    height: auto;
    min-height: 0;
    align-items: flex-start;
  }
  .hero-content {
    width: 100%;
    margin: 0;
    padding: 138px 20px 58px;
  }
  .hero::after {
    inset: 88px -32% auto 48%;
    height: 300px;
    opacity: .2;
  }
  .hero h1,
  .hero h1 em {
    max-width: 100%;
    font-size: clamp(42px, 11.5vw, 54px);
    line-height: 1.08;
    letter-spacing: -.055em;
    -webkit-text-stroke-width: 3px;
  }
  .hero-copy {
    max-width: 100%;
    margin: 24px 0;
    font-size: 14px;
    line-height: 1.55;
  }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-meta { margin-top: 28px; }

  .booking-intro h2,
  .section-heading h2,
  .why-copy h2,
  .route-title h2,
  .social-copy h2,
  .seo-copy h2,
  .faq h2,
  .location h2,
  .final-cta h2,
  h2,
  h2 em {
    max-width: 100%;
    font-size: clamp(35px, 10.5vw, 46px);
    line-height: 1.16;
    letter-spacing: -.045em;
    -webkit-text-stroke-width: 4px;
  }

  .booking-wrap,
  .experience,
  .why-copy,
  .route-section,
  .social,
  .seo-copy,
  .faq { padding: 68px 18px; }
  .booking-card {
    width: 100%;
    margin: 0;
    padding: 22px 16px;
  }
  .form-head { align-items: flex-start; }
  .form-head b { font-size: 20px; line-height: 1.12; }
  .form-grid { grid-template-columns: 1fr; }
  .booking-details-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .booking-details-grid .date-field { grid-column: 1 / -1; }
  .booking-details-grid select { min-width: 0; padding-inline: 9px; font-size: 13px; }
  .customer-fields { grid-template-columns: 1fr 1fr; gap: 10px; }
  .customer-fields .email-field { grid-column: 1 / -1; }
  .customer-fields input { min-width: 0; }
  .board-toggle button { padding: 14px 12px; }
  .board-toggle button span { font-size: 11px; }
  .board-spec { width: 100%; margin-top: 25px; padding-right: 44px; }
  .board-drawing { height: 68px; border-width: 4px; box-shadow: 5px 5px 0 var(--coral); }
  .board-deck { height: 46px; }
  .board-deck i { width: 39px; }
  .board-deck i:nth-child(1) { top: 11px; }
  .board-deck i:nth-child(2) { top: 21px; }
  .board-deck i:nth-child(3) { top: 32px; }
  .board-width { top: 23px; font-size: 9px; }
  .booking-intro .board-ready { font-size: 13px; }

  .mosaic { grid-template-rows: 360px 230px 230px; }
  .why-image { min-height: 360px; }
  .image-badge { padding: 17px 20px; }
  .reason { grid-template-columns: 34px minmax(0, 1fr); }
  .route-title,
  .section-heading { min-width: 0; }
  .route-line div { min-width: 0; }
  .social-buttons { flex-wrap: wrap; }
  .social-buttons a { flex: 1 1 130px; }
  .social-cards { grid-template-rows: 300px 210px 190px; }
  .columns { min-width: 0; }
  summary { grid-template-columns: 28px minmax(0, 1fr) 18px; font-size: 14px; }
  details p { margin-left: 38px; }
  .location-card { padding: 68px 18px; }
  .location-details { gap: 22px; flex-wrap: wrap; }
  .location-image { min-height: 270px; }
  .final-cta { padding: 78px 18px; }
  footer { padding-inline: 18px; }
}

/* Hero title: one solid brand color per line */
.hero h1 .hero-line { display: block; background: none; background-image: none; }
.hero h1 .hero-line-white,
.hero h1 .hero-line-white em { color: #fff; -webkit-text-fill-color: #fff; }
.hero h1 .hero-line-blue,
.hero h1 .hero-line-blue em { color: var(--aqua); -webkit-text-fill-color: var(--aqua); }

/* Stronger booking choices and primary payment action */
.board-toggle button > span { font-size: 16px; line-height: 1.1; }
.pay-button { font-size: 16px; line-height: 1.15; }
@media (max-width: 640px) {
  .board-toggle button > span { font-size: 15px; }
  .pay-button { font-size: 14px; }
}

/* Triple-strength black outline on the main H1 */
.hero h1,
.hero h1 em,
.hero h1 .hero-line,
.hero h1 .hero-line em { -webkit-text-stroke: 15px #000; paint-order: stroke fill; }
.hero h1 .hero-line { letter-spacing: .025em; }
@media (max-width: 640px) {
  .hero h1,
  .hero h1 em,
  .hero h1 .hero-line,
  .hero h1 .hero-line em { -webkit-text-stroke-width: 9px; }
  .hero h1 .hero-line { letter-spacing: .012em; }
  .hero h1 { font-size: clamp(26px, 8.6vw, 42px); }
  .hero h1 em { font-size: inherit; }
  .hero h1 .hero-line { white-space: nowrap; }
}

/* Header revision: clean logo, no menu and a simple reserve button */
.site-header .brand,
.site-header .brand:hover,
.site-header .brand:focus,
.footer-brand img {
  width: 92px;
  height: 92px;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline-offset: 5px;
  transform: none;
}
.site-header .brand img,
.footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: none;
  transform: none;
}
.site-header { top: clamp(14px, 2.2vw, 28px); border-bottom: 0; }
.header-cta { min-width: 146px; justify-content: center; gap: 0; padding-inline: 24px; }
@media (max-width: 640px) {
  .site-header { top: calc(env(safe-area-inset-top, 0px) + 26px); }
  .site-header .brand { width: 68px; height: 68px; }
  .header-cta { min-width: 120px; padding: 11px 18px; }
  .hero-actions { align-items: flex-start; }
  .hero-meta { display: grid; grid-template-columns: auto minmax(0, 1fr); }
  .hero-meta > span, .google-rating { width: auto; }
  .mobile-book span { font-size: 13px; font-weight: 900; letter-spacing: .08em; }
  .mobile-book b { font-size: 18px; }
}

/* Readable mobile copy and clear space for the FAQ board accent */
@media (max-width: 640px) {
  .seo-copy .columns { font-size: 16px; line-height: 1.7; }
  .faq .eyebrow { margin-bottom: 28px; font-size: 13px; letter-spacing: .14em; }
  .faq::after { top: 8px; }
  .faq summary { font-size: 16px; }
  .faq details p { font-size: 15px; line-height: 1.7; }
}

/* Balanced footer branding and consistent outlined display lines */
.footer-brand img {
  width: 110px;
  height: 110px;
  max-width: 110px;
}
.route-title h2,
.route-title h2 em,
.location-card h2,
.location-card h2 em,
.final-cta h2,
.final-cta h2 em {
  -webkit-text-stroke: 8px #000;
  paint-order: stroke fill;
}
@media (max-width: 640px) {
  .footer-brand img {
    width: 88px;
    height: 88px;
    max-width: 88px;
  }
  .route-title h2,
  .route-title h2 em,
  .location-card h2,
  .location-card h2 em,
  .final-cta h2,
  .final-cta h2 em {
    -webkit-text-stroke-width: 5px;
  }
}

/* Clean closing headline: brand fill and pink shadow, without black outline */
.final-cta h2,
.final-cta h2 em {
  -webkit-text-stroke: 0 transparent;
}
