:root {
  --cream: #fff8ea;
  --paper: #fffdf7;
  --sun: #f8b936;
  --orange: #f47d3c;
  --leaf: #7eb77f;
  --mint: #dff2df;
  --sky: #dff2ff;
  --ink: #30404d;
  --muted: #66727c;
  --line: #eadfcb;
  --shadow: 0 18px 50px rgba(82, 58, 24, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Nunito", system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  min-width: 0;
}
body.nav-open, body.lightbox-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(255, 248, 234, .92);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 20px; }
.brand-link { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; color: var(--ink); font-family: "Baloo 2", cursive; font-size: 1.25rem; font-weight: 700; }
.brand-link img { width: 44px; height: 44px; object-fit: contain; border: 1px solid var(--line); border-radius: 12px; background: white; }
.brand { display: flex; align-items: center; gap: 10px; font-family: "Baloo 2", cursive; font-size: 1.55rem; font-weight: 700; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--sun); box-shadow: inset 0 -4px rgba(0,0,0,.06); }
.nav { display: flex; align-items: center; gap: 22px; font-weight: 800; font-size: .96rem; }
.nav a { color: #41515c; }
.nav-cta { background: var(--leaf); color: white !important; padding: 10px 16px; border-radius: 999px; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 2px solid var(--line); border-radius: 16px; background: var(--paper); padding: 10px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 3px; margin: 5px 0; border-radius: 999px; background: var(--ink); }
.hero { padding: 82px 0 70px; background: radial-gradient(circle at 15% 15%, #fff 0 0, transparent 26%), linear-gradient(160deg, var(--cream), #fff4d9); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 48px; }
.eyebrow { color: var(--orange); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; font-size: .84rem; margin: 0 0 10px; }
h1, h2, h3 { font-family: "Baloo 2", cursive; line-height: 1.05; margin: 0; }
h1 { font-size: 5rem; letter-spacing: 0; max-width: 680px; }
h2 { font-size: 3.2rem; letter-spacing: 0; margin-bottom: 18px; }
h3 { font-size: 1.55rem; margin-bottom: 8px; }
.hero-text { font-size: 1.25rem; color: var(--muted); max-width: 610px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border: 0; cursor: pointer; font-weight: 900; border-radius: 999px; padding: 13px 22px; font-size: 1rem; text-align: center; }
.primary { background: var(--orange); color: white; box-shadow: 0 10px 24px rgba(244, 125, 60, .25); }
.secondary { background: white; border: 2px solid var(--line); }
.hero-card { position: relative; min-height: 460px; background: transparent; border-radius: 42px; box-shadow: none; overflow: visible; display: grid; place-items: center; text-align: center; padding: 28px; }
.hero-card p { position: absolute; bottom: 30px; font-family: "Baloo 2"; font-size: 1.5rem; font-weight: 700; }
.hero-logo { width: 100%; height: 100%; max-height: 440px; object-fit: contain; border: 2px solid var(--muted); border-radius: 32px; display: block; background: white; padding: 12px; }

.sun { position: absolute; top: 45px; right: 50px; font-size: 5rem; }
.cloud { position: absolute; background: white; width: 130px; height: 42px; border-radius: 999px; opacity: .9; }
.cloud:before, .cloud:after { content: ""; position: absolute; background: white; border-radius: 50%; }
.cloud:before { width: 62px; height: 62px; left: 22px; top: -28px; }
.cloud:after { width: 48px; height: 48px; right: 22px; top: -18px; }
.cloud.one { left: 40px; top: 90px; }
.cloud.two { right: 90px; top: 170px; transform: scale(.75); }
.house { position: relative; margin-top: 70px; }
.roof { width: 250px; height: 150px; background: var(--orange); clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.building { width: 270px; height: 170px; background: var(--paper); border-radius: 24px; margin-top: -12px; display: flex; justify-content: center; align-items: center; gap: 18px; box-shadow: 0 10px 0 rgba(0,0,0,.04); }
.building span { width: 48px; height: 72px; background: var(--mint); border-radius: 18px 18px 6px 6px; border: 4px solid #b9d8b9; }
.strip { padding: 30px 0; }
.three-cards, .program-grid, .price-grid, .motto-grid, .gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.three-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.three-cards article, .program-card, .price-card, .schedule-box, .note-card, .contact-card, .motto article { background: var(--paper); border: 1px solid var(--line); border-radius: 28px; padding: 28px; box-shadow: var(--shadow); }
.photo-design-section {
  padding: 44px 0 72px;
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 255, 255, .82) 0 0, transparent 24%),
    linear-gradient(180deg, var(--cream), #fff2d0);
  overflow: hidden;
}
.photo-design-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 28px;
}
.photo-panel {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 12px solid rgba(255, 253, 247, .9);
  background: white;
  box-shadow: 0 22px 60px rgba(82, 58, 24, .16);
}
.photo-panel:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(248, 185, 54, .1));
  pointer-events: none;
}
.photo-panel-large {
  aspect-ratio: 16 / 10;
  border-radius: 34px 80px 34px 80px;
  transform: rotate(-1.5deg);
}
.photo-panel-small {
  aspect-ratio: 4 / 5;
  border-radius: 82px 34px 82px 34px;
  transform: rotate(2.5deg);
}
.photo-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-photo-strip {
  padding: 42px 0;
  overflow: hidden;
}
.page-photo-strip-about { background: linear-gradient(180deg, var(--cream), #fffdf7); }
.page-photo-strip-programs { background: linear-gradient(180deg, #fff2d0, var(--cream)); }
.page-photo-grid {
  display: grid;
  gap: 24px;
  align-items: stretch;
}
.page-photo-grid-two { grid-template-columns: 1fr 1fr; }
.page-photo-grid-one { grid-template-columns: minmax(0, 720px); justify-content: center; }
.page-photo-card {
  position: relative;
  margin: 0;
  min-height: 250px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 10px solid rgba(255, 253, 247, .92);
  border-radius: 34px;
  background: white;
  box-shadow: 0 18px 46px rgba(82, 58, 24, .13);
}
.page-photo-card:nth-child(odd) { border-radius: 34px 72px 34px 72px; transform: rotate(-1.2deg); }
.page-photo-card:nth-child(even) { border-radius: 72px 34px 72px 34px; transform: rotate(1.2deg); }
.page-photo-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(248, 185, 54, .12));
  pointer-events: none;
}
.page-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-photo-wide { aspect-ratio: 16 / 10; }
.page-photo-tall { aspect-ratio: 4 / 5; }
.schedule-photo-feature { margin-top: 38px; }
.section { padding: 82px 0; }
.soft-bg { background: #fff2d0; }
.split { display: grid; grid-template-columns: 1fr .9fr; gap: 46px; align-items: center; }
.reverse { grid-template-columns: .9fr 1fr; }
p { color: var(--muted); margin: 0 0 16px; }
ul { margin: 14px 0 0; padding-left: 22px; color: var(--muted); }
li { margin: 10px 0; }
.center { text-align: center; }
.program-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 940px; margin: 34px auto 0; }
.icon { width: 60px; height: 60px; border-radius: 20px; display: grid; place-items: center; background: var(--mint); font-size: 2rem; margin-bottom: 18px; }
.time-row { display: grid; grid-template-columns: 70px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.time-row:last-child { border-bottom: 0; }
.time-row span { font-weight: 900; color: var(--orange); }
.text-link { font-weight: 900; color: var(--orange); }
.price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; margin: 32px auto 14px; }
.price-card.featured { border: 3px solid var(--sun); }
.price { font-family: "Baloo 2"; font-size: 2.2rem; font-weight: 800; color: var(--orange); margin: 12px 0; }
.small { font-size: .95rem; }
.motto-grid article { text-align: center; }
.motto span { font-size: 2.8rem; display: block; margin-bottom: 12px; }
.contact-card { display: grid; grid-template-columns: .85fr 1fr; gap: 32px; }
.contact-list p { margin-bottom: 8px; }
.form { display: grid; gap: 14px; }
.hidden-field { display: none; }
label { font-weight: 900; color: #40515d; }
input, textarea { width: 100%; min-height: 48px; margin-top: 6px; padding: 13px 14px; border: 2px solid var(--line); border-radius: 16px; font: inherit; font-size: 16px; background: white; }
textarea { resize: vertical; }
.footer { border-top: 1px solid var(--line); padding: 24px 0; background: var(--paper); }
.footer-wrap { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer p { margin: 0; }
@media (max-width: 820px) {
  .container { width: min(100% - 28px, 1120px); }
  .menu-toggle { display: inline-block; flex: 0 0 auto; }
  .nav { position: fixed; left: 14px; right: 14px; top: 78px; display: grid; gap: 8px; padding: 14px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: opacity .18s ease, transform .18s ease; }
  .nav-open .nav { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav a { display: flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 14px; background: #fff8ea; }
  .nav a.nav-cta { background: var(--leaf); }
  .hero-grid, .split, .reverse, .contact-card { grid-template-columns: 1fr; }
  .three-cards, .program-grid, .motto-grid, .price-grid, .gallery-grid { grid-template-columns: 1fr; }
  .photo-design-grid { grid-template-columns: 1fr; }
  .photo-design-section { padding: 34px 0 56px; }
  .photo-panel-large, .photo-panel-small { aspect-ratio: 4 / 3; transform: none; border-radius: 28px; }
  .page-photo-strip { padding: 34px 0; }
  .page-photo-grid-two { grid-template-columns: 1fr; }
  .page-photo-card, .page-photo-card:nth-child(n) { min-height: 210px; transform: none; border-radius: 24px; }
  .hero { padding: 46px 0 54px; }
  h1 { font-size: 3.2rem; }
  h2 { font-size: 2.45rem; }
  .hero-card { min-height: 0; padding: 0; }
  .hero-logo { width: min(100%, 420px); height: auto; max-height: none; }
  .section { padding: 58px 0; }
  .three-cards article, .program-card, .price-card, .schedule-box, .note-card, .contact-card, .motto article { border-radius: 22px; padding: 22px; }
}


.gallery-intro { max-width: 620px; margin-left: auto; margin-right: auto; }
.gallery-actions { margin-top: 22px; }
.gallery-grid { margin-top: 32px; }
.gallery-grid[hidden] { display: none; }
.gallery-item { border: 0; padding: 0; background: transparent; cursor: zoom-in; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 5; touch-action: manipulation; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .22s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(26, 34, 40, .82); display: none; align-items: center; justify-content: center; padding: 28px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: min(96vw, 1100px); max-height: 88vh; object-fit: contain; border-radius: 24px; box-shadow: 0 24px 80px rgba(0,0,0,.38); background: white; }
.lightbox-close { position: fixed; top: 18px; right: 22px; width: 48px; height: 48px; border: 0; border-radius: 50%; background: white; color: var(--ink); font-size: 2rem; line-height: 1; cursor: pointer; }
@supports (height: 100dvh) {
  .lightbox img { max-height: 88dvh; }
}
@media (max-width: 820px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .brand-link span { font-size: 1.08rem; }
  .hero-actions .btn { width: 100%; }
  .photo-panel { border-width: 8px; }
  .page-photo-card { aspect-ratio: 4 / 3; border-width: 8px; }
  h1 { font-size: 2.65rem; }
  h2 { font-size: 2.1rem; }
  .time-row { grid-template-columns: 1fr; gap: 4px; }
  .footer-wrap { display: grid; }
  .lightbox { padding: 16px; }
  .lightbox img { max-width: 100%; border-radius: 16px; }
  .lightbox-close { top: 12px; right: 12px; }
}

.pictures .gallery-grid { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1000px) { .pictures .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 820px) { .pictures .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .pictures .gallery-grid { grid-template-columns: 1fr; } }
