/* The Collective CTX — local stylesheet (self-hosted fonts, no external hotlinks) */

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/wsimg/gfonts/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtU.woff) format('woff');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/wsimg/gfonts/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiunDXbtU.woff) format('woff');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/assets/wsimg/gfonts/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfsunDXbtU.woff) format('woff');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/wsimg/gfonts/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aXw.woff) format('woff');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/wsimg/gfonts/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXw.woff) format('woff');
}

:root {
  --ink: #2b2522;
  --ink-soft: #5a504a;
  --cream: #faf6f0;
  --cream-2: #f3ece2;
  --sand: #e8ddcc;
  --terracotta: #b9663f;
  --terracotta-deep: #9a4f2e;
  --sage: #6e7a5a;
  --sage-deep: #54603f;
  --gold: #c9a24b;
  --line: rgba(43, 37, 34, 0.12);
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans: 'Montserrat', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --shadow: 0 14px 40px rgba(43, 37, 34, 0.10);
  --shadow-sm: 0 6px 18px rgba(43, 37, 34, 0.08);
  --radius: 18px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--terracotta-deep); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: var(--serif); font-weight: 700; line-height: 1.15; color: var(--ink); margin: 0 0 .5em; letter-spacing: .2px; }

.eyebrow {
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--terracotta);
  margin: 0 0 14px;
}

.lead { font-size: 1.12rem; color: var(--ink-soft); max-width: 760px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 246, 240, 0.92);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { font-family: var(--serif); font-weight: 900; font-size: 1.32rem; letter-spacing: .5px; color: var(--ink); }
.brand span { color: var(--terracotta); }
.nav { display: flex; gap: 26px; }
.nav a { font-family: var(--sans); font-weight: 600; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); }
.nav a:hover { color: var(--terracotta); text-decoration: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 96px 0 104px;
  background:
    radial-gradient(1200px 520px at 78% -8%, rgba(201, 162, 75, 0.20), transparent 60%),
    radial-gradient(900px 600px at -10% 110%, rgba(110, 122, 90, 0.18), transparent 55%),
    linear-gradient(160deg, #fbf7f1 0%, #f2e7d8 100%);
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; right: -120px; top: -120px;
  width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(185, 102, 63, 0.22), transparent 65%);
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; }
.hero h1 { font-size: clamp(2.5rem, 6vw, 4.4rem); font-weight: 900; max-width: 16ch; }
.hero h1 em { font-style: italic; color: var(--terracotta); }
.hero .lead { font-size: 1.22rem; margin-top: 10px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 14px 30px; margin-top: 34px; }
.hero-meta span { font-family: var(--sans); font-weight: 600; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--sage-deep); display: inline-flex; align-items: center; gap: 8px; }
.hero-meta span::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.cta-row { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 14px; }

.btn {
  display: inline-block; font-family: var(--sans); font-weight: 600;
  letter-spacing: .06em; font-size: 14px; text-transform: uppercase;
  padding: 15px 30px; border-radius: 999px; border: 1.5px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-primary { background: var(--terracotta); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--terracotta-deep); }
.btn-ghost { border-color: var(--ink); color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--cream); }

/* ---------- Sections ---------- */
.section { padding: 88px 0; }
.section.alt { background: var(--cream-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section.dark {
  background: linear-gradient(165deg, #2f2a26 0%, #3a322b 100%);
  color: #f4ece1;
}
.section.dark h2, .section.dark h3 { color: #fbf3e7; }
.section.dark .lead { color: #d9cdbd; }
.section.dark .eyebrow { color: var(--gold); }

.section-head { max-width: 780px; margin-bottom: 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); }

/* ---------- About columns ---------- */
.about-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: start; }
.about-grid p { color: var(--ink-soft); margin: 0 0 18px; }
.about-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 30px 12px; box-shadow: var(--shadow-sm);
}
.about-card h3 { font-size: 1.3rem; }
.fact-list { list-style: none; padding: 0; margin: 0; }
.fact-list li { display: flex; gap: 14px; padding: 14px 0; border-top: 1px solid var(--line); align-items: baseline; }
.fact-list li:first-child { border-top: 0; }
.fact-list b { font-family: var(--serif); font-weight: 700; color: var(--terracotta); font-size: 1.05rem; min-width: 34px; flex: 0 0 auto; white-space: nowrap; }
.fact-list span { color: var(--ink-soft); font-size: .98rem; }

/* ---------- Rooms ---------- */
.rooms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.room {
  position: relative; border-radius: var(--radius); overflow: hidden;
  padding: 30px 28px 28px; min-height: 230px;
  display: flex; flex-direction: column; justify-content: flex-end;
  color: #fff; box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}
.room:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(43,37,34,.18); }
.room::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.42) 100%);
}
.room > * { position: relative; z-index: 1; }
.room .num { font-family: var(--serif); font-weight: 900; font-size: 2.4rem; opacity: .55; margin-bottom: auto; }
.room h3 { color: #fff; font-size: 1.45rem; margin-bottom: 6px; }
.room p { margin: 0; font-size: .96rem; color: rgba(255,255,255,.92); line-height: 1.5; }
.r-lobby   { background: linear-gradient(150deg, #b9663f, #8a3f22); }
.r-fashion { background: linear-gradient(150deg, #a85c74, #7a3c52); }
.r-mens    { background: linear-gradient(150deg, #3f5063, #28323f); }
.r-gameday { background: linear-gradient(150deg, #9a4f2e, #5e2c17); }
.r-littles { background: linear-gradient(150deg, #7a9c8f, #4f6b60); }
.r-pantry  { background: linear-gradient(150deg, #6e7a5a, #495235); }

/* ---------- Product / vendor cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 26px 24px; box-shadow: var(--shadow-sm);
  transition: transform .16s ease, box-shadow .16s ease;
}
.section.dark .card { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card .kicker { font-family: var(--sans); font-weight: 600; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 10px; }
.section.dark .card .kicker { color: var(--gold); }
.card h3 { font-size: 1.22rem; margin-bottom: 8px; }
.card p { margin: 0 0 14px; color: var(--ink-soft); font-size: .97rem; }
.section.dark .card p { color: #cfc3b3; }
.taglist { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.taglist li {
  font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .02em;
  padding: 6px 12px; border-radius: 999px;
  background: var(--cream-2); color: var(--ink-soft); border: 1px solid var(--line);
}
.section.dark .taglist li { background: rgba(255,255,255,.06); color: #ddd1c1; border-color: rgba(255,255,255,.14); }
.price-pill {
  display: inline-block; margin-top: 4px;
  font-family: var(--sans); font-weight: 600; font-size: 12px; letter-spacing: .04em;
  color: var(--sage-deep); background: rgba(110,122,90,.12);
  border: 1px solid rgba(110,122,90,.3); border-radius: 999px; padding: 5px 12px;
}
.section.dark .price-pill { color: #e7dcc8; background: rgba(201,162,75,.16); border-color: rgba(201,162,75,.4); }

/* ---------- Littles split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.split .panel {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 32px; box-shadow: var(--shadow-sm);
}
.split .panel h3 { font-size: 1.5rem; }
.split .panel p { color: var(--ink-soft); }
.apparel { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.apparel li {
  list-style: none; font-family: var(--sans); font-weight: 600; font-size: 13px;
  padding: 9px 15px; border-radius: 12px; background: var(--cream-2);
  border: 1px solid var(--line); color: var(--ink);
}

/* ---------- CTA band ---------- */
.cta-band {
  text-align: center;
  background:
    radial-gradient(800px 380px at 50% -20%, rgba(201,162,75,.25), transparent 60%),
    linear-gradient(160deg, #b9663f 0%, #8a3f22 100%);
  color: #fff; padding: 92px 0;
}
.cta-band h2 { color: #fff; font-size: clamp(2rem, 4.5vw, 3rem); }
.cta-band p { color: rgba(255,255,255,.92); max-width: 640px; margin: 0 auto 30px; font-size: 1.12rem; }
.cta-band .btn-primary { background: #fff; color: var(--terracotta-deep); }
.cta-band .btn-primary:hover { background: var(--cream); }
.cta-band .contact-line { margin-top: 26px; font-family: var(--sans); font-size: 14px; letter-spacing: .04em; color: rgba(255,255,255,.92); }
.cta-band .contact-line a { color: #fff; text-decoration: underline; }

/* ---------- Footer ---------- */
.site-footer { background: #221e1b; color: #b9aea0; padding: 54px 0 40px; }
.site-footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 28px; }
.site-footer .brand { color: #fff; }
.site-footer .f-rooms { display: flex; flex-wrap: wrap; gap: 8px 22px; max-width: 560px; }
.site-footer .f-rooms a { color: #c8bcad; font-size: 14px; }
.site-footer .f-rooms a:hover { color: #fff; }
.site-footer small { display: block; width: 100%; margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #8c8175; font-size: 13px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .nav { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 34px; }
  .rooms-grid { grid-template-columns: repeat(2, 1fr); }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .section { padding: 64px 0; }
  .hero { padding: 70px 0 76px; }
  .rooms-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .cta-row { flex-direction: column; }
  .cta-row .btn { text-align: center; }
  .site-header .wrap { height: 60px; }
}

/* ===== Deepened content additions (extends existing design system) ===== */

/* Two-up card grid for detailed product lines */
.cards.cards-2 { grid-template-columns: repeat(3, 1fr); }
.card .blend { font-size: .9rem; line-height: 1.55; margin: 0 0 10px; color: var(--ink-soft); }
.card .blend:last-of-type { margin-bottom: 12px; }
.card .blend b { color: var(--ink); font-family: var(--sans); font-weight: 700; }
.card.card-note { background: var(--cream-2); }

/* FDA / wellness disclaimer */
.disclaimer {
  margin-top: 34px; max-width: 880px;
  font-size: .82rem; line-height: 1.6; color: var(--ink-soft);
  background: rgba(110, 122, 90, 0.08);
  border: 1px solid rgba(110, 122, 90, 0.22);
  border-left: 3px solid var(--sage);
  border-radius: 12px; padding: 16px 20px;
}

/* Inline kicker used in panels */
.kicker-inline {
  font-family: var(--sans); font-weight: 600; font-size: 11px;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--terracotta); margin-bottom: 10px;
}

/* Littles detailed list */
.littles-list { list-style: none; padding: 0; margin: 14px 0 0; }
.littles-list li { padding: 12px 0; border-top: 1px solid var(--line); }
.littles-list li:first-child { border-top: 0; }
.littles-list b { display: block; font-family: var(--sans); font-weight: 700; color: var(--terracotta-deep); font-size: .96rem; margin-bottom: 3px; }
.littles-list span { color: var(--ink-soft); font-size: .92rem; line-height: 1.5; }

/* Makers aside note */
.about-card .aside-note { color: var(--ink-soft); font-size: .9rem; margin: 14px 0 18px; }

/* Visit grid */
.visit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.visit-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; box-shadow: var(--shadow-sm);
}
.visit-card h3 { font-size: 1.2rem; margin-bottom: 14px; }
.visit-line { color: var(--ink-soft); font-size: 1rem; margin: 0 0 16px; line-height: 1.6; }
.btn.btn-sm { padding: 11px 22px; font-size: 13px; }
.email-link { font-family: var(--sans); font-weight: 600; word-break: break-word; }
.social-row { display: flex; gap: 18px; margin-top: 14px; }
.social-row a { font-family: var(--sans); font-weight: 600; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }

/* Hours table */
.hours { list-style: none; padding: 0; margin: 0; }
.hours li { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-top: 1px solid var(--line); font-size: .94rem; }
.hours li:first-child { border-top: 0; }
.hours span { color: var(--ink-soft); }
.hours b { font-family: var(--sans); font-weight: 700; color: var(--ink); }

/* FAQ accordion */
.faq { max-width: 860px; margin: 0 auto; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 4px 22px; margin-bottom: 14px; box-shadow: var(--shadow-sm);
}
.faq summary {
  cursor: pointer; list-style: none; font-family: var(--serif); font-weight: 700;
  font-size: 1.08rem; color: var(--ink); padding: 16px 0; position: relative; padding-right: 34px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 2px; top: 50%; transform: translateY(-50%);
  font-family: var(--sans); font-weight: 600; font-size: 1.4rem; color: var(--terracotta); line-height: 1;
  transition: transform .2s ease;
}
.faq details[open] summary::after { content: "\2013"; }
.faq details p { margin: 0 0 18px; color: var(--ink-soft); font-size: .98rem; line-height: 1.6; }

/* Footer blurb */
.foot-blurb { margin: 10px 0 0; color: #9c9082; max-width: 340px; font-size: 14px; line-height: 1.6; }

@media (max-width: 900px) {
  .cards.cards-2 { grid-template-columns: repeat(2, 1fr); }
  .visit-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .cards.cards-2 { grid-template-columns: 1fr; }
}
