/* Montserrat for headings and navigation, Montserrat for reading; the studio's own cream, navy and gold. Made by scripts/make_site.py. */
:root { --paper: #FAF7F0; --paper-2: #F2ECDF; --ink: #2F2924; --muted: #6E655B; --navy: #16255c; --blue: #1848a0; --gold: #c9a227; --line: #E4DCCB;
  --head: "Montserrat", "Helvetica Neue", Arial, sans-serif; --body: "Montserrat", "Helvetica Neue", Arial, sans-serif; }
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 1.02rem; line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); }
h1, h2, h3 { font-family: var(--head); color: var(--navy); line-height: 1.15; margin: 0 0 0.6rem; letter-spacing: -0.01em; }
h1 { font-size: clamp(1.9rem, 2.4vw + 1rem, 2.75rem); font-weight: 600; }
h2 { font-size: clamp(1.5rem, 1.4vw + 0.9rem, 2.1rem); font-weight: 600; }
h3 { font-size: 1.15rem; font-weight: 600; margin-bottom: 0.35rem; }
.card h2, .card h3 { font-size: 1.15rem; font-weight: 600; margin-bottom: 0.35rem; }
p { margin: 0 0 1rem; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2.5rem); }
[hidden] { display: none !important; }

/* header */
.top { border-bottom: 1px solid var(--line); background: var(--paper); }
.bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem 2rem; flex-wrap: wrap; padding-top: 1rem; padding-bottom: 1rem; }
.logo img { width: min(300px, 62vw); height: auto; }
.nav { display: flex; align-items: center; gap: 0.2rem 1.4rem; flex-wrap: wrap; font-family: var(--head); font-weight: 500; font-size: 0.92rem; letter-spacing: 0.04em; text-transform: uppercase; }
.nav a:not(.btn) { color: var(--navy); text-decoration: none; padding: 0.3rem 0 0.1rem; border-bottom: 2px solid transparent; }
.nav a:not(.btn):hover { border-bottom-color: var(--gold); }
.nav a[aria-current="page"] { border-bottom-color: var(--navy); }
.login { margin-left: 0.6rem; white-space: nowrap; }

/* buttons */
.btn { display: inline-block; font-family: var(--head); font-weight: 600; font-size: 1rem; letter-spacing: 0.03em; padding: 0.8rem 1.5rem; border-radius: 999px; background: var(--navy); color: #fff; text-decoration: none; border: 2px solid var(--navy); transition: background 0.15s, border-color 0.15s, color 0.15s; }
.btn:hover { background: var(--blue); border-color: var(--blue); color: #fff; }
.btn.ghost { background: transparent; color: var(--navy); }
.btn.ghost:hover { background: var(--navy); color: #fff; }
.btn.small { padding: 0.45rem 1.05rem; font-size: 0.82rem; }
.btn:focus-visible, .nav a:focus-visible, .form input:focus-visible, .form textarea:focus-visible, .details a:focus-visible, .more:focus-visible { outline: 3px solid var(--navy); outline-offset: 2px; }

/* hero */
.hero .wrap { padding-top: clamp(2.5rem, 7vw, 5.5rem); padding-bottom: clamp(2rem, 5vw, 3.5rem); max-width: 900px; text-align: center; }
.kicker { font-family: var(--head); font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--navy); font-weight: 600; margin-bottom: 1.2rem; }
.kicker::after { content: ""; display: block; width: 48px; height: 3px; background: var(--gold); margin: 0.9rem auto 0; border-radius: 2px; }
.hero h1 { font-size: clamp(2rem, 3.3vw + 0.9rem, 3.3rem); margin-bottom: 1rem; }
.lead { font-size: clamp(1.2rem, 1vw + 0.9rem, 1.55rem); font-style: italic; color: var(--ink); margin-bottom: 1.8rem; }
.hero-pic { max-width: 1080px; margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2.5rem); }
.hero-pic img { width: 100%; height: clamp(160px, 26vw, 300px); object-fit: cover; border-radius: 14px; border: 1px solid var(--line); }

/* cards */
.cards .wrap { padding-top: clamp(3rem, 6vw, 4rem); padding-bottom: 2.5rem; text-align: center; }
.sub { font-style: italic; color: var(--muted); font-size: 1.15rem; margin-bottom: 2rem; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.2rem; text-align: left; margin-bottom: 1.8rem; }
.card { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--gold); border-radius: 12px; padding: 1.35rem 1.4rem 1.1rem; }
.card p { margin: 0; color: var(--ink); font-size: 1rem; }
.note { color: var(--muted); font-style: italic; margin-bottom: 1.6rem; }
.page-home .cards { background: var(--paper-2); }
.page-home .cards .wrap { padding-bottom: clamp(3rem, 6vw, 4rem); }
.hero-pic { margin-bottom: 0; }

/* teaser and prose */
.two { display: grid; grid-template-columns: 300px 1fr; gap: 2.5rem; align-items: start; padding-top: clamp(3rem, 6vw, 4rem); padding-bottom: 2.5rem; }
.round { width: 100%; max-width: 320px; aspect-ratio: 1; object-fit: cover; border-radius: 50%; border: 6px solid #fff; box-shadow: 0 8px 30px rgba(22, 37, 92, 0.12); margin: 0 auto; }
.teaser .two { align-items: center; }
.teaser p { font-size: 1.2rem; }
.more { font-family: var(--head); font-weight: 600; text-decoration: none; color: var(--navy); border-bottom: 2px solid var(--gold); }
.more:hover { color: var(--blue); }
.prose .btn { margin-top: 0.4rem; }

/* classes */
.classes .wrap { padding-top: clamp(2.5rem, 6vw, 4rem); padding-bottom: 2.5rem; }
.classes h1 { text-align: center; }
.classes .sub { text-align: center; }
.klist { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.2rem; margin-top: 1.5rem; }
.klass { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--gold); border-radius: 12px; padding: 1.3rem 1.4rem 1.2rem; display: flex; flex-direction: column; }
.klass h2 { font-size: 1.25rem; margin: 0.3rem 0 0.4rem; }
.ktag { display: inline-block; font-family: var(--head); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy); background: var(--paper-2); border: 1px solid var(--line); border-radius: 999px; padding: 0.2rem 0.6rem; align-self: flex-start; }
.kmeta { font-family: var(--head); font-size: 0.92rem; color: var(--muted); margin-bottom: 0.6rem; }
.kdesc { font-size: 0.98rem; margin-bottom: 0.6rem; }
.kseats { font-family: var(--head); font-size: 0.85rem; font-weight: 600; margin: 0 0 0.9rem; min-height: 1.2em; }
.kseats .seats { color: var(--navy); }
.kseats .full { color: #9a2b1f; }
.kact { margin-top: auto; display: flex; gap: 0.5rem; flex-wrap: wrap; }
.kact .btn { font-size: 0.9rem; padding: 0.65rem 1.2rem; }
.classes .note { text-align: center; margin-top: 1.6rem; margin-bottom: 0.4rem; }
.classes .signin { text-align: center; font-family: var(--head); font-size: 1rem; color: var(--muted); margin: 0.2rem 0 0; }
.classes .sub + .signin { margin-top: -1rem; }
.classes .signin a { color: var(--navy); text-decoration: none; border-bottom: 1px solid var(--gold); }

/* contact */
.contact .two { grid-template-columns: minmax(240px, 1fr) minmax(280px, 1.4fr); }
.aside p { margin: 0 0 0.35rem; color: var(--muted); }
.aside { margin-top: 0.4rem; font-family: var(--head); font-size: 0.95rem; }
.intro .portrait { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; border: 4px solid #fff; box-shadow: 0 6px 22px rgba(22, 37, 92, 0.14); margin-bottom: 1.1rem; }
.intro .lead { font-size: 1.15rem; margin-bottom: 1.4rem; }
.details { list-style: none; margin: 0 0 1.4rem; padding: 0; display: flex; flex-direction: column; gap: 0.7rem; font-family: var(--head); font-size: 0.97rem; }
.details li { display: flex; align-items: center; gap: 0.75rem; }
.details a { color: var(--navy); text-decoration: none; border-bottom: 1px solid var(--gold); }
.details a:hover { color: var(--blue); }
.ico { flex: none; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); color: var(--navy); }
.ico svg { width: 18px; height: 18px; }
.chips { list-style: none; margin: 0 0 1.2rem; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.chips li { font-family: var(--head); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--navy); background: var(--paper-2); border: 1px solid var(--line); border-radius: 999px; padding: 0.35rem 0.8rem; }
.next { color: var(--muted); font-style: italic; margin: 0; }
.form { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 1.6rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; font-family: var(--head); font-weight: 600; font-size: 0.9rem; color: var(--navy); margin-bottom: 0.35rem; }
.opt { font-weight: 500; color: var(--muted); }
.form input, .form textarea { width: 100%; font: inherit; font-size: 1rem; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 8px; padding: 0.7rem 0.8rem; }
.form input:focus, .form textarea:focus { border-color: var(--navy); background: #fff; }
.form textarea { resize: vertical; min-height: 6rem; }
.form input:-webkit-autofill, .form input:-webkit-autofill:hover, .form input:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0 1000px #fff inset; -webkit-text-fill-color: var(--ink); }
.trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.err { color: #9a2b1f; font-family: var(--head); font-size: 0.92rem; }
.done { background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--gold); border-radius: 14px; padding: 1.6rem; }
.done:focus { outline: none; }

/* footer */
.foot { border-top: 1px solid var(--line); background: var(--paper-2); margin-top: 0; padding: 2.5rem 0 2rem; text-align: center; font-size: 0.98rem; }
.foot .quote { font-style: italic; font-size: 1.2rem; color: var(--navy); margin-bottom: 1.2rem; }
.foot .contact { display: flex; justify-content: center; gap: 0.5rem 1.6rem; flex-wrap: wrap; font-family: var(--head); font-size: 0.95rem; margin-bottom: 0.9rem; }
.foot .contact a { color: var(--navy); text-decoration: none; border-bottom: 1px solid var(--gold); }
.foot .lines p { margin: 0; color: var(--muted); }
.fine { margin: 1.4rem 0 0; font-family: var(--head); font-size: 0.8rem; color: var(--muted); }
.fine a { color: var(--navy); text-decoration: none; }
.fine a:hover { color: var(--blue); }

@media (max-width: 720px) {
  /* small screens: the logo top left with Log In beside it top right, then the menu across the line beneath */
  .bar { display: grid; grid-template-columns: 1fr auto; grid-template-areas: "logo login" "nav nav"; align-items: center; gap: 0.7rem 0.75rem; }
  .logo { grid-area: logo; }
  .logo img { width: min(230px, 58vw); }
  .login { grid-area: login; margin-left: 0; }
  .nav { grid-area: nav; width: 100%; justify-content: space-between; gap: 0.2rem 0.5rem; }
}
/* small phones: the menu shrinks a little so all of it, Log In included, stays on one line */
@media (max-width: 480px) {
  .nav { flex-wrap: nowrap; gap: 0.15rem 0.4rem; font-size: 0.82rem; letter-spacing: 0.03em; }
}
@media (max-width: 380px) {
  .nav { gap: 0.15rem 0.3rem; font-size: 0.74rem; letter-spacing: 0.02em; }
}
@media (max-width: 720px) {
  .two { grid-template-columns: 1fr; gap: 1.6rem; }
  .contact .two { grid-template-columns: 1fr; }
  .round { max-width: 220px; }
  .teaser .two { text-align: center; }
  .form { padding: 1.2rem; }
}
@media (prefers-reduced-motion: reduce) { .btn { transition: none; } }
