/* 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: DM Sans + Manrope + Raleway
 * 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=Raleway:wght@400;500;600;700&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:         'Raleway', system-ui, sans-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-logo { display: block; width: clamp(390px, 52vw, 720px); max-width: 92%; height: auto; margin: 1.2rem 0 1.5rem; object-fit: contain; object-position: left center; filter: drop-shadow(0 5px 24px rgba(0,0,0,.34)); }
.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); text-align: center; }
.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: .75rem auto 0; 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: 600; line-height: 1; letter-spacing: -.035em; }
.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, minmax(0, 1fr)); align-items: stretch; gap: 1.25rem; }
.live-residence-card { display: flex; height: 100%; color: inherit; text-decoration: none; transition: transform .35s ease, box-shadow .35s ease; }
.live-residence-card:hover { transform: translateY(-7px); }
.live-residence-grid article { display: flex; flex-direction: column; width: 100%; height: 100%; 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 { display: flex; flex: 1; flex-direction: column; 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: auto; padding-top: 1.25rem; 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; }
  .live-project-hero-logo { width: min(88vw, 520px); max-width: 100%; }
}
@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 { flex-direction: column; align-items: stretch; gap: 1rem; margin-bottom: 1.5rem; }
  .live-slider-heading > div:first-child { width: 100%; min-width: 0; }
  .live-slider-heading h2 { max-width: 100%; font-size: clamp(2rem, 10vw, 3rem); line-height: 1.06; letter-spacing: -.04em; overflow-wrap: anywhere; }
  .live-slider-controls { align-self: flex-start; flex: 0 0 auto; }
  .live-slider-controls button { width: 44px; height: 44px; }
  .live-render-slide { height: 72vw; min-height: 280px; }
  .live-slide-caption { padding: 4rem 1rem 1rem; }
  .live-slide-caption span { display: block; font-size: clamp(1.2rem, 6vw, 1.65rem); line-height: 1.15; overflow-wrap: anywhere; }
  .live-slide-caption p { margin: .45rem 0 0; font-size: .72rem; line-height: 1.45; letter-spacing: .02em; }
  .live-interior-slide a { height: 82vw; min-height: 270px; max-height: 410px; }
  .live-interior-slide span { left: .75rem; right: .75rem; bottom: .75rem; width: fit-content; max-width: calc(100% - 1.5rem); padding: .48rem .65rem; font-size: .66rem; line-height: 1.3; letter-spacing: .08em; white-space: normal; overflow-wrap: anywhere; }
}

@media (max-width: 360px) {
  .live-slider-heading h2 { font-size: 1.9rem; }
  .live-slider-controls button { width: 40px; height: 40px; }
  .live-render-slide { min-height: 250px; }
  .live-slide-caption p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
}

/* 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: 980px; margin: 1rem 0 1.4rem; color: white; font-family: var(--font-heading); font-size: clamp(3.2rem, 5.2vw, 5.6rem); line-height: 1.06; letter-spacing: -.05em; text-wrap: balance; }
.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 li:last-child:nth-child(odd) { grid-column: 1 / -1; }
.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; height: min(820px, 100svh); }
  .apartment-detail-hero-content { bottom: 7%; }
  .apartment-detail-hero-content > a { margin-bottom: 1.6rem; }
  .apartment-detail-hero-content h1 { max-width: 100%; font-size: clamp(2.8rem, 11vw, 4.6rem); line-height: 1.02; letter-spacing: -.045em; overflow-wrap: normal; }
  .apartment-detail-hero-content p { max-width: 34rem; font-size: .96rem; line-height: 1.65; }
  .apartment-feature-list { grid-template-columns: 1fr; }
  .apartment-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 260px; }
}
@media (max-width: 560px) {
  .hallmark-header .header-inner { padding-right: .75rem; padding-left: .75rem; gap: .6rem; }
  .hallmark-header .brand-logo { min-width: 0; }
  .hallmark-header .brand-logo img { width: 108px; max-width: 100%; height: 62px !important; }
  .hallmark-header .header-cta { flex: 0 0 auto; gap: .4rem; padding: .7rem .75rem; font-size: .66rem; letter-spacing: .06em; white-space: nowrap; }
  .apartment-detail-hero { min-height: 620px; height: 88svh; }
  .apartment-detail-overlay { background: linear-gradient(90deg, rgba(6,7,10,.9), rgba(6,7,10,.48) 82%, rgba(6,7,10,.3)); }
  .apartment-detail-hero-content { bottom: 6%; width: 100%; }
  .apartment-detail-hero-content > a { margin-bottom: 1.25rem; font-size: .64rem; letter-spacing: .1em; }
  .apartment-detail-hero-content > span { font-size: .64rem; line-height: 1.45; letter-spacing: .13em; }
  .apartment-detail-hero-content h1 { margin: .7rem 0 1rem; font-size: clamp(2.35rem, 11vw, 3.15rem); line-height: 1.02; letter-spacing: -.04em; }
  .apartment-detail-hero-content p { margin: 0; font-size: .88rem; line-height: 1.55; }
  .apartment-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 290px; }
  .apartment-gallery-grid .apartment-gallery-featured { grid-column: auto; grid-row: auto; }
  .apartment-gallery-grid span { right: .75rem; left: .75rem; bottom: .75rem; width: fit-content; max-width: calc(100% - 1.5rem); padding: .48rem .65rem; font-size: .65rem; line-height: 1.3; letter-spacing: .08em; white-space: normal; overflow-wrap: anywhere; }
  .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; }
.catalog-file-actions { display: flex; align-items: center; gap: .75rem; }
.catalog-download { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; white-space: nowrap; }
.catalog-download-button { min-height: 46px; padding: .7rem 1.1rem; color: white; background: #a96040; border: 1px solid #a96040; border-radius: var(--radius-sm); transition: background .25s ease, border-color .25s ease, transform .25s ease; }
.catalog-download-button:hover { color: white; background: #8f4f34; border-color: #8f4f34; transform: translateY(-2px); }
@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; }
  .catalog-controls input { grid-column: 1 / -1; grid-row: 2; }
  .catalog-file-actions { grid-row: 3; flex-wrap: wrap; align-items: stretch; }
  .catalog-file-actions .catalog-download { flex: 1 1 150px; }
  .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(0,0,0,.62) 0%, rgba(0,0,0,.40) 35%, rgba(0,0,0,.08) 68%, rgba(0,0,0,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-fixed-content .hero-subtitle {
  width: min(100%, 640px);
  max-width: 640px;
  font-size: clamp(1.55rem, 2.1vw, 2rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .01em;
}
.home-hero-title-accessible {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.home-hero-project-logo {
  display: block;
  width: clamp(200px, 46vw, 640px);
  max-width: 92%;
  height: auto;
  margin: 1rem 0 1.6rem;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 4px 20px 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(0,0,0,.72), rgba(0,0,0,.34) 72%, rgba(0,0,0,.08)); }
  .home-hero-arrows { right: 1rem; }
  .home-hero-project-logo { width: min(88vw, 430px); max-width: 100%; margin: .85rem 0 1.2rem; }
  .home-hero-fixed-content .hero-subtitle { font-size: clamp(1.25rem, 6vw, 1.55rem); line-height: 1.3; }
}

.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-image-placeholder { display: grid; place-items: center; background: #fff; }
.project-image-placeholder .project-placeholder-logo { width: min(48%, 220px); height: auto; object-fit: contain; opacity: .72; }
.project-card-static { cursor: default; }

.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-img-placeholder { display: grid; place-items: center; background: #fff; }
.showcase-img-placeholder .showcase-placeholder-logo { position: relative; width: min(52%, 230px); height: auto; object-fit: contain; opacity: .7; }
.showcase-card-placeholder .showcase-overlay { background: linear-gradient(180deg, rgba(255,255,255,0) 20%, rgba(240,237,232,.98) 100%); }
.showcase-card-placeholder .showcase-number { color: rgba(31,31,32,.16); }
.showcase-card-placeholder .showcase-info-box, .showcase-card-placeholder .showcase-title { color: var(--text-primary); }
.showcase-card-placeholder .showcase-desc { color: var(--text-secondary); }

.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: normal;
  font-weight: 500;
}

/* Minimal Light Statistics */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}

.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);
}

/* Homepage LIVE INN FIRST render showcase */
.home-live-showcase {
  padding: clamp(5rem, 8vw, 8rem) 0;
  overflow: hidden;
  color: #fff;
  background: #17191d;
}

.home-live-showcase-header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  align-items: end;
  gap: 3rem;
  margin-bottom: 3rem;
}

.home-live-showcase-header .section-subtitle { color: #d8ae79; }
.home-live-showcase-header h2 {
  margin: .65rem 0 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(3.2rem, 7vw, 7.2rem);
  font-weight: 700;
  line-height: .88;
  letter-spacing: -.065em;
}
.home-live-project-logo { display: block; width: min(100%, 500px); height: auto; margin-top: 1rem; }
.home-live-showcase-intro { padding-left: 1.5rem; border-left: 1px solid rgba(255,255,255,.22); }
.home-live-showcase-intro p { margin: 0 0 1.25rem; color: rgba(255,255,255,.66); line-height: 1.75; }
.home-live-showcase-intro a,
.home-live-showcase-footer a { color: #d8ae79; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.home-live-showcase-intro a i,
.home-live-showcase-footer a i { margin-left: .55rem; transition: transform .25s ease; }
.home-live-showcase-intro a:hover i { transform: translateX(5px); }

.home-live-render-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, .75fr);
  grid-template-rows: repeat(2, minmax(240px, 28vw));
  gap: 1rem;
}
.home-live-render { position: relative; display: block; min-height: 0; overflow: hidden; color: #fff; background: #23262b; }
.home-live-render-main { grid-row: 1 / 3; }
.home-live-render img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--transition-smooth), filter .6s ease; }
.home-live-render:hover img { transform: scale(1.045); filter: brightness(1.06); }
.home-live-render-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(5,6,8,.82)); }
.home-live-render-caption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; flex-direction: column; gap: .45rem; padding: clamp(1.25rem, 2vw, 2rem); }
.home-live-render-caption small { color: #d8ae79; font-size: .65rem; font-weight: 700; letter-spacing: .16em; }
.home-live-render-caption strong { font-family: var(--font-serif); font-size: clamp(1.25rem, 2vw, 2rem); font-weight: 600; line-height: 1.15; }
.home-live-showcase-footer { display: flex; align-items: center; gap: 2rem; padding-top: 1.5rem; color: rgba(255,255,255,.5); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.home-live-showcase-footer span + span { padding-left: 2rem; border-left: 1px solid rgba(255,255,255,.16); }
.home-live-showcase-footer a { margin-left: auto; }
.home-live-showcase-footer a:hover i { transform: translate(3px,-3px); }

@media (max-width: 820px) {
  .home-live-showcase-header { grid-template-columns: 1fr; gap: 1.75rem; }
  .home-live-showcase-intro { max-width: 620px; }
  .home-live-render-grid { grid-template-columns: 1fr 1fr; grid-template-rows: minmax(360px, 70vw) minmax(220px, 44vw); }
  .home-live-render-main { grid-column: 1 / 3; grid-row: auto; }
  .home-live-showcase-footer { flex-wrap: wrap; gap: 1rem; }
  .home-live-showcase-footer span + span { padding-left: 1rem; }
  .home-live-showcase-footer a { width: 100%; margin: .5rem 0 0; }
}

@media (max-width: 560px) {
  .home-live-render-grid { display: flex; flex-direction: column; }
  .home-live-render { height: 280px; }
  .home-live-render-main { height: 390px; }
  .home-live-showcase-footer span { width: 100%; }
  .home-live-showcase-footer span + span { padding-left: 0; border-left: 0; }
}

/* 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: #040404;
  border-top: 1px solid var(--border-hairline);
  padding: 5rem 0 2rem;
}
.hallmark-footer, .hallmark-footer .footer-links a, .hallmark-footer .footer-links span, .hallmark-footer .text-muted, .hallmark-footer .footer-bottom { color: rgba(255,255,255,.72) !important; }
.hallmark-footer .footer-heading { color: #d8ae79; }
.footer-address-text { display: inline-block; vertical-align: top; }
.footer-brand .brand-logo { width: 350px; }
.hallmark-header, .hallmark-header.scrolled { background: #000 !important; border-bottom-color: rgba(255,255,255,.1); }
.hallmark-header .nav-link { color: rgba(255,255,255,.82); }
.hallmark-header .nav-link:hover, .hallmark-header .nav-link.active { color: #fff; }
.hallmark-header .header-cta { background: #a96040; color: #fff; }
.hallmark-header .header-cta:hover { background: #bd7655; }
.apartment-plan-variants { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:2rem; align-items:start; }
.apartment-plan-variant { padding:2rem; background:#fff; border:1px solid var(--border-hairline); }
.apartment-plan-variant h3 { margin:0 0 1.5rem; font-size:clamp(1.35rem,2vw,2rem); color:var(--heading-color); }
.apartment-plan-table { display:grid; grid-template-columns:1fr; border-top:1px solid var(--border-hairline); }
.apartment-plan-table div { display:flex; justify-content:space-between; gap:1rem; padding:.9rem 0; border-bottom:1px solid var(--border-hairline); }
.apartment-plan-table strong { white-space:nowrap; color:var(--accent-gold); }
.apartment-plan-totals { display:flex; gap:1rem; justify-content:space-between; margin-top:2rem; font-size:1rem; }
.apartment-plan-totals strong { margin-left:.5rem; font-size:1.4rem; }
@media(max-width:900px){.apartment-plan-variants{grid-template-columns:1fr}.apartment-plan-totals{justify-content:flex-start;flex-direction:column;gap:.5rem}}
@media(max-width:560px){
  .apartment-plan-variants{gap:1.25rem}
  .apartment-plan-variant{padding:1.15rem}
  .apartment-plan-variant h3{margin-bottom:1rem;font-size:1.3rem;line-height:1.2}
  .apartment-plan-table div{align-items:flex-start;gap:.65rem;padding:.72rem 0;font-size:.78rem;line-height:1.35}
  .apartment-plan-table div span{min-width:0;overflow-wrap:anywhere}
  .apartment-plan-table strong{flex:0 0 auto;font-size:.76rem}
  .apartment-plan-totals{margin-top:1.25rem;font-size:.82rem}
  .apartment-plan-totals strong{font-size:1.05rem}
}

.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(3, minmax(0, 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: minmax(0, 1fr); }
  .footer-grid > * { min-width: 0; }
  .footer-brand .brand-logo { width: min(100%, 280px); }
}

/* About Page Corporate Pillars Cards */
.about-pillar-card {
  position: relative;
  background: var(--bg-surface);
  border: 1px solid var(--border-hairline);
  border-top: 3px solid #a96040;
  border-radius: var(--radius-md);
  padding: 2.2rem 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s var(--transition-smooth), box-shadow 0.35s var(--transition-smooth), border-color 0.35s var(--transition-smooth);
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.about-pillar-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(169, 96, 64, 0.12);
  border-top-color: var(--accent-gold);
}

.about-pillar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.about-pillar-badge {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #a96040;
}

.about-pillar-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(169, 96, 64, 0.08);
  color: #a96040;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.about-pillar-card:hover .about-pillar-icon {
  background: #a96040;
  color: #fff;
  transform: scale(1.08);
}

.about-pillar-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.about-pillar-desc {
  font-size: 0.93rem;
  line-height: 1.75;
  color: var(--text-secondary);
  margin: 0;
}

/* Modern Master Pillars Box Container (High Contrast Light Mode) */
.modern-pillars-container {
  background: #FFFFFF;
  border: 1px solid var(--border-hairline);
  border-top: 4px solid #a96040;
  border-radius: 18px;
  padding: 3.2rem 2.5rem;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.modern-pillar-column {
  padding: 1rem 1.75rem;
  height: 100%;
  border-right: 1px solid var(--border-hairline);
}

.modern-pillar-column:last-child {
  border-right: 0;
}

@media (max-width: 768px) {
  .modern-pillars-container {
    padding: 2rem 1.25rem;
    border-radius: 14px;
  }
  .modern-pillar-column {
    border-right: 0;
    border-bottom: 1px solid var(--border-hairline);
    padding: 1.5rem 0;
  }
  .modern-pillar-column:last-child {
    border-bottom: 0;
  }
}

/* Responsive Brand Logo & Header Controls */
.hallmark-header .brand-logo-img {
  width: 132px;
  height: 74px;
  max-height: 74px;
  object-fit: contain;
  transition: height 0.3s ease;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mobile-nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1.25rem;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm, 6px);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.mobile-nav-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--accent-gold);
}

/* Mobile Nav Drawer Overlay */
.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(88vw, 360px);
  height: 100%;
  background: #0d0e12;
  border-left: 1px solid var(--border-gold);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
}

.mobile-nav-overlay.active .mobile-nav-drawer {
  transform: translateX(0);
}

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-close {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.mobile-nav-close:hover {
  border-color: var(--accent-gold);
  color: var(--accent-gold);
}

.mobile-nav-menu {
  list-style: none;
  padding: 1.5rem 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mobile-nav-menu li a {
  display: flex;
  align-items: center;
  padding: 0.85rem 1rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: var(--radius-sm, 6px);
  transition: all 0.25s ease;
}

.mobile-nav-menu li a:hover,
.mobile-nav-menu li a.active {
  background: rgba(169, 96, 64, 0.15);
  color: #fff;
  border-left: 3px solid #a96040;
}

.mobile-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-dropdown-toggle a {
  flex: 1;
}

.mobile-sub-toggle {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  font-size: 0.85rem;
  transition: transform 0.3s ease;
}

.mobile-sub-toggle.active {
  transform: rotate(180deg);
  color: #a96040;
}

.mobile-submenu {
  display: none;
  list-style: none;
  padding: 0.5rem 0 0.5rem 1.5rem;
  margin: 0;
}

.mobile-submenu.active {
  display: block;
}

.mobile-submenu a {
  font-size: 0.82rem !important;
  text-transform: none !important;
  color: rgba(255, 255, 255, 0.7) !important;
  padding: 0.5rem 0.8rem !important;
}

.mobile-nav-footer {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.mobile-contact-link {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s ease;
}

.mobile-contact-link:hover {
  color: #fff;
}

/* Global Mobile Media Queries (<768px & <992px) */
@media (max-width: 991px) {
  .col-lg-5 div[style*="position:sticky"],
  .col-lg-5 div[style*="position: sticky"] {
    position: relative !important;
    top: 0 !important;
    margin-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  .hallmark-header .brand-logo-img {
    width: 112px;
    height: 64px !important;
    max-height: 64px;
  }
  
  .mobile-nav-toggle {
    display: flex;
  }
  
  .header-cta span {
    display: none;
  }
  
  .header-cta {
    padding: 0.6rem 0.8rem;
  }

  /* Catalog Reader Mobile Adjustments */
  .catalog-stage {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .catalog-arrow {
    display: none !important;
  }

  .catalog-book-wrap {
    min-height: 320px !important;
  }

  .catalog-controls {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
  }

  .catalog-file-actions {
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
  }

  .catalog-download {
    width: 100%;
    justify-content: center;
  }

  /* Hero Section Spacing on Mobile */
  section[style*="padding:120px"],
  section[style*="padding: 120px"] {
    padding: 95px 0 40px !important;
  }

  section[style*="padding:140px"],
  section[style*="padding: 140px"] {
    padding: 100px 0 45px !important;
  }
}

/* Universal Responsive Overrides & Mobile Typography Engine */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

.hero-title {
  font-size: clamp(2rem, 6vw, 3.5rem) !important;
  line-height: 1.15 !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

.section-title {
  font-size: clamp(1.75rem, 4.5vw, 2.8rem) !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere !important;
}

.manifesto-text {
  font-size: clamp(1.15rem, 3vw, 1.8rem) !important;
  line-height: 1.5 !important;
}

/* Global Mobile Specific Adjustments (<768px & <576px) */
@media (max-width: 768px) {
  .container {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    max-width: 100% !important;
  }

  /* Reset hardcoded padding & grid inline styles */
  div[style*="padding: 3rem"],
  div[style*="padding:3rem"] {
    padding: 1.5rem 1rem !important;
  }

  div[style*="grid-template-columns: repeat(auto-fit, minmax(320px, 1fr))"],
  div[style*="grid-template-columns:repeat(auto-fit,minmax(320px,1fr))"] {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  section[style*="padding:120px"],
  section[style*="padding: 120px"],
  section[style*="padding:140px"],
  section[style*="padding: 140px"],
  section[style*="padding: 180px"],
  section[style*="padding:180px"] {
    padding: 85px 0 35px !important;
  }

  /* Responsive iframe maps and video containers */
  section[style*="height: 450px"],
  section[style*="height:450px"] {
    height: 320px !important;
  }

  /* Home Hero Slider Mobile Responsive Engine */
  .home-hero-slider-wrap {
    height: 92svh !important;
    min-height: 520px !important;
    max-height: 750px !important;
  }

  .home-hero-fixed-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 1.25rem !important;
    box-sizing: border-box !important;
  }

  .home-hero-project-logo {
    width: min(80vw, 290px) !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0.6rem 0 1rem !important;
  }

  .home-hero-fixed-content .hero-subtitle {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(1rem, 4.5vw, 1.35rem) !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    margin-bottom: 1.25rem !important;
  }

  .hero-actions {
    flex-direction: column !important;
    width: 100% !important;
    gap: 0.65rem !important;
  }

  .hero-actions a {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 0.75rem 1rem !important;
    font-size: 0.8rem !important;
    white-space: normal !important;
    box-sizing: border-box !important;
  }

  .home-hero-arrows {
    display: none !important;
  }

  .home-hero-pagination {
    bottom: 16px !important;
  }
}

@media (max-width: 480px) {
  h1, .h1 { font-size: clamp(1.8rem, 8vw, 2.5rem) !important; }
  h2, .h2 { font-size: clamp(1.5rem, 6.5vw, 2rem) !important; }
  h3, .h3 { font-size: clamp(1.25rem, 5.5vw, 1.6rem) !important; }
  
  .display-1 { font-size: clamp(3.5rem, 14vw, 6rem) !important; }

  .home-hero-slider-wrap {
    height: 88svh !important;
    min-height: 480px !important;
  }
}


