/* ===================================================================
   678 E FURNESS DR #103 — single-property site
   Fresh modern realty. Sibling to the Knox design system.
   =================================================================== */

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

:root {
  --ink: #1C1B18;
  --charcoal: #2C2A26;
  --stone: #6B6256;
  --stone-soft: #8C8474;
  --sand: #F6F1E9;
  --sand-2: #EFE8DC;
  --ivory: #FFFDF8;
  --line: #E5DCCC;
  --white: #FFFFFF;

  --gold: #B0863A;
  --gold-deep: #8A6726;
  --gold-soft: #F3E9D5;
  --sage: #55675A;

  --dark: #1B2420;
  --dark-2: #232E28;

  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --content-max: 1180px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-full: 999px;
  --shadow-card: 0 18px 50px -24px rgba(28,27,24,0.30);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color 0.2s var(--ease); }
ul { list-style: none; }
h1, h2, h3, h4 { line-height: 1.12; letter-spacing: -0.01em; text-wrap: balance; font-family: var(--font-display); font-weight: 600; }
p { text-wrap: pretty; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

.container { max-width: var(--content-max); margin: 0 auto; padding: 0 clamp(1.15rem, 4vw, 2.25rem); }

.skip-nav {
  position: absolute; top: -120%; left: 1rem; z-index: 999;
  background: var(--ink); color: var(--white);
  padding: 0.75rem 1.5rem; border-radius: var(--radius-sm); font-weight: 700;
}
.skip-nav:focus { top: 0.75rem; }

/* --- BUTTONS --- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--font-body); font-size: 0.92rem; font-weight: 600;
  letter-spacing: 0.01em; padding: 0.95rem 1.7rem; border-radius: var(--radius-full);
  min-height: 48px; cursor: pointer; border: 1.5px solid transparent;
  transition: transform 0.2s var(--ease), background 0.2s var(--ease), color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: #fff; box-shadow: 0 14px 30px -14px rgba(176,134,58,0.7); }
.btn-primary:hover { background: var(--gold-deep); }
.btn-solid { background: var(--ink); color: var(--ivory); }
.btn-solid:hover { background: var(--charcoal); }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.55); }
.btn-ghost:hover { background: rgba(255,255,255,0.12); border-color: #fff; }
.btn-large { padding: 1.1rem 2.4rem; font-size: 1rem; }
.btn-block { display: flex; width: 100%; }

/* --- HEADER --- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,253,248,0.86);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: box-shadow 0.3s var(--ease), border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.site-header.scrolled { box-shadow: 0 6px 30px -16px rgba(28,27,24,0.28); border-bottom-color: var(--line); }
.header-inner {
  max-width: var(--content-max); margin: 0 auto;
  padding: 0.85rem clamp(1.15rem, 4vw, 2.25rem);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.wordmark { display: inline-flex; align-items: center; gap: 0.65rem; }
.wordmark-mark {
  font-family: var(--font-display); font-weight: 700; font-size: 1.45rem;
  color: var(--white); background: var(--ink);
  width: 46px; height: 46px; display: grid; place-items: center;
  border-radius: 12px; letter-spacing: -0.02em;
}
.wordmark-text {
  font-family: var(--font-body); font-weight: 700; font-size: 0.98rem;
  letter-spacing: 0.16em; color: var(--ink); display: flex; flex-direction: column; line-height: 1.2;
}
.wordmark-text small { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.2em; color: var(--stone-soft); }

.main-nav { display: flex; align-items: center; gap: 0.25rem; }
.main-nav a {
  font-size: 0.88rem; font-weight: 600; color: var(--charcoal);
  padding: 0.55rem 0.95rem; border-radius: var(--radius-full); white-space: nowrap;
}
.main-nav a:hover { color: var(--gold-deep); background: var(--gold-soft); }
.header-cta {
  font-size: 0.88rem; font-weight: 600; color: var(--white);
  background: var(--gold); padding: 0.7rem 1.4rem; border-radius: var(--radius-full);
  white-space: nowrap; transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}
.header-cta:hover { background: var(--gold-deep); transform: translateY(-1px); }

.mobile-menu-btn {
  display: none; background: none; border: 0; width: 44px; height: 44px;
  flex-direction: column; gap: 5px; align-items: center; justify-content: center; cursor: pointer;
}
.mobile-menu-btn span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: 0.25s var(--ease); }
.mobile-nav { display: none; }

/* --- HERO --- */
.hero {
  position: relative; min-height: 92vh; display: flex; align-items: center;
  color: var(--white); overflow: hidden; isolation: isolate;
}
.hero-art { position: absolute; inset: 0; z-index: -2; }
.hero-sky {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, #14201E 0%, #25322C 34%, #5C5039 64%, #9A7B49 84%, #C79B5A 100%);
}
.hero-sun {
  position: absolute; left: 50%; bottom: 20%;
  width: 460px; height: 460px; transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255,228,168,0.85) 0%, rgba(232,182,108,0.35) 38%, transparent 70%);
  filter: blur(4px);
}
.hero-ridge {
  position: absolute; left: 0; right: 0; bottom: 16%;
  height: 30%;
  background: linear-gradient(180deg, rgba(20,28,24,0) 0%, #16201C 70%);
  clip-path: polygon(0 60%, 12% 48%, 26% 58%, 40% 40%, 55% 55%, 70% 38%, 84% 52%, 100% 44%, 100% 100%, 0 100%);
  opacity: 0.85;
}
.hero-house {
  position: absolute; right: 8%; bottom: 16%; width: 230px; height: 200px; opacity: 0.92;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,0.4));
}
.hh-body { position: absolute; bottom: 0; left: 20px; width: 190px; height: 120px; background: #20120D; border-radius: 4px; }
.hh-roof {
  position: absolute; top: 36px; left: 0; width: 0; height: 0;
  border-left: 115px solid transparent; border-right: 115px solid transparent;
  border-bottom: 56px solid #2C1A12;
}
.hh-door { position: absolute; bottom: 0; left: 100px; width: 34px; height: 62px; background: #C79B5A; border-radius: 3px 3px 0 0; }
.hh-win { position: absolute; width: 34px; height: 30px; background: rgba(255,221,160,0.92); border-radius: 3px; box-shadow: 0 0 18px rgba(255,210,140,0.6); }
.hh-win-1 { bottom: 56px; left: 46px; }
.hh-win-2 { bottom: 56px; left: 152px; }
.hero-art picture { position: absolute; inset: 0; display: block; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-grain {
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(15,20,18,0.86) 0%, rgba(15,20,18,0.66) 42%, rgba(15,20,18,0.32) 70%, rgba(15,20,18,0.42) 100%),
    linear-gradient(180deg, rgba(15,20,18,0.30) 0%, rgba(15,20,18,0) 30%, rgba(15,20,18,0.55) 100%);
}

.hero-content {
  position: relative; z-index: 1; max-width: var(--content-max); width: 100%;
  margin: 0 auto; padding: 7rem clamp(1.15rem, 4vw, 2.25rem) 6rem;
}
.hero-status {
  display: inline-block; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: #F0DCB4;
  border: 1px solid rgba(240,220,180,0.5); padding: 0.5rem 1rem; border-radius: var(--radius-full);
  margin-bottom: 1.5rem;
}
.hero h1 {
  font-size: clamp(2.5rem, 6.4vw, 4.6rem); font-weight: 700; color: #fff;
  margin-bottom: 0.4rem;
}
.hero-unit { color: #F0C97A; font-style: italic; font-weight: 600; }
.hero-addr { font-size: clamp(1rem, 2vw, 1.3rem); color: rgba(255,255,255,0.82); font-weight: 500; letter-spacing: 0.04em; }
.hero-price {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(2.4rem, 6vw, 3.8rem); color: #fff; margin: 1.4rem 0 1.6rem;
}
.hero-facts {
  display: flex; flex-wrap: wrap; gap: 2.4rem; margin-bottom: 2.4rem;
}
.hero-facts li { display: flex; flex-direction: column; }
.hero-facts strong { font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; color: #fff; }
.hero-facts span { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.72); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-scroll { position: absolute; bottom: 1.6rem; left: 50%; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid rgba(255,255,255,0.5); border-radius: 14px; z-index: 1; }
.hero-scroll span { position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; background: #fff; border-radius: 2px; transform: translateX(-50%); animation: scrolldot 1.8s var(--ease) infinite; }
@keyframes scrolldot { 0% { opacity: 0; top: 8px; } 40% { opacity: 1; } 80% { opacity: 0; top: 22px; } 100% { opacity: 0; } }

/* --- STAT STRIP --- */
.stat-strip { background: var(--ink); color: var(--ivory); }
.stat-strip-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.5rem; padding: 2rem clamp(1.15rem,4vw,2.25rem); }
.stat { flex: 1; min-width: 120px; text-align: center; }
.stat-num { display: block; font-family: var(--font-display); font-size: clamp(1.6rem,3vw,2.2rem); font-weight: 700; color: #fff; }
.stat-label { display: block; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,253,248,0.62); margin-top: 0.3rem; }

/* --- SECTIONS --- */
.section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.section-sand { background: var(--sand); }
.section-header { max-width: 660px; margin: 0 auto clamp(2.5rem,5vw,3.5rem); text-align: center; }
.section-label {
  display: inline-block; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold-deep); margin-bottom: 0.9rem;
}
.section-header h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); color: var(--ink); margin-bottom: 0.8rem; }
.section-header p { color: var(--stone); font-size: 1.05rem; }
.section-header-light h2 { color: #fff; }
.section-header-light p { color: rgba(255,255,255,0.74); }
.section-header-light .section-label { color: #E8C98A; }

/* --- TWO COLUMN --- */
.two-col { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.two-col-text h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); color: var(--ink); margin-bottom: 1.2rem; }
.two-col-text p { color: var(--stone); margin-bottom: 1.1rem; }
.two-col-text p strong { color: var(--ink); }
.two-col-text .btn { margin-top: 0.8rem; }

/* --- QUICK CARD --- */
.quick-card { background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-card); overflow: hidden; }
.quick-card-head { background: var(--ink); color: var(--ivory); padding: 2rem 1.8rem 1.7rem; text-align: center; }
.quick-card-status { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #E8C98A; }
.quick-card-price { font-family: var(--font-display); font-size: 2.4rem; font-weight: 700; color: #fff; margin: 0.5rem 0 0.6rem; }
.quick-card-addr { font-size: 0.92rem; color: rgba(255,253,248,0.74); }
.quick-card-list { padding: 1.4rem 1.8rem; }
.quick-card-list li { display: flex; justify-content: space-between; align-items: center; padding: 0.75rem 0; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.quick-card-list li:last-child { border-bottom: 0; }
.quick-card-list span { color: var(--stone); }
.quick-card-list strong { color: var(--ink); font-weight: 600; text-align: right; }
.quick-card .btn { margin: 0 1.8rem 1.8rem; width: calc(100% - 3.6rem); }

/* --- DETAIL GRID --- */
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.detail { display: flex; gap: 1.1rem; background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 1.6rem; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease); }
.detail:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.detail-ico { flex-shrink: 0; width: 46px; height: 46px; border-radius: 12px; background: var(--gold-soft); color: var(--gold-deep); display: grid; place-items: center; font-weight: 700; font-size: 1.1rem; }
.detail h3 { font-size: 1.12rem; color: var(--ink); margin-bottom: 0.35rem; }
.detail p { font-size: 0.92rem; color: var(--stone); line-height: 1.6; }
.detail-note { text-align: center; margin-top: 2.4rem; color: var(--stone); font-size: 0.95rem; }
.detail-note a { color: var(--gold-deep); font-weight: 600; }
.detail-note a:hover { text-decoration: underline; }

/* --- GALLERY --- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.gallery-tile { aspect-ratio: 4 / 3; border-radius: var(--radius-md); overflow: hidden; display: block; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.gallery-tile:hover img { transform: scale(1.05); }
.gallery-placeholder {
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--sand) 0%, var(--sand-2) 100%);
  border: 1px dashed var(--line); color: var(--stone-soft);
}
.gallery-placeholder span { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; }
.gallery-cta { text-align: center; margin-top: 2.5rem; }

/* --- DARK / NEIGHBORHOOD --- */
.section-dark { background: var(--dark); color: var(--ivory); }
.amenity-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.9rem; margin-bottom: 3rem; }
.amenity {
  background: var(--dark-2); border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius-sm); padding: 1rem 1.2rem; font-size: 0.92rem;
  color: rgba(255,255,255,0.86); position: relative; padding-left: 2.2rem;
}
.amenity::before { content: ""; position: absolute; left: 1rem; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); transform: translateY(-50%); }
.map-wrap { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6); }
.map-wrap iframe { width: 100%; height: 420px; border: 0; display: block; filter: grayscale(0.2) contrast(1.05); }

/* --- CTA BANNER --- */
.cta-banner-wrap { padding: clamp(2.5rem,6vw,4.5rem) 0; background: var(--sand); }
.cta-banner {
  background: var(--ink); color: var(--ivory); border-radius: var(--radius-lg);
  text-align: center; padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.5rem, 5vw, 4rem);
  position: relative; overflow: hidden;
}
.cta-banner::after { content: ""; position: absolute; right: -80px; top: -80px; width: 280px; height: 280px; background: radial-gradient(circle, rgba(176,134,58,0.4), transparent 70%); }
.cta-banner h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); color: #fff; margin-bottom: 0.9rem; position: relative; }
.cta-banner p { color: rgba(255,253,248,0.78); max-width: 560px; margin: 0 auto 1.8rem; position: relative; }

/* --- CONTACT --- */
.contact-points { margin-top: 1.6rem; }
.contact-points li { display: flex; flex-direction: column; padding: 0.85rem 0; border-bottom: 1px solid var(--line); }
.contact-points li:last-child { border-bottom: 0; }
.contact-points span { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--stone-soft); margin-bottom: 0.2rem; }
.contact-points a { color: var(--gold-deep); font-weight: 600; }
.inquiry { background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.6rem, 4vw, 2.4rem); box-shadow: var(--shadow-card); }
.field { margin-bottom: 1.1rem; display: flex; flex-direction: column; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field label { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.04em; color: var(--charcoal); margin-bottom: 0.4rem; }
.field input, .field textarea {
  font-family: var(--font-body); font-size: 0.98rem; color: var(--ink);
  background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  padding: 0.85rem 1rem; width: 100%; transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px var(--gold-soft); }
.field textarea { resize: vertical; }
.inquiry .btn { margin-top: 0.4rem; }
.inquiry-note { font-size: 0.82rem; color: var(--stone-soft); text-align: center; margin-top: 0.9rem; }

/* --- FOOTER --- */
.site-footer { background: var(--ink); color: rgba(255,253,248,0.7); }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 3rem clamp(1.15rem,4vw,2.25rem); }
.wordmark-footer .wordmark-mark { background: var(--gold); }
.wordmark-footer .wordmark-text { color: #fff; }
.wordmark-footer .wordmark-text small { color: rgba(255,255,255,0.5); }
.footer-brand p { margin-top: 0.9rem; font-size: 0.9rem; max-width: 420px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.footer-nav a { font-size: 0.9rem; font-weight: 500; color: rgba(255,253,248,0.7); }
.footer-nav a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 1.3rem 0; }
.footer-bottom p { font-size: 0.8rem; color: rgba(255,253,248,0.45); text-align: center; }

/* --- FLOATING CTA --- */
.floating-cta {
  position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 90;
  background: var(--gold); color: #fff; font-size: 0.9rem; font-weight: 700;
  padding: 0.95rem 1.6rem; border-radius: var(--radius-full);
  box-shadow: 0 16px 34px -14px rgba(176,134,58,0.8); display: none;
  transition: transform 0.2s var(--ease), background 0.2s var(--ease);
}
.floating-cta:hover { background: var(--gold-deep); transform: translateY(-2px); }

/* --- RESPONSIVE --- */
@media (max-width: 980px) {
  .two-col { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: repeat(2, 1fr); }
  .amenity-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .main-nav, .header-cta { display: none; }
  .mobile-menu-btn { display: flex; }
  .site-header.nav-open .mobile-menu-btn span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .site-header.nav-open .mobile-menu-btn span:nth-child(2) { opacity: 0; }
  .site-header.nav-open .mobile-menu-btn span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-nav {
    display: flex; flex-direction: column; max-height: 0; overflow: hidden;
    background: var(--ivory); border-top: 1px solid transparent;
    transition: max-height 0.35s var(--ease);
  }
  .site-header.nav-open .mobile-nav { max-height: 460px; border-top-color: var(--line); }
  .mobile-nav a { padding: 1rem clamp(1.15rem,4vw,2.25rem); font-weight: 600; color: var(--charcoal); border-bottom: 1px solid var(--line); }
  .mobile-nav-cta { background: var(--gold); color: #fff !important; text-align: center; border-bottom: 0 !important; }
  .hero { min-height: 88vh; }
  .hero-facts { gap: 1.6rem; }
  .hero-house { right: -10%; opacity: 0.55; }
  .detail-grid { grid-template-columns: 1fr; }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  .field-row { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .floating-cta { display: inline-flex; }
  .hero-scroll { display: none; }
}
@media (max-width: 420px) {
  .hero-facts { gap: 1.1rem 1.6rem; }
  .stat { min-width: 45%; }
}

/* --- GALLERY / LIGHTBOX --- */
.gallery-tile { cursor: zoom-in; position: relative; }
.gallery-tile::after {
  content: ""; position: absolute; inset: 0; border-radius: var(--radius-md);
  box-shadow: inset 0 0 0 1px rgba(28,27,24,0.06); transition: background 0.3s var(--ease);
}
.gallery-tile:hover::after { background: rgba(176,134,58,0.12); }
.lightbox {
  position: fixed; inset: 0; z-index: 200; background: rgba(15,18,16,0.95);
  display: flex; align-items: center; justify-content: center;
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.lightbox[hidden] { display: none; }
.lb-img {
  max-width: 92vw; max-height: 86vh; width: auto; height: auto;
  border-radius: 6px; box-shadow: 0 30px 80px -20px rgba(0,0,0,0.8);
}
.lb-close, .lb-nav {
  position: absolute; background: rgba(255,255,255,0.1); color: #fff;
  border: 1px solid rgba(255,255,255,0.25); cursor: pointer;
  display: grid; place-items: center; transition: background 0.2s var(--ease);
}
.lb-close { top: 1.1rem; right: 1.1rem; width: 46px; height: 46px; border-radius: 50%; font-size: 1.6rem; line-height: 1; }
.lb-nav { top: 50%; transform: translateY(-50%); width: 54px; height: 54px; border-radius: 50%; font-size: 2rem; line-height: 1; }
.lb-prev { left: 1.2rem; }
.lb-next { right: 1.2rem; }
.lb-close:hover, .lb-nav:hover { background: var(--gold); border-color: var(--gold); }
.lb-count { position: absolute; bottom: 1.2rem; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.85); font-size: 0.85rem; letter-spacing: 0.1em; }
@media (max-width: 760px) {
  .lb-nav { width: 44px; height: 44px; font-size: 1.5rem; }
  .lb-prev { left: 0.5rem; } .lb-next { right: 0.5rem; }
  .lb-img { max-width: 96vw; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
