/* base.css v3 (2026-08-31) — uc Butternut varyantinin TAMAMINDA birebir ayni
   olan kurallar; sayfaya STATIK <link> ile girer, boylece tarayici ilk boyamayi
   stilli yapar (eskiden tum css js ile enjekte ediliyordu -> masaustu CLS 1.31).
   v1 hatasi: @media bloklari butun halinde karsilastirildi -> masaustu bloklari disarida kaldi.
   v2 hatasi: ayristirici YORUM icindeki '@media' metnini gercek blok sandi.
   v3: once yorumlar temizleniyor, sonra @media bloklarinin ICI kural kural karsilastiriliyor. */

@font-face { font-family: 'DM Serif Display'; src: url('../assets/fonts/dm-serif-display.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }

@font-face { font-family: 'DM Sans'; src: url('../assets/fonts/dm-sans.woff2') format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; }

:root { --bg: #F4FAFF; --sky: #7EC8F2; --sunny: #FFD44D; --coral: #FF7B54; --navy: #1D3A5F; --white: #FFFFFF; --font-head: 'DM Serif Display', Georgia, serif; --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif; --nav-h-desktop: 88px; --nav-h-mobile: 64px; --desktop-bp: 861px; }

* { margin: 0; padding: 0; box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body { font-family: var(--font-body); color: var(--navy); background: var(--bg); line-height: 1.5; min-height: 100vh; }

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

ul { list-style: none; }

h1, h2, h3 { font-family: var(--font-head); font-weight: 400; }

.skip-link { position: absolute; left: -999px; top: 0; background: var(--navy); color: var(--white); padding: 12px 18px; z-index: 100; border-radius: 0 0 8px 0; }

.skip-link:focus { left: 0; }

:focus-visible { outline: 3px solid var(--coral); outline-offset: 2px; }

.nav { position: absolute; top: 0; left: 0; right: 0; z-index: 20; height: var(--nav-h-mobile); display: flex; align-items: center; justify-content: space-between; padding: 0 20px; background: rgba(244, 250, 255, 0.92); backdrop-filter: saturate(140%) blur(6px); -webkit-backdrop-filter: saturate(140%) blur(6px); box-shadow: 0 1px 0 rgba(29, 58, 95, 0.08); }

.nav-logo { font-family: var(--font-head); font-size: 20px; color: var(--navy); letter-spacing: 0.2px; }

.nav-links { display: none; gap: 34px; }

.nav-links a { font-size: 15px; font-weight: 700; opacity: 0.82; }

.nav-cta { display: none; background: var(--sunny); color: var(--navy); font-weight: 800; font-size: 13px; padding: 10px 16px; border-radius: 999px; box-shadow: 0 6px 16px rgba(255, 212, 77, 0.45); white-space: nowrap; }

.nav-burger { display: flex; flex-direction: column; gap: 4px; width: 22px; padding: 6px 0; }

.nav-burger span { height: 2.5px; background: var(--navy); border-radius: 2px; }

.hero { position: relative; min-height: 100vh; min-height: 100dvh; overflow: hidden; background: var(--bg); }

.hero-art { position: absolute; inset: 0; overflow: hidden; z-index: 1; }

.hero-scene-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }

.hero-scrim { position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: 1; background: linear-gradient( 100deg, rgba(244, 250, 255, 0.97) 0%, rgba(244, 250, 255, 0.94) 30%, rgba(244, 250, 255, 0.7) 44%, rgba(244, 250, 255, 0.15) 56%, transparent 66% ); }

.hero-scrim-top { display: none; }

.hero-copy { position: relative; z-index: 6; padding: calc(var(--nav-h-mobile) + 28px) 22px 0; max-width: 620px; }

.eyebrow { font-weight: 800; letter-spacing: 0.12em; font-size: 10.5px; color: var(--coral); text-transform: uppercase; margin-bottom: 10px; }

.hero h1 { font-size: 34px; line-height: 1.08; letter-spacing: -0.01em; margin-bottom: 12px; }

.hero-sub { font-size: 13.5px; line-height: 1.5; opacity: 0.82; max-width: 340px; margin-bottom: 18px; }

.hero-buttons { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 26px; }

.btn { font-weight: 800; font-size: 13px; padding: 12px 20px; border-radius: 999px; white-space: nowrap; display: inline-block; }

.btn-primary { background: var(--sunny); color: var(--navy); box-shadow: 0 8px 18px rgba(255, 212, 77, 0.45); }

.btn-secondary { background: rgba(255, 255, 255, 0.94); color: var(--navy); border: 1.5px solid rgba(29, 58, 95, 0.14); }

.hero-stats { display: flex; gap: 20px; }

.hero-stats li b { display: block; font-family: var(--font-head); font-size: 20px; font-weight: 400; line-height: 1.25; }

.hero-stats li span { font-size: 9px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.62; }

.hero-art .hero-scene-img { position: absolute; left: 0; right: 0; bottom: 0; top: auto; width: 100%; height: auto; object-fit: initial; }

html[data-hero="CLOUD"] .hero, html:not([data-hero]) .hero { background: var(--bg); }

html[data-hero="CLOUD"] .hero-art, html:not([data-hero]) .hero-art { top: 390px; }

html[data-hero="CLOUD"] .hero-art .hero-scene-img, html:not([data-hero]) .hero-art .hero-scene-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }

html[data-hero="CLOUD"] .hero-art::before, html:not([data-hero]) .hero-art::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 40px; background: linear-gradient(180deg, var(--bg), rgba(244, 250, 255, 0)); z-index: 2; }

html[data-hero="CLOUD"] .hero-scrim, html:not([data-hero]) .hero-scrim { display: none; }

html[data-hero="WINDOW"] .hero { background: linear-gradient(160deg, #F4FAFF, #DDF0FF); }

html[data-hero="WINDOW"] .hero-art { top: 390px; bottom: 84px; left: 14px; right: 14px; border-radius: 24px; box-shadow: 0 18px 40px rgba(29, 58, 95, 0.22); }

html[data-hero="WINDOW"] .hero-art .hero-scene-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% 30%; }

html[data-hero="WINDOW"] .hero-scrim { display: none; }

html[data-hero="ISLAND"] .hero { background: #9CA487; }

html[data-hero="POSTER"] .hero { background: #8F9A70; }

html[data-hero="CABIN"] .hero { background: #6FCFF8; }

html[data-hero="LOUNGE"] .hero { background: #78CCF7; }

html[data-hero="ISLAND"] .hero-scrim, html[data-hero="POSTER"] .hero-scrim, html[data-hero="CABIN"] .hero-scrim, html[data-hero="LOUNGE"] .hero-scrim { display: none; }

html[data-hero="ISLAND"] .hero-scrim-top, html[data-hero="POSTER"] .hero-scrim-top { display: block; position: absolute; top: 0; left: 0; right: 0; z-index: 2; pointer-events: none; }

html[data-hero="ISLAND"] .hero-scrim-top { height: 440px; background: linear-gradient(180deg, #F4FAFF 0%, #F4FAFF 66%, rgba(244,250,255,0.7) 88%, rgba(244,250,255,0) 100%); }

html[data-hero="POSTER"] .hero-scrim-top { height: 420px; background: linear-gradient(180deg, #F4FAFF 0%, #F4FAFF 60%, rgba(244,250,255,0.65) 88%, rgba(244,250,255,0) 100%); }

.bridge { position: relative; z-index: 10; margin-top: -30px; height: 30px; background: var(--white); border-radius: 26px 26px 0 0; box-shadow: 0 -14px 30px rgba(29, 58, 95, 0.1); }

.quote-section { position: relative; z-index: 5; background: var(--white); padding: 8px 24px 72px; text-align: center; }

.quote-mark { font-family: var(--font-head); font-size: 54px; line-height: 1; color: var(--coral); opacity: 0.35; margin-bottom: 4px; }

blockquote.big-quote { font-family: var(--font-head); font-weight: 400; font-size: 27px; line-height: 1.28; letter-spacing: -0.01em; color: var(--navy); max-width: 620px; margin: 0 auto 22px; }

.quote-attribution { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.5; margin-bottom: 34px; }

.quote-divider { width: 46px; height: 3px; background: var(--coral); border-radius: 999px; margin: 0 auto 30px; }

.quote-stats { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 0; margin-bottom: 40px; }

.quote-stats li { display: flex; align-items: baseline; gap: 6px; padding: 4px 14px; font-size: 12.5px; }

.quote-stats li b { font-family: var(--font-head); font-weight: 400; font-size: 16px; color: var(--navy); }

.quote-stats li span { font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; opacity: 0.58; font-size: 10px; }

.quote-stats li:not(:last-child) { border-right: 1px solid rgba(29, 58, 95, 0.14); }

.quote-outro { font-size: 13px; font-weight: 700; }

.quote-outro .link-arrow { color: var(--coral); border-bottom: 1.5px solid rgba(255, 123, 84, 0.4); padding-bottom: 1px; }

@media (min-width: 861px) {
  .nav { height: var(--nav-h-desktop); padding: 0 48px; }
  .nav-logo { font-size: 26px; }
  .nav-links { display: flex; }
  .nav-cta { display: inline-flex; align-items: center; font-size: 14px; padding: 13px 24px; }
  .nav-burger { display: none; }
  .hero-copy { padding: 0 0 0 56px; max-width: 620px; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: var(--nav-h-desktop); padding-bottom: 64px; }
  .hero h1 { font-size: 62px; margin-bottom: 22px; }
  .eyebrow { font-size: 14px; margin-bottom: 20px; }
  .hero-sub { font-size: 18px; max-width: 480px; margin-bottom: 32px; }
  .hero-buttons { gap: 16px; margin-bottom: 52px; }
  .btn { font-size: 16px; padding: 16px 30px; }
  .hero-stats { gap: 44px; }
  .hero-stats li b { font-size: 30px; }
  .hero-stats li span { font-size: 12px; }
  .hero-art { top: 0 !important; bottom: 0 !important; left: 0 !important; right: 0 !important; border-radius: 0 !important; box-shadow: none !important; }
  .hero-art::before { display: none !important; }
  .hero-art .hero-scene-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
  html:not([data-hero]) .hero-scrim, html[data-hero="CLOUD"] .hero-scrim { display: block; }
  html[data-hero="ISLAND"] .hero-scrim-top, html[data-hero="POSTER"] .hero-scrim-top { display: none; }
  html:not([data-hero]) .hero-art .hero-scene-img, html[data-hero="CLOUD"] .hero-art .hero-scene-img { object-position: center 30%; }
  html[data-hero="WINDOW"] .hero-art { left: auto !important; width: 56%; border-radius: 44px 0 0 44px !important; box-shadow: -24px 0 70px rgba(29, 58, 95, 0.2) !important; }
  html[data-hero="WINDOW"] .hero-art .hero-scene-img { object-position: 100% center; }
  html[data-hero="WINDOW"] .hero { background: linear-gradient(160deg, #F4FAFF, #DDF0FF); }
  html[data-hero="ISLAND"] .hero, html[data-hero="POSTER"] .hero, html[data-hero="CABIN"] .hero, html[data-hero="LOUNGE"] .hero { background: var(--bg); }
  html[data-hero="ISLAND"] .hero-art .hero-scene-img, html[data-hero="POSTER"] .hero-art .hero-scene-img { object-position: center bottom; }
  html[data-hero="CABIN"] .hero-art .hero-scene-img, html[data-hero="LOUNGE"] .hero-art .hero-scene-img { object-position: center 45%; }
  html[data-hero="ISLAND"] .hero-scrim { display: block; background: linear-gradient(100deg, #F4FAFF 0%, #F4FAFF 30%, rgba(244,250,255,0.82) 42%, rgba(244,250,255,0.25) 55%, transparent 64%); }
  html[data-hero="POSTER"] .hero-scrim { display: block; background: linear-gradient(100deg, #F4FAFF 0%, #F4FAFF 34%, rgba(244,250,255,0.88) 44%, rgba(244,250,255,0.35) 56%, transparent 66%); }
  html[data-hero="CABIN"] .hero-scrim, html[data-hero="LOUNGE"] .hero-scrim { display: none; }
  .bridge { margin-top: -46px; height: 46px; border-radius: 40px 40px 0 0; }
  .quote-mark { font-size: 84px; margin-bottom: 6px; }
  blockquote.big-quote { font-size: 46px; max-width: 900px; margin-bottom: 30px; }
  .quote-attribution { font-size: 13px; margin-bottom: 46px; }
  .quote-divider { margin-bottom: 40px; }
  .quote-stats { margin-bottom: 54px; }
  .quote-stats li { padding: 4px 26px; font-size: 14px; }
  .quote-stats li b { font-size: 20px; }
  .quote-stats li span { font-size: 11px; }
  .quote-outro { font-size: 16px; }
}

@media (min-width: 1180px) {
  .hero h1 { font-size: 68px; }
}

@media (max-width: 860px) {
  #food .bb-eyebrow, #food .bb-h2, #food .bb-copy, #food .bb-microcopy, #food .bb-t-eyebrow, #food .bb-t-h2, #food .bb-t-copy, #food .bb-ticket-kicker, #food .bb-ticket-sub, #food .bb-ticket-label, #food .eyebrow, #food .bb-title, #food .bb-sub, #food .bb-bowl-panel, #food .bb-t-fine, #food .bb-micro { text-align: center !important; }
  #food .bb-feature, #food .bb-ticket-field, #food ul li { justify-content: center; }
  #food ul { align-items: center; }
}

.sc-bridge { position: relative; z-index: 5; background: var(--white); }

.sc-bridge-cap { position: relative; z-index: 10; margin-top: -22px; height: 22px; background: var(--white); border-radius: 20px 20px 0 0; box-shadow: 0 -12px 26px rgba(29, 58, 95, 0.08); }

.sc-bridge-art { position: relative; display: block; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; }

.sc-bridge-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }

.sc-bridge-line { position: absolute; z-index: 3; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; max-width: 420px; margin: 0; padding: 0 28px; text-align: center; font-family: var(--font-head); font-weight: 400; font-size: 19px; line-height: 1.4; letter-spacing: -0.005em; color: var(--navy); text-shadow: 0 2px 16px rgba(244, 250, 255, 0.9), 0 1px 30px rgba(244, 250, 255, 0.7); }

.sc-flights { position: relative; z-index: 5; background: var(--bg); padding: 0 0 56px; }

.sc-scene { position: relative; width: 100%; aspect-ratio: 4 / 5; overflow: hidden; }

.sc-scene picture, .sc-scene img { position: absolute; inset: 0; width: 100%; height: 100%; }

.sc-scene img { object-fit: cover; object-position: center 32%; }

.sc-scene-scrim { position: absolute; inset: auto 0 0 0; height: 44%; background: linear-gradient(0deg, rgba(20, 38, 63, 0.86) 0%, rgba(20, 38, 63, 0.5) 55%, transparent 100%); pointer-events: none; }

.sc-scene-cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 24px 22px 26px; text-align: left; }

.sc-scene-cap .sc-eyebrow { color: var(--sunny); margin-bottom: 8px; }

.sc-scene-cap .sc-h2 { color: var(--white); font-size: 24px; line-height: 1.14; letter-spacing: -0.01em; margin-bottom: 8px; }

.sc-scene-cap .sc-copy { color: rgba(255, 255, 255, 0.88); font-size: 13.5px; line-height: 1.5; max-width: 420px; }

.sc-inner { max-width: 1180px; margin: 0 auto; padding: 32px 22px 0; }

.sc-cards { display: flex; flex-direction: column; gap: 16px; }

.sc-card { background: var(--white); border-radius: 22px; padding: 24px 22px; box-shadow: 0 10px 26px rgba(29, 58, 95, 0.09); }

.sc-card-kicker { font-weight: 800; letter-spacing: 0.1em; font-size: 10px; color: var(--coral); text-transform: uppercase; margin-bottom: 8px; }

.sc-card-title { font-size: 19px; line-height: 1.15; color: var(--navy); margin-bottom: 4px; }

.sc-card-note { font-size: 12px; line-height: 1.5; opacity: 0.68; margin: 4px 0 12px; }

.sc-rows { display: flex; flex-direction: column; margin-top: 12px; }

.sc-rows li { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding: 7px 0; border-bottom: 1px solid rgba(29, 58, 95, 0.08); font-size: 12.5px; }

.sc-rows li:last-child { border-bottom: none; }

.sc-name { font-weight: 700; color: var(--navy); }

.sc-val { font-weight: 700; color: rgba(29, 58, 95, 0.62); white-space: nowrap; flex-shrink: 0; }

.sc-rows--plain li { justify-content: flex-start; }

.sc-notes { display: flex; flex-direction: column; gap: 10px; margin-top: 12px; }

.sc-notes li { position: relative; padding-left: 16px; font-size: 12.5px; line-height: 1.5; font-weight: 700; color: var(--navy); opacity: 0.85; }

.sc-notes li::before { content: ""; position: absolute; left: 0; top: 7px; width: 5px; height: 5px; border-radius: 50%; background: var(--coral); }

@media (prefers-reduced-motion: no-preference) {
  .sc-card { transition: transform 0.15s ease, box-shadow 0.15s ease; }
}

@media (min-width: 861px) {
  .sc-bridge-cap { margin-top: -40px; height: 40px; border-radius: 36px 36px 0 0; }
  .sc-bridge-art { aspect-ratio: 21 / 7; }
  .sc-bridge-art img { object-position: center 46%; }
  .sc-bridge-line { max-width: 640px; font-size: 30px; }
  .sc-scene { aspect-ratio: 21 / 8; }
  .sc-scene img { object-position: center 22%; }
  .sc-scene-scrim { height: 62%; }
  .sc-scene-cap { padding: 0 64px 56px; max-width: 720px; }
  .sc-scene-cap .sc-eyebrow { font-size: 13px; }
  .sc-scene-cap .sc-h2 { font-size: 38px; margin-bottom: 12px; }
  .sc-scene-cap .sc-copy { font-size: 16px; max-width: 480px; }
  .sc-inner { padding: 56px 48px 0; }
  .sc-cards { flex-direction: row; align-items: flex-start; gap: 26px; }
  .sc-card { flex: 1 1 0; padding: 28px 26px; }
  .sc-card-title { font-size: 21px; }
  .sc-rows li, .sc-notes li { font-size: 13px; }
  .sc-flights { padding-bottom: 96px; }
}

@media (min-width: 1180px) {
  .sc-card { padding: 32px 30px; }
}

.cl-bridge { position: relative; z-index: 5; background: var(--bg); padding: 52px 22px 46px; text-align: center; }

.cl-bridge-icon { width: 26px; height: 26px; color: var(--coral); opacity: 0.85; transform: rotate(118deg); margin-bottom: 14px; }

.cl-bridge-line { margin: 0 auto; max-width: 300px; font-family: var(--font-head); font-weight: 400; font-size: 19px; line-height: 1.4; letter-spacing: -0.005em; color: var(--navy); }

.cl-teaser--split { position: relative; z-index: 5; background: var(--white); }

.sd-art { position: relative; width: 100%; aspect-ratio: 1088 / 900; overflow: hidden; }

.sd-art picture, .sd-art img { width: 100%; height: 100%; }

.sd-art img { object-fit: cover; object-position: center 47%; }

.sd-copy { padding: 28px 22px 40px; }

.sd-eyebrow { margin-bottom: 12px; }

.sd-h2 { font-size: 26px; line-height: 1.14; letter-spacing: -0.01em; margin-bottom: 12px; }

.sd-sub { font-size: 14px; line-height: 1.6; opacity: 0.8; max-width: 440px; margin-bottom: 22px; }

.sd-mini-form { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }

.sd-mini-field { font-size: 12px; font-weight: 700; color: var(--navy); opacity: 0.42; background: var(--bg); border: 1.5px dashed rgba(29, 58, 95, 0.24); border-radius: 999px; padding: 8px 16px; }

.sd-mini-badge { font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--coral); border: 1.5px solid var(--coral); border-radius: 999px; padding: 8px 14px; display: inline-flex; align-items: center; }

.sd-note { font-size: 11px; font-weight: 700; opacity: 0.5; margin-bottom: 22px; }

.sd-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; background: var(--sunny); color: var(--navy); font-weight: 800; font-size: 14px; border-radius: 999px; padding: 13px 22px; box-shadow: 0 8px 18px rgba(255, 212, 77, 0.45); white-space: nowrap; }

.sd-cta:active { transform: translateY(1px); }

.tc-bridge { position: relative; z-index: 5; background: var(--bg); padding: 52px 22px 46px; text-align: center; }

.tc-bridge-icon { width: 26px; height: 26px; color: var(--coral); opacity: 0.85; transform: rotate(-6deg); margin-bottom: 14px; }

.tc-bridge-line { margin: 0 auto; max-width: 300px; font-family: var(--font-head); font-weight: 400; font-size: 19px; line-height: 1.4; letter-spacing: -0.005em; color: var(--navy); }

.tc-shop { position: relative; z-index: 5; background: var(--white); padding: 8px 22px 64px; }

.tc-head { max-width: 640px; margin: 0 auto 40px; text-align: center; }

.tc-eyebrow { display: flex; justify-content: center; margin-bottom: 12px; }

.tc-title { font-size: 32px; line-height: 1.08; letter-spacing: -0.01em; margin-bottom: 10px; }

.tc-sub { font-size: 14px; line-height: 1.6; opacity: 0.72; }

.tc-grid { display: flex; flex-direction: column; gap: 48px; max-width: 440px; margin: 0 auto; }

.tc-card { text-align: left; }

.tc-frame { display: block; width: 100%; aspect-ratio: 1088 / 1360; border-radius: 24px; overflow: hidden; margin-bottom: 18px; box-shadow: 0 14px 32px rgba(29, 58, 95, 0.14); }

.tc-frame picture, .tc-frame img { width: 100%; height: 100%; display: block; }

.tc-frame img { object-fit: cover; }

.tc-card-title { font-size: 23px; line-height: 1.15; margin-bottom: 8px; }

.tc-card-copy { font-size: 14px; line-height: 1.6; opacity: 0.78; max-width: 380px; margin-bottom: 14px; }

.tc-card-link { display: inline-block; font-size: 13.5px; font-weight: 800; color: var(--navy); border-bottom: 1.5px solid var(--coral); padding-bottom: 2px; }

.tc-cta { display: block; width: fit-content; margin: 52px auto 0; font-size: 13.5px; font-weight: 800; color: var(--navy); background: var(--bg); border: 1.5px solid rgba(29, 58, 95, 0.2); border-radius: 999px; padding: 15px 28px; text-align: center; }

.cl-footer { position: relative; z-index: 5; }

.cl-footer-art { position: relative; width: 100%; aspect-ratio: 1088 / 860; overflow: hidden; }

.cl-footer-art picture, .cl-footer-art img { width: 100%; height: 100%; }

.cl-footer-art img { object-fit: cover; object-position: center 100%; }

.cl-footer-panel { background: var(--navy); color: var(--white); padding: 34px 22px 24px; }

.cl-footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-bottom: 22px; margin-bottom: 18px; border-bottom: 1px solid rgba(255, 255, 255, 0.14); }

.cl-footer-logo { font-family: var(--font-head); font-size: 24px; color: var(--white); margin-bottom: 6px; }

.cl-footer-tagline { font-size: 12.5px; color: rgba(255, 255, 255, 0.7); max-width: 260px; }

.cl-footer-social { display: flex; gap: 12px; flex: 0 0 auto; }

.cl-footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, 0.1); color: var(--white); display: flex; align-items: center; justify-content: center; }

.cl-footer-social svg { width: 18px; height: 18px; }

.cl-footer-links { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-bottom: 22px; }

.cl-footer-links a { font-size: 12.5px; font-weight: 700; color: rgba(255, 255, 255, 0.72); }

.cl-footer-bottom { display: flex; flex-direction: column; gap: 12px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.14); }

.cl-footer-code { font-size: 12px; font-weight: 700; color: var(--sunny); width: fit-content; }

.cl-footer-code strong { font-weight: 800; }

.cl-footer-copy { font-size: 11px; color: rgba(255, 255, 255, 0.45); }

@media (min-width: 861px) {
  .cl-bridge { padding: 84px 48px 76px; }
  .cl-bridge-icon { width: 32px; height: 32px; margin-bottom: 18px; }
  .cl-bridge-line { max-width: 460px; font-size: 26px; }
  .cl-teaser--split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; min-height: 620px; }
  .sd-art { aspect-ratio: auto; height: 100%; min-height: 620px; }
  .sd-art img { object-position: center 30%; }
  .sd-copy { display: flex; flex-direction: column; justify-content: center; padding: 64px 56px; }
  .sd-h2 { font-size: 36px; max-width: 480px; margin-bottom: 16px; }
  .sd-sub { font-size: 16px; max-width: 460px; margin-bottom: 28px; }
  .sd-mini-form { margin-bottom: 12px; }
  .sd-mini-field { font-size: 13px; padding: 9px 18px; }
  .sd-note { margin-bottom: 28px; }
  .sd-cta { font-size: 15px; padding: 15px 26px; min-height: 54px; }
  .tc-bridge { padding: 84px 48px 76px; }
  .tc-bridge-icon { width: 32px; height: 32px; margin-bottom: 18px; }
  .tc-bridge-line { max-width: 460px; font-size: 26px; }
  .tc-shop { padding: 24px 48px 112px; }
  .tc-head { margin-bottom: 64px; }
  .tc-title { font-size: 44px; }
  .tc-sub { font-size: 16px; }
  .tc-grid { flex-direction: row; align-items: flex-start; gap: 44px; max-width: 1180px; }
  .tc-card { flex: 1 1 0; }
  .tc-frame { aspect-ratio: 1088 / 1088; margin-bottom: 22px; border-radius: 28px; }
  .tc-card-title { font-size: 25px; }
  .tc-card-copy { font-size: 14.5px; }
  .tc-cta { margin-top: 68px; padding: 17px 32px; font-size: 14.5px; }
  .cl-footer-art { aspect-ratio: 1440 / 480; }
  .cl-footer-art img { object-position: center 100%; }
  .cl-footer-panel { padding: 48px 48px 32px; }
  .cl-footer-top { padding-bottom: 28px; margin-bottom: 24px; }
  .cl-footer-logo { font-size: 30px; }
  .cl-footer-tagline { font-size: 13.5px; max-width: 320px; }
  .cl-footer-links { gap: 12px 28px; margin-bottom: 26px; }
  .cl-footer-links a { font-size: 13px; }
  .cl-footer-bottom { flex-direction: row; align-items: center; justify-content: space-between; }
  .cl-footer-code { font-size: 13px; }
  .cl-footer-copy { font-size: 12px; }
}

.bf-overlay { position: fixed; inset: 0; z-index: 100; display: flex; align-items: flex-end; justify-content: center; background: rgba(15, 28, 46, 0.52); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.22s ease; }

.bf-overlay.is-open { opacity: 1; visibility: visible; pointer-events: auto; }

.bf-modal { position: relative; width: 100%; max-width: 460px; max-height: 92vh; overflow-y: auto; background: var(--bg); border-radius: 26px 26px 0 0; padding: 32px 24px 34px; box-shadow: 0 -20px 60px rgba(29, 58, 95, 0.28); transform: translateY(24px); transition: transform 0.24s ease; }

.bf-overlay.is-open .bf-modal { transform: translateY(0); }

.bf-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border-radius: 50%; background: var(--white); color: var(--navy); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(29, 58, 95, 0.14); }

.bf-close svg { width: 16px; height: 16px; }

.bf-eyebrow { margin-bottom: 10px; padding-right: 40px; }

.bf-title { font-size: 27px; line-height: 1.14; margin-bottom: 10px; padding-right: 36px; }

.bf-desc { font-size: 14px; line-height: 1.55; opacity: 0.76; margin-bottom: 26px; max-width: 380px; }

.bf-form { display: flex; flex-direction: column; gap: 16px; margin-bottom: 20px; }

.bf-field { display: flex; flex-direction: column; gap: 7px; }

.bf-field-label { font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.6; }

.bf-input { font-family: var(--font-body); font-size: 17px; padding: 17px 18px; border-radius: 15px; border: 1.5px solid rgba(29, 58, 95, 0.18); background: var(--white); color: var(--navy); width: 100%; }

.bf-input:focus { outline: 2px solid var(--sky); outline-offset: 1px; border-color: var(--sky); }

.bf-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.bf-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; opacity: 0.82; cursor: pointer; }

.bf-consent input { margin-top: 3px; width: 16px; height: 16px; flex-shrink: 0; accent-color: var(--coral); }

.bf-submit { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; background: var(--sunny); color: var(--navy); font-weight: 800; font-size: 15.5px; border-radius: 999px; box-shadow: 0 10px 22px rgba(255, 212, 77, 0.48); border: none; cursor: pointer; }

.bf-submit:active { transform: translateY(1px); }

.bf-thanks { font-size: 13.5px; line-height: 1.6; background: var(--white); border-radius: 16px; padding: 16px 18px; margin-bottom: 20px; border: 1.5px solid rgba(29, 58, 95, 0.12); }

.bf-error { font-size: 13px; line-height: 1.5; color: var(--coral); margin-top: 10px; font-weight: 600; }

.bf-thin-divider { border: none; height: 1px; background: rgba(29, 58, 95, 0.14); margin: 0 0 16px; }

.bf-ig-link { display: block; text-align: center; font-size: 13.5px; font-weight: 700; color: var(--navy); opacity: 0.72; }

.bf-ig-link:hover, .bf-ig-link:focus-visible { opacity: 1; text-decoration: underline; }

body.bf-lock { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  .bf-overlay, .bf-modal { transition: none; }
}

@media (min-width: 1180px) {
  .sd-h2 { font-size: 40px; }
  .tc-title { font-size: 50px; }
}

@media (min-width: 861px) {
  .bf-overlay { align-items: center; padding: 24px; }
  .bf-modal { border-radius: 26px; padding: 46px 44px 44px; transform: translateY(12px) scale(0.98); }
  .bf-overlay.is-open .bf-modal { transform: translateY(0) scale(1); }
  .bf-title { font-size: 31px; }
  .bf-desc { font-size: 15.5px; }
}

@media (max-width: 860px) {
  .nav-links { display: flex !important; position: fixed; top: 68px; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--white, #fff); box-shadow: 0 18px 40px rgba(29, 58, 95, 0.14); border-top: 1px solid rgba(29, 58, 95, 0.08); padding: 6px 20px 18px; transform: translateY(-140%); opacity: 0; pointer-events: none; transition: transform 0.28s cubic-bezier(.22,.8,.3,1), opacity 0.2s ease; z-index: 90; max-height: calc(100vh - 68px); overflow-y: auto; }
  body.nav-open .nav-links { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 15px 4px; font-size: 17px; opacity: 1; border-bottom: 1px solid rgba(29, 58, 95, 0.07); min-height: 48px; display: flex; align-items: center; }
  .nav-links a:last-child { border-bottom: 0; }
  .nav-links-cta { margin-top: 12px; background: var(--sunny, #FFD44D); color: var(--navy, #1D3A5F); border-radius: 999px; justify-content: center; font-weight: 800; border-bottom: 0 !important; }
  .nav-links-work { margin-top: 8px; border: 2px solid rgba(29,58,95,.14); border-radius: 999px; justify-content: center; font-weight: 800; border-bottom: 2px solid rgba(29,58,95,.14) !important; }
  body.nav-open { overflow: hidden; }
  body.nav-open .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.nav-open .nav-burger span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-burger span { transition: transform .25s ease, opacity .2s ease; }
}

@media (min-width: 861px) {
  .nav-links-cta, .nav-links-work { display: none !important; }
}

.nav-burger { background: none !important; border: 0 !important; box-shadow: none !important; -webkit-appearance: none; appearance: none; -webkit-tap-highlight-color: transparent; cursor: pointer; margin: 0; color: inherit; }

.nav-burger:hover, .nav-burger:active, .nav-burger:focus { background: none !important; border: 0 !important; box-shadow: none !important; outline: none; }

.nav-burger:focus-visible { outline: 3px solid var(--coral, #FF7B54); outline-offset: 3px; border-radius: 6px; }
