:root {
  --background: #f9f8f6;
  --background-alt: #efe9e3;
  --line: #d9cfc7;
  --accent: #c9b59c;
  --text: #3d352f;
  --text-soft: #6d625a;
  --display-font: Georgia, "Times New Roman", serif;
  --body-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page-padding: clamp(1.25rem, 6vw, 6rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--text); font-family: var(--body-font); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display-font); font-weight: 400; letter-spacing: -0.04em; line-height: .98; }
h1 em, h2 em { color: var(--accent); font-weight: inherit; }

.section-shell { padding-right: var(--page-padding); padding-left: var(--page-padding); }
.section { padding-top: clamp(4.5rem, 9vw, 8rem); padding-bottom: clamp(4.5rem, 9vw, 8rem); }
.section--tint { background: var(--background-alt); }
.eyebrow { margin-bottom: 1rem; color: var(--text-soft); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.quote { margin-bottom: 1.5rem; font-family: var(--display-font); font-size: clamp(1.2rem, 2vw, 1.6rem); font-style: italic; }
.lead, .studio__copy, .teacher__copy > p:not(.eyebrow), .contact__details > p { color: var(--text-soft); }

.site-header { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 5.25rem; padding: 1rem var(--page-padding); border-bottom: 1px solid var(--line); background: rgb(249 248 246 / 94%); }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-family: var(--display-font); font-size: 1.15rem; white-space: nowrap; }
.brand__mark { display: grid; width: 1.8rem; height: 1.8rem; place-items: center; border: 1px solid var(--text); border-radius: 50%; font-size: .85rem; }
.site-nav { display: flex; gap: clamp(.9rem, 2vw, 2rem); font-size: .82rem; }
.site-nav a, .header-link { transition: color 180ms ease; }
.site-nav a:hover, .header-link:hover, .text-link:hover { color: var(--accent); }
.header-link { padding-bottom: .2rem; border-bottom: 1px solid var(--text); font-size: .82rem; font-weight: 700; }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(20rem, .88fr); min-height: min(46rem, calc(100vh - 5.25rem)); }
.hero__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(4rem, 9vw, 8rem) clamp(2rem, 7vw, 8rem) clamp(4rem, 8vw, 7rem) 0; }
.hero h1 { margin-bottom: 1.5rem; font-size: clamp(4rem, 8vw, 7.6rem); }
.lead { max-width: 29rem; margin-bottom: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 2.5rem; min-height: 3.2rem; padding: .8rem 1.1rem  .8rem 1.35rem; border: 1px solid var(--text); background: var(--accent); color: var(--text); cursor: pointer; font: inherit; font-size: .82rem; font-weight: 700; transition: transform 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); background: #d6c6b0; }

.photo-placeholder { position: relative; display: grid; min-height: 19rem; place-items: end start; overflow: hidden; border: 1px solid var(--line); background-color: #ddd1c6; background-image: linear-gradient(135deg, transparent 49.7%, rgb(61 53 47 / 18%) 50%, transparent 50.3%), linear-gradient(45deg, transparent 49.7%, rgb(61 53 47 / 12%) 50%, transparent 50.3%); background-size: 4rem 4rem; }
.photo-placeholder::before { position: absolute; width: 38%; aspect-ratio: 1; border: 1px solid rgb(61 53 47 / 32%); border-radius: 50%; content: ""; inset: 22% auto auto 31%; }
.photo-placeholder::after { position: absolute; width: 58%; height: 42%; border: 1px solid rgb(61 53 47 / 32%); border-bottom: 0; border-radius: 55% 55% 0 0; content: ""; inset: auto auto 0 21%; }
.photo-placeholder span { position: relative; z-index: 1; margin: 1rem; padding: .25rem .5rem; background: rgb(249 248 246 / 80%); color: var(--text-soft); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.photo-placeholder--hero { min-height: 100%; }

.section-heading h2, .teacher h2, .contact h2 { margin-bottom: 0; font-size: clamp(3rem, 5.5vw, 5.4rem); }
.studio__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 8vw, 9rem); align-items: end; margin-top: clamp(2.5rem, 6vw, 5.5rem); }
.studio__copy { max-width: 25rem; font-size: 1.08rem; }
.studio__copy p + p { margin-bottom: 0; }
.photo-placeholder--studio { min-height: clamp(18rem, 36vw, 31rem); }

.section-heading--compact { max-width: 38rem; }
.price-card { max-width: 34rem; margin-top: 3.5rem; padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--line); background: var(--background); }
.price-card__label { margin-bottom: .7rem; color: var(--text-soft); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price { margin-bottom: 1rem; font-family: var(--display-font); font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1; }
.price span, .price small { font-family: var(--body-font); font-size: .8rem; letter-spacing: 0; }
.price-card > p:not(.price):not(.price-card__label) { max-width: 23rem; color: var(--text-soft); }
.text-link { display: inline-flex; gap: .8rem; margin-top: .6rem; padding-bottom: .2rem; border-bottom: 1px solid currentColor; font-size: .85rem; font-weight: 700; transition: color 180ms ease; }

.teacher { display: grid; grid-template-columns: minmax(17rem, .8fr) 1fr; gap: clamp(3rem, 10vw, 10rem); align-items: center; }
.photo-placeholder--teacher { min-height: clamp(26rem, 44vw, 38rem); }
.teacher__copy { max-width: 34rem; }
.teacher__copy > p:not(.eyebrow) { margin: 1.7rem 0 1.5rem; }

.section-heading--row { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.section-note { margin-bottom: .5rem; color: var(--text-soft); font-size: .9rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3.5rem; }
.gallery-item { display: flex; min-height: clamp(8rem, 18vw, 16rem); align-items: end; padding: .8rem; border: 1px solid var(--line); color: rgb(61 53 47 / 60%); font-family: var(--display-font); font-size: 1.1rem; }
.gallery-item--one { background: #d6c5b5; }.gallery-item--two { background: #c9b59c; }.gallery-item--three { background: #e1d9d1; }.gallery-item--four { background: #d8cfc5; }.gallery-item--five { background: #baa691; }.gallery-item--six { background: #e8e1da; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 10vw, 10rem); border-top: 1px solid var(--line); }
.contact__details { max-width: 29rem; padding-top: 1.2rem; }
.contact-detail { display: block; width: fit-content; margin: .7rem 0; padding-bottom: .1rem; border-bottom: 1px solid var(--line); font-family: var(--display-font); font-size: 1.3rem; }
.contact-form { margin-top: 2rem; }
.contact-form summary { width: fit-content; list-style: none; }.contact-form summary::-webkit-details-marker { display: none; }
.contact-form form { display: grid; gap: 1rem; margin-top: 1rem; padding: 1.2rem; border: 1px solid var(--line); background: var(--background-alt); }
.contact-form label { display: grid; gap: .35rem; font-size: .78rem; font-weight: 700; }
input, textarea { width: 100%; padding: .65rem; border: 1px solid var(--line); border-radius: 0; background: var(--background); color: var(--text); font: inherit; }
textarea { resize: vertical; }
.contact-form button { padding: .75rem; border: 0; background: var(--line); color: var(--text-soft); font: inherit; font-size: .78rem; }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 2rem; padding-bottom: 2rem; border-top: 1px solid var(--line); color: var(--text-soft); font-size: .75rem; }
.site-footer p { margin-bottom: 0; }

@media (max-width: 760px) {
  .site-header { min-height: 4.5rem; }.site-nav { display: none; }.brand { font-size: 1rem; }
  .hero, .studio__grid, .teacher, .contact { grid-template-columns: 1fr; }.hero__content { padding-right: 0; }.photo-placeholder--hero { min-height: 25rem; }
  .section-heading--row { display: block; }.section-note { margin-top: 1.4rem; }.gallery-grid { grid-template-columns: repeat(2, 1fr); gap: .7rem; margin-top: 2.5rem; }
  .contact__details { padding-top: 0; }.site-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 390px) { .header-link { display: none; }.hero h1 { font-size: 3.45rem; } }
