/* SCOTTeHORAN brand system */
:root {
  --midnight: #0A0E18;
  --midnight-2: #111727;
  --parchment: #F3E9D2;
  --parchment-2: #E9DCBE;
  --ink: #2A1F17;
  --gold: #C9963D;
  --gold-soft: #E4C07A;
  --mist: #A8957A;
  --text: #E6CFA3;
  --line: rgba(228, 192, 122, 0.18);
  /* Logo One: indigo, blue, sky, aqua, sage, gold */
  --logo-one: linear-gradient(90deg, #5F66E5, #3C74EC 22%, #40A3E4 44%, #61C6CD 64%, #AFC39B 82%, #DAB07E);
  /* Logo Two: pink, orchid, violet, blue, sky */
  --logo-two: linear-gradient(90deg, #DB4581, #AB52B3 26%, #7D5DDA 50%, #476AED 75%, #4199E7);
  --aura: linear-gradient(100deg, #E4C07A, #E0447C 22%, #8A5BD6 44%, #3D6CF0 62%, #45C4E0 80%, #E4C07A);
}

* { box-sizing: border-box; }
html, body { margin: 0; }
body {
  /* Glowing color fog, borrowed from ME/IT Studio and toned down */
  background:
    radial-gradient(1100px 640px at 82% -4%, rgba(138, 91, 214, 0.30), transparent 62%),
    radial-gradient(900px 600px at -6% 38%, rgba(219, 69, 129, 0.16), transparent 60%),
    radial-gradient(900px 560px at 55% 108%, rgba(61, 108, 240, 0.16), transparent 65%),
    var(--midnight);
  background-attachment: fixed;
  color: var(--text);
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

@keyframes sweep { from { background-position: 0% 50%; } to { background-position: 200% 50%; } }

.aura-text {
  background-image: var(--aura);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: sweep 14s linear infinite;
}
@media (prefers-reduced-motion: reduce) { .aura-text, .aura-line { animation: none; } }

.eyebrow {
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
}
h1, h2, h3 { font-family: 'Syne', sans-serif; font-weight: 600; letter-spacing: -0.01em; line-height: 1.05; margin: 0; }

/* ---------- Top bar ---------- */
.topbar {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  padding: 22px clamp(24px, 6vw, 88px);
  background: rgba(10, 14, 24, 0.82);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.brand { display: flex; align-items: baseline; gap: 18px; }
.logo {
  font-family: 'Syne', sans-serif; font-weight: 600;
  font-size: 28px; letter-spacing: -0.01em;
  text-decoration: none; white-space: nowrap;
  display: inline-block;
}
.tagline { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; margin: 0; }

.nav { list-style: none; margin: 0; padding: 0; display: flex; gap: 34px; align-items: center; }
.nav a {
  display: block; padding: 6px 0;
  text-decoration: none;
  font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase;
  border-bottom: 1px solid transparent;
  opacity: .8; transition: opacity .2s;
}
.nav a:hover { opacity: 1; }
.nav a[aria-current="page"] { opacity: 1; border-image: var(--logo-two) 1; }

.menu-btn { display: none; }

/* ---------- Footer ---------- */
.footer {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px;
  padding: 28px clamp(24px, 6vw, 88px);
  border-top: 1px solid; border-image: var(--logo-two) 1;
  font-size: 12px; letter-spacing: 0.14em;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 26px; }
.footer a { text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.footer svg { width: 16px; height: 16px; color: var(--mist); }

/* ---------- Main ---------- */
.main { min-height: 70vh; }
.aura-line { height: 3px; background: var(--aura); background-size: 200% 100%; animation: sweep 14s linear infinite; }
.section { padding: 72px clamp(24px, 6vw, 88px); }
.page-title { font-size: clamp(44px, 7vw, 96px); }
.lede { color: var(--mist); max-width: 560px; margin: 20px 0 0; font-size: 18px; }

/* ---------- Gallery ---------- */
.gallery {
  padding: 24px clamp(24px, 6vw, 88px) 96px;
  columns: 3 320px; column-gap: 40px;
}
/* Thin glowing frames. Frames take turns: Logo One, Logo Two. */
.piece { break-inside: avoid; margin: 0 0 44px; cursor: zoom-in; }
.frame {
  padding: 10px; background: rgba(10, 14, 24, 0.7);
  border: 1px solid; border-image: var(--logo-one) 1;
  box-shadow: 0 0 34px rgba(64, 163, 228, 0.22);
  transition: box-shadow .3s, transform .3s;
}
.piece:nth-child(even) .frame { border-image: var(--logo-two) 1; box-shadow: 0 0 34px rgba(219, 69, 129, 0.22); }
.piece:hover .frame { transform: translateY(-3px); box-shadow: 0 0 52px rgba(64, 163, 228, 0.38); }
.piece:nth-child(even):hover .frame { box-shadow: 0 0 52px rgba(219, 69, 129, 0.38); }
.piece figcaption { display: flex; justify-content: space-between; gap: 12px; padding: 14px 2px 0; font-size: 13px; }
.piece figcaption b { font-family: 'Syne', sans-serif; font-weight: 600; font-size: 17px; }
.piece.soon {
  cursor: default; aspect-ratio: 4 / 5;
  display: grid; place-items: center; text-align: center;
  border: 1px dashed rgba(228, 192, 122, 0.3); background: transparent; box-shadow: none;
  color: #8A7C6A; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
}
.piece.soon:hover { transform: none; box-shadow: none; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 50;
  background: rgba(10, 8, 6, 0.94);
  display: none; place-items: center; padding: 32px;
}
.lightbox.open { display: grid; }
.lightbox img { max-height: 86vh; width: auto; box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.lightbox p { text-align: center; color: var(--text); margin: 16px 0 0; font-family: 'Syne', sans-serif; }
.lightbox button { position: absolute; top: 20px; right: 24px; background: none; border: 0; color: var(--text); font-size: 34px; cursor: pointer; }

/* ---------- Story ---------- */
.story { max-width: 760px; margin: 0 auto; padding: 80px 28px 104px; }
.story p { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 23px; line-height: 1.6; margin: 0 0 24px; }
.story .eyebrow { font-family: 'Outfit', sans-serif; font-size: 12px; margin-bottom: 18px; }
.story .statement-lede { font-family: 'Syne', sans-serif; font-weight: 600; font-size: clamp(26px, 3.4vw, 36px); line-height: 1.2; margin-bottom: 28px; }
.divider { height: 1px; background: var(--aura); margin: 56px 0; opacity: .7; }
.portrait {
  width: 180px; height: 180px; object-fit: cover; border-radius: 50%; margin-bottom: 48px;
  border: 2px solid; border-color: #DB4581 #3C74EC #40A3E4 #AB52B3;
  box-shadow: 0 0 36px rgba(138, 91, 214, 0.35);
}

/* ---------- Notes (blog) ---------- */
.notes-wrap { max-width: 820px; margin: 0 auto; padding: 80px 28px 104px; }
.notes-quote {
  margin: 28px 0 48px; font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic;
  font-size: 26px; line-height: 1.45;
}
.note {
  padding: 30px 34px; margin-bottom: 26px;
  background: linear-gradient(120deg, rgba(20, 26, 48, 0.85), rgba(20, 22, 40, 0.6));
  border: 1px solid rgba(255, 255, 255, 0.06); border-left: 3px solid; border-image: var(--logo-one) 1;
}
.note:nth-child(even) { border-image: var(--logo-two) 1; }
.note .eyebrow { font-size: 11px; margin-bottom: 12px; }
.note h2 { font-size: 26px; margin-bottom: 14px; }
.note p { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 21px; line-height: 1.6; margin: 0 0 14px; }
.note.empty { border: 1px dashed rgba(228, 192, 122, 0.3); background: transparent; text-align: center; padding: 26px; }
.note.empty p { font-family: 'Outfit', sans-serif; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; margin: 0; }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.btn {
  display: inline-block; padding: 14px 26px;
  font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none;
  border: 1px solid var(--gold); color: var(--gold-soft);
  transition: background .2s, color .2s;
}
.btn:hover { background: var(--gold); color: var(--midnight); }

/* ---------- Hair rooms ---------- */
.rooms { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; padding: 0 clamp(24px, 6vw, 88px) 40px; }
.room {
  position: relative; padding: 44px 36px; min-height: 240px;
  background: rgba(10, 14, 24, 0.7);
  border: 1px solid; border-image: var(--logo-one) 1;
  box-shadow: 0 0 34px rgba(64, 163, 228, 0.22);
  text-decoration: none; display: flex; flex-direction: column; justify-content: flex-end;
  transition: transform .3s, box-shadow .3s;
}
.room:nth-child(even) { border-image: var(--logo-two) 1; box-shadow: 0 0 34px rgba(219, 69, 129, 0.22); }
.room:hover { transform: translateY(-4px); box-shadow: 0 0 52px rgba(64, 163, 228, 0.38); }
.room:nth-child(even):hover { box-shadow: 0 0 52px rgba(219, 69, 129, 0.38); }
.room h2 { font-size: clamp(34px, 4vw, 48px); }
.room p { margin: 10px 0 0; }
.lookbook-head { padding: 72px clamp(24px, 6vw, 88px) 24px; scroll-margin-top: 20px; }
.lookbook-head h2 { font-size: 40px; }
.lookbook { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; padding: 0 clamp(24px, 6vw, 88px) 40px; }
.lookbook .piece.soon { margin: 0; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; gap: 18px; max-width: 560px; margin-top: 40px; }
.contact-card {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 22px 26px; background: var(--midnight-2); border: 1px solid var(--line);
  text-decoration: none; transition: border-color .2s;
}
.contact-card:hover { border-color: var(--gold); }
.contact-card > span { color: var(--mist); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; }
.contact-card b { font-family: 'Syne', sans-serif; font-weight: 600; font-size: 20px; }

/* ---------- Mobile ---------- */
@media (max-width: 900px) {
  .topbar { padding: 16px; }
  .logo { font-size: 24px; }
  .tagline { display: none; }
  .menu-btn {
    display: block; background: none; border: 1px solid var(--line); color: var(--text);
    font: inherit; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; padding: 8px 14px; cursor: pointer;
  }
  .nav { display: none; width: 100%; flex-direction: column; align-items: flex-start; gap: 6px; }
  .topbar.open .nav { display: flex; }
  .section { padding: 48px 16px; }
  .gallery { padding: 16px 16px 64px; }
  .rooms, .lookbook, .lookbook-head, .footer { padding-left: 16px; padding-right: 16px; }
  .story, .notes-wrap { padding: 56px 16px 72px; }
  .story p { font-size: 20px; }
}

/* ---------- Word colors ----------
   Every word on the dark pages wears one full logo color set.
   Words take turns: Logo One, Logo Two, Logo One... */
.w1, .w2 {
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.w1 { background-image: var(--logo-one); }
.w2 { background-image: var(--logo-two); }
