/* =========================================================
   HOUSE OF GEMINI — MAIN STYLES
   QUICK EDIT: Change brand colours in the :root section.
   ========================================================= */
:root {
  --cream: #f8f4ec;
  --paper: #fffdf8;
  --ink: #20211f;
  --muted: #66665f;
  --gold: #b88b45;
  --gold-light: #e4d2b5;
  --beige: #dfd1be;
  --emerald: #173f36;
  --terracotta: #a94f32;
  --burgundy: #642b3a;
  --line: rgba(32, 33, 31, 0.13);
  --shadow: 0 20px 60px rgba(30, 30, 24, 0.09);
  --radius: 22px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 132px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .032;
  background-image:
    linear-gradient(30deg, var(--ink) 12%, transparent 12.5%, transparent 87%, var(--ink) 87.5%),
    linear-gradient(150deg, var(--ink) 12%, transparent 12.5%, transparent 87%, var(--ink) 87.5%);
  background-size: 36px 62px;
}
body.menu-open { overflow: hidden; }
body.modal-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(760px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 76px 0; }
.section-sm { padding: 54px 0; }
.section-dark { background: var(--emerald); color: #fff; }
.section-paper { background: var(--paper); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(3rem, 8vw, 6.7rem); letter-spacing: -0.045em; }
h2 { font-size: clamp(2.25rem, 5vw, 4rem); letter-spacing: -0.035em; }
h3 { font-size: 1.55rem; }
p { margin: 0; }
.lead { max-width: 700px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.24rem); }
.section-dark .lead { color: rgba(255,255,255,.72); }
.section-heading { display: grid; gap: 18px; margin-bottom: 42px; }
.section-heading.row { grid-template-columns: 1.1fr .9fr; align-items: end; }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 1000;
  padding: 12px 18px; background: var(--ink); color: #fff;
}
.skip-link:focus { top: 16px; }
.scroll-progress {
  position: fixed; top: 0; left: 0; z-index: 300;
  width: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), #dfb45f, var(--terracotta));
  box-shadow: 0 1px 7px rgba(184,139,69,.34);
  transition: width .08s linear;
}

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 253, 248, 0.96);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(14px);
  transition: .25s ease;
  overflow: hidden;
}
.site-header.scrolled { border-color: rgba(184,139,69,.22); box-shadow: 0 10px 35px rgba(23,63,54,.07); }
.nav-wrap { min-height: 122px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 15px; z-index: 102; }
.site-header .brand {
  gap: 8px;
  margin-left: 0;
}
.brand-logo { width: 158px; height: 62px; object-fit: contain; }
.site-header .brand-logo {
  content: url("assets/house-of-gemini-emblem-tight.png");
  width: 116px;
  height: 116px;
  margin-block: 0;
  filter: drop-shadow(0 9px 20px rgba(184,139,69,.28));
}
.site-header .brand::after {
  content: "HOUSE OF GEMINI";
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .025em;
  white-space: nowrap;
  padding: 10px 0;
  text-shadow: 0 1px 0 #fff, 0 5px 18px rgba(100,43,58,.08);
}
.site-footer .brand-logo { width: 148px; height: auto; opacity: .92; }
.site-footer .footer-brand .brand:has(.brand-mark) {
  width: 190px; height: 76px;
  background: url("assets/house-of-gemini-logo.png") left center / contain no-repeat;
}
.site-footer .footer-brand .brand:has(.brand-mark) .brand-mark,
.site-footer .footer-brand .brand:has(.brand-mark) .brand-name { display: none; }
.brand-mark {
  display: grid; place-items: center; width: 40px; height: 40px;
  border: 1px solid var(--gold); border-radius: 50%;
  color: var(--gold); font-family: var(--serif); font-size: .95rem;
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-name { font-family: var(--serif); font-size: 1.25rem; letter-spacing: .025em; }
.brand-tag { margin-top: 5px; color: var(--gold); font-size: .53rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 25px; }
.site-nav a { position: relative; color: var(--emerald); font-size: .88rem; font-weight: 750; }
.site-nav a:not(.btn)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px;
  height: 1px; background: var(--gold); transition: right .25s ease;
}
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.site-nav .btn {
  border-color: var(--burgundy);
  background: var(--burgundy);
  color: #fff;
  box-shadow: 0 8px 22px rgba(100,43,58,.14);
}
.site-nav .btn:hover { border-color: var(--emerald); background: var(--emerald); }
.menu-toggle {
  display: none; z-index: 102; width: 44px; height: 44px; padding: 0;
  border: 1px solid var(--line); border-radius: 50%; background: transparent;
}
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: var(--ink); transition: .25s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }

/* Buttons */
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 24px; border: 1px solid var(--ink);
  border-radius: 999px; background: var(--ink); color: #fff;
  font-size: .83rem; font-weight: 800; letter-spacing: .04em;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); background: var(--emerald); border-color: var(--emerald); }
.btn-outline { background: transparent; color: var(--ink); }
.btn-outline:hover { color: #fff; }
.btn-gold { border-color: var(--gold); background: var(--gold); color: #161712; }
.btn-small { min-height: 42px; padding-inline: 19px; }

/* Home hero */
.hero { position: relative; min-height: calc(100vh - 122px); display: grid; align-items: center; overflow: hidden; padding: 24px 0 42px; }
.hero::after {
  content: "GEMINI";
  position: absolute; left: -1.5vw; bottom: -5vw; z-index: -1;
  color: rgba(184,139,69,.065); font-family: var(--serif);
  font-size: clamp(8rem, 24vw, 24rem); line-height: .75; letter-spacing: -.08em;
}
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 48px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { font-size: clamp(2.75rem, 6.1vw, 5.25rem); line-height: .98; max-width: 720px; }
.hero-copy h1 span { display: block; color: var(--gold); font-style: italic; }
.hero-copy .lead { max-width: 550px; margin-top: 20px; }
.hero-media { position: relative; min-height: 560px; }
.hero-media::before {
  content: ""; position: absolute; inset: 7% -5% -5% 10%;
  border: 1px solid var(--gold-light); border-radius: 50% 50% 22px 22px;
}
.hero-media img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: 58% center; border-radius: 50% 50% 22px 22px; box-shadow: var(--shadow); }
.hero-note {
  position: absolute; z-index: 2; left: -36px; bottom: 28px; width: 210px;
  padding: 18px; border-left: 3px solid var(--gold); background: var(--paper); box-shadow: var(--shadow);
}
.hero-note strong { display: block; font-family: var(--serif); font-size: 1.15rem; }
.hero-note span { color: var(--muted); font-size: .78rem; }

.trust-strip { border-block: 1px solid var(--line); background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 24px 20px; border-right: 1px solid var(--line); text-align: center; }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; font-family: var(--serif); font-size: 1.12rem; }
.trust-item span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }

.pattern-band {
  height: 18px;
  background:
    linear-gradient(135deg, transparent 28%, var(--gold) 28% 38%, transparent 38% 62%, var(--terracotta) 62% 72%, transparent 72%),
    var(--emerald);
  background-size: 46px 18px;
}

/* Cards and grids */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  min-height: 290px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between;
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper);
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-number { color: var(--gold); font-family: var(--serif); font-size: 1.1rem; }
.service-card p { margin-top: 12px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-weight: 800; font-size: .82rem; }
.text-link::after { content: "→"; color: var(--gold); transition: transform .2s; }
.text-link:hover::after { transform: translateX(4px); }

/* Client case study */
.case-study { padding: 56px 0; background: var(--emerald); color: #fff; overflow: hidden; }
.case-study-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 50px; align-items: start; }
.case-study-copy { position: sticky; top: 142px; padding-top: 18px; }
.case-study h2 { font-size: clamp(2.35rem, 4.35vw, 3.75rem); line-height: 1.02; }
.case-study-copy .lead { color: rgba(255,255,255,.7); }
.case-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }
.case-meta div { padding: 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; }
.case-meta strong { display: block; color: var(--gold-light); font-family: var(--serif); font-size: 1.06rem; }
.case-meta span { color: rgba(255,255,255,.55); font-size: .74rem; }
.case-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.case-image { position: relative; overflow: hidden; border-radius: 20px; background: #eee; }
.case-image:first-child { grid-column: 1 / -1; }
.case-image.accessory img { object-fit: contain; padding: 28px; background: #f8f6f0; }
.case-image img { width: 100%; height: 280px; object-fit: cover; }
.case-image:first-child img { height: 345px; }
.case-label {
  position: absolute; left: 14px; bottom: 14px; padding: 7px 12px;
  border-radius: 999px; background: rgba(23,25,22,.82); color: #fff;
  font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  backdrop-filter: blur(8px);
  max-width: calc(100% - 28px);
  line-height: 1.45;
}

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.image-frame { position: relative; }
.image-frame img { aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); }
.image-frame::after { content: ""; position: absolute; inset: 18px -18px -18px 18px; z-index: -1; border: 1px solid var(--gold-light); border-radius: var(--radius); }
.checks { display: grid; gap: 18px; margin-top: 28px; }
.check { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; }
.check-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--gold-light); color: var(--ink); }
.check p { color: var(--muted); font-size: .94rem; }

/* Portfolio */
.gallery-preview, .gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.gallery-item { position: relative; grid-column: span 4; overflow: hidden; border-radius: 18px; background: var(--beige); }
.gallery-item.large { grid-column: span 8; }
.gallery-item img { aspect-ratio: 4/5; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery-item.large img { aspect-ratio: 8/5; }
.gallery-item img[src*="lizar-"],
.image-frame img[src*="lizar-"] {
  object-fit: contain;
  object-position: center;
  padding: 18px;
  background: #fff;
}
.gallery-item.large img[src*="lizar-brand-book-cover"] { padding: 10px; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item[data-lightbox] { cursor: zoom-in; }
.gallery-caption {
  position: absolute; inset: auto 0 0; padding: 50px 22px 20px;
  color: #fff; background: linear-gradient(transparent, rgba(12,14,12,.78));
}
.gallery-caption small { color: #ead9bb; text-transform: uppercase; letter-spacing: .12em; }
.gallery-caption h3 { margin-top: 3px; line-height: 1.12; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 32px; }
.filter-btn { padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); }
.filter-btn.active, .filter-btn:hover { background: var(--ink); color: #fff; }
.gallery-item.hidden { display: none; }

/* Full-screen gallery viewer */
.lightbox {
  position: fixed; inset: 0; z-index: 500;
  display: grid; place-items: center; padding: 32px;
  background: rgba(13,20,17,.92);
  opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease;
  backdrop-filter: blur(12px);
}
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox-dialog { position: relative; width: min(1080px, 100%); max-height: 90vh; }
.lightbox-image {
  width: 100%; max-height: 78vh; object-fit: contain;
  border-radius: 16px; background: #fff; box-shadow: 0 28px 85px rgba(0,0,0,.42);
}
.lightbox-caption { padding-top: 16px; color: #fff; text-align: center; font-family: var(--serif); font-size: 1.15rem; }
.lightbox-close {
  position: absolute; right: -13px; top: -13px; z-index: 2;
  display: grid; place-items: center; width: 43px; height: 43px;
  border: 1px solid rgba(255,255,255,.22); border-radius: 50%;
  background: var(--burgundy); color: #fff; font-size: 1.4rem;
}

/* Ankara collection feature */
.ankara-section {
  position: relative; overflow: hidden;
  background: var(--burgundy); color: #fff;
}
.ankara-section::before {
  content: ""; position: absolute; inset: 0; opacity: .09;
  background:
    radial-gradient(circle at center, transparent 0 8px, var(--gold-light) 9px 11px, transparent 12px),
    linear-gradient(45deg, transparent 45%, var(--gold-light) 46% 54%, transparent 55%);
  background-size: 54px 54px;
}
.ankara-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.ankara-photo { position: relative; }
.ankara-photo img { aspect-ratio: 3/4; object-fit: cover; border-radius: 180px 180px 20px 20px; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.ankara-photo::after {
  content: ""; position: absolute; inset: 22px -18px -18px 22px; z-index: -1;
  border: 1px solid rgba(228,210,181,.65); border-radius: 180px 180px 20px 20px;
}
.ankara-copy .lead { color: rgba(255,255,255,.72); }
.ankara-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.ankara-point { padding: 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.05); }
.ankara-point strong { display: block; font-family: var(--serif); font-size: 1.08rem; }
.ankara-point span { color: rgba(255,255,255,.58); font-size: .78rem; }

/* Coastal lifestyle collection */
.coast-section { background: #e8ded0; }
.coast-heading {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 45px;
  align-items: end; margin-bottom: 38px;
}
.coast-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.coast-card { position: relative; overflow: hidden; border-radius: 26px; background: var(--paper); }
.coast-card.coast-feature { grid-column: 1 / -1; }
.coast-card.coast-feature img { height: 640px; object-position: center 30%; }
.coast-card img { width: 100%; height: 540px; object-fit: cover; transition: transform .6s ease; }
.coast-card:nth-child(2) img { height: 490px; }
.coast-card:nth-child(3) img { height: 490px; }
.coast-card:nth-child(4) img { height: 540px; }
.coast-card:hover img { transform: scale(1.025); }
.coast-card-copy {
  position: absolute; inset: auto 0 0; padding: 75px 28px 26px;
  color: #fff; background: linear-gradient(transparent, rgba(18,24,20,.8));
}
.coast-card-copy small { color: var(--gold-light); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.coast-card-copy h3 { margin-top: 5px; font-size: clamp(1.65rem,3vw,2.4rem); }

/* Inner pages */
.page-hero { position: relative; overflow: hidden; padding: 44px 0 42px; border-bottom: 1px solid var(--line); }
.page-hero::after {
  content: ""; position: absolute; right: -90px; top: -140px; z-index: -1;
  width: 360px; height: 360px; border: 46px double rgba(184,139,69,.09); border-radius: 50%;
  background: repeating-conic-gradient(from 22deg, rgba(169,79,50,.06) 0 8deg, transparent 8deg 18deg);
}
.page-hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 34px; align-items: end; }
.page-hero h1 { font-size: clamp(2.45rem, 4.85vw, 4.05rem); line-height: 1.03; }
.page-hero .lead { justify-self: end; max-width: 560px; }
.quote {
  padding: 35px; border-left: 3px solid var(--gold); background: var(--paper);
  font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.35;
}
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.value { padding: 28px 22px; border-top: 1px solid var(--gold); background: var(--paper); }
.value p { margin-top: 10px; color: var(--muted); font-size: .9rem; }

.services-list { display: grid; gap: 20px; }
.service-row {
  display: grid; grid-template-columns: 70px 1fr .8fr; gap: 28px; align-items: start;
  padding: 34px 0; border-bottom: 1px solid var(--line);
}
.service-row .number { color: var(--gold); font-family: var(--serif); font-size: 1.3rem; }
.service-row p { color: var(--muted); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.tag { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .73rem; }

/* Process */
.timeline { position: relative; display: grid; gap: 0; max-width: 900px; margin: auto; }
.timeline::before { content: ""; position: absolute; left: 34px; top: 35px; bottom: 35px; width: 1px; background: var(--gold-light); }
.step { position: relative; display: grid; grid-template-columns: 70px 1fr; gap: 28px; padding: 27px 0; }
.step-number { z-index: 1; display: grid; place-items: center; width: 70px; height: 70px; border: 1px solid var(--gold); border-radius: 50%; background: var(--cream); color: var(--gold); font-family: var(--serif); }
.step p { margin-top: 8px; color: var(--muted); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 55px; }
.contact-list { display: grid; gap: 14px; margin-top: 30px; }
.contact-card { display: flex; align-items: center; gap: 15px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.contact-icon { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(181,138,66,.35); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; font-size: 1.25rem; }
.contact-icon.map-marker {
  position: relative;
  border-color: rgba(66,133,244,.22);
  background: rgba(66,133,244,.055);
}
.contact-icon.map-marker::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50% 50% 50% 0;
  background: conic-gradient(from 210deg, #4285f4 0 26%, #34a853 26% 46%, #fbbc04 46% 66%, #ea4335 66% 100%);
  transform: rotate(-45deg);
  box-shadow: 0 5px 12px rgba(66,133,244,.2);
}
.contact-icon.map-marker::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4285f4;
  border: 2px solid #fff;
}
.contact-card small { display: block; color: var(--gold); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-card strong { display: block; margin-top: 4px; }
.form-card { padding: 36px; border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .78rem; font-weight: 800; }
.field input, .field textarea, .field select {
  width: 100%; padding: 14px 15px; border: 1px solid var(--line);
  border-radius: 10px; outline: none; background: #fff; color: var(--ink);
}
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184,139,69,.12); }
.field textarea { min-height: 130px; resize: vertical; }
.form-note { margin-top: 13px; color: var(--muted); font-size: .78rem; }
.form-status { min-height: 24px; margin-top: 12px; color: var(--emerald); font-weight: 700; }

/* CTA + footer */
.cta-panel {
  display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 30px;
  padding: 55px; border-radius: 28px; background: var(--emerald); color: #fff;
}
.cta-panel p { margin-top: 14px; color: rgba(255,255,255,.7); }
.cta-panel .actions { justify-content: flex-end; margin: 0; }
.site-footer { padding: 36px 0 18px; background: #171916; color: #fff; }
.footer-grid { display: grid; grid-template-columns: .82fr .82fr 1.36fr; gap: 28px; align-items: stretch; }
.footer-grid > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.footer-brand p { max-width: 360px; margin-top: 10px; color: rgba(255,255,255,.58); }
.footer-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  max-width: 470px;
  margin-top: 16px;
}
.footer-chips span {
  padding: 6px 10px;
  border: 1px solid rgba(184,139,69,.24);
  border-radius: 999px;
  background: rgba(184,139,69,.08);
  color: rgba(255,255,255,.72);
  font-size: .74rem;
}
.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 9px 15px;
  border-radius: 999px;
  background: var(--gold);
  color: #201a14;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  box-shadow: 0 12px 28px rgba(184,139,69,.2);
}
.footer-cta:hover { background: var(--gold-light); color: #171916; }
.footer-title { margin-bottom: 11px; color: var(--gold-light); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; }
.footer-links { display: grid; gap: 7px; color: rgba(255,255,255,.74); font-size: .88rem; }
.footer-grid > div:nth-child(2) .footer-title::after { content: "Specialties"; font-size: 0; }
.footer-grid > div:nth-child(2) .footer-title { font-size: 0; }
.footer-grid > div:nth-child(2) .footer-title::after {
  display: inline;
  color: var(--gold-light);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.footer-grid > div:nth-child(2) .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-grid > div:nth-child(2) .footer-links a {
  min-height: auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(184,139,69,.11);
  border-color: rgba(184,139,69,.3);
  color: rgba(255,255,255,.8);
  font-size: .78rem;
}
.footer-grid > div:nth-child(2) .footer-links a::before { display: none; }
.footer-grid > div:nth-child(2) .footer-links a:nth-child(1) { font-size: 0; }
.footer-grid > div:nth-child(2) .footer-links a:nth-child(1)::after { content: "Corporate uniforms"; font-size: .78rem; }
.footer-grid > div:nth-child(2) .footer-links a:nth-child(2) { font-size: 0; }
.footer-grid > div:nth-child(2) .footer-links a:nth-child(2)::after { content: "School wear"; font-size: .78rem; }
.footer-grid > div:nth-child(2) .footer-links a:nth-child(3) { font-size: 0; }
.footer-grid > div:nth-child(2) .footer-links a:nth-child(3)::after { content: "Branded apparel"; font-size: .78rem; }
.footer-grid > div:nth-child(2) .footer-links a:nth-child(4) { font-size: 0; }
.footer-grid > div:nth-child(2) .footer-links a:nth-child(4)::after { content: "Ankara & casual"; font-size: .78rem; }
.footer-grid > div:nth-child(2)::after {
  content: "Serving Nairobi, coastal Kenya, schools, organizations, teams and growing brands with clothing made to carry identity and pride.";
  display: block;
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.56);
  font-size: .88rem;
  line-height: 1.65;
}
.footer-brand .footer-chips { display: none; }
.footer-links a,
.location-line {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 31px;
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 13px;
  background: rgba(255,255,255,.035);
  line-height: 1.28;
}
.footer-links a::before {
  display: grid;
  place-items: center;
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(184,139,69,.16);
  color: var(--gold);
  font-size: .72rem;
  font-weight: 800;
}
.footer-links a[href^="tel"]::before { content: "☎"; }
.footer-links a[href^="mailto"]::before { content: "✉"; }
.footer-links a:hover {
  color: #fff;
  border-color: rgba(184,139,69,.28);
  background: rgba(184,139,69,.08);
}
.location-line { align-items: flex-start; }
.location-line b {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(184,139,69,.16);
  color: var(--gold);
  font-size: 0;
  line-height: 1;
}
.location-line b::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1.8px solid var(--gold);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}
.location-line b::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateY(-1px);
}
.footer-contact-compact { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8px; }
.footer-contact-card {
  padding: 12px 13px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background: rgba(255,255,255,.035);
}
.footer-card-label {
  display: block;
  margin-bottom: 7px;
  color: var(--gold-light);
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
}
.footer-mini-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.76);
  font-size: .84rem;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
}
.footer-mini-link + .footer-mini-link { margin-top: 6px; }
.footer-mini-link::before {
  display: grid;
  place-items: center;
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(184,139,69,.16);
  color: var(--gold);
  font-size: .72rem;
  font-weight: 800;
}
.footer-mini-link.phone::before { content: "☎"; }
.footer-mini-link.email::before { content: "✉"; }
.footer-mini-link.email { font-size: .8rem; }
.footer-mini-link.map::before { content: "📍"; font-size: .76rem; }
.footer-mini-link:hover { color: #fff; }
.footer-mini-link.map { position: relative; }
.footer-mini-link.map::before {
  content: "" !important;
  width: 16px;
  height: 16px;
  flex-basis: 16px;
  border-radius: 50% 50% 50% 0;
  background:
    radial-gradient(circle at 52% 48%, #fff 0 22%, transparent 24%),
    conic-gradient(from 215deg, #4285f4 0 25%, #34a853 25% 47%, #fbbc04 47% 68%, #ea4335 68% 100%);
  color: transparent;
  font-size: 0;
  transform: rotate(-45deg);
  box-shadow: 0 4px 9px rgba(66,133,244,.18);
}
.footer-mini-link.map::after {
  content: "";
  position: absolute;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4285f4;
  border: 1.5px solid #fff;
}
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 22px; padding-top: 14px; padding-right: 210px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.46); font-size: .75rem; }
.love-note { max-width: 510px; text-align: right; font-family: var(--serif); font-style: italic; color: rgba(228,210,181,.64); }
.floating-whatsapp {
  position: fixed; right: 18px; bottom: 18px; z-index: 80;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-width: 124px; height: 44px; padding: 0 14px;
  border: 1px solid rgba(255,255,255,.18); border-radius: 999px;
  background: rgba(20, 72, 61, .94); color: #fff;
  box-shadow: 0 13px 38px rgba(14,62,39,.27);
  font-size: 0;
  backdrop-filter: blur(8px);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease, opacity .25s ease;
}
.floating-whatsapp::before {
  content: ""; width: 20px; height: 20px; flex: 0 0 auto;
  background: url("assets/whatsapp.svg") center / contain no-repeat;
}
.floating-whatsapp::after {
  content: "Chat with us";
  font-size: .72rem; font-weight: 800; letter-spacing: .025em;
}
.floating-whatsapp:hover {
  transform: translateY(-3px);
  background: #205448;
  box-shadow: 0 17px 42px rgba(14,62,39,.32);
}

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .section { padding: 68px 0; }
  .menu-toggle { display: block; }
  .site-nav {
    position: fixed; inset: 0; padding: 110px 32px 40px;
    flex-direction: column; align-items: flex-start; background: var(--paper);
    opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s;
  }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
  .site-nav .btn { margin-top: 12px; font-family: var(--sans); font-size: .83rem; }
  .hero-grid, .split, .page-hero-grid, .contact-grid, .ankara-grid, .coast-heading, .case-study-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 35px; }
  .hero-copy h1 { font-size: clamp(2.55rem, 9vw, 4.6rem); }
  .hero-media { min-height: 470px; }
  .hero-note { left: 14px; }
  .section-heading.row { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .ankara-photo { max-width: 620px; }
  .case-study { padding: 48px 0; }
  .case-study-copy { position: static; padding-top: 0; }
  .case-study h2 { max-width: 760px; }
  .coast-card img, .coast-card:nth-child(2) img, .coast-card:nth-child(3) img, .coast-card:nth-child(4) img { height: 500px; }
  .coast-card.coast-feature img { height: 600px; }
  .service-row { grid-template-columns: 50px 1fr; }
  .service-row > p { grid-column: 2; }
  .cta-panel { grid-template-columns: 1fr; padding: 42px; }
  .cta-panel .actions { justify-content: flex-start; }
}

@media (max-width: 650px) {
  .container, .narrow { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 94px; }
  .brand-name { font-size: 1.08rem; }
  .brand-logo { width: 138px; height: 55px; }
  .site-header .brand { gap: 5px; margin-left: 0; }
  .site-header .brand-logo { width: 82px; height: 82px; margin-block: 0; }
  .site-header .brand::after {
    font-size: 1.12rem;
    font-weight: 800;
    letter-spacing: .012em;
    padding-block: 8px 7px;
  }
  .brand-tag { display: none; }
  .hero { min-height: auto; }
  .hero-grid { gap: 36px; }
  .hero-copy h1 { font-size: clamp(2.25rem, 12vw, 3.45rem); }
  .hero-copy .lead { margin-top: 16px; }
  .hero-media { min-height: 420px; }
  .hero-media::before { display: none; }
  .hero-note { left: 10px; bottom: 10px; width: 185px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .card-grid, .values-grid { grid-template-columns: 1fr; }
  .ankara-points { grid-template-columns: 1fr; }
  .service-card { min-height: 245px; }
  .gallery-item, .gallery-item.large { grid-column: span 12; }
  .coast-grid { grid-template-columns: 1fr; }
  .case-gallery { grid-template-columns: 1fr; }
  .case-image:first-child { grid-column: auto; }
  .case-image img, .case-image:first-child img { height: 300px; }
  .case-meta { grid-template-columns: 1fr; }
  .coast-card img, .coast-card:nth-child(2) img, .coast-card:nth-child(3) img, .coast-card:nth-child(4) img { height: 440px; }
  .coast-card.coast-feature { grid-column: auto; }
  .coast-card.coast-feature img { height: 500px; }
  .gallery-item img, .gallery-item.large img { aspect-ratio: 4/4.4; }
  .page-hero { padding: 50px 0 42px; }
  .page-hero h1 { font-size: clamp(2.25rem, 11vw, 3.55rem); }
  .service-row { gap: 16px; }
  .service-row > p { grid-column: 1 / -1; padding-left: 66px; }
  .form-card { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .cta-panel { padding: 34px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-contact-compact { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; padding-right: 0; }
  .love-note { text-align: left; }
  .floating-whatsapp {
    width: 56px; min-width: 56px; height: 56px; padding: 0; gap: 0;
    border-radius: 50%;
  }
  .floating-whatsapp::after { display: none; }
  .floating-whatsapp::before { width: 26px; height: 26px; }
  .lightbox { padding: 16px; }
  .lightbox-close { right: 4px; top: -16px; }
}
