:root {
  --offwhite: #f7f4eb;
  --black: #11110f;
  --butter: #f2c94c;
  --line: rgba(17, 17, 15, 0.16);
  --muted: rgba(17, 17, 15, 0.65);
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--offwhite);
  color: var(--black);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { font: inherit; }

.section-shell {
  width: min(calc(100% - 56px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 78px;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: rgba(247, 244, 235, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, background .3s ease;
}
.site-header.scrolled { border-bottom-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; font-weight: 700; letter-spacing: -.03em; }
.brand-mark { width: 31px; aspect-ratio: 1; background: var(--butter); border-radius: 50%; position: relative; flex: 0 0 auto; }
.brand-mark span { position: absolute; width: 14px; height: 6px; border-bottom: 2px solid var(--black); border-radius: 50%; left: 8px; top: 11px; transform: rotate(-6deg); }
.brand-name { font-size: 15px; }
.desktop-nav { display: flex; gap: 34px; font-size: 13px; font-weight: 600; }
.desktop-nav a, .header-cta, .text-link { transition: opacity .2s ease; }
.desktop-nav a:hover, .header-cta:hover, .text-link:hover { opacity: .55; }
.header-cta { justify-self: end; font-size: 13px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.menu-button { display: none; justify-self: end; width: 34px; height: 34px; border: 0; background: none; padding: 8px 4px; cursor: pointer; position: relative; }
.menu-button span { position: absolute; right: 4px; width: 24px; height: 1.5px; background: var(--black); transition: transform .3s ease, top .3s ease; }
.menu-button span:first-child { top: 12px; }
.menu-button span:last-child { top: 21px; }
.menu-open .menu-button span:first-child { top: 17px; transform: rotate(45deg); }
.menu-open .menu-button span:last-child { top: 17px; transform: rotate(-45deg); }
.mobile-menu { display: none; }

.hero {
  min-height: 100svh;
  padding-top: 124px;
  padding-bottom: 42px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(36px, 6vw, 90px);
  align-items: center;
}
.eyebrow { margin: 0 0 25px; font-size: 11px; line-height: 1.3; letter-spacing: .16em; font-weight: 800; }
.hero h1, .intro h2, .program h2, .studio h2, .process h2, .contact h2 {
  margin: 0;
  letter-spacing: -.055em;
  font-weight: 650;
  line-height: 1.08;
}
.hero h1 { font-size: clamp(48px, 6.1vw, 91px); }
.hero-description { margin: 34px 0 0; max-width: 520px; color: var(--muted); font-size: clamp(15px, 1.3vw, 18px); line-height: 1.8; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 26px; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 750; border: 1px solid var(--black); }
.button-primary { background: var(--butter); box-shadow: 3px 3px 0 var(--black); transition: transform .2s ease, box-shadow .2s ease; }
.button-primary:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--black); }
.text-link { font-size: 14px; font-weight: 650; }
.text-link span { margin-left: 5px; }
.hero-visual { position: relative; align-self: stretch; min-height: 620px; overflow: hidden; background: #e8e1d3; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.88) contrast(.98); }
.hero-badge { position: absolute; right: 22px; bottom: 22px; width: 112px; aspect-ratio: 1; border-radius: 50%; background: transparent; display: grid; place-items: center; text-align: center; font-size: 10px; font-weight: 900; line-height: 1.45; letter-spacing: .12em; transform: rotate(7deg); }

.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; padding: 17px 0; }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 27px; animation: marquee 28s linear infinite; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.marquee-track i { width: 8px; height: 8px; border-radius: 50%; background: var(--butter); border: 1px solid var(--black); }
@keyframes marquee { to { transform: translateX(-50%); } }

.intro { padding: 170px 0 130px; display: grid; grid-template-columns: 1fr 5fr; gap: 28px; border-bottom: 1px solid var(--line); }
.section-number { font-size: 11px; font-weight: 800; padding-top: 2px; }
.intro-content { max-width: 1060px; }
.intro h2 { font-size: clamp(42px, 5.1vw, 73px); max-width: 980px; }
.intro-grid { margin-top: 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; max-width: 800px; margin-left: auto; }
.intro-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.9; }

.values { padding: 0 0 140px; display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.value-card { min-height: 340px; padding: 34px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: flex-end; }
.value-card:first-child { border-left: 1px solid var(--line); }
.value-index { margin-bottom: auto; font-size: 11px; font-weight: 800; }
.value-card h3 { margin: 0 0 18px; font-size: 26px; letter-spacing: -.04em; }
.value-card p { margin: 0; color: var(--muted); line-height: 1.75; font-size: 14px; max-width: 280px; }

.program { padding: 150px 0; }
.program-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; margin-bottom: 80px; }
.program h2 { font-size: clamp(42px, 5vw, 72px); }
.program-lead { margin: 0 0 8px; color: var(--muted); line-height: 1.8; max-width: 440px; font-size: 15px; }
.program-list { border-top: 1px solid var(--black); }
.program-row { display: grid; grid-template-columns: 70px 1fr auto; gap: 24px; align-items: center; min-height: 145px; border-bottom: 1px solid var(--line); }
.program-num { font-size: 11px; font-weight: 800; }
.program-row h3 { margin: 0 0 8px; font-size: clamp(22px, 2vw, 30px); letter-spacing: -.04em; }
.program-row p { margin: 0; color: var(--muted); font-size: 14px; }
.program-en { font-size: 10px; font-weight: 900; letter-spacing: .16em; }

.quote-block { background: var(--butter); border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); }
.quote-inner { min-height: 520px; width: min(calc(100% - 56px), 980px); margin-inline: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.smile-mark { width: 68px; height: 32px; border-bottom: 4px solid var(--black); border-radius: 50%; margin-bottom: 42px; transform: rotate(-4deg); }
.quote-inner p { margin: 0; font-size: clamp(35px, 4.5vw, 64px); letter-spacing: -.055em; line-height: 1.18; font-weight: 700; }
.quote-inner small { margin-top: 38px; font-size: 10px; font-weight: 900; letter-spacing: .18em; }

.studio { padding: 150px 0 130px; }
.studio-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; margin-bottom: 70px; }
.studio h2 { font-size: clamp(42px, 5vw, 72px); }
.studio-head > p { margin: 0 0 8px; max-width: 380px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 310px 310px; gap: 14px; }
.gallery-placeholder { background: #eee7d9; border: 1px solid var(--line); position: relative; overflow: hidden; }
.gallery-placeholder::before { content: ""; position: absolute; inset: 20% 28%; border-radius: 50%; background: var(--butter); filter: blur(0); opacity: .85; }
.gallery-placeholder::after { content: ""; position: absolute; width: 80%; height: 1px; left: 10%; top: 50%; background: var(--black); transform: rotate(-18deg); transform-origin: center; opacity: .2; }
.gallery-placeholder span { position: absolute; left: 18px; bottom: 18px; z-index: 2; font-size: 10px; font-weight: 900; letter-spacing: .14em; line-height: 1.45; }
.gallery-placeholder.tall { grid-row: 1 / 3; }
.gallery-placeholder.wide { display: none; }
.gallery-note { margin: 18px 0 0; font-size: 11px; color: var(--muted); }

.process { padding: 30px 0 150px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.process h2 { font-size: clamp(42px, 4.8vw, 70px); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--black); }
.process-list li { min-height: 145px; display: grid; grid-template-columns: 62px 1fr; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }
.process-list li > span { font-size: 11px; font-weight: 800; align-self: start; padding-top: 32px; }
.process-list strong { display: block; font-size: 20px; letter-spacing: -.03em; margin-bottom: 8px; }
.process-list p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.7; }

.contact { background: var(--black); color: var(--offwhite); }
.contact-inner { padding: 130px 0 105px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.contact h2 { font-size: clamp(42px, 5.3vw, 76px); }
.contact-copy > p:last-child { margin: 34px 0 0; color: rgba(247,244,235,.64); line-height: 1.75; font-size: 14px; }
.contact-actions { display: flex; flex-direction: column; border-top: 1px solid rgba(247,244,235,.5); }
.contact-actions a { min-height: 68px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(247,244,235,.22); font-size: 15px; font-weight: 700; transition: padding .2s ease, color .2s ease; }
.contact-actions a:hover { padding-left: 8px; color: var(--butter); }
.footer { min-height: 100px; border-top: 1px solid rgba(247,244,235,.18); display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; font-size: 10px; color: rgba(247,244,235,.55); letter-spacing: .05em; }
.footer-brand { display: flex; align-items: center; gap: 8px; color: var(--offwhite); }
.footer-mark { width: 24px; aspect-ratio: 1; border-radius: 50%; background: var(--butter); position: relative; }
.footer-brand strong { font-size: 12px; letter-spacing: -.03em; }
.footer > a { justify-self: end; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

@media (max-width: 900px) {
  .section-shell { width: min(calc(100% - 36px), var(--max)); }
  .site-header { height: 68px; padding: 0 18px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .mobile-menu { position: fixed; z-index: 45; inset: 68px 0 0; background: var(--offwhite); padding: 46px 22px 30px; display: flex; flex-direction: column; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .25s ease, transform .25s ease, visibility .25s ease; }
  .menu-open .mobile-menu { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-menu > a { font-size: 30px; font-weight: 700; letter-spacing: -.05em; padding: 14px 0; border-bottom: 1px solid var(--line); }
  .mobile-menu .mobile-menu-cta { margin-top: auto; border: 1px solid var(--black); background: var(--butter); padding: 18px; font-size: 15px; text-align: center; box-shadow: 3px 3px 0 var(--black); }

  .hero { min-height: auto; padding-top: 110px; padding-bottom: 30px; grid-template-columns: 1fr; gap: 42px; }
  .hero h1 { font-size: clamp(46px, 13vw, 68px); }
  .hero-description { margin-top: 24px; font-size: 15px; }
  .hero-actions { margin-top: 30px; }
  .hero-visual { min-height: 0; aspect-ratio: 4 / 5; }
  .hero-badge { width: 94px; right: 14px; bottom: 14px; }
  .desktop-only { display: none; }

  .intro { padding: 110px 0 90px; grid-template-columns: 1fr; gap: 40px; }
  .intro h2, .program h2, .studio h2, .process h2, .contact h2 { font-size: clamp(39px, 10.4vw, 56px); }
  .intro-grid { margin-top: 44px; grid-template-columns: 1fr; gap: 24px; max-width: none; }

  .values { padding-bottom: 100px; grid-template-columns: 1fr; }
  .value-card { min-height: 250px; border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .value-card:first-child { border-top: 1px solid var(--line); }

  .program { padding: 110px 0; }
  .program-head { grid-template-columns: 1fr; gap: 32px; margin-bottom: 54px; }
  .program-row { grid-template-columns: 44px 1fr; min-height: 130px; }
  .program-en { display: none; }

  .quote-inner { min-height: 430px; width: min(calc(100% - 36px), 980px); }
  .quote-inner p { font-size: clamp(34px, 9vw, 49px); }

  .studio { padding: 110px 0 95px; }
  .studio-head { grid-template-columns: 1fr; gap: 30px; margin-bottom: 48px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 220px; gap: 8px; }
  .gallery-placeholder.tall { grid-row: 1 / 2; grid-column: 1 / 3; }
  .gallery-placeholder.wide { display: none; }

  .process { padding: 15px 0 110px; grid-template-columns: 1fr; gap: 52px; }
  .process-list li { min-height: 125px; }

  .contact-inner { padding: 95px 0 70px; grid-template-columns: 1fr; gap: 56px; }
  .footer { min-height: 150px; padding: 30px 0; grid-template-columns: 1fr auto; align-content: center; }
  .footer > p { grid-row: 2; grid-column: 1 / 3; }
}

@media (max-width: 520px) {
  .section-shell { width: calc(100% - 28px); }
  .brand-name { font-size: 14px; }
  .hero { padding-top: 98px; }
  .hero h1 { font-size: 45px; }
  .eyebrow { margin-bottom: 18px; font-size: 10px; }
  .hero-actions { align-items: stretch; gap: 18px; flex-wrap: wrap; }
  .button { min-height: 50px; width: 100%; }
  .hero-visual { aspect-ratio: 1 / 1.17; }
  .marquee { padding: 14px 0; }
  .intro, .program, .studio { padding-top: 90px; }
  .intro h2, .program h2, .studio h2, .process h2, .contact h2 { font-size: 39px; }
  .intro-grid p, .program-lead, .studio-head > p { font-size: 14px; }
  .value-card { padding: 26px; min-height: 220px; }
  .program-row { min-height: 118px; gap: 14px; }
  .program-row p { padding-right: 10px; line-height: 1.6; }
  .quote-inner { min-height: 380px; }
  .quote-inner p { font-size: 34px; }
  .gallery-grid { grid-template-rows: 245px 180px; }
  .gallery-note { font-size: 10px; line-height: 1.6; }
  .process-list li { grid-template-columns: 42px 1fr; gap: 12px; }
  .contact h2 { font-size: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* v2: real logo */
.brand-logo { width: 34px; height: 34px; object-fit: contain; flex: 0 0 auto; }
.brand-mark, .footer-mark { display: none !important; }
.hero-badge { overflow: hidden; padding: 12px; }
.hero-badge img { width: 100%; height: 100%; object-fit: contain; filter: none; }
.quote-logo { width: 78px; height: 78px; object-fit: contain; margin-bottom: 32px; }
.footer-logo { width: 28px; height: 28px; object-fit: contain; }

/* v2: instructors */
.teachers { padding: 150px 0 80px; border-bottom: 1px solid var(--line); }
.teachers-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; margin-bottom: 90px; }
.teachers-head h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); letter-spacing: -.055em; font-weight: 650; line-height: 1.08; }
.teachers-head > p { margin: 0 0 8px; color: var(--muted); font-size: 15px; line-height: 1.85; max-width: 430px; }
.teacher-card { display: grid; grid-template-columns: minmax(220px,.72fr) .55fr 1.35fr; gap: clamp(30px,4.5vw,70px); padding: 64px 0; border-top: 1px solid var(--black); align-items: start; }
.teacher-card:last-child { border-bottom: 1px solid var(--line); }
.teacher-photo { aspect-ratio: 4/5; overflow: hidden; background: #eee7d9; }
.teacher-photo img { height: 100%; object-fit: cover; object-position: center top; filter: saturate(.92); }
.teacher-intro { padding-top: 4px; }
.teacher-role { display: inline-flex; align-items: center; min-height: 28px; padding: 0 11px; border: 1px solid var(--black); background: var(--butter); font-size: 11px; font-weight: 800; margin-bottom: 20px; }
.teacher-intro h3 { margin: 0; font-size: clamp(38px,4vw,58px); letter-spacing: -.055em; line-height: 1; }
.teacher-lead { margin: 28px 0 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.teacher-details { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.teacher-details h4 { margin: 0 0 20px; padding-bottom: 14px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 800; }
.teacher-details ul { list-style: none; padding: 0; margin: 0; }
.teacher-details li { position: relative; padding-left: 13px; margin: 0 0 9px; color: var(--muted); font-size: 12.5px; line-height: 1.55; }
.teacher-details li::before { content: ""; position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--butter); border: 1px solid var(--black); left: 0; top: .62em; }

/* v2: actual gallery */
.gallery-image { margin: 0; overflow: hidden; background: #eee7d9; }
.gallery-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.gallery-image:hover img { transform: scale(1.025); }
.gallery-image.tall { grid-row: 1/3; }

/* v2: phone */
.phone-block { margin-top: 48px; display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.phone-block > span { margin-bottom: 5px; font-size: 11px; font-weight: 800; letter-spacing: .08em; color: var(--butter); }
.phone-block a { font-size: clamp(27px,3.2vw,43px); font-weight: 650; letter-spacing: -.035em; line-height: 1.12; }
.phone-block a:hover { color: var(--butter); }

@media (max-width: 900px) {
  .brand-logo { width: 31px; height: 31px; }
  .teachers { padding: 110px 0 60px; }
  .teachers-head { grid-template-columns: 1fr; gap: 30px; margin-bottom: 52px; }
  .teachers-head h2 { font-size: clamp(39px,10.4vw,56px); }
  .teacher-card { grid-template-columns: .75fr 1fr; gap: 28px; padding: 46px 0 54px; }
  .teacher-photo { grid-column: 1; }
  .teacher-intro { grid-column: 2; }
  .teacher-details { grid-column: 1/3; gap: 30px; }
  .quote-logo { width: 68px; height: 68px; }
}
@media (max-width: 520px) {
  .teachers { padding-top: 90px; }
  .teachers-head h2 { font-size: 39px; }
  .teacher-card { grid-template-columns: 1fr; gap: 24px; padding: 38px 0 46px; }
  .teacher-photo, .teacher-intro, .teacher-details { grid-column: 1; }
  .teacher-photo { aspect-ratio: 1/1.08; }
  .teacher-intro h3 { font-size: 42px; }
  .teacher-lead { margin-top: 18px; }
  .teacher-details { grid-template-columns: 1fr; gap: 30px; }
  .teacher-details li { font-size: 12px; }
  .phone-block { margin-top: 38px; }
  .phone-block a { font-size: 29px; }
}


.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.value-card-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 0;
}

.value-card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.value-card-image:hover img {
  transform: scale(1.03);
}

.value-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.06) 20%,
      rgba(0, 0, 0, 0.58) 100%
    );
}

.value-content {
  position: relative;
  z-index: 2;

  height: 100%;
  min-height: 620px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 32px;
  color: #fff;
}

.value-index {
  font-size: 14px;
  font-weight: 700;
}

.value-content h3 {
  margin: 0 0 20px;
  font-size: clamp(36px, 3.5vw, 54px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.value-content p {
  max-width: 360px;
  margin: 0;

  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
  .values {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .value-card-image {
    position: relative;
    width: 100%;
    min-height: 440px;
    overflow: hidden;
  }

  .value-card-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .value-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.05) 20%,
      rgba(0, 0, 0, 0.6) 100%
    );
  }

  .value-content {
    position: relative;
    z-index: 2;

    min-height: 440px;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 26px 24px 30px;
    color: #fff;
  }

  .value-index {
    font-size: 13px;
    font-weight: 700;
    color: var(--butter);
  }

  .value-content h3 {
    margin: 0 0 14px;
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: -0.05em;
    word-break: keep-all;
  }

  .value-content p {
    max-width: 300px;
    margin: 0;

    font-size: 14px;
    line-height: 1.75;

    color: rgba(255, 255, 255, 0.9);

    word-break: keep-all;
    overflow-wrap: normal;
  }
}

.location {
  padding-top: 140px;
  padding-bottom: 140px;
}

.location-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 60px;
}

.location-head h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.location-info {
  display: flex;
  flex-direction: column;
}

.location-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.location-row:last-of-type {
  border-bottom: 1px solid var(--line);
}

.location-row > span {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
}

.location-row p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}

.location-row strong {
  font-weight: 700;
}

.location-button {
  margin-top: 28px;
  width: fit-content;

  display: inline-flex;
  align-items: center;
  gap: 28px;

  padding: 14px 18px;

  background: var(--butter);
  border: 1px solid var(--black);

  font-size: 13px;
  font-weight: 700;
}

.location-map {
  position: relative;
  display: block;
  overflow: hidden;

  border: 1px solid var(--line);
}

.location-map img {
  display: block;
  width: 100%;
  height: clamp(360px, 42vw, 600px);
  object-fit: cover;
  transition: transform 0.7s ease;
}

.location-map:hover img {
  transform: scale(1.015);
}

.map-label {
  position: absolute;
  left: 24px;
  bottom: 24px;

  display: flex;
  flex-direction: column;
  gap: 4px;

  padding: 16px 18px;

  background: var(--offwhite);
  border: 1px solid var(--black);
}

.map-label strong {
  font-size: 16px;
}

.map-label span {
  font-size: 12px;
  color: var(--muted);
}

@media (max-width: 768px) {
  .location {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .location-head {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-bottom: 40px;
  }

  .location-head h2 {
    font-size: 40px;
  }

  .location-row {
    grid-template-columns: 72px 1fr;
    gap: 16px;
  }

  .location-map img {
    height: 390px;
  }

  .map-label {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}