/* Oh Glossy — web design studio for beauty brands. Warm peach/coral + cream +
   indigo ink, clean geometric sans (Futura first, Jost fallback). Flat editorial
   planes, one button system, tracked caps. */

:root {
  --ink: #18112e;
  --ink-2: #5b5274;
  --peach: #ff8b5e;
  --peach-deep: #ef6f3c;
  --blush: #f7cfc9;
  --cream: #fdeede;
  --cream-2: #fce6d4;
  --paper: #fffbf6;
  --white: #ffffff;
  --line: rgba(24, 17, 46, 0.14);
  --line-soft: rgba(24, 17, 46, 0.08);
  --shadow: 0 24px 60px -34px rgba(24, 17, 46, 0.45);
  --disp: 'Futura', 'Jost', 'Century Gothic', sans-serif;
  --body: 'Helvetica Neue', 'Inter', system-ui, sans-serif;
  --wrap: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--disp); font-weight: 500; line-height: 1.06; margin: 0; letter-spacing: -0.01em; }
p { margin: 0 0 1rem; }

.wrap { width: min(var(--wrap), 100% - 3rem); margin-inline: auto; }
.narrow { width: min(760px, 100% - 3rem); margin-inline: auto; }

.eyebrow {
  font-family: var(--disp);
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--peach-deep);
  margin: 0 0 1.1rem;
}
.eyebrow.light { color: var(--peach); }

/* ---------- buttons (one system: peach fill + ink ghost) ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--disp);
  text-transform: uppercase; letter-spacing: 0.16em;
  font-size: 0.74rem; font-weight: 500;
  padding: 1rem 1.7rem; border-radius: 999px;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.btn--fill { background: var(--peach); color: var(--ink); }
.btn--fill:hover { background: var(--peach-deep); color: var(--white); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn--light { background: var(--white); color: var(--ink); }
.btn--light:hover { background: var(--peach); transform: translateY(-2px); }

/* ---------- header ---------- */
.site-head {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255, 251, 246, 0.86);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line-soft);
}
.site-head__in { display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 0; }
.brand { font-family: var(--disp); font-weight: 500; font-size: 1.32rem; letter-spacing: 0.02em; display: inline-flex; align-items: baseline; gap: .12em; }
.brand b { font-weight: 500; color: var(--peach-deep); }
.brand .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--peach); display: inline-block; margin-left: 3px; }
.nav { display: flex; align-items: center; gap: 2rem; }
.nav a.lnk { font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; font-family: var(--disp); color: var(--ink-2); transition: color .2s; }
.nav a.lnk:hover, .nav a.lnk[aria-current="page"] { color: var(--ink); }
.nav a.lnk[aria-current="page"] { color: var(--peach-deep); }
.nav .btn { padding: 0.7rem 1.25rem; }
.navtoggle { display: none; background: none; border: 0; cursor: pointer; padding: 6px; }
.navtoggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .3s; }
.navtoggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.navtoggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.navtoggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero { padding: 4.5rem 0 3.5rem; overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 4rem; align-items: center; }
.hero h1 { font-size: clamp(2.5rem, 5.2vw, 4.3rem); margin-bottom: 1.4rem; }
.hero h1 .pop { color: var(--peach-deep); }
.hero__sub { font-size: 1.16rem; color: var(--ink-2); max-width: 30ch; margin-bottom: 2rem; }
.hero__cta { display: flex; gap: 0.9rem; flex-wrap: wrap; }
.hero__art { position: relative; }
.hero__art img { width: 100%; border-radius: 26px; box-shadow: var(--shadow); position: relative; z-index: 2; aspect-ratio: 4/5; object-fit: cover; }
.hero__orb { position: absolute; inset: -8% -10% 12% 18%; border-radius: 50%; background: radial-gradient(circle at 40% 35%, var(--peach) 0%, var(--blush) 48%, transparent 72%); filter: blur(8px); opacity: 0.85; z-index: 1; }

/* ---------- marquee tagline band ---------- */
.tagband { background: var(--peach); color: var(--ink); overflow: hidden; padding: 1.05rem 0; border-block: 1px solid rgba(24,17,46,.12); }
.tagband__track { display: flex; gap: 3rem; white-space: nowrap; width: max-content; animation: marquee 26s linear infinite; }
.tagband span { font-family: var(--disp); text-transform: uppercase; letter-spacing: 0.28em; font-weight: 500; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 3rem; }
.tagband span::after { content: "\2726"; color: var(--peach-deep); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- sections ---------- */
.section { padding: 5.5rem 0; overflow: hidden; }
.section--cream { background: var(--cream); }
.section--paper { background: var(--paper); }
.sec-head { max-width: 640px; margin-bottom: 3rem; }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head h2 { font-size: clamp(2rem, 3.6vw, 2.9rem); }
.sec-head p { color: var(--ink-2); margin-top: 1rem; font-size: 1.08rem; }

/* who-we-serve flat hairline row (no chips) */
.serve { display: flex; flex-wrap: wrap; gap: 0 2rem; border-top: 1px solid var(--line); margin-top: 2.5rem; }
.serve span { font-family: var(--disp); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.84rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); flex: 1 1 auto; color: var(--ink); }

/* ---------- service rows (flat editorial, alternating) ---------- */
.srow { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; padding: 3.2rem 0; border-top: 1px solid var(--line); }
.srow:first-of-type { border-top: 0; }
.srow.flip .srow__art { order: -1; }
.srow__art img { border-radius: 20px; aspect-ratio: 5/4; object-fit: cover; width: 100%; box-shadow: var(--shadow); }
.srow h3 { font-size: 1.7rem; margin-bottom: 0.5rem; }
.srow .tag { color: var(--peach-deep); font-size: 1.05rem; margin-bottom: 1rem; display: block; }
.srow p { color: var(--ink-2); }

/* compact 3-up preview cards (flat, no hover-lift shadow tiles) */
.svc3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.2rem; }
.svc { }
.svc__img { border-radius: 16px; overflow: hidden; margin-bottom: 1.2rem; }
.svc__img img { aspect-ratio: 4/3; object-fit: cover; width: 100%; transition: transform .6s ease; }
.svc:hover .svc__img img { transform: scale(1.05); }
.svc h3 { font-size: 1.28rem; margin-bottom: 0.5rem; }
.svc .tag { color: var(--peach-deep); font-size: 0.95rem; margin-bottom: 0.6rem; display: block; }
.svc p { color: var(--ink-2); font-size: 0.98rem; }

/* ---------- client logo marquee ---------- */
.clients { background: var(--cream); padding: 3rem 0; border-block: 1px solid var(--line-soft); }
.clients .lab { text-align: center; font-family: var(--disp); text-transform: uppercase; letter-spacing: 0.28em; font-size: 0.72rem; color: var(--ink-2); margin-bottom: 1.8rem; }
.logorow { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.logorow__track { display: flex; align-items: center; gap: 5rem; width: max-content; animation: marquee 30s linear infinite; }
.logorow:hover .logorow__track { animation-play-state: paused; }
.logorow img { height: 46px; width: auto; object-fit: contain; }

/* logo grid (work page, full-color) */
.logogrid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.5rem; align-items: center; }
.logogrid .cell { background: var(--white); border: 1px solid var(--line-soft); border-radius: 16px; padding: 2rem 1.4rem; display: flex; flex-direction: column; align-items: center; gap: 1rem; min-height: 160px; justify-content: center; }
.logogrid img { height: 44px; width: auto; object-fit: contain; }
.logogrid .cap { font-size: 0.78rem; color: var(--ink-2); text-align: center; letter-spacing: 0.02em; }

/* ---------- testimonials slider ---------- */
.quotes { position: relative; max-width: 860px; margin-inline: auto; text-align: center; }
.quote { display: none; }
.quote.is-active { display: block; animation: fade .6s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.quote blockquote { font-family: var(--disp); font-weight: 500; font-size: clamp(1.3rem, 2.6vw, 1.95rem); line-height: 1.32; margin: 0 0 1.6rem; letter-spacing: -0.01em; }
.quote .who { text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.8rem; color: var(--peach-deep); font-family: var(--disp); }
.quote .who b { color: var(--ink); font-weight: 500; }
.qnav { display: flex; align-items: center; justify-content: center; gap: 1.4rem; margin-top: 2.4rem; }
.qnav button.arrow { background: var(--white); border: 1px solid var(--line); width: 46px; height: 46px; border-radius: 50%; cursor: pointer; font-size: 1.1rem; color: var(--ink); transition: .25s; display: grid; place-items: center; }
.qnav button.arrow:hover { background: var(--peach); border-color: var(--peach); }
.dots { display: flex; gap: 0.6rem; }
.dots button { width: 9px; height: 9px; border-radius: 50%; border: 0; background: var(--line); cursor: pointer; padding: 0; transition: .25s; }
.dots button.is-active { background: var(--peach-deep); width: 26px; border-radius: 6px; }

/* ---------- full-bleed makeover band ---------- */
.band { position: relative; min-height: 460px; display: grid; place-items: center; text-align: center; color: var(--white); overflow: hidden; }
.band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24,17,46,.34), rgba(239,111,60,.42)); }
.band__in { position: relative; z-index: 2; padding: 4rem 1.5rem; }
.band h2 { font-size: clamp(1.9rem, 4vw, 3rem); margin-bottom: 1.4rem; }
.band p { color: rgba(255,255,255,.92); max-width: 46ch; margin: 0 auto 2rem; }

/* ---------- gallery + lightbox ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.gallery figure { margin: 0; position: relative; border-radius: 16px; overflow: hidden; cursor: zoom-in; }
.gallery img { aspect-ratio: 1/1; object-fit: cover; width: 100%; transition: transform .6s ease; }
.gallery figure:hover img { transform: scale(1.06); }
.gallery figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.2rem 1rem 0.9rem; color: #fff; font-family: var(--disp); text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.74rem; background: linear-gradient(0deg, rgba(24,17,46,.6), transparent); }
.lightbox { position: fixed; inset: 0; background: rgba(20,12,36,.92); display: flex; align-items: center; justify-content: center; z-index: 200; padding: 2rem; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(92vw, 1100px); max-height: 86vh; border-radius: 12px; }
.lightbox__close { position: absolute; top: 1.3rem; right: 1.6rem; background: none; border: 0; color: #fff; font-size: 2.4rem; line-height: 1; cursor: pointer; }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.14); border: 0; color: #fff; width: 52px; height: 52px; border-radius: 50%; font-size: 1.4rem; cursor: pointer; }
.lightbox__nav.prev { left: 1.4rem; } .lightbox__nav.next { right: 1.4rem; }

/* ---------- value rows (about) ---------- */
.values { border-top: 1px solid var(--line); }
.value { display: grid; grid-template-columns: 0.5fr 1fr; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid var(--line); align-items: start; }
.value h3 { font-size: 1.3rem; }
.value p { color: var(--ink-2); margin: 0; }

/* ---------- CTA band ---------- */
.cta { background: var(--ink); color: var(--white); text-align: center; padding: 5rem 0; }
.cta h2 { font-size: clamp(1.9rem, 4vw, 3rem); margin-bottom: 1.6rem; }
.cta h2 .pop { color: var(--peach); }
.cta p { color: rgba(255,255,255,.78); max-width: 44ch; margin: 0 auto 2rem; }

/* ---------- contact ---------- */
.contact__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3.5rem; align-items: start; }
.field { margin-bottom: 1.2rem; }
.field label { display: block; font-family: var(--disp); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.72rem; color: var(--ink-2); margin-bottom: 0.5rem; }
.field input, .field textarea { width: 100%; padding: 0.95rem 1.05rem; border: 1px solid var(--line); border-radius: 12px; background: var(--white); font-family: var(--body); font-size: 1rem; color: var(--ink); transition: border-color .2s; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--peach-deep); }
.field textarea { min-height: 130px; resize: vertical; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.formnote { font-size: 0.85rem; color: var(--ink-2); margin-top: 0.4rem; }
.form-success { display: none; background: var(--cream); border: 1px solid var(--peach); border-radius: 14px; padding: 1.4rem 1.5rem; color: var(--ink); }
.form-success.show { display: block; }
.aside-card { background: var(--cream); border-radius: 20px; padding: 2.2rem; }
.aside-card h3 { font-size: 1.3rem; margin-bottom: 1rem; }
.aside-card .meta { display: block; color: var(--ink-2); margin-bottom: 0.4rem; font-size: 0.98rem; }
.aside-card .meta b { color: var(--ink); font-weight: 500; }
.aside-card img { border-radius: 14px; margin-top: 1.6rem; aspect-ratio: 5/4; object-fit: cover; }

/* ---------- page hero (subpages) ---------- */
.phero { padding: 4rem 0 2rem; }
.phero h1 { font-size: clamp(2.3rem, 4.6vw, 3.6rem); margin-bottom: 1.1rem; max-width: 16ch; }
.phero p { color: var(--ink-2); font-size: 1.12rem; max-width: 52ch; }

/* legal pages */
.legal { padding: 3rem 0 5rem; }
.legal h2 { font-size: 1.4rem; margin: 2.2rem 0 0.7rem; }
.legal p, .legal li { color: var(--ink-2); }
.legal ul { padding-left: 1.2rem; }

/* ---------- footer ---------- */
.site-foot { background: var(--ink); color: rgba(255,255,255,.78); padding: 4rem 0 2rem; }
.foot__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.foot .brand { color: #fff; font-size: 1.5rem; margin-bottom: 1rem; }
.foot__col h4 { font-family: var(--disp); text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.74rem; color: var(--peach); margin-bottom: 1.1rem; font-weight: 500; }
.foot__col a { display: block; color: rgba(255,255,255,.78); padding: 0.32rem 0; font-size: 0.95rem; transition: color .2s; }
.foot__col a:hover { color: #fff; }
.foot__bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.6rem; font-size: 0.82rem; color: rgba(255,255,255,.55); flex-wrap: wrap; }
.foot__bottom a { color: rgba(255,255,255,.7); }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .nav { position: fixed; inset: 64px 0 auto 0; background: var(--paper); flex-direction: column; align-items: flex-start; gap: 0; padding: 1rem 1.5rem 2rem; border-bottom: 1px solid var(--line); transform: translateY(-130%); transition: transform .35s ease; box-shadow: var(--shadow); }
  .nav.open { transform: translateY(0); }
  .nav a.lnk { padding: 0.9rem 0; width: 100%; border-bottom: 1px solid var(--line-soft); font-size: 0.95rem; }
  .nav .btn { margin-top: 1rem; width: 100%; justify-content: center; }
  .navtoggle { display: block; }
  .hero__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero__art img { aspect-ratio: 5/4; max-height: 460px; }
  .hero__orb { inset: -6% 6% 20% 20%; }
  .srow, .contact__grid { grid-template-columns: 1fr; gap: 2rem; }
  .srow.flip .srow__art { order: 0; }
  .svc3 { grid-template-columns: 1fr; gap: 2.4rem; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .logogrid { grid-template-columns: repeat(2, 1fr); }
  .foot__top { grid-template-columns: 1fr; gap: 1.8rem; }
  .value { grid-template-columns: 1fr; gap: 0.5rem; }
}
@media (max-width: 540px) {
  body { font-size: 16px; }
  .wrap { width: min(var(--wrap), 100% - 2rem); }
  .section { padding: 3.8rem 0; }
  .serve span { flex-basis: 100%; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .row2 { grid-template-columns: 1fr; }
}
