/*
Theme Name: Hot & Cold Club — Shores Social Club
Theme URI: https://hotcoldshores.com/
Author: Hot & Cold Club
Author URI: https://hotcoldshores.com/
Description: A custom, accessible one-page WordPress theme for Hot & Cold Club in La Jolla Shores. Includes a BookWhen-ready schedule section, responsive navigation, FAQ accordion, and no external dependencies.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.0
Text Domain: hot-cold-shores
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-colors, custom-menu, featured-images, accessibility-ready, responsive-layout
*/

:root {
  --cream: #f4efe4;
  --paper: #fffdf8;
  --ink: #14382f;
  --ink-deep: #0b2923;
  --palm: #295b4a;
  --sage: #a9bba4;
  --clay: #c85e3c;
  --sun: #e7b85d;
  --sand: #dbcdb9;
  --line: rgba(20,56,47,.17);
  --shadow: 0 18px 60px rgba(28,47,40,.12);
  --radius: 28px;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans);
  line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 14px; background: var(--paper); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .17em; font-size: .72rem; font-weight: 800; color: var(--clay); }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: .98; }
h1 { font-size: clamp(4rem, 8.7vw, 8.4rem); letter-spacing: -.065em; }
h2 { font-size: clamp(3rem, 6vw, 5.9rem); letter-spacing: -.055em; }
h3 { font-size: clamp(1.55rem, 2.2vw, 2.25rem); letter-spacing: -.035em; }
p { margin: 0; }
.lede { font-family: var(--serif); font-size: clamp(1.25rem, 2.1vw, 1.75rem); line-height: 1.38; }
.muted { color: rgba(20,56,47,.67); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 11px; min-height: 52px; padding: 14px 22px; border-radius: 999px; text-decoration: none; font-size: .82rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, color .2s ease, border .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--paper); background: var(--ink); }
.button-primary:hover { background: var(--clay); }
.button-secondary { color: var(--ink); border-color: var(--ink); background: transparent; }
.button-secondary:hover { background: var(--paper); }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid transparent; transition: .25s ease; background: rgba(244,239,228,.9); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 24px rgba(20,56,47,.06); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-seal { width: 48px; aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-size: 1.05rem; transform: rotate(-5deg); background: var(--paper); }
.brand-copy { display: grid; line-height: 1.02; }
.brand-copy strong { font-size: .87rem; letter-spacing: .115em; text-transform: uppercase; }
.brand-copy span { font-family: var(--serif); font-style: italic; font-size: .83rem; color: rgba(20,56,47,.68); }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { text-decoration: none; font-size: .77rem; font-weight: 800; letter-spacing: .095em; text-transform: uppercase; }
.nav a:not(.button):hover { color: var(--clay); }
.nav .button { min-height: 44px; padding: 10px 18px; color: var(--paper); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; color: var(--ink); cursor: pointer; }
.menu-toggle svg { width: 27px; height: 27px; }
.hero { padding: 58px 0 82px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.12fr; align-items: center; gap: clamp(34px, 5vw, 74px); }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 650px; margin: 22px 0 27px; }
.hero h1 em { color: var(--clay); font-weight: 400; }
.hero-copy .lede { max-width: 550px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { display: flex; gap: 12px; align-items: center; margin-top: 26px; font-size: .83rem; font-weight: 700; }
.hero-note::before { content: ""; width: 34px; height: 1px; background: var(--ink); }
.hero-media { position: relative; min-width: 0; }
.photo-frame { position: relative; border-radius: 42% 42% 22px 22px / 28% 28% 22px 22px; overflow: hidden; background: var(--sand); box-shadow: var(--shadow); aspect-ratio: 4 / 4.65; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.photo-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.38); pointer-events: none; }
.club-stamp { position: absolute; left: -66px; bottom: 50px; width: 148px; aspect-ratio: 1; border-radius: 50%; background: var(--sun); color: var(--ink-deep); border: 1px solid var(--ink-deep); display: grid; place-items: center; text-align: center; transform: rotate(-9deg); box-shadow: 0 14px 30px rgba(20,56,47,.14); }
.club-stamp::before, .club-stamp::after { content: ""; position: absolute; inset: 9px; border: 1px dashed rgba(11,41,35,.55); border-radius: 50%; }
.club-stamp::after { inset: 20px; border-style: solid; opacity: .3; }
.stamp-copy { position: relative; z-index: 1; font-size: .67rem; font-weight: 900; letter-spacing: .13em; line-height: 1.45; text-transform: uppercase; }
.stamp-copy b { display: block; font-family: var(--serif); font-size: 2.15rem; letter-spacing: -.07em; line-height: .9; }
.hero-card { position: absolute; right: -36px; top: 52px; padding: 15px 18px; border-radius: 14px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); font-size: .72rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 800; transform: rotate(3deg); }
.hero-card strong { display: block; margin-top: 3px; font-family: var(--serif); font-size: 1.42rem; text-transform: none; letter-spacing: -.02em; }
.stats-strip { border-block: 1px solid var(--line); background: rgba(255,253,248,.45); }
.stats { display: grid; grid-template-columns: repeat(5, 1fr); }
.stat { padding: 25px 22px; border-right: 1px solid var(--line); }
.stat:first-child { border-left: 1px solid var(--line); }
.stat strong { display: block; font-family: var(--serif); font-size: clamp(1.9rem, 3vw, 3rem); font-weight: 500; line-height: 1; }
.stat span { display: block; margin-top: 8px; font-size: .67rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; color: rgba(20,56,47,.62); }
.manifesto { padding: 130px 0 120px; }
.manifesto-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.side-note { font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.side-note span { display: block; width: 66px; height: 1px; background: var(--clay); margin: 16px 0; }
.manifesto h2 { max-width: 870px; }
.manifesto h2 em { color: var(--clay); font-weight: 400; }
.manifesto-body { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; margin-top: 50px; max-width: 810px; }
.manifesto-body p { font-size: 1.03rem; }
.experience { background: var(--ink-deep); color: var(--paper); padding: 120px 0; border-radius: 44px 44px 0 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 66px; }
.section-head p { max-width: 470px; color: rgba(255,253,248,.7); }
.experience .eyebrow { color: var(--sun); margin-bottom: 20px; }
.timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; counter-reset: step; }
.timeline-card { position: relative; min-height: 325px; padding: 28px 25px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.035); transition: transform .25s ease, background .25s ease; }
.timeline-card:hover { transform: translateY(-7px); background: rgba(255,255,255,.075); }
.timeline-card::before { counter-increment: step; content: "0" counter(step); font-size: .7rem; font-weight: 850; letter-spacing: .13em; color: var(--sun); }
.timeline-card h3 { font-size: 1.85rem; margin-bottom: 14px; }
.timeline-card p { color: rgba(255,253,248,.68); font-size: .91rem; }
.timeline-card .duration { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-size: .66rem; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; color: var(--sun); }
.timeline-card .duration::before { content: ""; width: 22px; height: 1px; background: currentColor; }
.values { padding: 125px 0; background: var(--paper); }
.values-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: start; }
.values-intro { position: sticky; top: 130px; }
.values-intro h2 { margin: 20px 0 26px; }
.values-intro p { max-width: 480px; }
.principles { border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.principle-number { font-family: var(--serif); color: var(--clay); font-size: 1.3rem; }
.principle h3 { font-size: 2rem; margin-bottom: 10px; }
.principle p { color: rgba(20,56,47,.68); max-width: 570px; }
.schedule { padding: 120px 0; background: var(--cream); }
.schedule-shell { position: relative; overflow: hidden; border: 1px solid var(--ink); border-radius: var(--radius); background: var(--paper); padding: clamp(30px, 5vw, 70px); box-shadow: var(--shadow); }
.schedule-shell::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; right: -190px; top: -190px; border: 60px solid rgba(231,184,93,.24); pointer-events: none; }
.schedule-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: end; position: relative; }
.schedule h2 { margin: 18px 0 22px; }
.schedule-note { font-family: var(--serif); font-style: italic; font-size: 1.2rem; color: rgba(20,56,47,.65); }
.booking-placeholder, .bookwhen-frame-wrap { position: relative; margin-top: 52px; min-height: 420px; padding: 30px; border-radius: 19px; border: 1px dashed rgba(20,56,47,.38); background: linear-gradient(rgba(255,253,248,.91), rgba(255,253,248,.91)), repeating-linear-gradient(90deg, transparent 0 79px, rgba(20,56,47,.08) 80px), repeating-linear-gradient(0deg, transparent 0 79px, rgba(20,56,47,.08) 80px); }
.booking-placeholder { display: grid; place-items: center; text-align: center; }
.placeholder-inner { max-width: 520px; }
.calendar-icon { width: 68px; height: 68px; margin: 0 auto 20px; border: 1px solid var(--ink); border-radius: 17px; display: grid; place-items: center; background: var(--cream); }
.calendar-icon svg { width: 32px; height: 32px; }
.placeholder-inner h3 { margin-bottom: 12px; }
.placeholder-inner p { color: rgba(20,56,47,.64); }
.placeholder-code { display: inline-block; margin-top: 23px; padding: 9px 14px; border-radius: 999px; background: var(--ink); color: var(--paper); font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 850; }
.bookwhen-frame-wrap { padding: 0; overflow: hidden; background: var(--paper); border-style: solid; }
.bookwhen-frame { width: 100%; min-height: 900px; border: 0; display: block; background: #fff; }
.prepare { padding: 125px 0; background: var(--sun); }
.prepare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; align-items: center; }
.prepare h2 { margin: 20px 0 28px; }
.packing-list { display: grid; gap: 0; border-top: 1px solid rgba(11,41,35,.28); }
.packing-item { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 19px 0; border-bottom: 1px solid rgba(11,41,35,.28); }
.packing-item strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.packing-item span { font-size: .73rem; font-weight: 850; text-transform: uppercase; letter-spacing: .11em; }
.arrival-card { background: var(--ink-deep); color: var(--paper); border-radius: 26px; padding: 40px; transform: rotate(1.2deg); box-shadow: var(--shadow); }
.arrival-card .tag { display: inline-block; padding: 7px 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: .63rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 850; color: var(--sun); }
.arrival-card h3 { margin: 26px 0 18px; font-size: 3rem; }
.arrival-card p { color: rgba(255,253,248,.7); }
.arrival-card .rule { margin-top: 28px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.2); font-weight: 800; color: var(--paper); }
.specials { padding: 125px 0; background: var(--paper); overflow: hidden; }
.specials .section-head p { color: rgba(20,56,47,.68); }
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.event-card { position: relative; min-height: 370px; padding: 30px; border-radius: 24px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; }
.event-card:nth-child(1) { background: var(--clay); color: var(--paper); }
.event-card:nth-child(2) { background: var(--sage); color: var(--ink-deep); }
.event-card:nth-child(3) { background: var(--ink-deep); color: var(--paper); }
.event-card::before { content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid currentColor; border-radius: 50%; right: -80px; top: -80px; opacity: .23; }
.event-card::after { content: ""; position: absolute; width: 100px; height: 100px; border: 1px solid currentColor; border-radius: 50%; right: -35px; top: -35px; opacity: .23; }
.event-card .index { font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.event-card h3 { font-size: clamp(2.2rem, 4vw, 3.6rem); max-width: 300px; }
.event-card p { max-width: 330px; opacity: .73; }
.host { padding: 120px 0; background: var(--cream); }
.host-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: 76px; border-top: 1px solid var(--line); padding-top: 70px; }
.host-mark { width: 210px; aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; text-align: center; background: var(--paper); transform: rotate(-5deg); }
.host-mark strong { font-family: var(--serif); font-size: 3.8rem; font-weight: 500; line-height: .8; }
.host-mark span { display: block; margin-top: 10px; font-size: .63rem; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.host h2 { margin: 20px 0 30px; }
.host-copy { max-width: 770px; }
.host-copy .lede { margin-bottom: 25px; }
.faq { padding: 115px 0; background: var(--ink-deep); color: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq h2 { margin: 20px 0 25px; }
.faq-intro p { color: rgba(255,253,248,.68); max-width: 390px; }
.accordion { border-top: 1px solid rgba(255,255,255,.2); }
.faq-item { border-bottom: 1px solid rgba(255,255,255,.2); }
.faq-question { width: 100%; padding: 24px 0; border: 0; background: none; color: inherit; display: flex; justify-content: space-between; text-align: left; gap: 20px; cursor: pointer; font-family: var(--serif); font-size: 1.4rem; }
.faq-question span:last-child { font-family: var(--sans); color: var(--sun); transition: transform .2s ease; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { padding: 0 45px 24px 0; color: rgba(255,253,248,.67); }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.site-footer { background: var(--clay); color: var(--paper); padding: 85px 0 25px; }
.footer-top { display: grid; grid-template-columns: 1.5fr .5fr; gap: 50px; align-items: end; }
.footer-top h2 { max-width: 850px; }
.footer-top h2 em { color: var(--sun); font-weight: 400; }
.footer-cta { justify-self: end; background: var(--paper); color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 80px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.28); font-size: .69rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 750; }
.footer-bottom a { text-decoration: none; }
.mobile-book { display: none; }
.content-page { min-height: 65vh; padding: 90px 0 120px; background: var(--paper); }
.content-page .entry-header { max-width: 850px; margin-bottom: 40px; }
.content-page .entry-title { font-size: clamp(3rem, 7vw, 6.2rem); }
.content-page .entry-content { max-width: 760px; font-size: 1.08rem; }
.content-page .entry-content > * + * { margin-top: 1.25em; }
.content-page .entry-content h2, .content-page .entry-content h3 { margin-top: 1.5em; line-height: 1.1; }
.content-page .entry-content a { color: var(--clay); }
@media (max-width: 1000px) {
  .nav a:not(.button) { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .hero-media { width: min(750px, 92%); margin-left: auto; }
  .photo-frame { aspect-ratio: 5 / 4; border-radius: 26px; }
  .club-stamp { left: -35px; bottom: -35px; }
  .hero-card { right: -20px; top: 30px; }
  .stats { grid-template-columns: repeat(5, minmax(0,1fr)); overflow-x: auto; }
  .stat { min-width: 150px; }
  .manifesto-grid, .values-grid, .prepare-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .values-intro { position: static; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .timeline-card:last-child { grid-column: span 2; min-height: 230px; }
  .schedule-head { grid-template-columns: 1fr; }
  .event-grid { grid-template-columns: 1fr 1fr; }
  .event-card:last-child { grid-column: span 2; }
  .host-shell { grid-template-columns: 220px 1fr; gap: 45px; }
}
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 70px; }
  .nav { display: none; position: absolute; left: 14px; right: 14px; top: 70px; padding: 20px; border-radius: 18px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .nav a:not(.button) { display: block; padding: 8px; }
  .menu-toggle { display: block; }
  .brand-copy span { display: none; }
  .hero { padding: 38px 0 75px; }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5.4rem); }
  .hero-actions .button { width: 100%; }
  .hero-media { width: calc(100% - 12px); margin-top: 10px; }
  .photo-frame { aspect-ratio: 4 / 4.6; }
  .club-stamp { width: 112px; left: -8px; bottom: -40px; }
  .stamp-copy b { font-size: 1.7rem; }
  .hero-card { right: -7px; top: 25px; }
  .stats { grid-template-columns: repeat(5, 145px); }
  .manifesto, .values, .schedule, .prepare, .specials, .host, .faq { padding-block: 85px; }
  .manifesto-grid { gap: 35px; }
  .manifesto-body { grid-template-columns: 1fr; gap: 18px; margin-top: 35px; }
  .section-head { align-items: start; flex-direction: column; margin-bottom: 42px; }
  .experience { padding: 85px 0; border-radius: 28px 28px 0 0; }
  .timeline { grid-template-columns: 1fr; }
  .timeline-card, .timeline-card:last-child { grid-column: auto; min-height: 250px; }
  .principle { grid-template-columns: 42px 1fr; }
  .booking-placeholder { min-height: 330px; padding: 22px; }
  .bookwhen-frame { min-height: 1000px; }
  .arrival-card { transform: none; padding: 30px; }
  .event-grid { grid-template-columns: 1fr; }
  .event-card, .event-card:last-child { grid-column: auto; min-height: 330px; }
  .host-shell { grid-template-columns: 1fr; }
  .host-mark { width: 170px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-cta { justify-self: start; }
  .footer-bottom { flex-direction: column; margin-top: 55px; }
  .mobile-book { display: flex; position: fixed; z-index: 90; left: 14px; right: 14px; bottom: 14px; box-shadow: 0 12px 35px rgba(11,41,35,.28); }
  body { padding-bottom: 75px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
