/* ============================================================================
   CONCEPT 5 — "Gallery" : modern minimal luxe.
   STRUCTURE (its signature): a LIGHT SPLIT hero (image one half, thin dark type the other,
   no dark overlay — the opposite of everyone else's full-bleed), an EDGE-TO-EDGE tight
   gallery wall, and borderless hairline sections. Near-monochrome + one bronze accent, a
   single thin Jost used everywhere with wide tracking, oversized imagery. A LIGHT theme, so
   the cream wordmark is recoloured to near-black via a CSS mask. Standalone.
   ---------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500&display=swap');

:root {
  --dark: #171514 !important;
  --light: #fbfaf8 !important;
  --ink: #2b2825 !important;
  --muted: #67625b !important;
  --accent: #b39664 !important;
  --accent-strong: #7a6136 !important;
  --line: rgba(23, 21, 20, .16) !important;
  --heading-font: 'Jost', -apple-system, 'Segoe UI', sans-serif !important;
  --body-font: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body { background: var(--light); color: var(--ink); font-weight: 300; }
h1, h2, h3 { font-weight: 300; letter-spacing: .5px; }

/* --- LIGHT SPLIT hero: thin dark type on one half, image on the other, no overlay --- */
.hero.has-image {
  padding: 0; color: var(--dark); background: var(--light);
  min-height: 84vh; display: grid; grid-template-columns: 1.05fr 1fr; align-items: center;
}
.hero.has-image.short { min-height: 60vh; }
.hero.has-image::before { display: none; }
.hero-media { position: relative; inset: auto; grid-column: 2; height: 100%; min-height: inherit; }
.hero-media img, .hero-media picture { height: 100%; width: 100%; object-fit: cover; }
.hero.has-image .hero-inner { grid-column: 1; grid-row: 1; text-align: left; max-width: none; padding: 0 clamp(24px, 5vw, 84px); }
/* .hero.has-image h1 (base) is more specific than .hero h1, so set the dark colour at that weight */
.hero h1, .hero.has-image h1 { color: var(--dark); text-shadow: none; font-size: clamp(38px, 5vw, 66px); font-weight: 200; letter-spacing: 2px; margin: 0 0 20px; }
.hero.has-image p { color: var(--muted); font-weight: 300; letter-spacing: .3px; max-width: 440px; }
/* Gallery's hero is light (dark text), so the script signature kicker takes the accent, not the cream from site.css */
.hero.has-image .kicker { color: var(--accent-strong); }
.hero .hero-btns { justify-content: flex-start; }
@media (max-width: 760px) {
  .hero.has-image, .hero.has-image.short { grid-template-columns: 1fr; min-height: 0; }
  .hero-media { grid-column: 1; grid-row: 1; height: 46vh; min-height: 0; }
  .hero.has-image .hero-inner { grid-row: 2; padding: 40px 24px 48px; }
}

/* Section titles: uppercase, very wide tracking */
.services h2, .gallery h2, .shop h2, .stats h2 {
  text-transform: uppercase; letter-spacing: 6px; font-size: 20px; font-weight: 400; margin-bottom: 40px;
}
.feature-text h2, .contact h2, .cta-band h2 { font-size: clamp(28px, 3.2vw, 36px); letter-spacing: 1px; }
.quote blockquote { font-size: clamp(24px, 3vw, 30px); font-weight: 300; font-style: normal; letter-spacing: .5px; }

/* Nav: thin, wide tracking, hairline header */
.site-header { padding: 30px max(24px, 5vw); border-bottom: 1px solid var(--line); max-width: none; }
.nav a { text-transform: uppercase; letter-spacing: 2.5px; font-size: 11.5px; font-weight: 400; color: var(--ink); }
.nav a:hover, .nav a.active { color: var(--accent-strong); }
.kicker, .shop-tag { color: var(--accent-strong); letter-spacing: 3.5px; }

/* Logo: recolour the cream wordmark to near-black via a mask */
.logo.logo-img { display: block; width: 76px; height: 54px; background-color: var(--dark);
  -webkit-mask: url(assets/logo.png) no-repeat left center / contain; mask: url(assets/logo.png) no-repeat left center / contain; }
.logo.logo-img img { display: none; }

/* --- EDGE-TO-EDGE tight gallery wall (breaks out of the wrap, near-touching, big) --- */
.gallery { padding: 30px 0; }
.gallery .wrap { max-width: none; padding: 0; }
.gallery h2 { padding: 0 max(24px, 5vw); }
.tiles { gap: 3px; grid-template-columns: repeat(3, 1fr); }
.tile { border-radius: 0; aspect-ratio: 4 / 5; }
.feature-media img { border-radius: 0; aspect-ratio: 3 / 4; }
.founder-media img, .founder-media picture { border-radius: 0; width: 150px; height: 200px; }

/* Flat, borderless hairline sections */
.services, .shop { background: transparent; padding: 84px 0; }
.card, .post-card { background: transparent; border: none; border-top: 1px solid var(--line); border-radius: 0; box-shadow: none; padding-left: 0; padding-right: 0; }
.card:hover, .shop-card:hover { transform: none; box-shadow: none; }
.card h3::after { display: none; }
.card p, .founder-text p, .feature-text p, .intro p, .section-sub, .shop-desc, .contact p { color: var(--muted); font-weight: 300; }

/* Shop: borderless big-image cards, square details */
.shop-card { background: transparent; border: none; border-radius: 0; box-shadow: none; }
.shop-card .shop-body { padding: 16px 2px 26px; }
.shop-media { aspect-ratio: 3 / 4; }
.shop-grid { gap: 6px; }
.shop-price { font-weight: 400; }
.shop-note { background: transparent; border: 1px solid var(--line); border-radius: 0; letter-spacing: .3px; }
.shop-badge { background: rgba(23,21,20,.78); border-radius: 0; letter-spacing: 2px; }

/* Buttons: minimal thin-bordered squares */
.btn, .shop-btn, .nav-cta { background: transparent; color: var(--dark); border: 1px solid var(--dark);
  border-radius: 0; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; font-weight: 400; }
.btn { padding: 15px 34px; }
.btn:hover, .shop-btn:hover, .nav-cta:hover { background: var(--dark); color: var(--light); }
.nav-cta { color: var(--dark) !important; }
.nav-cta:hover { color: var(--light) !important; }
.hero.has-image .btn { color: var(--dark); border-color: var(--dark); }
.hero.has-image .btn:hover { background: var(--dark); color: var(--light); }

/* Dark bands: flat near-black */
.cta-band, .site-footer, .stats-band { background: var(--dark); border-radius: 0; }
.stat-num { font-weight: 300; }
.stat-lab { letter-spacing: 1px; text-transform: uppercase; font-size: 11px; }
.stat-ic { color: var(--accent); }
.site-footer .fname { letter-spacing: 3px; text-transform: uppercase; font-size: 15px; }
.quote cite { color: var(--accent-strong); letter-spacing: 2px; }
.contact .details a { color: var(--dark); }
