/* Cape Dor Business — main theme CSS (ported from src/styles.css) */

/* ===== Fonts ===== */
@font-face { font-family: 'Almoni Tzar'; src: url('../assets/fonts/almoni-tzar-regular.otf') format('opentype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Myriad Hebrew'; src: url('../assets/fonts/MyriadHebrew-Regular.otf') format('opentype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Next Exit'; src: url('../assets/fonts/NextExitLight.otf') format('opentype'); font-weight: 300; font-display: swap; }
@font-face { font-family: 'Next Exit'; src: url('../assets/fonts/NextExitRegular.otf') format('opentype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Orange Avenue'; src: url('../assets/fonts/OrangeAvenueDEMO-Regular.otf') format('opentype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'TT Ricordi Allegria'; src: url('../assets/fonts/TT_Ricordi_Allegria_Trial_Light.ttf') format('truetype'); font-weight: 300; font-display: swap; unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+2070-209F, U+20A0-20CF; }
@font-face { font-family: 'TT Ricordi Allegria'; src: url('../assets/fonts/TT_Ricordi_Allegria_Trial_Regular.ttf') format('truetype'); font-weight: 400; font-display: swap; unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+2070-209F, U+20A0-20CF; }

/* ===== Tokens ===== */
:root {
  --cape-bg: #25222E;
  --cape-bg-2: #1B1822;
  --cape-bg-text: #E8DCC5;
  --cape-dark: #25222E;
  --cape-dark-2: #1B1822;
  --cape-cream: #E8DCC5;
  --cape-cream-2: #DDD0B6;
  --cape-taupe: #7C7766;
  --cape-gold: #C9A86A;
  --cape-gold-soft: #D8BB80;
  --cape-text-dark: #25222E;
  --cape-text-light: #E8DCC5;
  --cape-gold-30: rgba(201, 168, 106, 0.3);
  --gradient-bronze: linear-gradient(135deg, #C9A86A 0%, #D8BB80 100%);
  --gradient-navy: linear-gradient(180deg, #25222E 0%, #1B1822 100%);
  --shadow-elegant: 0 20px 50px -20px rgba(27, 24, 34, 0.35);
  --color-cape-dark: var(--cape-dark);
  --color-cape-dark-2: var(--cape-dark-2);
  --color-cape-cream: var(--cape-cream);
  --color-cape-cream-2: var(--cape-cream-2);
  --color-cape-gold: var(--cape-gold);
  --color-cape-gold-soft: var(--cape-gold-soft);
  --color-cape-text-light: var(--cape-text-light);
  --color-cape-gold-30: var(--cape-gold-30);
  --font-family-serif: 'TT Ricordi Allegria', 'Almoni Tzar', 'Cormorant Garamond', Georgia, serif;
  --font-family-body: 'TT Ricordi Allegria', 'Next Exit', 'Myriad Hebrew', 'DM Sans', system-ui, sans-serif;
  --font-serif: var(--font-family-serif);
  --font-body: var(--font-family-body);
}

/* ===== Base ===== */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background-color: var(--cape-dark);
  color: var(--cape-text-light);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  width: 100%;
  max-width: 100vw;
}
@media (min-width: 768px) { body { font-size: 19px; line-height: 1.75; } }
img { max-width: 100%; height: auto; transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1); }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

/* ===== Hebrew typography ===== */
html[lang="he"] { --font-family-serif: 'Almoni Tzar', 'Frank Ruhl Libre', Georgia, serif; --font-family-body: 'Heebo', 'Almoni Tzar', system-ui, sans-serif; }
html[lang="he"] body { font-size: 18px; line-height: 1.75; letter-spacing: 0.005em; font-weight: 400; }
@media (min-width: 768px) { html[lang="he"] body { font-size: 19px; line-height: 1.8; } }
html[lang="he"] p, html[lang="he"] .font-body { font-size: 1.02em; line-height: 1.8; }
html[lang="he"] h1, html[lang="he"] h2, html[lang="he"] h3, html[lang="he"] .headline-serif { letter-spacing: 0.005em; line-height: 1.25; font-weight: 500; }
html[lang="he"] .eyebrow { letter-spacing: 0.2em; font-size: 14px; font-weight: 500; }
html[lang="he"] .btn-ghost-gold, html[lang="he"] .btn-gold-solid { font-size: 15px; letter-spacing: 0.08em; padding: 16px 40px; }
html[lang="he"] .input-luxury { font-size: 18px; padding: 20px 0; }
html[lang="he"] .input-luxury::placeholder { font-size: 17px; letter-spacing: 0.02em; }
@media (min-width: 768px) {
  html[lang="he"] .btn-ghost-gold, html[lang="he"] .btn-gold-solid { font-size: 16px; }
  html[lang="he"] .input-luxury { font-size: 19px; }
}

/* ===== Arabic typography ===== */
html[lang="ar"] { --font-family-body: 'Tajawal', system-ui, sans-serif; --font-family-serif: 'Tajawal', 'Amiri', serif; }
html[lang="ar"] body, html[lang="ar"] .font-body, html[lang="ar"] .font-serif, html[lang="ar"] .headline-serif,
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3, html[lang="ar"] h4, html[lang="ar"] h5, html[lang="ar"] h6,
html[lang="ar"] p, html[lang="ar"] span, html[lang="ar"] a, html[lang="ar"] button, html[lang="ar"] input, html[lang="ar"] textarea, html[lang="ar"] label {
  font-family: 'Tajawal', system-ui, sans-serif !important;
}
html[lang="ar"] body { font-size: 16px; }
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3, html[lang="ar"] .headline-serif { line-height: 1.3; font-weight: 700; }
html[lang="ar"] h1.headline-serif { font-size: clamp(2rem, 5vw, 4.75rem); line-height: 1.12; }
html[lang="ar"] h2.headline-serif { font-size: clamp(1.75rem, 4vw, 3.5rem); line-height: 1.2; }
html[lang="ar"] h3.headline-serif { font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1.25; }
html[lang="ar"] p, html[lang="ar"] .font-body { line-height: 1.8; font-size: 0.95em; }
:lang(ar), :lang(ar) * { letter-spacing: 0 !important; word-spacing: normal !important; }

/* ===== Components ===== */
.font-serif { font-family: var(--font-serif); }
.font-body { font-family: var(--font-body); }
.eyebrow { font-family: var(--font-body); font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--cape-gold); font-weight: 500; }
.headline-serif { font-family: var(--font-serif); font-weight: 300; line-height: 1.1; letter-spacing: -0.01em; }
.section-dark { background-color: var(--cape-bg); color: var(--cape-bg-text); }
.section-light { background-color: #E8DCC5; color: #25222E; }
.section-cream { background-color: #DDD0B6; color: #25222E; }
.section-taupe { background-color: #7C7766; color: #E8DCC5; }
.section-navy { background: var(--gradient-navy); color: var(--cape-cream); }
section.section-dark, section.section-light, section.section-cream, section.section-navy {
  padding-top: clamp(2.5rem, 5vw, 4.5rem) !important;
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem) !important;
}
.section-light, .section-cream { --color-cape-cream: #25222E; --color-cape-cream-2: #25222E; --color-cape-text-light: #25222E; }
.gold-divider { height: 1px; background: linear-gradient(90deg, transparent, var(--cape-gold), transparent); }

.feature-card {
  background: linear-gradient(135deg, rgba(235,226,208,0.04) 0%, rgba(235,226,208,0.02) 100%);
  border: 1px solid rgba(168,121,75,0.25);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-radius: 4px; padding: 2.25rem 1.75rem;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative; overflow: hidden;
}
.feature-card:hover { transform: translateY(-6px); border-color: rgba(168,121,75,0.6); box-shadow: 0 25px 60px -20px rgba(168,121,75,0.25); }

.btn-ghost-gold {
  display: inline-block; border: 1px solid var(--cape-gold); color: var(--cape-gold); background: transparent;
  padding: 14px 40px; font-family: var(--font-body); font-size: 12px; letter-spacing: 0.15em;
  text-transform: uppercase; cursor: pointer; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative; overflow: hidden;
}
.btn-ghost-gold:hover { background: var(--cape-gold); color: var(--cape-dark); }

.btn-gold-solid {
  background: var(--cape-gold); color: var(--cape-dark); padding: 16px 48px;
  font-family: var(--font-body); font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase;
  cursor: pointer; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); border: none; width: 100%;
}
.btn-gold-solid:hover { background: #d4b77a; }
.btn-gold-solid:disabled { opacity: 0.6; cursor: not-allowed; }

.input-luxury {
  background: transparent; border: none; border-bottom: 1px solid var(--cape-gold-30);
  padding: 18px 0; color: var(--cape-text-light); font-family: var(--font-body);
  font-size: 18px; width: 100%; outline: none; transition: border-color 0.3s ease;
}
.input-luxury:focus { border-bottom-color: var(--cape-gold); }
.input-luxury::placeholder { color: rgba(245, 240, 232, 0.5); font-size: 17px; letter-spacing: 0.05em; }

/* ===== Reveal animation (replaces Framer Motion) ===== */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: 0.1s; }
.reveal.delay-2 { transition-delay: 0.2s; }
.reveal.delay-3 { transition-delay: 0.3s; }
.reveal.delay-4 { transition-delay: 0.4s; }
.reveal.delay-5 { transition-delay: 0.5s; }
.reveal.delay-6 { transition-delay: 0.6s; }

/* ===== Animations ===== */
@keyframes float { 0%,100% { transform: translateY(0) translateX(0); } 25% { transform: translateY(-20px) translateX(10px); } 50% { transform: translateY(-10px) translateX(-5px); } 75% { transform: translateY(-25px) translateX(15px); } }
@keyframes scrollBounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(8px); } }
@keyframes shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
@keyframes spin360 { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ===== Accessibility user prefs ===== */
.a11y-high-contrast { filter: contrast(1.35); }
.a11y-grayscale { filter: grayscale(1); }
.a11y-high-contrast.a11y-grayscale { filter: contrast(1.35) grayscale(1); }
.a11y-underline-links a { text-decoration: underline !important; text-underline-offset: 2px; }

/* ===== Navigation ===== */
.cd-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; transition: background-color 0.5s ease, backdrop-filter 0.5s ease; }
@media (min-width:768px) { .cd-nav { padding: 16px 48px; } }
.cd-nav.scrolled { background-color: rgba(13,9,6,0.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.cd-nav__logo img { height: 64px; width: auto; filter: brightness(0) invert(1) sepia(1) saturate(0.5) hue-rotate(5deg); }
@media (min-width:768px) { .cd-nav__logo img { height: 80px; } }
.cd-nav__right { display: flex; align-items: center; gap: 16px; }
.cd-nav__lang { color: rgba(232,220,197,0.85); background: transparent; border: none; padding: 8px; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; }
.cd-nav__lang:hover { color: var(--cape-gold); }

/* Floating buttons */
.cd-float { position: fixed; bottom: 24px; left: 16px; z-index: 50; display: flex; flex-direction: column; gap: 12px; }
@media (min-width:768px) { .cd-float { bottom: 32px; left: 32px; } }
.cd-float a { width: 48px; height: 48px; border-radius: 999px; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 10px 30px -8px rgba(0,0,0,0.4); transition: transform 0.3s; }
@media (min-width:768px) { .cd-float a { width: 56px; height: 56px; } }
.cd-float a:hover { transform: scale(1.1); }
.cd-float .wa { background: #25D366; box-shadow: 0 10px 30px -8px rgba(37,211,102,0.5); }
.cd-float .tel { background: var(--cape-gold); color: var(--cape-dark); box-shadow: 0 10px 30px -8px rgba(201,169,110,0.5); }

.cd-sticky-cta { position: fixed; bottom: 24px; right: 16px; z-index: 50; padding: 12px 24px; border-radius: 999px; background: var(--cape-gold); color: var(--cape-dark); font-family: var(--font-body); font-size: 14px; letter-spacing: 0.15em; box-shadow: 0 20px 50px -10px rgba(201,169,110,0.5); opacity: 0; transform: translateY(30px) scale(0.9); transition: opacity 0.4s, transform 0.4s; pointer-events: none; }
.cd-sticky-cta.in { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
@media (min-width:768px) { .cd-sticky-cta { bottom: 32px; right: 32px; padding: 20px 32px; } }

/* ===== Hero ===== */
.cd-hero { position: relative; min-height: 100vh; width: 100%; overflow: hidden; display: flex; align-items: center; }
.cd-hero__bg { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr; }
@media (min-width:768px) { .cd-hero__bg { grid-template-columns: 1fr 1fr; } }
.cd-hero__panel { display: none; position: relative; background: var(--gradient-navy); }
@media (min-width:768px) { .cd-hero__panel { display: block; } }
.cd-hero__panel::before { content: ""; position: absolute; inset: 0; opacity: 0.06; background-image: repeating-linear-gradient(45deg, var(--cape-gold) 0 1px, transparent 1px 60px); }
.cd-hero__panel::after { content: ""; position: absolute; top: 33%; right: 0; width: 384px; height: 384px; border-radius: 50%; opacity: 0.2; background: radial-gradient(circle, var(--cape-gold), transparent 70%); animation: float 14s ease-in-out infinite; }
.cd-hero__img { position: relative; overflow: hidden; }
.cd-hero__img img { position: absolute; inset: 0; width: 100%; height: 110%; object-fit: cover; object-position: center 100%; }
@media (min-width:768px) { .cd-hero__img img { object-position: center 85%; } }
.cd-hero__overlay { position: absolute; inset: 0; background: rgba(37,34,46,0.7); }
@media (min-width:768px) { .cd-hero__overlay { background: rgba(37,34,46,0.3); } }
.cd-hero__content { position: relative; z-index: 10; width: 100%; padding: 96px 24px; text-align: center; margin-left: auto; }
@media (min-width:768px) { .cd-hero__content { width: 50%; padding: 0 48px; } }
.cd-hero__inner { max-width: 36rem; margin: 0 auto; }
.cd-hero__eyebrow { font-family: var(--font-body); text-transform: uppercase; margin-bottom: 24px; color: var(--cape-gold-soft); letter-spacing: 0.3em; font-size: 14px; }
@media (min-width:768px) { .cd-hero__eyebrow { font-size: 14px; } }
.cd-hero__onestep { display: flex; flex-direction: column; align-items: center; margin-bottom: 24px; font-family: 'TT Ricordi Allegria','Cormorant Garamond',serif; font-weight: 300; line-height: 0.95; color: var(--cape-cream); }
.cd-hero__onestep .a { font-size: clamp(3.5rem, 8vw, 5rem); letter-spacing: -0.02em; }
.cd-hero__onestep .b { font-size: clamp(5rem, 12vw, 9rem); text-transform: uppercase; letter-spacing: 0.05em; }
.cd-hero__title { font-family: var(--font-serif); font-weight: 300; line-height: 0.95; letter-spacing: -0.01em; color: var(--cape-cream); font-size: clamp(3.5rem, 9vw, 6rem); margin: 0 0 16px; }
.cd-hero__divider { width: 64px; height: 1px; background: var(--cape-gold); margin: 0 auto 24px; }
.cd-hero__sub { font-family: var(--font-body); color: rgba(232,220,197,0.85); font-size: clamp(1.4rem, 3.5vw, 1.6rem); font-weight: 300; letter-spacing: 0.04em; margin: 0 0 40px; line-height: 1.6; }
.cd-hero__ctas { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.cd-hero__cta-primary { display: inline-block; padding: 16px 40px; background: var(--gradient-bronze); color: #0a0a0a; font-family: var(--font-body); font-size: 15px; letter-spacing: 0.25em; text-transform: uppercase; box-shadow: 0 15px 40px -12px rgba(168,121,75,0.55); transition: transform 0.5s; }
.cd-hero__cta-primary:hover { transform: scale(1.03); }
.cd-hero__scroll { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); z-index: 10; animation: scrollBounce 2s ease-in-out infinite; color: var(--cape-gold); }

/* ===== Why-here grid ===== */
.cd-why { position: relative; overflow: hidden; padding: 96px 12px; }
@media (min-width:640px){ .cd-why { padding: 96px 24px; } }
@media (min-width:768px){ .cd-why { padding: 144px 48px; } }
@media (min-width:1024px){ .cd-why { padding: 144px 96px; } }
.cd-why__head { max-width: 48rem; margin-bottom: 64px; text-align: right; }
.cd-why__title { font-family: var(--font-serif); color: var(--cape-cream); font-size: clamp(2.25rem, 5vw, 3.75rem); line-height: 1.1; font-weight: 300; margin: 0; }
.cd-why__grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: rgba(201,168,106,0.15); border: 1px solid rgba(201,168,106,0.15); }
@media (min-width:768px) { .cd-why__grid { grid-template-columns: repeat(6, 1fr); } }
.cd-why__card { background: var(--cape-dark); padding: 24px; text-align: right; transition: background-color 0.5s; }
@media (min-width:768px) { .cd-why__card { padding: 40px; grid-column: span 2; } }
.cd-why__card.last-row { grid-column: span 3; }
.cd-why__card:hover { background: var(--cape-dark-2); }
.cd-why__card-head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 20px; }
.cd-why__num { color: rgba(201,168,106,0.4); font-size: 10px; letter-spacing: 0.3em; padding-top: 8px; font-family: var(--font-body); }
.cd-why__icon { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(201,168,106,0.4); color: var(--cape-gold); transition: all 0.5s; }
.cd-why__card:hover .cd-why__icon { border-color: var(--cape-gold); background: rgba(201,168,106,0.1); }
.cd-why__eyebrow { font-family: var(--font-body); color: rgba(201,168,106,0.8); margin: 0 0 12px; font-size: 14px; letter-spacing: 0.2em; text-transform: uppercase; }
.cd-why__name { font-family: var(--font-serif); color: var(--cape-cream); font-size: 1.75rem; margin: 0 0 12px; line-height: 1.2; font-weight: 300; }
.cd-why__copy { font-family: var(--font-body); color: rgba(232,220,197,0.7); font-size: 16px; line-height: 1.7; margin: 0; }

/* ===== Scroll video ===== */
.cd-scrollvid { position: relative; width: 100%; background: #1B1822; height: 220vh; }
@media (min-width:768px) { .cd-scrollvid { height: 300vh; } }
.cd-scrollvid__sticky { position: sticky; top: 0; height: 100svh; width: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.cd-scrollvid__poster, .cd-scrollvid__canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.cd-scrollvid__poster { object-fit: cover; transition: opacity 0.4s ease; }
.cd-scrollvid__overlay { position: absolute; inset: 0; pointer-events: none; }
.cd-scrollvid__content { position: relative; z-index: 10; width: 100%; max-width: 64rem; padding: 0 24px; text-align: center; }
@media (min-width:768px){ .cd-scrollvid__content { padding: 0 48px; } }
.cd-scrollvid__title { font-family: var(--font-serif); color: var(--cape-cream); font-size: clamp(3rem, 8vw, 6rem); line-height: 0.95; margin: 0 0 32px; font-weight: 300; text-shadow: 0 4px 26px rgba(27,24,34,0.98); }
.cd-scrollvid__sub { font-family: var(--font-body); color: var(--cape-cream); font-size: clamp(1.125rem, 3vw, 1.875rem); font-weight: 300; max-width: 48rem; margin: 0 auto; line-height: 1.6; text-shadow: 0 3px 22px rgba(27,24,34,0.98); }

/* ===== Transport hex grid ===== */
.cd-transport { position: relative; padding: 96px 24px; overflow: hidden; background: var(--gradient-navy); }
@media (min-width:768px) { .cd-transport { padding: 128px 48px; } }
.cd-transport__inner { position: relative; max-width: 72rem; margin: 0 auto; }
.cd-transport__head { text-align: center; margin-bottom: 80px; }
.cd-transport__badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; margin-bottom: 24px; border-radius: 999px; border: 1px solid rgba(201,168,106,0.4); background: rgba(201,168,106,0.05); backdrop-filter: blur(4px); }
.cd-transport__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px 24px; max-width: 56rem; margin: 0 auto; }
@media (min-width:768px) { .cd-transport__grid { gap: 48px 40px; } }
.cd-transport__node { display: flex; flex-direction: column; align-items: center; text-align: center; width: 44%; transition: transform 0.7s; }
@media (min-width:640px) { .cd-transport__node { width: 28%; } .cd-transport__node:nth-child(even) { transform: translateY(40px); } }
.cd-transport__hex { position: relative; width: 128px; height: 144px; margin-bottom: 16px; }
@media (min-width:768px) { .cd-transport__hex { width: 160px; height: 176px; } }
.cd-transport__hex .outer, .cd-transport__hex .inner { position: absolute; inset: 0; clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }
.cd-transport__hex .outer { background: linear-gradient(135deg, var(--cape-gold) 0%, var(--cape-gold-soft) 100%); }
.cd-transport__hex .inner { inset: 3px; background: #fff; display: flex; align-items: center; justify-content: center; padding: 20px; }
.cd-transport__hex img { max-width: 80%; max-height: 80%; object-fit: contain; }
.cd-transport__label { font-family: var(--font-body); color: rgba(232,220,197,0.7); font-size: 13px; max-width: 180px; line-height: 1.4; }

/* ===== Contact ===== */
.cd-contact { padding: 96px 24px; }
@media (min-width:768px) { .cd-contact { padding: 160px 48px; } }
.cd-contact__inner { max-width: 36rem; margin: 0 auto; text-align: center; }
.cd-contact__title { font-family: var(--font-serif); color: var(--cape-cream); font-size: clamp(2.25rem, 5vw, 3.75rem); margin: 0 0 24px; font-weight: 300; line-height: 1.1; }
.cd-contact form { margin-top: 32px; text-align: right; }
.cd-contact .row { display: flex; flex-direction: column; gap: 12px; margin-top: 32px; }
@media (min-width:640px) { .cd-contact .row { flex-direction: row; } }
.cd-contact .wa-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 24px; background: #25D366; color: #fff; font-family: var(--font-body); font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; }
.cd-contact__error { color: #fca5a5; text-align: center; font-size: 14px; margin: 8px 0; }
.cd-contact__success { padding: 64px 0; }
.cd-contact__success-title { font-family: var(--font-serif); color: var(--cape-gold); font-size: 1.5rem; margin: 0 0 16px; }
.cd-contact__socials { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 24px; }
.cd-contact__socials a { color: rgba(232,220,197,0.4); transition: color 0.3s; }
.cd-contact__socials a:hover { color: var(--cape-gold); }
.cd-contact__footer { text-align: center; color: rgba(232,220,197,0.3); font-size: 12px; letter-spacing: 0.1em; margin-top: 24px; }

/* ===== About / Legacy ===== */
.cd-about { position: relative; overflow: hidden; padding: 96px 24px; }
@media (min-width:768px) { .cd-about { padding: 144px 48px; } }
.cd-about__inner { max-width: 72rem; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
@media (min-width:1024px) { .cd-about__inner { grid-template-columns: 7fr 5fr; gap: 80px; } }
.cd-about__text { text-align: right; }
.cd-about__title { font-family: var(--font-serif); color: var(--cape-cream); font-size: clamp(2.25rem, 5vw, 3.75rem); line-height: 1.1; margin: 0 0 32px; font-weight: 300; }
.cd-about__group { display: block; color: var(--cape-gold); margin-top: 12px; }
.cd-about__sub { display: block; color: rgba(232,220,197,0.7); font-size: 1.25rem; margin-top: 12px; font-family: var(--font-body); letter-spacing: 0.05em; }
.cd-about__divider { height: 1px; width: 80px; background: rgba(201,168,106,0.6); margin: 0 0 32px auto; }
.cd-about__body p { color: rgba(232,220,197,0.7); font-family: var(--font-body); font-size: 1.1rem; line-height: 1.7; max-width: 36rem; margin-left: auto; }
.cd-about__quote { color: var(--cape-gold); font-style: italic; }
.cd-about__stats { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 1px solid rgba(201,168,106,0.15); padding-top: 32px; }
.cd-about__stat-num { font-family: var(--font-serif); color: var(--cape-gold); font-size: clamp(2rem, 4vw, 3rem); }
.cd-about__stat-label { color: rgba(232,220,197,0.5); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; margin-top: 8px; }
.cd-about__image { display: none; position: relative; }
@media (min-width:1024px) { .cd-about__image { display: block; } }
.cd-about__image-frame { position: relative; overflow: hidden; aspect-ratio: 4/5; }
.cd-about__image-frame img { width: 100%; height: 100%; object-fit: cover; }
.cd-about__image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(37,34,46,0.7), transparent); }

/* ===== Footer ===== */
.cd-footer { width: 100%; padding: 24px; display: flex; align-items: center; justify-content: center; gap: 12px; background: var(--cape-dark); direction: ltr; }
.cd-footer a { display: flex; align-items: center; gap: 12px; color: rgba(232,220,197,0.6); transition: color 0.3s; }
.cd-footer a:hover { color: var(--cape-gold); }
.cd-footer span { font-family: var(--font-body); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; }
.cd-footer img { height: 24px; width: auto; }
@media (min-width:768px) { .cd-footer img { height: 28px; } }

/* ===== Preloader ===== */
.cd-preloader { position: fixed; inset: 0; z-index: 9999; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; background: radial-gradient(ellipse at 50% 40%, #243049 0%, #25222E 45%, #0E1320 100%); transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1); }
.cd-preloader.gone { opacity: 0; pointer-events: none; }
.cd-preloader__logo { height: 80px; width: auto; filter: brightness(1.15); margin-bottom: 32px; }
@media (min-width:768px) { .cd-preloader__logo { height: 112px; } }
.cd-preloader__brand { font-family: var(--font-serif); color: var(--cape-cream); font-size: clamp(2.25rem, 6vw, 4.5rem); letter-spacing: -0.01em; margin: 0 0 20px; font-weight: 300; text-align: center; }
.cd-preloader__divider { height: 1px; width: 96px; background: var(--cape-gold); margin-bottom: 20px; }
.cd-preloader__city { font-family: var(--font-body); color: rgba(232,220,197,0.7); font-size: 1rem; letter-spacing: 0.5em; text-transform: uppercase; margin: 0; }
@media (min-width:768px) { .cd-preloader__city { font-size: 1.125rem; } }
.cd-preloader__bar { position: absolute; bottom: 64px; left: 50%; transform: translateX(-50%); width: 224px; height: 2px; background: rgba(201,168,106,0.15); border-radius: 999px; overflow: hidden; }
@media (min-width:768px) { .cd-preloader__bar { width: 288px; } }
.cd-preloader__bar::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, #C9A96E, #E8C99B, #C9A96E, transparent); animation: preloaderFill 2.8s cubic-bezier(0.16,1,0.3,1) forwards; transform-origin: left center; }
@keyframes preloaderFill { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* Utility */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container-wide { max-width: 80rem; margin: 0 auto; }
