
:root{
  --ink:#2c3a37; --body:#4c5957; --muted:#7e8b87;
  --cream:#fcfaf5; --white:#ffffff; --sand:#f4efe5; --line:#ece5d8;
  --sage:#6f8f7a; --sage-dk:#516f5d; --sage-soft:#eef3ee;
  --gold:#c2923e; --gold-lt:#ddb96d; --blush:#ecdccf;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;color:var(--body);background:var(--cream);line-height:1.65;font-size:17px}
h1,h2,h3{font-family:'Fraunces',serif;color:var(--ink);font-weight:500;line-height:1.2}
img{max-width:100%;display:block}
a{color:var(--sage-dk)}
.wrap{max-width:1080px;margin:0 auto;padding:0 24px}
.eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}
.btn{display:inline-block;background:var(--sage-dk);color:#fff;text-decoration:none;font-weight:700;padding:14px 28px;border-radius:999px;transition:background .2s}
.btn:hover{background:var(--sage)}
.btn.gold{background:var(--gold)}
.btn.gold:hover{background:var(--gold-lt)}
.btn.ghost{background:transparent;color:var(--sage-dk);border:2px solid var(--sage-dk)}

/* nav */
nav{position:sticky;top:0;background:rgba(252,250,245,.94);backdrop-filter:blur(6px);border-bottom:1px solid var(--line);z-index:50}
nav .wrap{display:flex;align-items:center;justify-content:space-between;height:64px}
.logo{font-family:'Fraunces',serif;font-size:24px;color:var(--ink);text-decoration:none}
.logo span{color:var(--gold)}
nav ul{display:flex;gap:26px;list-style:none}
nav ul a{text-decoration:none;color:var(--body);font-weight:500;font-size:15px}
nav ul a:hover{color:var(--sage-dk)}
@media(max-width:760px){nav ul{display:none}}

/* hero */
.hero{background:linear-gradient(180deg,var(--sage-soft),var(--cream));padding:72px 0 64px}
.hero .wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}
.hero h1{font-size:clamp(34px,5vw,52px);margin-bottom:18px}
.hero p.lead{font-size:19px;margin-bottom:28px;max-width:46ch}
.hero .cta{display:flex;gap:14px;flex-wrap:wrap}
.hero .place{margin-top:20px;font-size:15px;color:var(--muted)}
.hero-img{border-radius:18px;overflow:hidden;box-shadow:0 24px 60px rgba(44,58,55,.18);aspect-ratio:4/5}
.hero-img img{width:100%;height:100%;object-fit:cover}
@media(max-width:760px){.hero .wrap{grid-template-columns:1fr}.hero-img{aspect-ratio:4/3}}

/* sections */
section{padding:72px 0}
section.alt{background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.sec-head{text-align:center;max-width:640px;margin:0 auto 48px}
.sec-head h2{font-size:clamp(28px,3.6vw,38px);margin-bottom:14px}

/* about */
.about .wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px;align-items:center}
.about-img{border-radius:18px;overflow:hidden;box-shadow:0 18px 44px rgba(44,58,55,.15)}
.about h2{font-size:clamp(28px,3.6vw,36px);margin-bottom:16px}
.about p{margin-bottom:14px}
@media(max-width:760px){.about .wrap{grid-template-columns:1fr}}

/* workshop cards */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
@media(max-width:900px){.cards{grid-template-columns:1fr}}
.card{background:var(--white);border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 30px rgba(44,58,55,.06)}
section.alt .card{background:var(--cream)}
.card .photo{aspect-ratio:4/3;overflow:hidden}
.card .photo img{width:100%;height:100%;object-fit:cover}
.card .inner{padding:24px 24px 28px;display:flex;flex-direction:column;flex:1}
.card .date{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:8px}
.card h3{font-size:22px;margin-bottom:10px}
.card p{font-size:15.5px;margin-bottom:14px}
.card .price{font-family:'Fraunces',serif;font-size:19px;color:var(--ink);margin:auto 0 16px}
.card .price small{font-family:'DM Sans',sans-serif;font-size:14px;color:var(--muted)}
.card .btn{text-align:center}

/* booking widgets */
.book-blocks{display:grid;gap:56px;margin-top:24px}
.book-block h3{font-size:24px;margin-bottom:6px}
.book-block .sub{color:var(--muted);font-size:15px;margin-bottom:18px}
.widget-frame{background:var(--white);border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:0 10px 30px rgba(44,58,55,.06)}

/* clay club ladder */
.ladder{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-bottom:36px}
@media(max-width:820px){.ladder{grid-template-columns:1fr}}
.step{background:var(--white);border:1px solid var(--line);border-radius:18px;padding:32px;position:relative}
.step .num{position:absolute;top:-16px;left:28px;background:var(--gold);color:#fff;font-weight:700;font-size:14px;padding:5px 16px;border-radius:999px;letter-spacing:.08em}
.step h3{font-size:23px;margin:8px 0 12px}
.step ul{list-style:none;margin:14px 0 18px}
.step ul li{padding-left:26px;position:relative;margin-bottom:8px;font-size:15.5px}
.step ul li::before{content:"✦";position:absolute;left:2px;color:var(--gold)}
.pricebar{display:flex;gap:14px;flex-wrap:wrap;margin:6px 0 18px}
.pricebar div{background:var(--sage-soft);border-radius:12px;padding:12px 18px;text-align:center;flex:1;min-width:110px}
.pricebar .amt{font-family:'Fraunces',serif;font-size:22px;color:var(--sage-dk)}
.pricebar .per{font-size:13px;color:var(--muted)}
.club-note{background:var(--sand);border-radius:14px;padding:18px 24px;font-size:15.5px;text-align:center}

/* gallery */
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
@media(max-width:700px){.gallery{grid-template-columns:repeat(2,1fr)}}
.gallery figure{border-radius:14px;overflow:hidden;aspect-ratio:1;background:var(--sand)}
.gallery img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.gallery figure:hover img{transform:scale(1.04)}
.gallery-note{text-align:center;margin-top:22px;color:var(--muted);font-size:15px}

/* contact */
.contact-grid{display:flex;gap:18px;flex-wrap:wrap;justify-content:center;margin-top:8px}
.contact-grid a{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:18px 26px;text-decoration:none;font-weight:700;color:var(--sage-dk)}
.contact-grid a:hover{border-color:var(--sage)}

/* footer */
footer{background:var(--sage-dk);color:#dce7df;padding:44px 0;text-align:center;font-size:14.5px}
footer .logo{color:#fff;font-size:22px}
footer .logo span{color:var(--gold-lt)}
footer p{margin-top:12px}
footer a{color:#fff}

/* ---- "tell me about new dates" capture (11 Aug 2026) ------------------
   Sits BELOW the booking widget on purpose. It is the fallback for people
   who want in but cannot make the dates on offer - it must never draw a
   ready buyer away from Book now. ------------------------------------ */
.fc-sub{margin-top:44px;background:var(--sage-soft);border:1px solid var(--line);border-radius:18px;padding:32px}
.fc-sub h3{font-size:22px;margin-bottom:10px}
.fc-sub > p{margin-bottom:22px;max-width:58ch}
.fc-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.fc-field{display:block}
.fc-field span{display:block;font-size:14px;font-weight:600;color:var(--ink);margin-bottom:6px}
.fc-field em{font-weight:400;color:var(--muted);font-style:normal}
.fc-field input{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:var(--white);font:inherit;color:var(--ink)}
.fc-field input:focus-visible{outline:2px solid var(--sage);outline-offset:1px;border-color:var(--sage)}
.fc-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.fc-consent{display:flex;gap:10px;align-items:flex-start;margin-bottom:22px;font-size:15px;cursor:pointer;max-width:58ch}
.fc-consent input{margin-top:4px;width:18px;height:18px;flex:0 0 auto;accent-color:var(--sage-dk)}
.fc-sub button{border:0;cursor:pointer;font:inherit}
.fc-sub button[disabled]{opacity:.6;cursor:not-allowed}
.fc-msg{margin:14px 0 0;font-size:15px;font-weight:600}
.fc-msg.ok{color:var(--sage-dk)}
.fc-msg.bad{color:#a4442e}
@media(max-width:640px){.fc-row{grid-template-columns:1fr}.fc-sub{padding:24px}}

/* ---- course schedule (11 Aug 2026) --------------------------------------
   The dates now live HERE and in the booking widget, nowhere else, so the
   page cannot end up advertising a course that has been and gone. -------- */
.cc-dates{list-style:none;margin:28px 0 18px;padding:0;display:grid;gap:10px;max-width:640px}
.cc-dates li{display:flex;flex-wrap:wrap;gap:4px 16px;align-items:baseline;justify-content:space-between;
             background:var(--white);border:1px solid var(--line);border-radius:12px;padding:14px 18px}
.cc-dates .d{font-weight:700;color:var(--ink)}
.cc-dates .t{font-size:15px;color:var(--muted)}
.cc-dates-note{font-size:15px;color:var(--muted)}
@media(max-width:520px){.cc-dates li{flex-direction:column}}

/* ---- the kiln-opening video (12 Aug 2026) -------------------------------
   Vertical phone footage, so it is deliberately capped in width - full-bleed
   portrait video on a desktop looks wrong and pushes everything else off
   screen. preload="none" keeps it free until someone actually taps it. ---- */
.cc-video{max-width:340px;margin:26px auto 16px;border-radius:18px;overflow:hidden;
          box-shadow:0 18px 44px rgba(44,58,55,.20);background:#000;line-height:0}
.cc-video video{display:block;width:100%;height:auto}
.cc-video-note{text-align:center;font-size:15px;color:var(--muted);max-width:46ch;margin:0 auto}
.cc-reveal .sec-head{text-align:center}

/* ---- booking fallback, visible version (12 Aug 2026) --------------------
   The first version was --muted 15px text: present but invisible on a phone.
   This is a real card with a real button. Outlined rather than solid so it
   reads as the ALTERNATIVE to the widget's own Book button. ------------- */
.cc-book-alt{max-width:640px;margin:18px auto 0;padding:20px;text-align:center;
             background:var(--sand);border:1px solid var(--line);border-radius:14px}
.cc-book-alt-lead{margin:0 0 14px;font-size:16px;color:var(--ink);font-weight:600}
.cc-book-alt-btn{display:block;width:100%;box-sizing:border-box;min-height:48px;
                 padding:14px 22px;border:2px solid var(--sage-dk);border-radius:999px;
                 background:var(--white);color:var(--sage-dk);font-weight:700;font-size:17px;
                 text-decoration:none;line-height:1.25}
.cc-book-alt-btn:hover,.cc-book-alt-btn:focus-visible{background:var(--sage-dk);color:#fff}
.cc-book-alt-mail{margin:14px 0 0;font-size:15px;color:var(--body)}
.cc-book-alt-mail a{color:var(--sage-dk);font-weight:600}
.cc-book-alt.is-urgent{background:#fdf3e7;border-color:var(--gold)}
.cc-book-alt.is-urgent .cc-book-alt-lead{color:#8a5a12}
@media(min-width:560px){.cc-book-alt-btn{display:inline-block;width:auto;min-width:280px}}
