/* ART SMART Aalborg */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Nunito Sans', sans-serif; background: #faf8f4; color: #2e2839; -webkit-font-smoothing: antialiased; }
a { color: #6b4fd8; text-decoration: none; }
a:hover { color: #4d38a6; }
h1, h2, h3, .brand span { font-family: Fredoka, Comfortaa, 'Nunito Sans', sans-serif; font-weight: 600; }
h2 { font-size: 40px; margin: 0; line-height: 1.15; overflow-wrap: break-word; }
input::placeholder, textarea::placeholder { color: #9a92ad; }

.container { max-width: 1180px; margin: 0 auto; }
.container-narrow { max-width: 860px; }
.section { padding: 96px 48px; }
.section-white { background: #ffffff; }
.section-purple { background: #f0ecfb; }
.section-peach { background: #fbeee4; }
.section-dark { background: #2e2839; }
.stack { display: flex; flex-direction: column; gap: 18px; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.section-head { display: flex; flex-direction: column; gap: 14px; text-align: center; align-items: center; margin-bottom: 48px; }
.label { font-weight: 700; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; }
.label-orange { color: #dd8155; }
.label-purple { color: #6b4fd8; }
.dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; display: inline-block; }
.dot-purple { background: #6b4fd8; } .dot-orange { background: #dd8155; } .dot-green { background: #3f8f7a; } .dot-lilac { background: #c9bcf2; } .dot-peach { background: #f5b98e; }
.bg-purple { background: #6b4fd8; } .bg-orange { background: #dd8155; } .bg-green { background: #3f8f7a; }

.btn { display: inline-block; font-weight: 700; font-size: 17px; padding: 16px 30px; border-radius: 999px; border: none; cursor: pointer; font-family: inherit; text-align: center; }
.btn-primary { background: #6b4fd8; color: #fff; box-shadow: 0 8px 24px rgba(107,79,216,0.3); }
.btn-primary:hover { background: #4d38a6; color: #fff; }
.btn-outline { background: #fff; color: #2e2839; border: 2px solid #e5ddf7; }
.btn-outline:hover { border-color: #6b4fd8; color: #6b4fd8; }

/* nav */
.nav { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: 32px; padding: 14px 48px; background: rgba(250,248,244,0.92); backdrop-filter: blur(8px); border-bottom: 1px solid #ece7dd; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 44px; height: 44px; border-radius: 12px; object-fit: cover; }
.brand span { font-size: 20px; color: #2e2839; }
.brand em { font-style: normal; color: #6b4fd8; }
.nav-links { display: flex; gap: 26px; margin-left: auto; font-weight: 600; font-size: 15px; }
.nav-links a { color: #2e2839; }
.nav-links a:hover { color: #6b4fd8; }
.lang { display: flex; gap: 4px; background: #f0ecfb; border-radius: 999px; padding: 4px; }
.lang button, .lang a { border: none; cursor: pointer; font-family: inherit; font-weight: 700; font-size: 13px; padding: 7px 12px; border-radius: 999px; background: transparent; color: #57506a; }
.lang button.active, .lang a.active { background: #6b4fd8; color: #fff; }
.lang a:hover { color: #2e2839; }
.lang a.active:hover { color: #fff; }
.btn-nav { font-size: 15px; padding: 11px 22px; background: #6b4fd8; color: #fff; box-shadow: none; }
.btn-nav:hover { background: #4d38a6; color: #fff; }

/* hero */
.hero { position: relative; overflow: hidden; padding: 88px 48px 96px; }
.hero-blob { position: absolute; border-radius: 50%; }
.hero-blob-1 { top: -140px; right: -120px; width: 520px; height: 520px; background: #f0ecfb; }
.hero-blob-2 { bottom: -180px; left: -140px; width: 420px; height: 420px; background: #fbeee4; }
.hero-inner { position: relative; max-width: 1180px; margin: 0 auto; grid-template-columns: 1.05fr 1fr; }
.hero-text { display: flex; flex-direction: column; gap: 24px; }
.badge { align-self: flex-start; display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid #e5ddf7; color: #6b4fd8; font-weight: 700; font-size: 14px; padding: 8px 16px; border-radius: 999px; }
.badge i { width: 10px; height: 10px; border-radius: 50%; background: #dd8155; }
h1 { font-size: 58px; line-height: 1.08; margin: 0; letter-spacing: -0.5px; text-wrap: pretty; }
.hero-text > p { font-size: 19px; line-height: 1.65; margin: 0; max-width: 520px; color: #57506a; text-wrap: pretty; }
.hero-btns { display: flex; gap: 14px; margin-top: 8px; flex-wrap: wrap; }
.hero-art { position: relative; height: 460px; }
.hero-art .photo-slot { position: absolute; inset: 0 30px 30px 0; }
.hero-circle { position: absolute; right: 0; bottom: 0; width: 150px; height: 150px; border-radius: 50%; background: #dd8155; opacity: 0.9; }
.hero-square { position: absolute; right: 44px; top: -18px; width: 64px; height: 64px; border-radius: 18px; background: #6b4fd8; transform: rotate(12deg); }

/* photo placeholders — replace with <img> when photos are ready */
.photo-slot { display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px; background: #f0ecfb; border: 2px dashed #c9bcf2; border-radius: 32px; color: #6b4fd8; font-weight: 700; font-size: 15px; }
.photo-circle { border-radius: 50%; width: 300px; height: 300px; }

/* about */
.about-img { position: relative; height: 420px; }
.about-img-bg { position: absolute; inset: 24px 0 0 24px; border-radius: 32px; background: #f0ecfb; }
.about-img .photo-slot { position: absolute; inset: 0 24px 24px 0; }
.stack p { font-size: 17px; line-height: 1.7; margin: 0; color: #57506a; }
.points { list-style: none; margin: 6px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.points li { display: flex; align-items: center; gap: 12px; font-weight: 600; }

/* teacher */
.teacher { display: grid; grid-template-columns: 320px 1fr; gap: 64px; align-items: center; max-width: 1080px; }
.teacher-photo { position: relative; }
.teacher-dot { position: absolute; bottom: 8px; right: 8px; width: 56px; height: 56px; border-radius: 50%; background: #dd8155; }
.teacher-name { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.teacher-name strong { font-family: Fredoka, Comfortaa, sans-serif; font-size: 24px; font-weight: 500; color: #4d38a6; }
.teacher-name span { font-size: 15px; font-weight: 700; color: #dd8155; }
.edu { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; background: #fff; border-radius: 20px; padding: 22px 24px; }
.edu-row { display: flex; gap: 16px; align-items: baseline; }
.edu-row span { font-weight: 700; font-size: 14px; color: #6b4fd8; min-width: 88px; flex-shrink: 0; }
.edu-row p { font-size: 15px; color: #57506a; line-height: 1.5; margin: 0; }

/* cards */
.cards3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.cards4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 44px; }
.card { background: #fff; border: 1px solid #ece7dd; border-radius: 24px; padding: 34px 30px; display: flex; flex-direction: column; gap: 14px; }
.card:hover { box-shadow: 0 12px 32px rgba(46,40,57,0.08); border-color: #e5ddf7; }
.card h3 { font-size: 24px; margin: 0; }
.card p { font-size: 16px; line-height: 1.65; margin: 0; color: #57506a; flex: 1; }
.chip { align-self: flex-start; background: #faf8f4; border: 1px solid #ece7dd; font-weight: 700; font-size: 13px; padding: 6px 14px; border-radius: 999px; color: #57506a; }
.shape { width: 52px; height: 52px; display: block; }
.shape-circle { border-radius: 50%; }
.shape-tilt { border-radius: 16px; transform: rotate(12deg); }
.shape-tilt2 { border-radius: 16px; transform: rotate(-8deg); }
.shape-leaf { border-radius: 16px 50% 16px 50%; }
.methods-intro { align-items: start; gap: 56px; }
.mcard { background: #faf8f4; border: 1px solid #ece7dd; border-radius: 20px; padding: 26px 24px; display: flex; flex-direction: column; gap: 10px; }
.mcard h3 { font-size: 19px; margin: 0; }
.mcard p { font-size: 15px; line-height: 1.6; margin: 0; color: #57506a; }
.dot-lg { width: 34px; height: 34px; border-radius: 50%; display: block; }

/* reviews */
.rcard { background: #fff; border-radius: 24px; padding: 32px 30px; display: flex; flex-direction: column; gap: 16px; box-shadow: 0 4px 16px rgba(46,40,57,0.05); }
.stars { color: #dd8155; font-size: 18px; letter-spacing: 3px; }
.rcard p { font-size: 16.5px; line-height: 1.7; margin: 0; color: #2e2839; flex: 1; text-wrap: pretty; }
.who { font-weight: 700; font-size: 14px; color: #9a92ad; }

/* gallery */
.gallery-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
.ig-link { font-weight: 700; font-size: 16px; color: #6b4fd8; border-bottom: 2px solid #e5ddf7; padding-bottom: 4px; }
.ig-link:hover { border-color: #6b4fd8; }
.gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.gallery .photo-slot { aspect-ratio: 4/5; border-radius: 20px; }
.gallery .offset { margin-top: 28px; }
.gallery img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 20px; display: block; }
.gallery img.offset { margin-top: 28px; }

/* faq */
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-list details { background: #faf8f4; border: 1px solid #ece7dd; border-radius: 18px; padding: 20px 26px; }
.faq-list summary { font-family: Fredoka, Comfortaa, sans-serif; font-weight: 500; font-size: 19px; cursor: pointer; color: #2e2839; }
.faq-list p { font-size: 16px; line-height: 1.7; margin: 14px 0 4px; color: #57506a; }

/* contact */
.section-dark h2, .contact-info { color: #fff; }
.contact-info > p { color: #b8b1c9; }
.contact-links { display: flex; flex-direction: column; gap: 16px; margin-top: 10px; font-size: 16px; }
.contact-links a { color: #fff; display: flex; gap: 12px; align-items: center; }
.contact-links a:hover { color: #c9bcf2; }
.form { background: #fff; border-radius: 28px; padding: 40px 36px; display: flex; flex-direction: column; gap: 16px; }
.form input[type="text"], .form input[type="email"], .form textarea { border: 1.5px solid #ece7dd; border-radius: 12px; padding: 13px 16px; font-size: 16px; font-family: inherit; outline: none; resize: vertical; }
.form input:focus, .form textarea:focus { border-color: #6b4fd8; }
.form-message { margin: 0; font-weight: 700; font-size: 15px; text-align: center; }
.form-message.success { color: #3f8f7a; }
.form-message.error { color: #c0392b; }
.hidden { display: none; }

/* footer */
.footer { background: #241f2e; color: #9a92ad; padding: 28px 48px; display: flex; align-items: center; gap: 16px; font-size: 14px; }
.footer img { width: 30px; height: 30px; border-radius: 8px; }
.footer-links { margin-left: auto; display: flex; gap: 20px; }
.footer-links a { color: #c9bcf2; }

/* responsive */
@media (max-width: 1024px) {
  .cards3, .cards4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
  .nav-links { display: none; }
}
@media (max-width: 900px) {
  .grid2, .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .teacher { grid-template-columns: 1fr; gap: 36px; justify-items: center; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section { padding: 64px 20px; }
  .hero { padding: 48px 20px 56px; }
  h1 { font-size: 40px; }
  h2 { font-size: 30px; }
  .hero-art { height: 340px; }
  .about-img { height: 300px; }
}
@media (max-width: 640px) {
  .nav { padding: 10px 14px; gap: 10px; flex-wrap: wrap; }
  .brand span { font-size: 16px; }
  .btn-nav { font-size: 13px; padding: 9px 14px; }
  .cards3, .cards4 { grid-template-columns: 1fr; }
  h1 { font-size: 34px; }
  .hero-art { height: 280px; }
  .footer { flex-wrap: wrap; row-gap: 8px; }
  .footer-links { margin-left: 0; }
}

/* real photos */
.hero-art .photo { position: absolute; inset: 0 30px 30px 0; width: calc(100% - 30px); height: calc(100% - 30px); object-fit: cover; border-radius: 32px; }
.about-img .photo { position: absolute; inset: 0 24px 24px 0; width: calc(100% - 24px); height: calc(100% - 24px); object-fit: cover; border-radius: 32px; }
.teacher-photo .photo { width: 300px; height: 300px; border-radius: 50%; object-fit: cover; display: block; }
.gallery .photo { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 20px; display: block; }
.gallery .photo.offset { margin-top: 28px; }

/* birthdays */
.bday { align-items: start; }
.bday-btn { align-self: flex-start; margin-top: 8px; }
.bday-box { background: #fff; border: 1px solid #ece7dd; border-radius: 24px; padding: 34px 32px; }
.bday-box h3 { font-size: 22px; margin: 0 0 18px; }
.bday-list { gap: 14px; }

/* extra photo slots */
.methods-photo { width: 100%; aspect-ratio: 16/6.4; object-fit: cover; border-radius: 24px; margin-top: 44px; display: block; }
.bday-right { display: flex; flex-direction: column; gap: 24px; }
.bday-photo { width: 100%; aspect-ratio: 16/11; object-fit: cover; border-radius: 24px; display: block; }
@media (max-width: 640px) { .gallery { grid-template-columns: 1fr; } .gallery .photo.offset { margin-top: 0; } }

/* prices */
.price-note { font-size: 17px; color: #57506a; margin: 0; max-width: 560px; text-wrap: pretty; }
.prices { align-items: stretch; }
.pcard { background: #faf8f4; border: 1px solid #ece7dd; border-radius: 24px; padding: 28px 28px 22px; display: flex; flex-direction: column; gap: 12px; }
.pcard:hover { box-shadow: 0 12px 32px rgba(46,40,57,0.08); border-color: #e5ddf7; }
.pcard-head { border-bottom: 2px solid #e5ddf7; padding-bottom: 14px; margin-bottom: 4px; }
.pcard-head h3 { font-size: 19px; margin: 0; line-height: 1.3; }
.pcard-head span { font-size: 14px; color: #9a92ad; font-weight: 600; }
.price-row { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; font-size: 15.5px; color: #57506a; }
.price-row b { color: #2e2839; font-size: 16.5px; white-space: nowrap; }
.price-cta { text-align: center; margin-top: 40px; }

/* gallery show more */
.gallery .photo.gallery-extra { display: none; }
.gallery.expanded .photo.gallery-extra { display: block; }
.gallery-more-wrap { text-align: center; margin-top: 36px; }
