/* ============================================
   HOLLINS CHAMBERS — Main Stylesheet
   Taylor Estates (Cheshire) Ltd
   Last updated: March 2026
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Montserrat:wght@300;400;500;600&display=swap');

:root {
  --gold: #C9A84C;
  --gold-light: #E8C97A;
  --dark: #0E0E0E;
  --dark-2: #161616;
  --dark-3: #1E1E1E;
  --dark-4: #252525;
  --off-white: #F5F0E8;
  --text-muted: #8A8178;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--dark);
  color: var(--off-white);
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 16px 60px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(14,14,14,0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(201,168,76,0.15);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; letter-spacing: 0.18em; color: var(--gold);
  text-transform: uppercase; text-decoration: none;
}
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a {
  font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--off-white); text-decoration: none; opacity: 0.7;
  transition: opacity 0.3s, color 0.3s;
}
.nav-links a:hover { opacity: 1; color: var(--gold); }

/* ── HERO ── */
.hero {
  height: 100vh; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.hero-bg {
  position: absolute; inset: 0;
  background: url('../images/exterior-1925.jpg') center center / cover no-repeat;
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(10,10,10,0.65) 0%, rgba(10,10,10,0.5) 50%, rgba(10,10,10,0.85) 100%);
}
.hero-grid {
  position: absolute; inset: 0; opacity: 0.06;
  background-image:
    linear-gradient(var(--gold) 1px, transparent 1px),
    linear-gradient(90deg, var(--gold) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-ornament {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 600px; height: 600px; opacity: 0.04;
  border: 1px solid var(--gold); border-radius: 50%;
}
.hero-ornament::before {
  content: ''; position: absolute; inset: 40px;
  border: 1px solid var(--gold); border-radius: 50%;
}
.hero-ornament::after {
  content: ''; position: absolute; inset: 80px;
  border: 1px solid var(--gold); border-radius: 50%;
}
.hero-content {
  position: relative; text-align: center;
  animation: fadeUp 1.2s ease both;
}
.hero-eyebrow {
  font-size: 0.65rem; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 28px; opacity: 0.9;
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 300; line-height: 1.0;
  letter-spacing: 0.04em;
  color: var(--off-white);
  margin-bottom: 8px;
}
.hero-title em { font-style: italic; color: var(--gold); }
.hero-sub {
  font-size: 0.72rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--text-muted); margin-top: 24px; margin-bottom: 48px;
}
.hero-badges { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; }
.badge {
  border: 1px solid rgba(201,168,76,0.4);
  padding: 10px 24px;
  font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold);
}
.hero-available {
  position: absolute; bottom: 48px; left: 50%; transform: translateX(-50%);
  display: flex; align-items: center; gap: 10px;
  font-size: 0.62rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--text-muted);
  animation: fadeUp 1.4s ease 0.4s both;
}
.available-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #4CAF50;
  box-shadow: 0 0 8px rgba(76,175,80,0.6);
  animation: pulse 2s infinite;
}

/* ── ANIMATIONS ── */
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* ── SECTIONS ── */
section { padding: 100px 60px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label {
  font-size: 0.6rem; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 300; line-height: 1.15;
  color: var(--off-white); margin-bottom: 28px;
}
.section-title em { font-style: italic; color: var(--gold); }
.gold-rule { width: 60px; height: 1px; background: var(--gold); margin-bottom: 36px; }
.body-text {
  font-size: 0.82rem; line-height: 1.9;
  color: rgba(245,240,232,0.65); max-width: 560px;
}

/* ── ABOUT ── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: rgba(201,168,76,0.15); margin-top: 48px;
}
.stat { background: var(--dark-2); padding: 28px 24px; }
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem; font-weight: 300; color: var(--gold); line-height: 1;
}
.stat-label {
  font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-muted); margin-top: 6px;
}
.about-image-block { position: relative; }
.about-image-frame {
  width: 100%; aspect-ratio: 3/4;
  overflow: hidden; position: relative;
}
.about-image-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-tag {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--gold); color: var(--dark);
  padding: 16px 24px;
  font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase;
  font-weight: 600;
}

/* ── AVAILABLE SPACE ── */
.space-section { background: var(--dark-2); }
.floors-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; background: rgba(201,168,76,0.1); margin-top: 48px;
}
.floor-card {
  background: var(--dark-3); padding: 36px 32px;
  transition: background 0.3s;
  position: relative; overflow: hidden;
}
.floor-card:hover { background: var(--dark-4); }
.floor-card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px; background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s ease;
}
.floor-card:hover::after { transform: scaleX(1); }
.floor-name {
  font-size: 0.6rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.floor-size {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem; font-weight: 300; color: var(--off-white); margin-bottom: 8px;
}
.floor-status {
  display: inline-block; padding: 4px 12px;
  font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase;
  margin-bottom: 20px;
}
.floor-status.available {
  background: rgba(76,175,80,0.15); color: #4CAF50;
  border: 1px solid rgba(76,175,80,0.3);
}
.floor-status.let {
  background: rgba(138,129,120,0.15); color: var(--text-muted);
  border: 1px solid rgba(138,129,120,0.2);
}
.floor-detail { font-size: 0.72rem; line-height: 1.8; color: rgba(245,240,232,0.5); }

/* ── SPECIFICATION ── */
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 60px; }
.spec-list { list-style: none; }
.spec-list li {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 16px 0; border-bottom: 1px solid rgba(201,168,76,0.1);
  font-size: 0.78rem; line-height: 1.5; color: rgba(245,240,232,0.65);
}
.spec-list li::before { content: '—'; color: var(--gold); flex-shrink: 0; margin-top: 1px; }
.floor-spec-box {
  background: var(--dark-3); border: 1px solid rgba(201,168,76,0.2); padding: 40px;
}
.floor-spec-box h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; font-weight: 300; color: var(--gold); margin-bottom: 8px;
}
.floor-spec-box .floor-spec-sub {
  font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 28px;
}
.spec-item-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.spec-item {
  background: var(--dark-4); padding: 16px;
  font-size: 0.7rem; color: rgba(245,240,232,0.6); line-height: 1.5;
  border-left: 2px solid rgba(201,168,76,0.3);
}
.spec-item strong {
  display: block; color: var(--gold);
  font-size: 1.1rem; font-family: 'Cormorant Garamond', serif;
  font-weight: 300; margin-bottom: 2px;
}

/* ── LOCATION ── */
.location-section { background: var(--dark-2); }
.amenities-grid {
  display: grid; grid-template-columns: repeat(7, 1fr);
  gap: 1px; background: rgba(201,168,76,0.1); margin-top: 48px;
}
.amenity {
  background: var(--dark-3); padding: 20px 16px;
  font-size: 0.68rem; letter-spacing: 0.08em;
  color: rgba(245,240,232,0.55);
  transition: background 0.2s, color 0.2s;
  text-align: center; display: flex; align-items: center; justify-content: center;
  text-decoration: none;
}
.amenity:hover { background: var(--dark-4); color: var(--gold); }
.amenity-tenant {
  color: var(--gold); border-top: 1px solid rgba(201,168,76,0.35);
  font-weight: 500; letter-spacing: 0.15em;
}
.amenity-tenant:hover { background: rgba(201,168,76,0.08); color: var(--gold-light); }
.transport-row { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 48px; }
.transport-pill {
  border: 1px solid rgba(201,168,76,0.3); padding: 10px 20px;
  font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold);
}

/* ── GALLERY ── */
.gallery-section { background: var(--dark); padding: 80px 60px; }
.gallery-grid-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 4px;
  margin-top: 40px;
}
.gallery-grid-main .span-2 { grid-column: span 2; }
.gallery-grid-main .span-row-2 { grid-row: span 2; }
.gallery-grid-details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-top: 4px;
}
.gallery-grid-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-top: 4px;
}
.gallery-item { overflow: hidden; }
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.6s ease;
}
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item.ratio-wide { aspect-ratio: 16/9; }
.gallery-item.ratio-tall { aspect-ratio: 9/16; }
.gallery-item.ratio-sq { aspect-ratio: 1/1; }
.gallery-item.ratio-34 { aspect-ratio: 3/4; }

/* ── CONTACT ── */
.contact-section { background: var(--dark); }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
  background: rgba(201,168,76,0.1); margin-top: 60px;
}
.contact-card {
  background: var(--dark-2); padding: 48px 40px; transition: background 0.3s;
}
.contact-card:hover { background: var(--dark-3); }
.contact-agency {
  font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.contact-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; font-weight: 300; color: var(--off-white); margin-bottom: 4px;
}
.contact-email {
  font-size: 0.72rem; color: var(--text-muted);
  text-decoration: none; transition: color 0.3s; word-break: break-all;
}
.contact-email:hover { color: var(--gold); }
.contact-phone {
  margin-top: 20px; padding-top: 20px;
  border-top: 1px solid rgba(201,168,76,0.1);
  font-size: 0.7rem; letter-spacing: 0.1em; color: var(--text-muted);
}
.contact-cta {
  text-align: center; margin-top: 60px;
  padding: 48px; border: 1px solid rgba(201,168,76,0.2);
}
.contact-cta p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 300; color: var(--off-white); margin-bottom: 8px;
}
.contact-cta small { font-size: 0.7rem; color: var(--text-muted); }
.contact-cta a { color: var(--gold); text-decoration: none; }

/* ── FOOTER ── */
footer {
  background: var(--dark); border-top: 1px solid rgba(201,168,76,0.15);
  padding: 32px 60px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px;
}
.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; letter-spacing: 0.2em; color: var(--gold); text-transform: uppercase;
}
.footer-meta { font-size: 0.62rem; letter-spacing: 0.12em; color: var(--text-muted); }
.footer-taylor { font-size: 0.62rem; letter-spacing: 0.12em; color: rgba(201,168,76,0.4); }
.footer-taylor a { color: inherit; text-decoration: none; }
.footer-taylor a:hover { color: var(--gold); }

/* ── GEOMETRIC PATTERNS ── */
.geo-pattern {
  position: relative;
  overflow: hidden;
}
.geo-pattern::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Crect x='10' y='10' width='80' height='80' fill='none' stroke='%23C9A84C' stroke-width='0.8' opacity='0.4'/%3E%3Crect x='30' y='30' width='40' height='40' fill='none' stroke='%23C9A84C' stroke-width='0.8' opacity='0.3'/%3E%3Ccircle cx='50' cy='50' r='25' fill='none' stroke='%23C9A84C' stroke-width='0.8' opacity='0.3'/%3E%3Ccircle cx='50' cy='50' r='10' fill='none' stroke='%23C9A84C' stroke-width='0.8' opacity='0.25'/%3E%3Crect x='110' y='10' width='80' height='80' fill='none' stroke='%23C9A84C' stroke-width='0.8' opacity='0.35'/%3E%3Ccircle cx='150' cy='50' r='35' fill='none' stroke='%23C9A84C' stroke-width='0.8' opacity='0.3'/%3E%3Ccircle cx='150' cy='50' r='18' fill='none' stroke='%23C9A84C' stroke-width='0.8' opacity='0.25'/%3E%3Crect x='10' y='110' width='80' height='80' fill='none' stroke='%23C9A84C' stroke-width='0.8' opacity='0.3'/%3E%3Ccircle cx='50' cy='150' r='35' fill='none' stroke='%23C9A84C' stroke-width='0.8' opacity='0.25'/%3E%3Crect x='110' y='110' width='80' height='80' fill='none' stroke='%23C9A84C' stroke-width='0.8' opacity='0.35'/%3E%3Ccircle cx='150' cy='150' r='25' fill='none' stroke='%23C9A84C' stroke-width='0.8' opacity='0.3'/%3E%3Ccircle cx='150' cy='150' r='10' fill='none' stroke='%23C9A84C' stroke-width='0.8' opacity='0.2'/%3E%3Cline x1='10' y1='100' x2='190' y2='100' stroke='%23C9A84C' stroke-width='0.5' opacity='0.2'/%3E%3Cline x1='100' y1='10' x2='100' y2='190' stroke='%23C9A84C' stroke-width='0.5' opacity='0.2'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.geo-pattern > * { position: relative; z-index: 1; }

/* Inline decorative geo block for section accents */
.geo-block {
  width: 100%;
  height: 120px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120' viewBox='0 0 400 120'%3E%3Crect x='0' y='0' width='80' height='80' fill='none' stroke='%23C9A84C' stroke-width='1' opacity='0.5'/%3E%3Crect x='20' y='20' width='40' height='40' fill='none' stroke='%23C9A84C' stroke-width='1' opacity='0.4'/%3E%3Ccircle cx='40' cy='40' r='20' fill='none' stroke='%23C9A84C' stroke-width='1' opacity='0.4'/%3E%3Crect x='100' y='10' width='100' height='60' fill='none' stroke='%23C9A84C' stroke-width='1' opacity='0.4'/%3E%3Cline x1='100' y1='40' x2='200' y2='40' stroke='%23C9A84C' stroke-width='0.8' opacity='0.35'/%3E%3Ccircle cx='150' cy='40' r='25' fill='none' stroke='%23C9A84C' stroke-width='1' opacity='0.35'/%3E%3Crect x='220' y='0' width='60' height='60' fill='none' stroke='%23C9A84C' stroke-width='1' opacity='0.45'/%3E%3Ccircle cx='250' cy='30' r='28' fill='none' stroke='%23C9A84C' stroke-width='1' opacity='0.35'/%3E%3Ccircle cx='250' cy='30' r='14' fill='none' stroke='%23C9A84C' stroke-width='1' opacity='0.3'/%3E%3Crect x='300' y='10' width='90' height='90' fill='none' stroke='%23C9A84C' stroke-width='1' opacity='0.4'/%3E%3Ccircle cx='345' cy='55' r='38' fill='none' stroke='%23C9A84C' stroke-width='1' opacity='0.3'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center;
  opacity: 0.7;
  margin: 0;
}

/* ── TENANTS ── */
.tenants-section { background: var(--dark-2); }
.tenants-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px; background: rgba(201,168,76,0.1); margin-top: 48px;
}
.tenant-card {
  background: var(--dark-3); padding: 48px 36px;
  transition: background 0.3s; position: relative; overflow: hidden;
  display: flex; flex-direction: column;
}
.tenant-card:hover { background: var(--dark-4); }
.tenant-card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px; background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s ease;
}
.tenant-card:hover::after { transform: scaleX(1); }
.tenant-floor {
  font-size: 0.55rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 20px;
}
.tenant-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem; font-weight: 300;
  color: var(--off-white); line-height: 1.1; margin-bottom: 8px;
}
.tenant-type {
  font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
}
.tenant-rule { width: 30px; height: 1px; background: rgba(201,168,76,0.4); margin-bottom: 20px; }
.tenant-desc {
  font-size: 0.75rem; line-height: 1.8;
  color: rgba(245,240,232,0.5); flex-grow: 1; margin-bottom: 28px;
}
.tenant-link {
  font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); text-decoration: none;
  border-bottom: 1px solid rgba(201,168,76,0.3);
  padding-bottom: 2px; align-self: flex-start;
  transition: border-color 0.3s;
}
.tenant-link:hover { border-color: var(--gold); }

/* ── DIVIDER ── */
.gold-divider {
  width: 100%; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  opacity: 0.3; margin: 0;
}

/* ── CONNECTIVITY ── */
.connectivity-services-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px; background: rgba(201,168,76,0.1);
}
.service-card {
  background: var(--dark-3); padding: 36px 28px;
  transition: background 0.3s; position: relative; overflow: hidden;
}
.service-card:hover { background: var(--dark-4); }
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px; background: var(--gold);
}
.service-label {
  font-size: 0.55rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px; line-height: 1.6;
}
.service-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 300; color: var(--off-white);
  line-height: 1.2; margin-bottom: 20px;
}
.service-rule { width: 30px; height: 1px; background: rgba(201,168,76,0.4); margin-bottom: 16px; }
.service-desc { font-size: 0.7rem; line-height: 1.8; color: rgba(245,240,232,0.5); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  nav { padding: 20px 24px; }
  .nav-links { display: none; }
  section { padding: 70px 24px; }
  .gallery-section { padding: 70px 24px; }
  .about-grid,
  .spec-grid,
  .contact-grid,
  .tenants-grid,
  .connectivity-services-grid { grid-template-columns: 1fr; gap: 40px; }
  .gallery-grid-main { grid-template-columns: 1fr; }
  .gallery-grid-main .span-2,
  .gallery-grid-main .span-row-2 { grid-column: auto; grid-row: auto; }
  .gallery-grid-details { grid-template-columns: 1fr 1fr; }
  .gallery-grid-bottom { grid-template-columns: 1fr; }
  footer { padding: 28px 24px; flex-direction: column; text-align: center; }
}
