/* Hallmark · Specimen Light · Minimal Architectural Light Theme
 * theme: Specimen Light (catalog) · paper oklch(98% 0.005 95)
 * lead accent: Champagne Gold oklch(65% 0.16 85)
 * typography: Inter + Syne + Cormorant Garamond
 * radius: 6px clean architectural geometry
 * Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V5
 * Hallmark · macrostructure: M3-Specimen-Light · genre: modern-minimal-light
 */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=Manrope:wght@400;500;600;700&family=Prata&display=swap');

:root {
  /* Architectural Light Palette */
  --bg-obsidian:        #FBFBFD;
  --bg-surface:         #FFFFFF;
  --bg-surface-elevated:#F3F3F7;
  --bg-card:            #FFFFFF;

  --accent-gold:        #A37F35;
  --accent-gold-hover:  #8E6C25;
  --accent-gold-dim:    rgba(163, 127, 53, 0.08);

  --text-primary:       #111827;
  --text-secondary:     #4B5563;
  --text-dim:           #9CA3AF;

  --border-hairline:    rgba(0, 0, 0, 0.08);
  --border-gold:        rgba(163, 127, 53, 0.3);

  /* Refreshed Architectural Fonts */
  --font-heading:       'Manrope', sans-serif;
  --font-body:          'DM Sans', system-ui, -apple-system, sans-serif;
  --font-serif:         'Prata', serif;

  --header-height:      80px;
  --container-max:      1280px;
  --radius-sm:          6px;
  --radius-md:          12px;
  --shadow-soft:        0 10px 30px rgba(0, 0, 0, 0.04);
  --shadow-hover:       0 20px 40px rgba(0, 0, 0, 0.08);
  --transition-smooth:  cubic-bezier(0.16, 1, 0.3, 1);
}

/* Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  background-color: var(--bg-obsidian);
  color: var(--text-primary);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
  background-color: var(--bg-obsidian);
  color: var(--text-primary);
  line-height: 1.6;
}

.footer-websites { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1rem; font-size: .82rem; }
.footer-websites a, .hallmark-footer .text-muted a { color: inherit; text-decoration: none; transition: color .2s ease; }
.footer-websites a:hover, .hallmark-footer .text-muted a:hover { color: var(--accent-gold); }
.footer-socials { display: flex; gap: .65rem; margin-top: 1.2rem; }
.footer-socials a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--border-hairline); color: var(--text-secondary); text-decoration: none; transition: .25s ease; }
.footer-socials a:hover { color: white; background: var(--accent-gold); border-color: var(--accent-gold); transform: translateY(-2px); }
.footer-brand .brand-logo { display: block; width: 230px; max-width: 100%; }
.footer-brand .footer-brand-logo { width: 100%; max-width: none; height: auto; display: block; }

/* Animated digital catalogue */
.catalog-page { min-height: 100vh; padding: 140px 2rem 80px; background: #eee9e2; }
.catalog-intro { max-width: 760px; margin: 0 auto 2.5rem; text-align: center; }
.catalog-intro h1 { margin: .4rem 0 .7rem; font-family: var(--font-serif); font-size: clamp(2.6rem, 6vw, 5.5rem); font-weight: 400; letter-spacing: -.04em; }
.catalog-intro .catalog-display-title { font-family: 'Manrope', sans-serif; font-weight: 700; letter-spacing: -.055em; }
.homepage-dark-cta .section-title { color: #fff; }
.homepage-dark-cta p { color: rgba(255,255,255,.72) !important; }
.manifesto-copy-offset { margin-top: 3rem; }
@media (max-width: 760px) { .manifesto-copy-offset { margin-top: 0; } }

/* LIVE INN FIRST project page */
.live-project-hero { position: relative; height: min(88vh, 900px); min-height: 680px; overflow: hidden; background: #111; }
.live-project-hero > img { width: 100%; height: 100%; object-fit: cover; }
.live-project-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,9,12,.9) 0%, rgba(8,9,12,.35) 55%, rgba(8,9,12,.08) 100%); }
.live-project-hero-content { position: absolute; z-index: 2; left: 50%; bottom: 9%; transform: translateX(-50%); color: white; }
.live-project-hero-content > span { color: #d8ae79; font-size: .75rem; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.live-project-hero-content h1 { margin: 1.2rem 0; color: white; font-family: var(--font-heading); font-size: clamp(4.5rem, 10vw, 9rem); line-height: .82; letter-spacing: -.08em; }
.live-project-hero-content p { max-width: 540px; color: rgba(255,255,255,.78); font-size: 1.12rem; }
.live-project-facts { background: #a96040; color: white; }
.live-project-facts .container { display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 2.2rem; padding-bottom: 2.2rem; }
.live-project-facts div { padding: .8rem 2rem; border-right: 1px solid rgba(255,255,255,.25); }
.live-project-facts div:last-child { border-right: 0; }
.live-project-facts strong, .live-project-facts span { display: block; }
.live-project-facts strong { font-family: var(--font-serif); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 400; white-space: nowrap; }
.live-project-facts span { margin-top: .3rem; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.live-project-facts small { display: block; max-width: 240px; margin-top: .75rem; color: rgba(255,255,255,.68); font-size: .75rem; line-height: 1.55; }
.live-project-intro p, .live-site-plan p { color: var(--text-secondary); line-height: 1.85; margin-bottom: 1rem; }
.live-project-wide { height: min(78vh, 820px); overflow: hidden; }
.live-project-wide img { width: 100%; height: 100%; object-fit: cover; }
.live-render-section { overflow: hidden; background: #eee9e2; }
.live-slider-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.live-slider-heading h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; line-height: 1; letter-spacing: -.05em; }
.live-slider-controls { display: flex; gap: .65rem; }
.live-slider-controls button { width: 52px; height: 52px; border: 1px solid rgba(0,0,0,.15); border-radius: 50%; background: transparent; color: var(--text-primary); cursor: pointer; transition: .25s ease; }
.live-slider-controls button:hover { color: white; background: #a96040; border-color: #a96040; }
.live-exterior-swiper { overflow: visible; padding-bottom: 2.5rem; }
.live-render-slide { position: relative; height: min(58vw, 670px); overflow: hidden; background: #222; }
.live-render-slide img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--transition-smooth); }
.live-render-slide.swiper-slide-active img { transform: scale(1.025); }
.live-slide-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 5rem 2.3rem 2rem; color: white; background: linear-gradient(transparent, rgba(5,6,8,.78)); }
.live-slide-caption span { font-family: 'Manrope', sans-serif; font-size: clamp(1.5rem, 3vw, 2.7rem); font-weight: 600; letter-spacing: -.035em; }
.live-slide-caption p { margin-top: .35rem; color: rgba(255,255,255,.68); font-family: 'DM Sans', sans-serif; font-size: .85rem; letter-spacing: .04em; }
.live-exterior-scrollbar { left: 15% !important; width: 70% !important; background: rgba(0,0,0,.12) !important; }
.live-exterior-scrollbar .swiper-scrollbar-drag { background: #a96040 !important; }
.live-interior-section { overflow: hidden; background: #17191d; color: white; }
.live-interior-section + .live-interior-section { border-top: 1px solid rgba(255,255,255,.1); }
.live-interior-alt { background: #22252a; }
.live-interior-section .section-subtitle { color: #d8ae79; }
.live-interior-section .live-slider-heading h2 { color: white; }
.live-slider-controls.light button { color: white; border-color: rgba(255,255,255,.25); }
.live-interior-swiper { overflow: visible; padding-bottom: 4rem; }
.live-interior-slide a { position: relative; display: block; height: min(42vw, 520px); overflow: hidden; color: white; }
.live-interior-slide img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--transition-smooth); }
.live-interior-slide:hover img { transform: scale(1.04); }
.live-interior-slide span { position: absolute; left: 1.5rem; bottom: 1.4rem; padding: .55rem .8rem; background: rgba(10,11,14,.72); backdrop-filter: blur(10px); font-family: 'Manrope', sans-serif; font-size: .75rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.live-interior-pagination .swiper-pagination-bullet { background: white; opacity: .3; }
.live-interior-pagination .swiper-pagination-bullet-active { width: 28px; border-radius: 8px; background: #d8ae79; opacity: 1; }
.live-project-features { background: #292c2d; color: white; }
.live-project-features .section-title { color: white; }
.live-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.live-feature-grid article { min-height: 230px; padding: 2.2rem; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.live-feature-grid i { color: #d8ae79; font-size: 1.6rem; }
.live-feature-grid h3 { margin: 1.5rem 0 .75rem; font-family: var(--font-heading); }
.live-feature-grid p { color: rgba(255,255,255,.58); font-size: .88rem; line-height: 1.7; }
.live-residence-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.live-residence-card { display: block; color: inherit; text-decoration: none; transition: transform .35s ease, box-shadow .35s ease; }
.live-residence-card:hover { transform: translateY(-7px); }
.live-residence-grid article { background: white; box-shadow: var(--shadow-soft); }
.live-residence-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.live-residence-grid article div { padding: 1.7rem; }
.live-residence-grid span { color: #a96040; font-weight: 700; letter-spacing: .12em; }
.live-residence-grid h3 { margin: .7rem 0; font-family: var(--font-serif); font-size: 1.5rem; font-weight: 400; }
.live-residence-grid p { color: var(--text-secondary); font-size: .87rem; }
.live-residence-grid b { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1rem; color: #a96040; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.live-project-gallery { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, min(32vw, 460px)); }
.live-project-gallery a { display: block; min-height: 0; overflow: hidden; }
.live-project-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--transition-smooth); }
.live-project-gallery a:hover img { transform: scale(1.04); }
.live-site-plan img { width: 100%; display: block; }
.live-site-plan ul { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 2rem; border-top: 1px solid var(--border-hairline); }
.live-site-plan li { padding: 1rem 0; border-bottom: 1px solid var(--border-hairline); }
@media (max-width: 800px) {
  .live-project-facts .container, .live-feature-grid, .live-residence-grid { grid-template-columns: repeat(2, 1fr); }
  .live-project-facts div:nth-child(2) { border-right: 0; }
  .live-project-hero-content h1 { font-size: 4.5rem; }
}
@media (max-width: 560px) {
  .live-project-facts .container, .live-feature-grid, .live-residence-grid { grid-template-columns: 1fr; }
  .live-project-facts div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .live-project-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(4, 320px); }
  .live-slider-heading { align-items: flex-start; }
  .live-slider-controls button { width: 44px; height: 44px; }
  .live-render-slide { height: 62vw; }
  .live-interior-slide a { height: 72vw; }
}

/* Apartment detail pages */
.apartment-detail-hero { position: relative; min-height: 760px; height: 88vh; overflow: hidden; background: #111; }
.apartment-detail-hero > img { width: 100%; height: 100%; object-fit: cover; }
.apartment-detail-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,7,10,.88), rgba(6,7,10,.28) 68%, rgba(6,7,10,.08)); }
.apartment-detail-hero-content { position: absolute; left: 50%; bottom: 10%; transform: translateX(-50%); color: white; }
.apartment-detail-hero-content > a { display: inline-flex; align-items: center; gap: .6rem; margin-bottom: 3rem; color: rgba(255,255,255,.75); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-decoration: none; }
.apartment-detail-hero-content > span { display: block; color: #d8ae79; font-size: .75rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.apartment-detail-hero-content h1 { max-width: 850px; margin: 1rem 0 1.4rem; color: white; font-family: var(--font-heading); font-size: clamp(3.5rem, 7vw, 7.5rem); line-height: .95; letter-spacing: -.06em; }
.apartment-detail-hero-content p { max-width: 650px; color: rgba(255,255,255,.72); font-size: 1.05rem; line-height: 1.8; }
.apartment-detail-intro { background: #eee9e2; }
.apartment-feature-list { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(0,0,0,.12); }
.apartment-feature-list li { display: flex; align-items: center; gap: 1rem; min-height: 96px; padding: 1.4rem; background: #eee9e2; color: var(--text-secondary); }
.apartment-feature-list i { color: #a96040; }
.apartment-detail-gallery { background: #17191d; color: white; }
.apartment-detail-gallery .section-title { color: white; }
.apartment-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 340px; gap: 1rem; }
.apartment-gallery-grid a { position: relative; display: block; overflow: hidden; }
.apartment-gallery-grid .apartment-gallery-featured { grid-column: span 2; grid-row: span 2; }
.apartment-gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--transition-smooth); }
.apartment-gallery-grid a:hover img { transform: scale(1.045); }
.apartment-gallery-grid span { position: absolute; left: 1rem; bottom: 1rem; padding: .55rem .8rem; color: white; background: rgba(8,9,12,.72); backdrop-filter: blur(10px); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.apartment-detail-cta { padding: 7rem 0; color: white; text-align: center; background: #a96040; }
.apartment-detail-cta span { font-size: .72rem; font-weight: 700; letter-spacing: .2em; }
.apartment-detail-cta h2 { max-width: 850px; margin: 1rem auto 2rem; color: white; font-family: var(--font-serif); font-size: clamp(2.8rem, 6vw, 6rem); font-weight: 400; line-height: 1; }
.apartment-detail-cta > .container > div { display: flex; justify-content: center; gap: .8rem; }
@media (max-width: 800px) {
  .apartment-detail-hero { min-height: 660px; }
  .apartment-feature-list { grid-template-columns: 1fr; }
  .apartment-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 260px; }
}
@media (max-width: 560px) {
  .apartment-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 290px; }
  .apartment-gallery-grid .apartment-gallery-featured { grid-column: auto; grid-row: auto; }
  .apartment-detail-cta > .container > div { flex-direction: column; }
}
.catalog-intro p { color: var(--text-secondary); }
.catalog-reader { max-width: 1280px; margin: auto; }
.catalog-stage { display: grid; grid-template-columns: 52px minmax(0,1fr) 52px; align-items: center; gap: 18px; perspective: 2200px; }
.catalog-book-wrap { position: relative; min-height: 420px; display: grid; place-items: center; overflow: hidden; }
.catalog-flipbook { margin: 0 auto; }
.catalog-book-page { background: #fff; overflow: hidden; }
.catalog-book-page img { display: block; width: 100%; height: 100%; object-fit: fill; user-select: none; -webkit-user-drag: none; }
.catalog-flipbook .stf__parent { margin: 0 auto; }
.catalog-flipbook .stf__block { box-shadow: 0 32px 70px rgba(42, 28, 17, .24); }
.catalog-arrow:disabled { opacity: .3; cursor: default; transform: none; }
.catalog-paper { position: relative; overflow: hidden; background: white; box-shadow: 0 35px 80px rgba(55,35,20,.2); transform-style: preserve-3d; }
.catalog-spread { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); background: #ddd5cb; }
.catalog-spread img { display: block; width: 100%; height: auto; aspect-ratio: 850.32 / 612.24; object-fit: contain; background: white; }
.catalog-spread img:first-child { box-shadow: inset -10px 0 18px -18px rgba(0,0,0,.65); }
.catalog-spread img:last-child { border-left: 1px solid rgba(0,0,0,.18); box-shadow: inset 10px 0 18px -18px rgba(0,0,0,.65); }
.catalog-spread img[hidden] { display: none !important; }
.catalog-turn-sheet {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 8;
  width: 50%;
  height: 100%;
  transform-style: preserve-3d;
  will-change: transform, filter;
  pointer-events: none;
}
.catalog-turn-face {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.catalog-turn-front { transform: rotateY(0deg) translateZ(1px); }
.catalog-turn-back { transform: rotateY(180deg) translateZ(1px); }
.catalog-turn-sheet.turn-forward {
  right: 0;
  transform-origin: left center;
  animation: catalogFlipForward .72s cubic-bezier(.45,.05,.2,1) forwards;
}
.catalog-turn-sheet.turn-backward {
  left: 0;
  transform-origin: right center;
  animation: catalogFlipBackward .72s cubic-bezier(.45,.05,.2,1) forwards;
}
.catalog-paper::after {
  content: '';
  position: absolute;
  z-index: 7;
  top: 0;
  bottom: 0;
  left: calc(50% - 2px);
  width: 4px;
  background: linear-gradient(90deg, rgba(0,0,0,.16), rgba(255,255,255,.35), rgba(0,0,0,.12));
  pointer-events: none;
}
.catalog-loading { position: absolute; inset: 0; display: grid; place-items: center; color: var(--text-secondary); background: white; }
.catalog-loading[hidden] { display: none !important; }
.catalog-arrow { width: 52px; height: 52px; border: 1px solid rgba(0,0,0,.12); border-radius: 50%; background: white; color: #1d1d1d; cursor: pointer; transition: .25s ease; }
.catalog-arrow:hover { color: white; background: #a86040; transform: scale(1.08); }
.catalog-controls { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.25rem; margin: 1.5rem 70px 0; font-size: .85rem; }
.catalog-controls input { width: 100%; accent-color: #a86040; }
.catalog-download { color: #1d1d1d; text-decoration: none; font-weight: 600; }
@keyframes catalogFlipForward {
  0% { transform: rotateY(0deg) scaleX(1); opacity: 1; filter: brightness(1); box-shadow: -2px 0 4px rgba(0,0,0,.08); }
  55% { opacity: 1; filter: brightness(.82); box-shadow: -30px 10px 44px rgba(0,0,0,.28); }
  100% { transform: rotateY(-96deg) scaleX(.96); opacity: 0; filter: brightness(.68); box-shadow: -38px 10px 50px rgba(0,0,0,.18); }
}
@keyframes catalogFlipBackward {
  0% { transform: rotateY(0deg) scaleX(1); opacity: 1; filter: brightness(1); box-shadow: 2px 0 4px rgba(0,0,0,.08); }
  55% { opacity: 1; filter: brightness(.82); box-shadow: 30px 10px 44px rgba(0,0,0,.28); }
  100% { transform: rotateY(96deg) scaleX(.96); opacity: 0; filter: brightness(.68); box-shadow: 38px 10px 50px rgba(0,0,0,.18); }
}
@media (max-width: 700px) {
  .catalog-page { padding: 110px 12px 60px; }
  .catalog-stage { grid-template-columns: 38px minmax(0,1fr) 38px; gap: 6px; }
  .catalog-arrow { width: 38px; height: 38px; }
  .catalog-controls { margin: 1rem 44px 0; grid-template-columns: 1fr auto; }
  .catalog-controls input { grid-column: 1 / -1; grid-row: 2; }
  .catalog-spread { grid-template-columns: 1fr; }
  .catalog-spread img:last-child { display: none; }
  .catalog-turn-sheet { width: 100%; }
  .catalog-turn-sheet.turn-forward { left: 0; right: auto; transform-origin: left center; }
  .catalog-paper::after { display: none; }
  .catalog-book-wrap { min-height: 360px; }
}

/* Lightweight layout utilities used by legacy frontend views */
.row { display: flex; flex-wrap: wrap; margin: -12px; }
.row > * { width: 100%; padding: 12px; }
.g-3 { margin: -8px; } .g-3 > * { padding: 8px; }
.g-4 { margin: -12px; } .g-4 > * { padding: 12px; }
.g-5 { margin: -20px; } .g-5 > * { padding: 20px; }
.col-6 { width: 50%; } .col-12 { width: 100%; }
.d-flex { display: flex !important; } .d-block { display: block !important; }
.flex-wrap { flex-wrap: wrap !important; } .flex-row-reverse { flex-direction: row-reverse !important; }
.align-items-center { align-items: center !important; } .align-items-end { align-items: flex-end !important; }
.justify-content-center { justify-content: center !important; } .justify-content-between { justify-content: space-between !important; }
.gap-3 { gap: 1rem !important; } .text-center { text-align: center !important; }
.text-center .hero-subtitle, .mx-auto { margin-left: auto !important; margin-right: auto !important; }
.text-center .hero-subtitle { text-align: center; }
.text-muted { color: var(--text-secondary) !important; } .text-main { color: var(--text-primary) !important; }
.text-gold { color: var(--accent-gold) !important; } .text-uppercase { text-transform: uppercase !important; }
.text-decoration-none { text-decoration: none !important; } .font-weight-bold { font-weight: 700 !important; }
.small { font-size: .82rem !important; } .w-100 { width: 100% !important; }
.list-unstyled { padding-left: 0; list-style: none; }
.mb-0 { margin-bottom: 0 !important; } .mb-1 { margin-bottom: .25rem !important; }
.mb-2 { margin-bottom: .5rem !important; } .mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; } .mb-5 { margin-bottom: 3rem !important; }
.mt-2 { margin-top: .5rem !important; } .mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; } .mt-5 { margin-top: 3rem !important; }
.me-1 { margin-right: .25rem !important; } .me-2 { margin-right: .5rem !important; } .me-3 { margin-right: 1rem !important; }
.ms-1 { margin-left: .25rem !important; } .ms-2 { margin-left: .5rem !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
.pt-4 { padding-top: 1.5rem !important; } .max-w-600 { max-width: 600px; } .max-w-800 { max-width: 800px; }
.h2 { font-size: 2rem; } .h3 { font-size: 1.65rem; } .h4 { font-size: 1.25rem; } .h5 { font-size: 1.05rem; } .h6 { font-size: .85rem; }
.form-label { display: block; margin-bottom: .5rem; }
.form-control { display: block; width: 100%; min-height: 48px; border-radius: 3px; font: inherit; background: #fff !important; border: 1px solid var(--border-hairline) !important; color: var(--text-primary) !important; outline: none; transition: border-color .2s, box-shadow .2s; }
.form-control:focus { border-color: var(--accent-gold) !important; box-shadow: 0 0 0 3px var(--accent-gold-dim); }
textarea.form-control { resize: vertical; }
.border-top { border-top: 1px solid var(--border-hairline); }
@media (min-width: 768px) {
  .col-md-3 { width: 25%; } .col-md-4 { width: 33.333%; } .col-md-6 { width: 50%; }
  .d-md-inline-block { display: inline-block !important; }
}
@media (min-width: 992px) {
  .col-lg-3 { width: 25%; } .col-lg-4 { width: 33.333%; } .col-lg-5 { width: 41.666%; } .col-lg-6 { width: 50%; } .col-lg-7 { width: 58.333%; }
}
@media (max-width: 767px) {
  .row { margin-left: 0; margin-right: 0; }
  .row > * { padding-left: 0; padding-right: 0; }
  .col-6 { width: 50%; padding-left: 6px !important; padding-right: 6px !important; }
}

/* Container */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 2rem;
}

/* Minimal Light Header & Navigation */
.hallmark-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 1000;
  background: rgba(251, 251, 253, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-hairline);
  transition: all 0.3s ease;
}

.hallmark-header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  border-bottom-color: var(--border-gold);
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo img {
  height: 40px;
  width: auto;
}

.brand-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-primary);
}

.brand-title span {
  color: var(--accent-gold);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  list-style: none;
}

.nav-link {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--text-primary);
}

.nav-item-dropdown {
  position: relative;
  padding: 1.8rem 0;
}

.nav-chevron {
  margin-left: .35rem;
  font-size: .58rem;
  transition: transform .3s ease;
}

.nav-submenu {
  position: absolute;
  top: calc(100% - 8px);
  left: 50%;
  width: 290px;
  padding: .65rem;
  list-style: none;
  background: rgba(255, 255, 255, .98);
  border: 1px solid var(--border-hairline);
  box-shadow: 0 24px 60px rgba(15, 15, 15, .14);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 12px);
  transition: opacity .25s ease, transform .25s var(--transition-smooth), visibility .25s;
  max-height: min(70vh, 520px);
  overflow-y: auto;
}

.nav-submenu::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: white;
  border-top: 1px solid var(--border-hairline);
  border-left: 1px solid var(--border-hairline);
  transform: translateX(-50%) rotate(45deg);
}

.nav-item-dropdown:hover .nav-submenu,
.nav-item-dropdown:focus-within .nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.nav-item-dropdown:hover .nav-chevron,
.nav-item-dropdown:focus-within .nav-chevron {
  transform: rotate(180deg);
}

.nav-submenu a {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .9rem 1rem;
  color: var(--text-primary);
  text-decoration: none;
  border-bottom: 1px solid var(--border-hairline);
  transition: background .2s ease, color .2s ease;
}

.nav-submenu li:last-child a { border-bottom: 0; }
.nav-submenu a:hover { color: var(--accent-gold-hover); background: var(--accent-gold-dim); }
.nav-submenu-index { color: var(--accent-gold); font-size: .68rem; letter-spacing: .12em; }
.nav-submenu strong { display: block; font-family: var(--font-heading); font-size: .88rem; letter-spacing: .04em; }
.nav-submenu small { display: block; margin-top: .15rem; color: var(--text-dim); font-size: .68rem; letter-spacing: .05em; }

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--text-primary);
  color: #FFF;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: all 0.3s ease;
}

.header-cta:hover {
  background: var(--accent-gold);
  color: #FFF;
}

/* Minimal Light Hero Section (Left-Aligned Layout) */
.hero-cinematic {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  background: #FBFBFD;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-media img,
.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.92) contrast(1.05);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(251, 251, 253, 0.98) 0%, rgba(251, 251, 253, 0.88) 45%, rgba(251, 251, 253, 0.25) 100%);
}

.home-hero-slider-wrap { width: 100%; height: 100vh; }
.home-hero-swiper { position: absolute !important; inset: 0 !important; z-index: 1; width: 100vw !important; height: 100% !important; }
.home-hero-slide { position: relative; width: 100%; height: 100%; }
.home-hero-slide { position: relative; display: flex; align-items: center; overflow: hidden; }
.home-hero-overlay { background: linear-gradient(90deg, rgba(251,251,253,.62) 0%, rgba(251,251,253,.40) 35%, rgba(251,251,253,.08) 68%, rgba(251,251,253,0) 100%); pointer-events: none; }
.home-hero-fixed-content { position: relative; z-index: 3; flex: 0 0 auto; }
.home-hero-fixed-content .hero-tag,
.home-hero-fixed-content .hero-title,
.home-hero-fixed-content .hero-subtitle { color: #fff; text-shadow: 0 2px 22px rgba(0,0,0,.3); }
.home-hero-slide .hero-media img { transform: scale(1.06); transition: transform 7s ease; }
.home-hero-slide.swiper-slide-active .hero-media img { transform: scale(1); }
.home-hero-pagination { position: absolute; z-index: 6; left: 50%; bottom: 30px; transform: translateX(-50%); display: flex; gap: 8px; }
.home-hero-pagination .swiper-pagination-bullet { width: 28px; height: 3px; margin: 0 !important; border-radius: 0; background: rgba(17,24,39,.3); opacity: 1; }
.home-hero-pagination .swiper-pagination-bullet-active { background: var(--accent-gold); }
.home-hero-arrows { position: absolute; z-index: 6; right: max(2rem, calc((100vw - 1280px)/2 + 2rem)); bottom: 28px; display: flex; gap: .5rem; }
.home-hero-arrows button { width: 44px; height: 44px; border: 1px solid rgba(17,24,39,.18); border-radius: 50%; background: rgba(255,255,255,.72); color: var(--text-primary); backdrop-filter: blur(10px); cursor: pointer; transition: .25s; }
.home-hero-arrows button:hover { color: white; background: var(--text-primary); }
@media (max-width: 700px) {
  .home-hero-overlay { background: linear-gradient(90deg, rgba(251,251,253,.72), rgba(251,251,253,.34) 72%, rgba(251,251,253,.08)); }
  .home-hero-arrows { right: 1rem; }
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: left;
  max-width: 820px;
  padding: 0 4rem;
  margin-top: 40px;
  margin-left: max(0px, calc((100vw - 1280px) / 2));
}

.hero-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--accent-gold);
  margin-bottom: 1.75rem;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5.5vw, 4.8rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.hero-subtitle {
  font-size: 1.18rem;
  color: var(--text-secondary);
  font-weight: 400;
  max-width: 640px;
  margin: 0 0 2.5rem 0;
  text-align: left;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

/* Buttons */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: var(--text-primary);
  color: #FFF;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: var(--radius-sm);
  text-decoration: none;
  border: 1px solid var(--text-primary);
  cursor: pointer;
  transition: all 0.3s var(--transition-smooth);
}

.btn-primary:hover {
  background: var(--accent-gold);
  border-color: var(--accent-gold);
  color: #FFF;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(163, 127, 53, 0.2);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: var(--bg-surface);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-hairline);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  border-color: var(--text-primary);
  background: #FFF;
}

/* Sections */
.section {
  padding: 7rem 0;
  position: relative;
}

.section-header {
  margin-bottom: 4rem;
}

.section-subtitle {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--accent-gold);
  display: block;
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

/* Projects catalogue heading and filters */
.projects-hero {
  position: relative;
  min-height: 460px;
  padding: 170px 0 90px;
  overflow: hidden;
  background: #f2eee9;
  border-bottom: 1px solid var(--border-hairline);
}

.projects-hero-inner { position: relative; z-index: 2; }
.projects-hero-inner .section-subtitle { margin-bottom: 1.2rem; }
.projects-hero-inner h1 {
  max-width: 850px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(3.2rem, 7vw, 7rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.055em;
  color: var(--text-primary);
}
.projects-hero-inner p {
  max-width: 620px;
  margin: 2rem 0 0;
  padding-left: 1.25rem;
  border-left: 2px solid var(--accent-gold);
  color: var(--text-secondary);
  font-size: 1.08rem;
  line-height: 1.75;
}
.projects-hero-accent {
  position: absolute;
  right: -1vw;
  bottom: -3.7vw;
  color: rgba(163, 127, 53, .07);
  font-family: var(--font-heading);
  font-size: clamp(6rem, 16vw, 16rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.08em;
  pointer-events: none;
}
.project-filters {
  display: flex;
  align-items: center;
  gap: 0;
  margin: -1.75rem 0 4rem;
  position: relative;
  z-index: 3;
  background: var(--bg-surface);
  border: 1px solid var(--border-hairline);
  box-shadow: var(--shadow-soft);
}
.project-filters a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  min-height: 64px;
  padding: .8rem 1.2rem;
  color: var(--text-secondary);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  border-right: 1px solid var(--border-hairline);
  transition: .25s ease;
}
.project-filters a:last-child { border-right: 0; }
.project-filters a span { color: var(--accent-gold); font-size: .65rem; }
.project-filters a:hover, .project-filters a.active { color: white; background: var(--text-primary); }
@media (max-width: 700px) {
  .projects-hero { min-height: 400px; padding: 140px 0 70px; }
  .project-filters { align-items: stretch; margin-top: -1.2rem; overflow-x: auto; }
  .project-filters a { min-width: 155px; min-height: 56px; }
}

/* Editorial project catalogue grid */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.25rem;
}
.projects-empty { grid-column: 1 / -1; padding: 5rem 1rem; color: var(--text-secondary); text-align: center; }
.project-card-link {
  display: block;
  color: inherit;
}

.project-card {
  background: var(--bg-surface);
  border: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(20, 20, 20, .07);
  transition: all 0.4s var(--transition-smooth);
}

.project-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 60px rgba(20, 20, 20, .12);
}

.project-card-image-link { display: block; color: inherit; text-decoration: none; }

.project-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  overflow: hidden;
}

.project-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--transition-smooth);
}

.project-card:hover .project-image-wrap img {
  transform: scale(1.055);
}

.project-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  color: var(--text-primary);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 7px 12px;
  border-radius: 2px;
  border: 1px solid var(--border-hairline);
}

.project-info {
  min-height: 245px;
  padding: 2rem 2.15rem 2.2rem;
  display: flex;
  flex-direction: column;
}

.project-info-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }

.project-title {
  font-family: var(--font-heading);
  font-family: var(--font-serif);
  font-size: clamp(1.65rem, 2.5vw, 2.3rem);
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
  color: var(--text-primary);
  transition: color 0.3s ease;
}

.project-card:hover .project-title {
  color: var(--accent-gold);
}

.project-desc {
  color: var(--text-secondary);
  font-size: 0.88rem;
  margin: 1.25rem 0 1.8rem;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project-location { flex: 0 0 auto; color: var(--text-secondary); font-size: .73rem; text-transform: uppercase; letter-spacing: .08em; }
.project-location i { margin-right: .3rem; color: var(--accent-gold); }
.project-detail-link { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--border-hairline); color: var(--text-primary); font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.project-detail-link i { transition: transform .25s ease; }
.project-detail-link:hover { color: var(--accent-gold-hover); }
.project-detail-link:hover i { transform: translateX(5px); }
.project-card-number { position: absolute; right: 18px; top: 14px; color: rgba(255,255,255,.75); font-family: var(--font-serif); font-size: 2.6rem; text-shadow: 0 2px 14px rgba(0,0,0,.25); }
.project-image-action { position: absolute; right: 20px; bottom: 20px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--text-primary); transform: translateY(12px); opacity: 0; transition: .3s var(--transition-smooth); }
.project-card:hover .project-image-action { transform: translateY(0); opacity: 1; }
@media (max-width: 820px) {
  .projects-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .project-info { min-height: 220px; padding: 1.5rem; }
  .project-info-heading { display: block; }
  .project-location { display: block; margin-top: .65rem; }
}

/* Architectural Showcase Slider Styling */
.showcase-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border-hairline);
  background: var(--bg-surface);
  color: var(--text-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.showcase-nav-btn:hover {
  background: var(--text-primary);
  color: #FFF;
  border-color: var(--text-primary);
}

.showcase-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.showcase-card {
  position: relative;
  height: 480px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.5s var(--transition-smooth);
}

.showcase-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.showcase-img-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.showcase-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--transition-smooth);
}

.showcase-card:hover .showcase-img-wrap img {
  transform: scale(1.06);
}

.showcase-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(17, 24, 39, 0.88) 100%);
}

.showcase-number {
  position: absolute;
  top: 24px;
  right: 24px;
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
  z-index: 2;
  transition: color 0.4s ease;
}

.showcase-card:hover .showcase-number {
  color: var(--accent-gold);
}

.showcase-info-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.5rem;
  z-index: 2;
  color: #FFF;
}

.showcase-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--accent-gold);
  margin-bottom: 0.75rem;
}

.showcase-title {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  color: #FFF;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}

.showcase-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1.5rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.showcase-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #FFF;
  transition: color 0.3s ease;
}

.showcase-card:hover .showcase-action {
  color: var(--accent-gold);
}

/* Minimal Manifesto Light */
.hallmark-manifesto {
  background: var(--bg-surface);
  border: 1px solid var(--border-hairline);
  border-left: 3px solid var(--accent-gold);
  padding: 3.5rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.manifesto-text {
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.45;
  color: var(--text-primary);
  font-style: italic;
}

/* Minimal Light Statistics */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.stat-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-hairline);
  padding: 2.5rem 1.5rem;
  text-align: center;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  transition: all 0.3s ease;
}

.stat-card:hover {
  border-color: var(--accent-gold);
  box-shadow: var(--shadow-hover);
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 800;
  color: var(--accent-gold);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-primary);
}

/* Timeline Light */
.timeline-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.timeline-container::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--border-hairline);
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 2rem;
}

.timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}

.timeline-item:nth-child(even) {
  left: 50%;
  text-align: left;
}

.timeline-year {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent-gold);
  margin-bottom: 0.4rem;
}

/* WhatsApp Badge */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 54px;
  height: 54px;
  background: #25D366;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
  z-index: 999;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.08);
}

/* Minimal Light Footer */
.hallmark-footer {
  background: #F3F3F7;
  border-top: 1px solid var(--border-hairline);
  padding: 5rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

.footer-brand p {
  color: var(--text-secondary);
  margin-top: 1rem;
  font-size: 0.9rem;
}

.footer-heading {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent-gold);
  margin-bottom: 1.5rem;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.3s ease;
}
.footer-links span { color: var(--text-secondary); font-size: .9rem; }

.footer-links a:hover {
  color: var(--text-primary);
}

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid var(--border-hairline);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-dim);
  font-size: 0.8rem;
}

@media (max-width: 1024px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-menu { display: none; }
  .stats-grid { grid-template-columns: 1fr; }
  .timeline-container::before { left: 20px; }
  .timeline-item {
    width: 100%;
    left: 0 !important;
    padding-left: 45px;
    text-align: left !important;
  }
  .footer-grid { grid-template-columns: 1fr; }
}
