@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap");

:root {
  --bg: #f2f2ec;
  --surface: #e9e8e1;
  --text: #272a1f;
  --muted: #5c5f53;
  --primary: #617209;
  --primary-text: #faf8f8;
  --accent: #b37736;
  --border: #d7d8d2;
  --shadow: 0 24px 70px rgba(39, 42, 31, 0.14);
  --font-heading: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --font-body: var(--font-heading);
  --frame-home-photo: 16 / 9;
  --frame-section-photo: 4 / 5;
  --frame-detail-photo: 16 / 7;
  --phone-screen-frame: min(844px, 100svh);
  --phone-photo-to-title-gap: 10px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.68;
  overflow-x: hidden;
}

main {
  flex: 1;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(18px, 5vw, 68px) 8px;
  background: rgba(242, 242, 236, 0.9);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(16px);
}

.brand {
  font-family: var(--font-heading);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  text-decoration: none;
}

nav {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
  font-size: 18px;
  font-weight: 600;
}

nav a {
  min-width: 0;
  text-decoration: none;
}

.nav-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 6px;
  background: var(--primary);
  color: var(--primary-text);
  font-family: inherit;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--primary);
}

.button:hover,
.nav-button:hover {
  background: var(--accent);
  border-color: var(--accent);
}

.button.ghost {
  background: rgba(250, 248, 248, 0.14);
  border-color: rgba(250, 248, 248, 0.72);
}

.button.ghost-dark {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}

.button.small {
  min-height: 40px;
  padding: 9px 14px;
  font-size: 14px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  align-items: stretch;
  overflow: hidden;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}

.hero-media {
  position: relative;
  min-width: 0;
  min-height: 430px;
  aspect-ratio: var(--frame-home-photo);
  background: #15140f;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(18, 16, 12, 0.38), rgba(18, 16, 12, 0.04) 58%);
}

.hero-overlay {
  position: absolute;
  left: clamp(20px, 5vw, 56px);
  right: clamp(20px, 5vw, 56px);
  bottom: clamp(22px, 5vw, 56px);
  z-index: 1;
  color: var(--primary-text);
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42);
}

.hero-overlay h1 {
  color: inherit;
}

.hero-overlay p {
  margin: 12px 0 0;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 600;
}

.hero:after {
  content: none;
}

.hero-copy {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: clamp(34px, 5vw, 72px) clamp(24px, 6vw, 76px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--text);
  text-align: left;
}

.kicker {
  margin: 0 0 12px;
  color: var(--primary);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.frame-number {
  display: block;
  width: auto;
  margin: 4px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--primary);
  background: transparent;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.section-more summary .frame-number {
  margin: 0;
  padding: 0;
}

.page-number {
  margin-top: 8px;
  margin-bottom: 0;
}

.page-number {
  display: none;
}

.hero .kicker {
  color: var(--primary);
}

h1,
h2,
h3 {
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h1 {
  margin: 0;
  max-width: none;
  font-size: clamp(46px, 7.2vw, 76px);
  line-height: 1;
  white-space: normal;
}

h2 {
  margin: 0 0 22px;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.06;
}

h3 {
  margin: 0 0 10px;
  font-size: clamp(23px, 3vw, 34px);
  line-height: 1.1;
}

.event-card h3,
.offer-grid strong {
  font-family: var(--font-body);
}

.intro h2,
.section h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}

.intro h2::after,
.section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(180px, 54vw);
  height: 1px;
  background: linear-gradient(90deg, var(--primary), rgba(97, 114, 9, 0));
}

.hero-copy p:not(.kicker) {
  width: auto;
  max-width: 100%;
  margin: 22px 0 0;
  font-size: clamp(18px, 1.65vw, 22px);
  overflow-wrap: break-word;
  word-break: normal;
  white-space: normal;
}

.hero-copy .trust-strip {
  margin-top: 0;
  color: var(--primary);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.35;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.intro,
.section,
footer {
  padding: clamp(52px, 8vw, 108px) clamp(20px, 7vw, 88px);
}

.narrow,
.section-head {
  max-width: 780px;
}

.intro {
  background: var(--surface);
}

.intro .narrow {
  margin: 0 auto;
}

.intro p,
.section p {
  font-size: clamp(17px, 1.7vw, 20px);
}

.section {
  border-top: 1px solid var(--border);
}

.section-hero-photo {
  width: min(100%, 640px);
  margin: 0 auto 24px;
  aspect-ratio: var(--frame-section-photo);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.section-hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.anchor-alias {
  position: relative;
  top: -74px;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.community-hub {
  background: linear-gradient(180deg, #f6f5ee, #e8e7dc);
}

.community-hub-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.community-hub-media {
  min-width: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.community-hub-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.community-hub-copy {
  min-width: 0;
}

.community-hub-copy h2 {
  max-width: 760px;
}

.community-hub-copy p {
  max-width: 820px;
}

.hub-directory-card {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(97, 114, 9, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(39, 42, 31, 0.08);
}

.hub-directory-card > span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.hub-directory-card strong {
  color: var(--primary);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.08;
}

.hub-directory-card p {
  margin: 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.35;
}

.hub-directory-card ul {
  display: grid;
  gap: 5px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.hub-directory-card li {
  position: relative;
  padding-left: 17px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.3;
}

.hub-directory-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--accent);
}

.community-hub-actions,
.dictionary-grid,
.collab-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.community-action-card,
.dictionary-entry {
  display: grid;
  gap: 6px;
  min-width: 0;
  min-height: 138px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(39, 42, 31, 0.08);
}

.community-action-card strong,
.dictionary-entry h2 {
  color: var(--primary);
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.08;
}

.community-action-card span,
.dictionary-entry p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.35;
}

.dictionary-entry h2,
.dictionary-entry p {
  margin: 0;
}

.dictionary-entry a {
  align-self: end;
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
}

.community-action-card.highlight {
  border-color: rgba(179, 119, 54, 0.48);
  background: rgba(255, 249, 238, 0.88);
}

.hub-intake-strip {
  display: grid;
  gap: 4px;
  margin-top: 16px;
  padding: 13px 15px;
  border: 1px solid rgba(97, 114, 9, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
}

.hub-intake-strip strong {
  color: var(--primary);
  font-size: 18px;
  line-height: 1.2;
}

.hub-intake-strip span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.35;
}

.collective-interest-panel {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(97, 114, 9, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 12px 28px rgba(39, 42, 31, 0.07);
}

.collective-interest-head {
  display: grid;
  gap: 5px;
}

.collective-interest-head span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.collective-interest-head strong {
  color: var(--primary);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.08;
}

.collective-interest-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.collective-interest-card {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 15px;
  border: 1px solid rgba(179, 119, 54, 0.22);
  border-radius: 8px;
  background: rgba(255, 249, 238, 0.66);
  color: var(--text);
  text-decoration: none;
}

.collective-interest-card strong {
  color: var(--primary);
  font-size: 18px;
  line-height: 1.12;
}

.collective-interest-card span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.32;
}

.production-screen {
  align-items: start;
}

.production-photo {
  position: sticky;
  top: 92px;
}

.production-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.production-tab {
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--text);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.production-tab.active {
  border-color: rgba(179, 119, 54, 0.68);
  background: var(--primary);
  color: #fffef8;
}

.production-summary {
  display: grid;
  gap: 4px;
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(97, 114, 9, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
}

.production-summary strong {
  color: var(--primary);
  font-size: 20px;
  line-height: 1.15;
}

.production-summary span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.35;
}

.engine-command-strip {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding: 15px 16px;
  border: 1px solid rgba(179, 119, 54, 0.42);
  border-radius: 8px;
  background: rgba(255, 249, 238, 0.9);
}

.engine-command-strip strong {
  color: var(--primary);
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.1;
}

.engine-command-strip span {
  color: var(--text);
  font-size: 16px;
  line-height: 1.35;
}

.production-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.production-card,
.custom-builder,
.batch-builder,
.google-queue,
.google-lanes,
.page-factory,
.approval-factory,
.sitemap-builder,
.profile-event-factory {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(39, 42, 31, 0.08);
}

.production-card h2,
.custom-builder h2,
.batch-builder h2,
.google-queue h2,
.google-lanes h2,
.page-factory h2,
.approval-factory h2,
.sitemap-builder h2,
.profile-event-factory h2 {
  margin: 0;
  color: var(--primary);
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.08;
}

.production-card textarea,
.custom-builder textarea,
.batch-builder textarea,
.page-factory textarea,
.approval-factory textarea,
.sitemap-builder textarea,
.profile-event-factory textarea {
  width: 100%;
  min-height: 176px;
  resize: vertical;
  padding: 12px;
  border: 1px solid rgba(39, 42, 31, 0.2);
  border-radius: 8px;
  background: rgba(255, 254, 248, 0.86);
  color: var(--text);
  font: inherit;
  font-size: 15px;
  line-height: 1.35;
}

.production-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.search-output {
  display: grid;
  gap: 7px;
}

.search-output strong {
  color: var(--primary);
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.search-output p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.35;
}

.search-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.search-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 9px;
  border: 1px solid rgba(97, 114, 9, 0.22);
  border-radius: 999px;
  background: rgba(246, 245, 238, 0.9);
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.custom-builder,
.batch-builder,
.google-queue,
.google-lanes,
.page-factory,
.approval-factory,
.sitemap-builder,
.profile-event-factory {
  margin-top: 18px;
}

.custom-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.custom-fields label {
  display: grid;
  gap: 6px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.custom-fields input,
.custom-fields select {
  width: 100%;
  min-height: 40px;
  padding: 9px 10px;
  border: 1px solid rgba(39, 42, 31, 0.2);
  border-radius: 8px;
  background: rgba(255, 254, 248, 0.9);
  color: var(--text);
  font: inherit;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}

.wide-label {
  display: grid;
  gap: 6px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wide-label textarea {
  min-height: 110px;
  letter-spacing: 0;
  text-transform: none;
}

.google-queue p,
.google-lanes p,
.approval-factory p,
.sitemap-builder p,
.profile-event-factory p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.35;
}

.queue-list {
  display: grid;
  gap: 8px;
}

.queue-item {
  display: grid;
  grid-template-columns: minmax(120px, 0.7fr) minmax(0, 1.5fr) auto;
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(97, 114, 9, 0.18);
  border-radius: 8px;
  background: rgba(255, 254, 248, 0.74);
}

.queue-item strong {
  color: var(--primary);
  font-size: 14px;
  line-height: 1.2;
}

.queue-item span {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.25;
}

.queue-item a {
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.lane-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lane-card {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(97, 114, 9, 0.18);
  border-radius: 8px;
  background: rgba(255, 254, 248, 0.74);
}

.lane-card strong {
  color: var(--primary);
  font-size: 18px;
  line-height: 1.1;
}

.lane-card span,
.lane-card em {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.lane-card em {
  font-style: normal;
  font-weight: 700;
}

.community-hub-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 3px solid var(--accent);
  background: rgba(255, 255, 255, 0.54);
  color: var(--text);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.42;
}

.community-share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.copy-status {
  min-height: 1.4em;
  margin: 8px 0 0;
  color: var(--primary);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.authority-grid,
.action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.authority-grid span,
.action-card,
.rental-card,
.price-row {
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(39, 42, 31, 0.08);
}

.authority-grid span {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 12px;
  color: var(--primary);
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.action-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 12px;
  align-items: center;
  min-height: 78px;
  padding: 15px 16px;
}

.action-card strong,
.rental-card summary strong,
.price-row span {
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.18;
}

.action-card strong {
  grid-column: 1;
}

.action-card span,
.rental-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.28;
}

.action-card > span:first-of-type {
  grid-column: 1;
}

.action-card span:last-child,
.rental-card summary span,
.price-row strong,
.booking-link {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--primary);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

.action-card.placeholder {
  border-style: dashed;
  background: rgba(233, 232, 225, 0.62);
}

.offering-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 1040px);
  margin-top: 22px;
}

.offering-path {
  min-width: 0;
  min-height: 92px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(39, 42, 31, 0.08);
}

.offering-path strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.18;
}

.offering-path span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.3;
}

.home-offering-paths {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  margin-top: 0;
  margin-bottom: 16px;
}

.home-offering-paths .offering-path {
  min-height: 76px;
  padding: 13px;
}

.featured-path {
  border-color: rgba(179, 119, 54, 0.5);
  background: rgba(255, 249, 238, 0.9);
}

.action-card:not(.placeholder):hover,
.rental-card:hover,
.price-row:hover,
.offering-path:hover {
  border-color: var(--primary);
  box-shadow: 0 15px 34px rgba(97, 114, 9, 0.14);
}

.service-dialog {
  width: min(calc(100vw - 34px), 520px);
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  color: var(--text);
  box-shadow: 0 24px 70px rgba(28, 29, 23, 0.28);
}

.service-dialog::backdrop,
.program-dialog::backdrop {
  background: rgba(20, 19, 14, 0.46);
}

.service-dialog h3 {
  margin: 0 0 14px;
  padding-right: 64px;
  font-size: clamp(24px, 4vw, 34px);
}

.service-dialog p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.program-dialog {
  width: min(calc(100vw - 28px), 620px);
  height: min(844px, calc(100svh - 28px));
  max-height: min(844px, calc(100svh - 28px));
  padding: 0;
  overflow: auto;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--bg);
  color: var(--text);
  box-shadow: 0 24px 70px rgba(28, 29, 23, 0.28);
}

.program-dialog-media {
  position: relative;
  aspect-ratio: var(--frame-detail-photo);
  overflow: hidden;
}

.program-dialog-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-dialog-media span {
  position: absolute;
  left: 14px;
  bottom: 12px;
  max-width: calc(100% - 28px);
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(242, 242, 236, 0.88);
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}

.program-dialog-copy {
  padding: 18px 20px 22px;
}

.program-dialog h3 {
  margin: 0 48px 10px 0;
  color: var(--text);
  font-size: clamp(28px, 8vw, 40px);
  line-height: 0.98;
}

.program-dialog h4 {
  margin: 14px 0 6px;
  color: var(--primary);
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}

.program-dialog p,
.program-dialog li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.36;
}

.program-dialog p {
  margin: 0 0 8px;
}

.program-dialog ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 18px;
}

.program-dialog .button {
  margin-top: 14px;
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 2;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--primary);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.rental-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.rental-card summary {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  color: var(--text);
  cursor: pointer;
  list-style: none;
}

.rental-card summary::-webkit-details-marker {
  display: none;
}

.rental-card p {
  margin: 0;
  padding: 0 16px 10px;
}

.booking-link {
  display: block;
  margin: 0 16px 16px;
  text-decoration: none;
}

.booking-link:hover {
  color: var(--accent);
}

.price-list {
  display: grid;
  gap: 22px;
  margin-top: 24px;
}

.price-group {
  display: grid;
  gap: 10px;
}

.price-group h3 {
  margin: 0;
}

.price-list .action-grid {
  margin-top: 8px;
}

.price-list-preview {
  width: min(100%, 1040px);
  margin: 18px auto 0;
  grid-template-columns: 1fr;
}

.price-list-preview .price-group {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.price-list-preview h3 {
  font-size: clamp(21px, 2.2vw, 28px);
}

.price-list-preview .action-grid {
  gap: 6px;
}

.price-list-preview .action-card {
  min-height: 48px;
  padding: 8px 11px;
}

.price-list-preview .action-card strong {
  font-size: 16px;
}

.price-list-preview .action-card > span:first-of-type {
  display: none;
}

.price-list-preview .action-card > span:last-child {
  grid-row: 1;
}

.price-list-preview .action-card > span:only-of-type {
  display: block;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.price-row {
  display: grid;
  gap: 6px;
  min-height: 76px;
  padding: 15px 16px;
  text-decoration: none;
}

.price-row:first-of-type {
  border-top: 1px solid var(--border);
}

.events-section {
  background: linear-gradient(180deg, var(--bg), #ece9df);
}

.feature-image {
  width: min(100%, 640px);
  margin: 34px auto;
  aspect-ratio: var(--frame-section-photo);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.feature-image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.gallery-section {
  background: linear-gradient(180deg, var(--bg), #edece4);
}

.programs-section {
  background: linear-gradient(180deg, var(--bg), #ece9df);
}

.gallery-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.gallery-photo-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(39, 42, 31, 0.08);
}

.gallery-proof-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 10px 0 14px;
}

.gallery-proof-strip img {
  width: 100%;
  height: 100%;
  aspect-ratio: var(--frame-detail-photo);
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(39, 42, 31, 0.1);
}

.interest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.interest-card {
  display: grid;
  align-content: start;
  gap: 5px;
  min-height: 104px;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(39, 42, 31, 0.08);
}

.interest-card strong {
  color: var(--text);
  font-size: 18px;
  line-height: 1.15;
}

.interest-card span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.26;
}

.program-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  margin-top: 12px;
}

.program-card {
  width: 100%;
}

.program-card strong {
  font-size: 17px;
}

.program-card span {
  text-align: right;
}

.feature-image.compact {
  width: min(100%, 920px);
  margin: 34px auto 0;
  aspect-ratio: var(--frame-home-photo);
}

.feature-image.compact img {
  height: clamp(260px, 30vw, 390px);
  min-height: 0;
}

.event-grid,
.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.event-card,
.offer-grid a,
.contact-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: clamp(20px, 3vw, 32px);
  box-shadow: 0 16px 44px rgba(39, 42, 31, 0.1);
}

.event-card p,
.offer-grid span,
.split-copy p,
.contact p,
.map-section p {
  font-weight: 400;
  line-height: 1.72;
}

.event-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.event-card .button {
  margin-top: auto;
}

.event-date {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: clamp(18px, 1.4vw, 21px);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.events-section .section-head {
  display: grid;
  gap: 12px;
}

.events-section .section-head p:not(.frame-number) {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.split.reverse .split-copy {
  order: 2;
}

.split img {
  width: 100%;
  height: min(55vw, 640px);
  min-height: 360px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.studio-rental-photo {
  filter: brightness(1.05) saturate(1.05);
}

.split-copy p {
  color: var(--text);
}

.split-copy .button {
  margin-top: 12px;
}

.horizontal-feature {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

.horizontal-feature.reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.horizontal-feature .split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.horizontal-feature img {
  height: clamp(520px, 72vh, 760px);
  min-height: 0;
  aspect-ratio: var(--frame-section-photo);
  object-fit: cover;
}

.horizontal-feature h2 {
  margin-bottom: 18px;
}

.offer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.offer-grid a {
  display: grid;
  gap: 10px;
  text-decoration: none;
}

.offer-grid strong {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: 0.01em;
}

.offer-grid span {
  font-size: 17px;
  font-weight: 400;
}

.offer-grid span,
.contact-card,
footer {
  color: var(--muted);
}

.section-more {
  width: 100%;
  margin-top: 8px;
  text-align: left;
}

.section-more {
  display: none;
}

.read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  align-self: flex-start;
  margin-top: 8px;
  padding: 2px 0 8px;
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.read-more-link::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
}

.section-more.wide {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.section-more summary {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 42px;
  padding: 2px 0 8px;
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.section-more summary::-webkit-details-marker {
  display: none;
}

.section-more summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
}

.section-more[open] summary::after {
  content: "-";
}

.more-panel {
  margin-top: 10px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 12px 34px rgba(39, 42, 31, 0.08);
}

.more-panel p:first-child {
  margin-top: 0;
}

.more-panel p:last-child {
  margin-bottom: 0;
}

.inside-photo {
  width: 100%;
  margin: 0 0 20px;
  aspect-ratio: var(--frame-detail-photo);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(39, 42, 31, 0.1);
}

.inside-photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.detail-screen {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, var(--bg), #eeeae0);
}

.detail-screen .inside-photo {
  width: min(100%, 980px);
  margin: 0 auto 22px;
  aspect-ratio: var(--frame-detail-photo);
}

.detail-copy {
  width: min(100%, 1040px);
  margin: 0 auto;
}

.detail-copy h2 {
  margin-bottom: 12px;
}

.detail-copy p {
  max-width: 920px;
}

.detail-copy .page-number {
  margin-top: 18px;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 18px;
  color: var(--text);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.42;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--primary);
}

.compact-list {
  gap: 6px 12px;
  margin: 12px 0 14px;
}

.compact-list li {
  font-size: 16px;
  line-height: 1.25;
}

.studio-rental-detail .detail-copy p {
  max-width: 960px;
}

.studio-rental-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 18px;
}

.studio-rental-proof-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(39, 42, 31, 0.08);
}

.studio-rental-contact-note {
  margin-top: 14px;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.45;
}

#studio-rental .more-panel {
  padding: 14px;
}

#studio-rental .inside-photo {
  margin-bottom: 12px;
}

#studio-rental .more-panel p {
  margin: 0 0 8px;
}

.mini-photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.mini-photo-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(39, 42, 31, 0.08);
}

.detail-frame {
  background: linear-gradient(180deg, var(--bg), #eeeae0);
}

.detail-layout {
  display: grid;
  gap: clamp(24px, 4vw, 42px);
  margin-top: 34px;
}

.detail-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 16px 42px rgba(39, 42, 31, 0.08);
}

.detail-row img {
  width: 100%;
  height: clamp(260px, 34vw, 430px);
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.detail-row p {
  margin-top: 0;
}

.detail-row .kicker {
  margin-bottom: 10px;
}

.see-more {
  display: inline-flex;
  margin-top: 6px;
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.see-more::after {
  content: " ->";
}

.photo-lineup {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(30px, 5vw, 54px);
}

.photo-lineup figure {
  margin: 0;
}

.photo-lineup img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--border);
  box-shadow: 0 10px 24px rgba(39, 42, 31, 0.08);
}

.photo-lineup figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.35;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 34px;
}

.contact-card p {
  margin: 0 0 10px;
  font-size: 16px;
}

.contact-card a {
  color: var(--primary);
  font-weight: 700;
}

.connect-form {
  display: grid;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: clamp(20px, 3vw, 30px);
  box-shadow: var(--shadow);
}

.connect-form label {
  display: grid;
  gap: 6px;
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
}

.connect-form input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #fff;
  color: var(--text);
  font: inherit;
  padding: 10px 12px;
}

.connect-form input:focus {
  outline: 2px solid rgba(97, 114, 9, 0.28);
  border-color: var(--primary);
}

.map-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  background: var(--surface);
}

.map-section iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.map-section .button {
  margin-top: 14px;
}

.map-section p {
  font-size: clamp(19px, 1.8vw, 23px);
}

.contact-hub {
  background: var(--surface);
}

.contact-intro {
  max-width: 1080px;
  margin: 0 auto;
}

.contact-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
  margin-top: 18px;
}

.contact-hub iframe {
  width: 100%;
  min-height: 360px;
  margin-top: 22px;
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

@media (min-width: 861px) {
  .section,
  .detail-screen {
    min-height: auto;
    padding-top: clamp(44px, 5.4vw, 78px);
    padding-bottom: clamp(44px, 5.4vw, 78px);
  }

  .detail-screen {
    justify-content: flex-start;
  }

  .detail-screen .inside-photo {
    width: min(100%, 880px);
    margin-bottom: 18px;
  }

  .event-grid,
  .offer-grid {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }

  .event-card,
  .offer-grid a {
    padding: 18px 24px;
    box-shadow: 0 12px 34px rgba(39, 42, 31, 0.09);
  }

  .event-card p,
  .offer-grid span {
    line-height: 1.5;
  }

  .event-date {
    margin-bottom: 8px;
  }

  .offer-grid a {
    gap: 6px;
  }
}

footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.4fr) minmax(220px, 0.75fr);
  align-items: start;
  gap: 22px;
  background: var(--text);
  color: #f5f2ea;
  font-size: clamp(16px, 1.2vw, 19px);
}

footer a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.footer-brand,
.footer-contact,
.footer-socials {
  display: grid;
  gap: 8px;
}

.footer-brand strong,
.footer-contact strong {
  color: #fffaf0;
  font-weight: 700;
}

.footer-brand span,
.footer-contact span {
  color: rgba(245, 242, 234, 0.76);
  font-size: 15px;
  line-height: 1.35;
}

.footer-contact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-contact a {
  display: grid;
  gap: 3px;
}

.footer-socials {
  justify-items: end;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  nav {
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 4px;
  }

  nav a {
    white-space: nowrap;
  }

  .hero {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .hero-copy {
    width: 100%;
    max-width: 100vw;
  }

  .event-grid,
  .offer-grid,
  .authority-grid,
  .action-grid,
  .community-hub-layout,
  .community-hub-actions,
  .collab-grid,
  .dictionary-grid,
  .production-grid,
  .custom-fields,
  .lane-grid,
  .rental-options,
  .price-list-preview,
  .detail-row,
  .split,
  .split.reverse,
  .contact,
  .map-section,
  .contact-detail-grid {
    grid-template-columns: 1fr;
  }

  .split.reverse .split-copy {
    order: 0;
  }

  .community-hub-media {
    aspect-ratio: 16 / 10;
  }

  .production-photo {
    position: static;
  }

  .horizontal-feature > img {
    order: -1;
  }

  .split img {
    height: min(68vh, 620px);
    min-height: 0;
    aspect-ratio: var(--frame-section-photo);
    object-fit: cover;
  }

  .detail-row {
    grid-template-columns: 1fr;
  }

  .detail-row img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .photo-lineup {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  footer {
    grid-template-columns: 1fr;
  }

  .footer-contact {
    grid-template-columns: 1fr;
  }

  .footer-socials {
    justify-items: start;
  }
}

@media (max-width: 520px) {
  .site-header {
    gap: 6px;
    padding: 8px 14px 6px;
  }

  .brand {
    font-size: 21px;
    line-height: 1;
  }

  nav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 1;
  }

  .nav-button {
    min-height: 30px;
    padding: 6px 9px;
  }

  .hero {
    min-height: var(--phone-screen-frame);
  }

  .hero-media {
    aspect-ratio: var(--frame-home-photo);
  }

  .hero-copy {
    padding: 16px 18px 20px;
    max-width: 100%;
  }

  .hero-copy p:not(.kicker) {
    width: 100%;
    max-width: 100%;
    margin-top: 13px;
    font-size: 16px;
    line-height: 1.34;
  }

  .hero-copy .trust-strip {
    margin-top: 0;
    font-size: 15px;
    line-height: 1.3;
  }

  .service-dialog {
    padding: 22px;
  }

  .program-dialog {
    width: calc(100vw - 18px);
    height: min(844px, calc(100svh - 18px));
    max-height: min(844px, calc(100svh - 18px));
  }

  .program-dialog-copy {
    padding: 16px 17px 18px;
  }

  .program-dialog h3 {
    margin-right: 48px;
    font-size: 32px;
  }

  .program-dialog p,
  .program-dialog li {
    font-size: 15px;
    line-height: 1.3;
  }

  .program-dialog h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 13px;
  }

  .program-dialog ul {
    gap: 3px;
  }

  .service-dialog h3 {
    padding-right: 52px;
    font-size: 24px;
  }

  .home-offering-paths {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin: 0 0 10px;
  }

  .home-offering-paths .offering-path {
    display: grid;
    place-items: center;
    min-height: 48px;
    padding: 7px 6px;
    text-align: center;
  }

  .home-offering-paths .offering-path strong {
    margin: 0;
    font-size: 12px;
    line-height: 1.12;
  }

  .home-offering-paths .offering-path span {
    display: none;
  }

  .community-hub-layout {
    gap: 14px;
  }

  .community-hub-media {
    aspect-ratio: var(--frame-section-photo);
  }

  .community-hub-copy .kicker {
    margin-bottom: 8px;
  }

  .community-hub-actions,
  .collab-grid,
  .dictionary-grid {
    gap: 8px;
    margin-top: 14px;
  }

  .community-action-card,
  .dictionary-entry {
    min-height: 0;
    padding: 12px;
  }

  .community-action-card strong,
  .dictionary-entry h2 {
    font-size: 20px;
  }

  .community-action-card span,
  .dictionary-entry p,
  .community-hub-note {
    font-size: 15px;
    line-height: 1.3;
  }

  .production-tabs,
  .production-actions {
    gap: 6px;
  }

  .production-tab {
    flex: 1 1 auto;
    min-height: 36px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .production-card,
  .custom-builder,
  .batch-builder,
  .google-queue,
  .google-lanes,
  .page-factory,
  .approval-factory,
  .sitemap-builder,
  .profile-event-factory {
    padding: 12px;
  }

  .production-card textarea,
  .custom-builder textarea,
  .batch-builder textarea,
  .page-factory textarea,
  .approval-factory textarea,
  .sitemap-builder textarea,
  .profile-event-factory textarea {
    min-height: 152px;
    font-size: 14px;
  }

  .queue-item {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .lane-card {
    padding: 11px;
  }

  .community-hub-note {
    margin-top: 10px;
    padding: 11px 12px;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 12px;
  }

  .hero-actions .button {
    min-height: 34px;
    padding: 6px 9px;
    font-size: 13px;
  }

  h1 {
    max-width: none;
    font-size: clamp(38px, 10vw, 48px);
  }

  h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .intro h2,
  .section h2 {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .intro,
  .section {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: var(--phone-screen-frame);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .intro > *,
  .section > * {
    width: 100%;
  }

  .intro .narrow,
  .section .split-copy,
  .section .section-head,
  .section .contact-intro {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
  }

  .section > .page-number,
  .narrow > .page-number,
  .split-copy > .page-number,
  .section-head > .page-number,
  .contact-intro > .page-number {
    align-self: flex-start;
    margin-top: auto;
  }

  .section .section-head {
    max-width: none;
    display: block;
    flex: 0 0 auto;
  }

  .section h2,
  .horizontal-feature h2,
  .detail-copy h2 {
    margin-top: 0;
  }

  .section-head p,
  .intro p,
  .section p,
  .split-copy p {
    font-size: 17px;
    line-height: 1.45;
  }

  .section-hero-photo,
  .feature-image {
    margin: 0 0 var(--phone-photo-to-title-gap);
    width: 100%;
    aspect-ratio: var(--frame-section-photo);
  }

  .section-hero-photo img,
  .feature-image img {
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .horizontal-feature img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 340px;
    margin-bottom: calc(var(--phone-photo-to-title-gap) - 24px);
    aspect-ratio: var(--frame-section-photo);
    object-fit: cover;
  }

  .section-more {
    align-self: flex-start;
    margin-top: 6px;
  }

  .section-more summary {
    min-height: 34px;
    padding: 0 0 6px;
    font-size: 17px;
  }

  .more-panel {
    padding: 16px;
  }

  .inside-photo img {
    height: 100%;
    min-height: 0;
  }

  .authority-grid,
  .feature-list,
  .action-grid,
  .rental-options,
  .offering-paths {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 12px;
  }

  .home-offering-paths {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin: 0 0 10px;
  }

  .rental-card summary {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
  }

  .rental-card summary strong {
    font-size: 17px;
  }

  .rental-card summary span {
    font-size: 15px;
  }

  .rental-card p {
    padding: 0 12px 8px;
    font-size: 14px;
  }

  .booking-link {
    margin: 0 12px 12px;
    font-size: 15px;
  }

  .price-list {
    gap: 12px;
    margin-top: 12px;
  }

  .price-list-preview h3 {
    font-size: 21px;
  }

  .price-list-preview .price-group {
    gap: 7px;
    padding-top: 10px;
    border-top: 1px solid var(--border);
  }

  .price-list-preview .price-group:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .price-row {
    gap: 3px;
    min-height: 56px;
    padding: 11px 13px;
  }

  .price-row span,
  .price-row strong {
    font-size: 17px;
  }

  .authority-grid span,
  .action-card,
  .rental-card,
  .price-row {
    min-height: 56px;
  }

  .action-card {
    min-height: 62px;
    padding: 9px 11px;
    gap: 2px 10px;
  }

  .action-card strong,
  .rental-card summary strong,
  .price-row span {
    font-size: 17px;
  }

  .action-card span,
  .rental-card p {
    font-size: 14px;
  }

  .action-card span:last-child,
  .rental-card summary span,
  .price-row strong,
  .booking-link {
    font-size: 15px;
  }

  .offering-path {
    min-height: 58px;
    padding: 9px 11px;
  }

  .offering-path strong {
    margin-bottom: 3px;
    font-size: 17px;
  }

  .offering-path span {
    font-size: 14px;
  }

  .gallery-detail .inside-photo {
    margin-bottom: 8px;
  }

  .gallery-detail .detail-copy p {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.32;
  }

  .gallery-proof-strip {
    gap: 6px;
    margin: 6px 0 8px;
  }

  .gallery-photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    margin-top: 8px;
  }

  .studio-rental-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    margin: 8px 0 10px;
  }

  .gallery-photo-grid img {
    aspect-ratio: 1 / 1;
  }

  .studio-rental-proof-grid img {
    aspect-ratio: 1 / 1;
  }

  .interest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 8px;
  }

  .interest-card {
    min-height: 72px;
    padding: 8px;
    gap: 3px;
  }

  .interest-card strong {
    font-size: 15px;
    line-height: 1.12;
  }

  .interest-card span {
    font-size: 13px;
    line-height: 1.18;
  }

  .program-grid {
    grid-template-columns: 1fr;
    gap: 5px;
    margin-top: 7px;
  }

  .programs-detail .inside-photo {
    margin-bottom: 8px;
  }

  .programs-detail .detail-copy p {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.26;
  }

  .program-card {
    min-height: 45px;
    padding: 6px 9px;
    gap: 2px 10px;
  }

  .program-card strong {
    font-size: 14px;
    line-height: 1.08;
  }

  .program-card span {
    font-size: 12px;
    line-height: 1.12;
  }

  .price-list-preview .action-grid {
    gap: 6px;
    margin-top: 6px;
  }

  .price-list-preview .action-card {
    min-height: 48px;
    padding: 8px 10px;
  }

  .price-list-preview .action-card strong {
    font-size: 15px;
  }

  .price-list-preview .action-card > span:last-child {
    font-size: 15px;
  }

  .price-list-preview .action-card:nth-child(n + 2) {
    display: none;
  }

  #our-offerings .more-panel {
    padding: 12px;
  }

  #our-offerings .more-panel .inside-photo {
    aspect-ratio: var(--frame-detail-photo);
    margin-bottom: 10px;
  }

  #our-offerings .more-panel p {
    margin: 0 0 7px;
  }

  #our-offerings .more-panel .price-list {
    gap: 8px;
    margin-top: 8px;
  }

  #our-offerings .more-panel .price-group {
    gap: 5px;
  }

  #our-offerings .more-panel .price-group h3 {
    font-size: 17px;
  }

  #our-offerings .more-panel .action-grid {
    gap: 4px;
    margin-top: 5px;
  }

  #our-offerings .more-panel .action-card {
    min-height: 34px;
    padding: 5px 8px;
  }

  #our-offerings .more-panel .action-card strong {
    font-size: 14px;
  }

  #our-offerings .more-panel .action-card > span:first-of-type {
    display: none;
  }

  #our-offerings .more-panel .action-card > span:last-child {
    grid-row: 1;
    font-size: 14px;
  }

  .detail-screen {
    justify-content: flex-start;
  }

  .detail-screen .inside-photo {
    margin-bottom: 12px;
    aspect-ratio: var(--frame-detail-photo);
  }

  .detail-copy h2 {
    margin-bottom: 8px;
  }

  .detail-copy p {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.38;
  }

  .offerings-detail .inside-photo {
    margin-bottom: 8px;
    aspect-ratio: var(--frame-detail-photo);
  }

  .offerings-detail .detail-copy p {
    font-size: 14px;
    line-height: 1.3;
  }

  .offerings-detail .price-list {
    gap: 10px;
    margin-top: 10px;
  }

  .offerings-detail .price-group {
    gap: 6px;
    padding-top: 8px;
    border-top: 1px solid var(--border);
  }

  .offerings-detail .price-group:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .offerings-detail .price-group h3 {
    font-size: 17px;
  }

  .offerings-detail .action-grid {
    gap: 5px;
    margin-top: 5px;
  }

  .offerings-detail .action-card {
    min-height: 40px;
    padding: 7px 9px;
  }

  .offerings-detail .action-card strong {
    font-size: 15px;
  }

  .offerings-detail .action-card > span:first-of-type {
    display: none;
  }

  .offerings-detail .action-card > span:last-child {
    grid-row: 1;
    font-size: 15px;
  }

  .offerings-detail .action-card > span:only-of-type {
    display: block;
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  #about-us .more-panel {
    padding: 12px;
  }

  #about-us .more-panel .inside-photo {
    margin-bottom: 10px;
  }

  #about-us .more-panel p {
    margin: 0 0 7px;
  }

  .event-card,
  .offer-grid a {
    padding: 16px;
  }

  .button {
    width: 100%;
  }

  nav a {
    font-size: 12px;
  }

  nav .nav-button {
    width: auto;
    justify-self: start;
  }

  .photo-lineup {
    grid-template-columns: 1fr;
  }

  .intro,
  .section,
  footer {
    padding-inline: 18px;
  }
}
