:root {
  /* Original My Best Friend blue-and-cream brand palette. */
  --ink: #1f2a33;
  --ink-2: #5d6b75;
  --green: #006ea5;
  --green-deep: #0a4a6e;
  --mint: #eef9ff;
  --cream: #fbfaf7;
  --paper: #ffffff;
  --sand: #f3ede4;
  --blush: #d8f2ff;
  --rose: #00b7ff;
  --gold: #c9a96a;
  --cyan: #00b7ff;
  --cyan-bright: #16c0ff;
  --cyan-soft: #d8f2ff;
  --line: rgba(10,74,110,.14);
  --shadow: 0 24px 60px rgba(20,50,70,.14);
  --radius: 28px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Plus Jakarta Sans", "Noto Sans KR", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 106px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.hidden, .sr-only { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; }
[hidden] { display: none !important; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 1000; padding: 12px 18px; background: #fff; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
.ko { display: none !important; }
html.lang-ko .en { display: none !important; }
html.lang-ko .ko { display: revert !important; }
html.lang-ko body { font-family: "Noto Sans KR", var(--sans); }

.announcement { background: var(--green-deep); color: white; font-size: .84rem; letter-spacing: .02em; }
.announcement-inner { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 34px; }
.announcement a, .announcement-inner > span { display: inline-flex; align-items: center; gap: 7px; }
.announcement .stars { color: #ffd78c; letter-spacing: 2px; font-size: .76rem; }
.dot { width: 6px; height: 6px; background: var(--cyan-soft, #d8f2ff); border-radius: 50%; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav-wrap { width: min(1320px, calc(100% - 32px)); min-height: 80px; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; margin-right: auto; }
.brand img { width: 190px; height: auto; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 20px; font-size: .86rem; font-weight: 700; }
.site-nav a { position: relative; padding: 28px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--rose); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-toggle { border: 1px solid var(--line); color: var(--green); background: transparent; border-radius: 999px; min-height: 39px; padding: 0 14px; font-size: .78rem; font-weight: 800; cursor: pointer; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; font-size: .87rem; letter-spacing: .01em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, .lang-toggle:focus-visible, .menu-toggle:focus-visible { outline: 3px solid rgba(0,183,255,.3); outline-offset: 3px; }
.btn-small { min-height: 42px; padding-inline: 18px; font-size: .8rem; }
.btn-large { min-height: 56px; padding-inline: 28px; }
.btn-primary { background: var(--cyan); color: #fff; box-shadow: 0 12px 30px rgba(0,150,220,.28); }
.btn-primary:hover { background: var(--cyan-bright); box-shadow: 0 16px 36px rgba(0,150,220,.32); }
.btn-dark { background: var(--cyan); color: #fff; box-shadow: 0 10px 24px rgba(0,150,220,.22); }
.btn-dark:hover { background: var(--cyan-bright); }
.btn-outline { border-color: var(--green); color: var(--green); background: transparent; }
.btn-outline:hover { background: var(--green); color: #fff; }
.btn-ghost { border-color: rgba(255,255,255,.5); color: #fff; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.btn-ghost:hover { background: rgba(255,255,255,.16); }
.btn-text { padding-inline: 8px; color: var(--green); }
.btn.disabled { pointer-events: none; opacity: .45; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; color: var(--green); border-bottom: 1px solid rgba(35,70,63,.35); padding-bottom: 5px; }

.hero { position: relative; min-height: 720px; color: white; display: flex; align-items: center; overflow: hidden; background: var(--green); }
.hero-media { position: absolute; inset: 0; background: url('/assets/img/hero-bg.png') 53% 50% / cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,74,110,.92) 0%, rgba(10,74,110,.72) 38%, rgba(10,74,110,.2) 70%, rgba(10,74,110,.04) 100%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -150px; bottom: -300px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.02); }
.hero-content { position: relative; z-index: 2; padding: 100px 0 88px; }
.eyebrow { margin: 0 0 18px; color: var(--rose); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #d8f2ff; }
.hero h1 { max-width: 680px; margin: 0; font-family: var(--serif); font-size: clamp(4.5rem, 8vw, 7.4rem); line-height: .82; letter-spacing: -.05em; font-weight: 600; }
.hero h1 em { color: #d8f2ff; font-weight: 600; }
.hero-copy { max-width: 610px; margin: 34px 0 0; font-size: 1.08rem; color: rgba(255,255,255,.83); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-review { display: inline-flex; align-items: center; gap: 13px; margin-top: 36px; }
.hero-review .stars { color: #ffd78c; letter-spacing: 3px; }
.hero-review span:last-child { display: flex; flex-direction: column; line-height: 1.3; }
.hero-review small { color: rgba(255,255,255,.68); font-size: .72rem; }

.trust-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { min-height: 120px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 22px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid p { margin: 0; line-height: 1.3; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-size: .88rem; }
.trust-grid small { margin-top: 4px; color: #75827e; font-size: .72rem; }
.trust-number { color: var(--rose); font-family: var(--serif); font-size: 2.3rem; font-weight: 700; line-height: 1; }
.trust-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--rose); border: 1px solid var(--blush); border-radius: 50%; font-family: var(--serif); font-size: 1.6rem; }

.section-head { margin-bottom: 48px; }
.section-head.center { max-width: 760px; margin-inline: auto; text-align: center; }
.section-head h2, .experience h2, .meet h2, .faq h2, .final-cta h2, .dialog-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.75rem,5vw,4.8rem); line-height: .98; letter-spacing: -.035em; }
.section-head > p:last-child { color: #65746f; }
.split-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.split-head > div { max-width: 720px; }
.proof { background: var(--paper); }
.proof-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 18px; }
.proof-card { position: relative; min-height: 290px; padding: 34px; border: 1px solid var(--line); background: var(--cream); border-radius: 22px; display: flex; flex-direction: column; justify-content: end; }
.proof-card.featured { color: #fff; background: var(--green-deep); border-color: var(--green-deep); justify-content: space-between; }
.proof-card .stars { color: #ffd78c; letter-spacing: 4px; }
.proof-quote { margin: 22px 0 14px; font-family: var(--serif); font-size: 2rem; font-weight: 600; line-height: 1.22; }
.proof-source { margin: 0; color: var(--cyan-soft); font-size: .95rem; font-weight: 700; line-height: 1.5; }
.proof-mark { position: absolute; top: 28px; right: 28px; color: var(--rose); font-family: var(--serif); font-size: 2.3rem; }
.proof-card h3 { margin: 0 0 12px; max-width: 250px; font-family: var(--serif); font-size: 1.75rem; line-height: 1.1; }
.proof-card > p { margin-bottom: 0; color: #53636e; font-size: 1rem; line-height: 1.62; }
.proof-card.featured > .proof-quote { color: #fff; }
.proof-card.featured > .proof-source { color: var(--cyan-soft); }

.gallery-preview { background: #f6f4ef; overflow: hidden; }
.mosaic { display: grid; grid-template-columns: 1.15fr .9fr .9fr; grid-template-rows: 260px 260px; gap: 15px; }
.tile { position: relative; overflow: hidden; margin: 0; border-radius: 20px; background: var(--sand); }
.tile-tall { grid-row: span 2; }
.tile-wide { grid-column: span 2; }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.tile:hover img { transform: scale(1.04); }
.tile figcaption { position: absolute; left: 16px; bottom: 16px; padding: 8px 12px; background: rgba(10,74,110,.86); color: white; border-radius: 999px; backdrop-filter: blur(8px); font-size: .75rem; font-weight: 700; }
.center-actions { margin-top: 34px; display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }

.experience { background: var(--green); color: #fff; }
.experience-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.experience-copy .lead, .meet-copy .lead { font-family: var(--serif); font-size: 1.35rem; line-height: 1.35; }
.experience-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.experience-steps { margin: 42px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.experience-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 10px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.experience-steps li > span { color: #d8f2ff; font-family: var(--serif); font-size: 1.2rem; }
.experience-steps strong, .experience-steps small { display: block; }
.experience-steps small { margin-top: 3px; color: rgba(255,255,255,.62); font-size: .8rem; }
.comparison { background: #f8f4ec; color: var(--ink); border-radius: var(--radius); box-shadow: 0 34px 80px rgba(10,74,110,.22); overflow: hidden; }
.comparison-head, .comparison-row { display: grid; grid-template-columns: 1fr 1fr; }
.comparison-head p { margin: 0; padding: 24px; font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.comparison-head p:first-child { color: #82908c; }
.comparison-head p:last-child { background: var(--blush); color: var(--green); }
.comparison-row > span, .comparison-row > strong { min-height: 72px; display: flex; align-items: center; padding: 17px 24px; border-top: 1px solid var(--line); font-size: .84rem; }
.comparison-row > span { color: #7f8b88; }
.comparison-row > strong { background: rgba(216,242,255,.52); border-left: 1px solid var(--line); color: var(--green); }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.service-card { position: relative; min-height: 330px; padding: 38px; background: var(--cream); border: 1px solid var(--line); border-radius: 22px; display: flex; flex-direction: column; }
.service-card.accent { background: var(--mint); }
.service-num { color: var(--rose); font-family: var(--serif); font-size: 2.1rem; }
.service-card h3 { margin: 30px 0 10px; font-family: var(--serif); font-size: 2.3rem; line-height: 1; }
.service-card p { max-width: 530px; margin-top: 0; color: #66746f; }
.service-card > a { margin-top: auto; font-weight: 800; color: var(--green); }
.service-badge { position: absolute; top: 28px; right: 28px; padding: 7px 12px; background: var(--green); color: #fff; border-radius: 999px; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.service-extras { margin-top: 20px; padding: 38px; background: var(--green-deep); color: #fff; border-radius: 22px; }
.service-extras-head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 28px; }
.service-extras-head .eyebrow { margin-bottom: 0; color: var(--cyan-soft); }
.service-extras-head h3 { max-width: 600px; margin: 0; font-family: var(--serif); font-size: clamp(2rem,3.5vw,3rem); line-height: 1; text-align: right; }
.extra-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.extra-service-grid article { position: relative; min-height: 190px; padding: 24px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 16px; }
.extra-service-grid strong { display: block; max-width: calc(100% - 70px); font-family: var(--serif); font-size: 1.45rem; line-height: 1.12; }
.extra-service-grid p { margin: 14px 0 0; color: rgba(255,255,255,.72); font-size: .9rem; line-height: 1.6; }
.extra-price { position: absolute; top: 24px; right: 24px; color: var(--cyan-soft); font-size: .8rem; font-weight: 800; text-align: right; }
.service-extras > .text-link { margin-top: 26px; color: #fff; border-bottom-color: rgba(255,255,255,.45); }

.meet { background: var(--mint); }
.meet-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.meet-image { position: relative; min-height: 620px; }
.meet-image img { width: 100%; height: 620px; object-fit: cover; border-radius: 180px 180px 24px 24px; box-shadow: var(--shadow); }
.meet-seal { position: absolute; right: -36px; bottom: 54px; width: 136px; height: 136px; display: grid; place-content: center; text-align: center; background: var(--cyan); color: #fff; border: 8px solid var(--mint); border-radius: 50%; }
.meet-seal strong { font-family: var(--serif); font-size: 2.2rem; line-height: 1; }
.meet-seal span { font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; }
.meet-copy { max-width: 580px; }
.meet-copy > p:not(.eyebrow) { color: #53645f; }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { padding: 12px 0 12px 34px; position: relative; border-bottom: 1px solid rgba(35,70,63,.13); font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--rose); }

.studio { background: #f6f4ef; overflow: hidden; }
.studio-intro { max-width: 430px; margin: 0; color: #65746f; font-size: 1rem; line-height: 1.7; }
.studio-gallery { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(320px,.8fr); grid-template-rows: 270px 270px; gap: 16px; }
.studio-photo { position: relative; min-height: 0; margin: 0; overflow: hidden; background: var(--sand); border-radius: 24px; box-shadow: var(--shadow); }
.studio-photo-main { grid-row: 1 / span 2; }
.studio-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.studio-photo:hover img { transform: scale(1.025); }
.studio-photo figcaption, .studio-caption { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 15px 18px; color: #fff; background: rgba(10,74,110,.9); border: 1px solid rgba(255,255,255,.28); border-radius: 16px; backdrop-filter: blur(8px); }
.studio-photo figcaption { top: 18px; bottom: auto; }
.studio-photo figcaption strong, .studio-photo figcaption > span, .studio-caption strong, .studio-caption > span { display: block; }
.studio-photo figcaption strong, .studio-caption strong { font-size: 1rem; line-height: 1.35; }
.studio-photo figcaption > span, .studio-caption > span { margin-top: 3px; color: rgba(255,255,255,.78); font-size: .8rem; line-height: 1.45; }
.studio-photo-exterior { color: #fff; }
.studio-photo-exterior:focus-visible { outline: 4px solid var(--cyan); outline-offset: 4px; }

.hyponic { padding: 110px 0; background: var(--green-deep); color: white; scroll-margin-top: 100px; }
.hyponic-inner { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 72px; }
.hyponic-copy { min-width: 0; }
.hyponic h2 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(2.75rem,4.8vw,4.9rem); line-height: .98; letter-spacing: -.035em; }
.hyponic-lead { max-width: 760px; margin: 28px 0 0; color: rgba(255,255,255,.9); font-size: 1.08rem; line-height: 1.75; }
.hyponic-points { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin-top: 34px; border-top: 1px solid rgba(255,255,255,.22); }
.hyponic-points article { padding: 24px 0 22px; border-bottom: 1px solid rgba(255,255,255,.22); }
.hyponic-points strong { display: block; color: #fff; font-size: 1rem; }
.hyponic-points p { margin: 8px 0 0; color: rgba(255,255,255,.8); font-size: 1rem; line-height: 1.62; }
.hyponic-note { margin: 24px 0 0; color: rgba(255,255,255,.68); font-size: .88rem; }
.hyponic-sources { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 12px 0 0; color: var(--cyan-soft); font-size: .84rem; font-weight: 700; }
.hyponic-sources a { padding-bottom: 4px; border-bottom: 1px solid rgba(216,242,255,.5); }
.hyponic-sources a:hover, .hyponic-sources a:focus-visible { color: #fff; border-bottom-color: #fff; }
.hyponic-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hyponic-image { position: relative; margin: 0; }
.hyponic-image img { width: 100%; height: 680px; object-fit: cover; border-radius: 30px 30px 110px 30px; box-shadow: 0 32px 70px rgba(0,0,0,.26); }
.hyponic-image figcaption { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 16px 18px; color: #fff; background: rgba(10,74,110,.9); border: 1px solid rgba(255,255,255,.28); border-radius: 16px; backdrop-filter: blur(9px); font-size: .9rem; line-height: 1.5; }

.estimate { background: var(--mint); }
.estimate-wrap { max-width: 1080px; }
.calculator { display: grid; grid-template-columns: minmax(0,1fr) 340px; background: var(--paper); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.calc-body { padding: 44px; }
.calc-field { margin: 0; padding: 0 0 30px; border: 0; }
.calc-field + .calc-field { padding-top: 28px; border-top: 1px solid var(--line); }
.calc-field legend { width: 100%; margin-bottom: 16px; display: flex; align-items: center; gap: 12px; font-size: .92rem; }
.calc-field legend > span { width: 28px; height: 28px; display: grid; place-items: center; background: var(--green); color: #fff; border-radius: 50%; font-size: .7rem; }
.calc-field select { width: 100%; min-height: 54px; padding: 0 16px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.choice-grid { display: grid; gap: 10px; }
.choice-grid.four { grid-template-columns: repeat(4,1fr); }
.choice-grid.three { grid-template-columns: repeat(3,1fr); }
.choice-grid.two { grid-template-columns: repeat(2,1fr); }
.choice-grid label, .addons label { cursor: pointer; }
.choice-grid input, .addons input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { min-height: 82px; padding: 15px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 13px; background: #fff; transition: border .2s, background .2s, box-shadow .2s; }
.choice-grid b, .choice-grid small, .addons b, .addons small { display: block; }
.choice-grid b { font-size: .78rem; }
.choice-grid small { color: #77837f; font-size: .67rem; }
.choice-grid input:checked + span { border-color: var(--green); background: var(--mint); box-shadow: inset 0 0 0 1px var(--green); }
.choice-grid input:focus-visible + span, .addons input:focus-visible + span { outline: 3px solid rgba(0,183,255,.28); outline-offset: 2px; }
.addons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.addons label > span { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px 14px 44px; background: #fff; border: 1px solid var(--line); border-radius: 13px; position: relative; }
.addons label > span::before { content: ""; width: 18px; height: 18px; position: absolute; left: 15px; border: 1px solid #81908b; border-radius: 5px; }
.addons input:checked + span { border-color: var(--green); background: var(--mint); }
.addons input:checked + span::before { content: "✓"; display: grid; place-items: center; background: var(--green); border-color: var(--green); color: #fff; font-size: .7rem; }
.addons b { font-size: .76rem; }
.addons small { color: var(--rose); font-size: .7rem; font-weight: 800; }
.calc-result { position: sticky; top: 120px; align-self: start; min-height: 100%; padding: 52px 36px; background: var(--green); color: #fff; display: flex; flex-direction: column; justify-content: center; text-align: center; }
.calc-amount { min-height: 96px; display: grid; place-items: center; margin: 0 0 12px; font-family: var(--serif); font-size: 5.6rem; line-height: 1; letter-spacing: -.05em; }
.calc-result > p:not(.eyebrow) { min-height: 74px; margin: 0 0 20px; color: rgba(255,255,255,.68); font-size: .8rem; }
.calc-result .btn { width: 100%; }
.calc-call { margin-top: 18px; font-size: .75rem; color: rgba(255,255,255,.7); text-decoration: underline; text-underline-offset: 4px; }
.estimate-note { max-width: 860px; margin: 24px auto 0; color: #6e7b77; text-align: center; font-size: .76rem; }
.quote-details { max-width: 860px; margin: 28px auto 0; padding: 0; background: var(--paper); border: 1px solid var(--line); border-radius: 15px; }
.quote-details summary { padding: 18px 22px; cursor: pointer; font-weight: 800; }
.quote-form { padding: 0 22px 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 16px; }
.form-grid label { color: #586863; font-size: .75rem; font-weight: 700; }
.form-grid input { width: 100%; min-height: 48px; margin-top: 5px; padding: 0 13px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.form-status { display: inline; margin-left: 12px; font-size: .8rem; }

.instagram-gallery { background: var(--paper); }
.insta-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 9px; }
.insta-grid a { aspect-ratio: 1; overflow: hidden; background: var(--sand); }
.insta-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.insta-grid a:hover img { transform: scale(1.05); }
.instagram-actions { margin-top: 28px; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

.visit { background: #f6f4ef; }
.visit-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: start; gap: 70px; }
.visit-card { min-height: 650px; padding: 54px; color: #fff; background: var(--green) radial-gradient(circle at 100% 0%,rgba(255,255,255,.1),transparent 40%); border-radius: var(--radius); box-shadow: var(--shadow); }
.visit-card h2 { font-family: var(--serif); font-size: clamp(2.8rem,4vw,4.6rem); line-height: 1; letter-spacing: -.035em; }
.visit-details { margin: 50px 0; border-top: 1px solid rgba(255,255,255,.18); }
.visit-details p { display: flex; justify-content: space-between; gap: 20px; margin: 0; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.visit-details strong { font-size: .84rem; }
.visit-details span { color: rgba(255,255,255,.62); text-align: right; font-size: .78rem; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.faq { padding-top: 36px; }
.faq h2 { margin-bottom: 35px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 23px 42px 23px 0; list-style: none; cursor: pointer; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 17px; font-family: var(--serif); font-size: 1.7rem; color: var(--rose); }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -4px 0 24px; color: #66746f; font-size: .9rem; }

.final-cta { padding: 84px 0; background: var(--green-deep); color: #fff; }
.final-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.final-inner > div:first-child { max-width: 700px; }
.final-inner > div:last-child { display: flex; flex-wrap: wrap; justify-content: end; gap: 10px; }
.final-cta h2 { font-size: clamp(2.7rem,4.8vw,4.8rem); }

.info-page { background: var(--paper); }
.info-hero { padding: 92px 0 80px; color: #fff; background: var(--green-deep) radial-gradient(circle at 88% 18%,rgba(0,183,255,.22),transparent 34%); }
.info-breadcrumb { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 42px; color: var(--cyan-soft); font-size: .86rem; font-weight: 800; }
.info-hero h1 { max-width: 820px; margin: 0; font-family: var(--serif); font-size: clamp(3.8rem,7vw,6.7rem); line-height: .88; letter-spacing: -.045em; }
.info-hero .lead { max-width: 760px; margin: 30px 0 0; color: rgba(255,255,255,.82); font-size: 1.1rem; line-height: 1.75; }
.info-content { background: #f6f4ef; }
.info-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; align-items: start; gap: 70px; }
.info-article { min-width: 0; }
.info-section { padding: 36px 0; border-top: 1px solid var(--line); }
.info-section:first-child { padding-top: 0; border-top: 0; }
.info-section h2 { margin: 0 0 16px; font-family: var(--serif); font-size: clamp(2.2rem,4vw,3.4rem); line-height: 1; letter-spacing: -.025em; }
.info-section p { max-width: 760px; margin: 0; color: #586863; font-size: 1rem; line-height: 1.8; }
.info-section p + p { margin-top: 16px; }
.info-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }
.info-card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.info-card strong { display: block; margin-bottom: 8px; color: var(--green-deep); font-family: var(--serif); font-size: 1.55rem; line-height: 1.1; }
.info-card p { color: #65746f; font-size: .94rem; line-height: 1.7; }
.info-aside { position: sticky; top: 112px; padding: 30px; color: #fff; background: var(--green); border-radius: 22px; box-shadow: var(--shadow); }
.info-aside h2 { margin: 0 0 14px; font-family: var(--serif); font-size: 2.1rem; line-height: 1; }
.info-aside p { margin: 0; color: rgba(255,255,255,.78); font-size: .92rem; }
.info-aside ul { margin: 24px 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.info-aside li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: .86rem; font-weight: 700; }
.info-aside .btn { width: 100%; margin-top: 9px; }
.info-source { padding: 24px; background: var(--mint); border-left: 4px solid var(--cyan); border-radius: 0 15px 15px 0; }
.info-source p { margin: 0 0 14px; }

footer { padding: 68px 0 24px; background: var(--green-deep); color: rgba(255,255,255,.74); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.35fr 1fr; gap: 50px; }
.footer-brand img { width: 260px; height: auto; filter: brightness(0) invert(1); opacity: .9; }
.footer-brand p { max-width: 360px; font-size: .84rem; }
.footer-grid h3 { margin: 0 0 18px; color: #fff; font-size: .76rem; text-transform: uppercase; letter-spacing: .13em; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) > span { display: block; margin: 10px 0; font-size: .8rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { margin-top: 50px; padding-top: 22px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }
.footer-lang { color: #fff; border-color: rgba(255,255,255,.25); }
.footer-policy { padding: 0; color: inherit; background: transparent; border: 0; font: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

.gallery-dialog { width: min(1100px, calc(100% - 28px)); max-height: 90vh; padding: 42px; color: var(--ink); background: var(--cream); border: 0; border-radius: 24px; box-shadow: 0 40px 100px rgba(0,0,0,.4); }
.gallery-dialog::backdrop { background: rgba(10,74,110,.82); backdrop-filter: blur(5px); }
.privacy-dialog { width: min(820px, calc(100% - 28px)); max-height: 88vh; padding: 42px; color: var(--ink); background: var(--cream); border: 0; border-radius: 24px; box-shadow: 0 40px 100px rgba(0,0,0,.4); }
.privacy-dialog::backdrop { background: rgba(10,74,110,.82); backdrop-filter: blur(5px); }
.privacy-copy h3 { margin: 26px 0 5px; font-family: var(--serif); font-size: 1.6rem; }
.privacy-copy p { margin: 0; color: #66746f; }
.dialog-close { position: sticky; z-index: 2; top: 0; float: right; width: 42px; height: 42px; border: 0; border-radius: 50%; color: #fff; background: var(--green); font-size: 1.8rem; line-height: 1; cursor: pointer; }
.dialog-head { margin-bottom: 28px; }
.dialog-head h2 { font-size: clamp(2.4rem,5vw,4rem); }
.dialog-subhead { clear: both; margin: 42px 0 18px; font-family: var(--serif); font-size: 2rem; color: var(--green-deep); }
.dialog-grid { clear: both; display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.dialog-grid img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 10px; }

@media (max-width: 1040px) {
  .site-nav { gap: 15px; }
  .nav-actions .btn { display: none; }
  .proof-grid { grid-template-columns: 1.2fr 1fr; }
  .proof-card:last-child { grid-column: span 2; min-height: 220px; }
  .experience-grid, .meet-grid { gap: 48px; }
  .choice-grid.four { grid-template-columns: 1fr 1fr; }
  .insta-grid { grid-template-columns: repeat(3,1fr); }
}

.nav-mobile-only { display: none; }

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .announcement-hours { display: none !important; }
  .nav-wrap { min-height: 70px; }
  .brand img { width: 168px; height: auto; }
  .menu-toggle { display: block; order: 2; }
  .nav-actions { margin-left: auto; order: 1; }
  .site-nav { position: absolute; left: 0; right: 0; top: 70px; padding: 12px 20px 22px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(20,50,70,.12); }
  .site-nav.open { display: flex; }
  .site-nav .nav-mobile-only { display: block; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .site-nav a::after { display: none; }
  .hero { min-height: 680px; }
  .hero-media { background-position: 42% 50%; }
  .hero-shade { background: linear-gradient(90deg,rgba(10,74,110,.93),rgba(10,74,110,.58) 70%,rgba(10,74,110,.18)); }
  .hero h1 { font-size: clamp(4.1rem,16vw,6.2rem); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { border-bottom: 1px solid var(--line); }
  .split-head { align-items: start; flex-direction: column; gap: 22px; }
  .proof-grid, .experience-grid, .meet-grid, .hyponic-inner, .visit-grid { grid-template-columns: 1fr; }
  .studio-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .studio-photo, .studio-photo-main { grid-row: auto; aspect-ratio: 4 / 3; }
  .proof-card:last-child { grid-column: auto; }
  .mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 230px 230px; }
  .tile-tall { grid-row: auto; grid-column: span 2; }
  .tile-wide { grid-column: span 2; }
  .service-grid { grid-template-columns: 1fr; }
  .service-extras-head { align-items: start; flex-direction: column; gap: 12px; }
  .service-extras-head h3 { text-align: left; }
  .extra-service-grid { grid-template-columns: 1fr; }
  .meet-image, .meet-image img { min-height: 0; height: 560px; }
  .meet-seal { right: 8px; }
  .hyponic-inner { gap: 44px; }
  .hyponic-image img { height: 580px; }
  .calculator { grid-template-columns: 1fr; }
  .calc-result { position: static; min-height: 360px; }
  .calc-amount { min-height: 90px; }
  .visit-grid { gap: 40px; }
  .final-inner { align-items: start; flex-direction: column; }
  .info-layout { grid-template-columns: 1fr; gap: 44px; }
  .info-aside { position: static; }
  .final-inner > div:last-child { justify-content: start; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .dialog-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 580px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .announcement-inner { justify-content: space-between; gap: 10px; }
  .announcement { font-size: .72rem; }
  .announcement .stars { display: none; }
  .lang-toggle { padding-inline: 11px; }
  .hero { min-height: 700px; }
  .hero-media { background-position: 38% center; }
  .hero-shade { background: linear-gradient(90deg,rgba(10,74,110,.95),rgba(10,74,110,.74) 64%,rgba(10,74,110,.34)); }
  .hero-content { padding: 78px 0 66px; }
  .hero h1 { font-size: clamp(3.75rem,18vw,5rem); }
  .hero-copy { font-size: .96rem; }
  .hero-actions .btn { width: 100%; }
  .hero-review { align-items: start; flex-direction: column; gap: 7px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 94px; justify-content: start; padding-left: 34px; border-left: 1px solid var(--line); }
  .section-head h2, .experience h2, .meet h2, .faq h2, .final-cta h2 { font-size: clamp(2.65rem,14vw,3.7rem); }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-card { min-height: 255px; padding: 28px; }
  .proof-card:last-child { grid-column: auto; }
  .proof-quote { font-size: 1.72rem; line-height: 1.25; }
  .mosaic { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 340px 200px 200px; }
  .center-actions .btn { width: 100%; }
  .experience-grid { gap: 52px; }
  .comparison-head p, .comparison-row > span, .comparison-row > strong { padding-left: 15px; padding-right: 15px; }
  .comparison-row > span, .comparison-row > strong { font-size: .73rem; }
  .service-card { min-height: 310px; padding: 30px; }
  .service-extras { padding: 30px 22px; }
  .meet-image, .meet-image img { height: 470px; }
  .meet-seal { width: 112px; height: 112px; }
  .studio-photo figcaption, .studio-caption { left: 12px; right: 12px; bottom: 12px; padding: 13px 14px; }
  .studio-photo figcaption { top: 12px; bottom: auto; }
  .studio-photo figcaption strong, .studio-caption strong { font-size: .9rem; }
  .studio-photo figcaption > span, .studio-caption > span { font-size: .74rem; }
  .hyponic-inner { gap: 24px; }
  .hyponic { padding: 82px 0; }
  .hyponic-points { grid-template-columns: 1fr; }
  .hyponic-image img { height: 470px; border-radius: 24px 24px 72px 24px; }
  .hyponic-actions .btn { width: 100%; }
  .calc-body { padding: 28px 20px; }
  .choice-grid.three, .choice-grid.two, .addons { grid-template-columns: 1fr; }
  .choice-grid label > span { min-height: 70px; }
  .calc-result { padding: 44px 25px; }
  .calc-amount { font-size: 5rem; }
  .form-grid { grid-template-columns: 1fr; }
  .insta-grid { grid-template-columns: repeat(2,1fr); }
  .visit-card { min-height: 0; padding: 36px 26px; }
  .visit-details p { flex-direction: column; gap: 4px; }
  .visit-details span { text-align: left; }
  .visit-actions .btn { width: 100%; }
  .final-inner > div:last-child, .final-inner .btn { width: 100%; }
  .info-hero { padding: 64px 0 60px; }
  .info-breadcrumb { margin-bottom: 30px; }
  .info-hero h1 { font-size: clamp(3.3rem,16vw,4.8rem); }
  .info-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand { grid-column: span 2; }
  .footer-grid > div:last-child { grid-column: auto; }
  .gallery-dialog { padding: 26px 14px; }
  .dialog-grid { grid-template-columns: repeat(2,1fr); gap: 7px; }
}

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