*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: clip; color: var(--ink); background: var(--cream-50); font-family: var(--font-ui); font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
:where(a, button, input, canvas):focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--white); color: var(--wine-800); padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 3rem), var(--container)); margin-inline: auto; }
.proposal-bar { position: sticky; top: 0; z-index: 100; background: rgba(17, 10, 13, .96); border-bottom: 1px solid rgba(198, 161, 91, .4); backdrop-filter: blur(14px); }
.proposal-bar__inner { min-height: 64px; width: min(calc(100% - 3rem), var(--container)); margin: auto; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(2.5rem, 5vw, 5rem); }
.proposal-bar__brand { width: 116px; height: 48px; margin-left: -18px; object-fit: contain; }
.proposal-bar__booking-area { display: flex; justify-content: flex-end; width: min(100%, 560px); justify-self: center; }
.proposal-bar__booking { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 40px; padding: .58rem .9rem; border: 1px solid rgba(198,161,91,.7); border-radius: 999px; color: var(--ink); background: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .015em; text-decoration: none; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.proposal-bar__booking svg { width: 16px; height: 16px; flex: 0 0 16px; }
.proposal-bar__booking:hover { transform: translateY(-1px); background: #e1bd72; box-shadow: 0 8px 20px rgba(0,0,0,.24); }
.proposal-bar__booking:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; }
.proposal-bar__prospect { display: flex; align-items: center; gap: 1rem; color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.proposal-bar__rule { width: 1px; height: 34px; background: var(--gold); }
.prospect-logo-wrap { display: grid; place-items: center; width: 78px; height: 58px; padding: .5rem; border-radius: .8rem; background: var(--cream-50); }
.prospect-logo-wrap img { max-height: 100%; object-fit: contain; }
.section-dark { color: var(--white); background: var(--ink); }
.section-cream { background: var(--cream-50); }
.hero { position: relative; min-height: 720px; overflow: clip; padding: clamp(1.5rem, 3.2vh, 2.5rem) 0; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 36%, rgba(116, 28, 56, .28), transparent 34%), linear-gradient(120deg, #0c090b, #171015 60%, #211018); }
.hero__glow { position: absolute; width: 460px; height: 460px; right: 8%; top: 24%; border: 1px solid rgba(198, 161, 91, .14); border-radius: 50%; box-shadow: 0 0 120px rgba(198, 161, 91, .1); }
.hero__grid { position: relative; height: 100%; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(2.5rem, 5vw, 5rem); }
.eyebrow { margin: 0 0 1rem; color: var(--wine-700); font-size: .76rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; vertical-align: middle; width: 2rem; height: 1px; margin-right: .75rem; background: currentColor; }
.eyebrow--gold { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 1.65rem; font-size: clamp(3rem, 4.75vw, 4.85rem); font-weight: 800; line-height: .98; letter-spacing: -.045em; }
.hero h1 { line-height: 1.02; letter-spacing: -.018em; }
h1 em, h2 em { color: var(--gold); font-family: var(--font-editorial); font-weight: 600; }
.hero-studio-name { color: var(--gold); }
.hero-benefits { display: grid; gap: .9rem; margin: 0; padding: 0; list-style: none; }
.hero-benefits li { display: flex; align-items: center; gap: 1rem; color: rgba(255,255,255,.86); font-size: 1.1rem; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.hero-benefits strong { color: var(--white); }
.familiar-icon { display: inline-grid; place-items: center; width: 46px; height: 46px; flex: 0 0 46px; border: 1px solid rgba(198,161,91,.25); border-radius: 13px; background: rgba(198,161,91,.09); font-size: 1.25rem; }
.familiar-icon--gold { background: var(--gold); }
.hero-result { display: flex; align-items: center; gap: .9rem; margin-top: 1.35rem; padding-top: 1.25rem; border-top: 1px solid rgba(198,161,91,.35); font-size: 1.26rem; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.hero-result__equals { color: var(--gold); font-size: 1.8rem; font-weight: 500; line-height: 1; }
.hero-preview { position: relative; }
.laptop { position: relative; width: 100%; max-width: 670px; margin-inline: auto; filter: drop-shadow(0 32px 55px rgba(0,0,0,.42)); }
.hero-preview__crown { position: absolute; top: -32px; right: -26px; z-index: 5; width: 96px; height: 72px; overflow: hidden; background: url("../assets/images/king-crown.png") center top / 96px auto no-repeat; filter: drop-shadow(0 6px 14px rgba(0,0,0,.5)); transform: scaleX(-1); pointer-events: none; }
.laptop__screen { position: relative; overflow: hidden; padding: 10px 10px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 22px 22px 10px 10px; background: linear-gradient(145deg, #292529, #090809); box-shadow: inset 0 0 0 1px rgba(0,0,0,.7), 0 0 0 1px rgba(198,161,91,.12); }
.browser-frame__bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 44px; padding: 0 1rem; background: #201a1d; color: rgba(255,255,255,.58); font-size: .72rem; }
.browser-dots { display: flex; gap: .35rem; }
.browser-dots i { width: 8px; height: 8px; border-radius: 50%; background: #d45d54; }
.browser-dots i:nth-child(2) { background: #d9a94a; }.browser-dots i:nth-child(3) { background: #558d69; }
.browser-live { justify-self: end; color: #a7e1b9; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.browser-live i, .live-dot { display: inline-block; width: 7px; height: 7px; margin-right: .35rem; border-radius: 50%; background: #66ca88; box-shadow: 0 0 0 4px rgba(102,202,136,.13); }
.laptop__viewport { position: relative; height: clamp(365px, 47vh, 430px); overflow: hidden; border-radius: 0 0 4px 4px; background: #fff; }
.live-site-preview { position: absolute; inset: 0 auto auto 0; display: block; width: 1440px; border: 0; background: #fff; transform-origin: top left; }
.preview-site { width: 100%; height: 100%; overflow-y: auto; overscroll-behavior: contain; color: #261612; background: #f7f0e3; font-family: var(--font-ui); line-height: 1.5; scrollbar-color: #7c3a32 #eee4d5; scrollbar-width: thin; }
.preview-site:focus-visible { outline: 3px solid var(--gold); outline-offset: -3px; }
.preview-site::-webkit-scrollbar { width: 9px; }
.preview-site::-webkit-scrollbar-track { background: #eee4d5; }
.preview-site::-webkit-scrollbar-thumb { border: 2px solid #eee4d5; border-radius: 999px; background: #7c3a32; }
.preview-site__header { position: sticky; top: 0; z-index: 4; display: flex; align-items: center; gap: 1.15rem; min-height: 62px; padding: .65rem 1rem; color: #261612; background: rgba(255,253,250,.95); box-shadow: 0 1px 0 rgba(38,22,18,.1); backdrop-filter: blur(10px); }
.preview-site__header img { width: 82px; height: 44px; object-fit: contain; }
.preview-site__header nav { display: flex; gap: .9rem; margin-left: auto; font-size: .64rem; font-weight: 600; }
.preview-pill { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: .45rem .8rem; border-radius: 999px; color: #fff; background: #68251e; font-size: .62rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.preview-pill--light { color: #261612; background: #e4cfa9; }
.preview-site__hero { position: relative; min-height: 430px; overflow: hidden; color: #fff; }
.preview-site__hero > img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.preview-site__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(30,12,8,.86), rgba(30,12,8,.18)); }
.preview-site__hero-copy { position: relative; z-index: 1; width: min(68%, 430px); padding: 4.8rem 2.1rem 3rem; }
.preview-site small { display: block; margin-bottom: .7rem; color: #e4cfa9; font-size: .59rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.preview-site h2 { margin: 0; font-family: var(--font-editorial); font-size: clamp(2.45rem, 5vw, 3.7rem); line-height: .9; }
.preview-site__hero-copy p { margin: 1rem 0 1.2rem; color: rgba(255,255,255,.78); }
.preview-site__trust { display: grid; grid-template-columns: repeat(3,1fr); gap: .7rem; padding: 1rem; color: #5b4137; background: #fffdfa; font-size: .63rem; text-align: center; }
.preview-site__trust b { color: #68251e; }
.preview-site__story { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 1.8rem; padding: 3.5rem 2rem; }
.preview-site__story h2, .preview-site__classes > h2 { color: #261612; font-size: clamp(2.25rem, 4vw, 3.25rem); }
.preview-site__story p { color: #755d53; font-size: .76rem; }
.preview-site__story div > b { color: #68251e; font-size: .68rem; }
.preview-site__story img { width: 100%; min-height: 255px; object-fit: cover; border-radius: 999px 999px 18px 18px; }
.preview-site__classes { padding: 3.5rem 2rem; background: #fffdfa; text-align: center; }
.preview-site__classes > div { display: grid; grid-template-columns: repeat(3,1fr); gap: .7rem; margin-top: 1.8rem; text-align: left; }
.preview-site__classes article { padding: 1rem; border: 1px solid rgba(104,37,30,.14); border-radius: 12px; background: #f7f0e3; }
.preview-site__classes article > span { color: #68251e; font-size: .59rem; font-weight: 700; }
.preview-site__classes h3 { margin: 1.2rem 0 .3rem; color: #261612; font-size: .9rem; }
.preview-site__classes p { margin: 0; color: #755d53; font-size: .65rem; }
.preview-site__community { padding: 4rem 2rem; color: #fff; background: #68251e; text-align: center; }
.preview-site__community h2 { max-width: 520px; margin: 0 auto 1.4rem; font-size: clamp(2.3rem, 5vw, 3.6rem); }
.scroll-hint { position: absolute; right: .7rem; bottom: .7rem; z-index: 2; display: inline-flex; align-items: center; gap: .45rem; padding: .45rem .7rem; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; color: #fff; background: rgba(24,12,15,.8); box-shadow: 0 6px 18px rgba(0,0,0,.22); font-size: .66rem; font-weight: 700; letter-spacing: .05em; pointer-events: none; backdrop-filter: blur(8px); }
.scroll-hint b { color: var(--gold); font-size: .9rem; }
.laptop__base { position: relative; width: 108%; height: 16px; margin-left: -4%; border-radius: 2px 2px 18px 18px; background: linear-gradient(180deg, #ddd9da, #8f898c 55%, #4d494b); box-shadow: 0 10px 20px rgba(0,0,0,.3); }
.laptop__base::after { content: ""; position: absolute; left: 7%; right: 7%; bottom: -5px; height: 5px; border-radius: 0 0 50% 50%; background: #676264; }
.laptop__base span { position: absolute; left: 43%; top: 0; width: 14%; height: 6px; border-radius: 0 0 8px 8px; background: #9c9799; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 52px; padding: .8rem 1.2rem; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.button--hero { position: relative; isolation: isolate; overflow: hidden; margin-top: 1rem; color: var(--ink); background: var(--gold); box-shadow: 0 14px 36px rgba(198,161,91,.22); }
.preview-note { display: inline-flex; align-items: center; margin: .85rem 0 0 1rem; color: rgba(255,255,255,.62); font-size: .78rem; }
.formula { padding: clamp(5rem, 8vw, 8rem) 0; }
.section-heading { max-width: 760px; margin-bottom: 3.5rem; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow::before { display: none; }
.section-heading h2 { margin-bottom: .7rem; font-family: var(--font-editorial); font-size: clamp(3rem, 5vw, 5rem); line-height: 1; }
.section-heading h2 em { color: var(--gold); }
.section-heading > p:last-child { color: var(--muted); font-size: 1.06rem; }
.formula-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1.08fr; align-items: stretch; gap: .75rem; }
.formula-card { min-height: 270px; padding: 1.5rem; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 20px; background: var(--white); box-shadow: var(--shadow-sm); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.formula-card__top { display: flex; align-items: center; justify-content: space-between; color: var(--wine-700); font-size: .78rem; font-weight: 800; }
.formula-card h3 { margin: 2.2rem 0 .4rem; font-size: 1.55rem; text-transform: uppercase; }
.formula-card p { margin-bottom: 1.4rem; color: var(--muted); }
.formula-card--result { color: var(--wine-950); border-color: rgba(198,161,91,.5); background: linear-gradient(145deg, #eed9a9, #cda85e); }
.formula-card--result h3 { margin: .7rem 0 1rem; font-size: 1.72rem; line-height: 1.02; text-transform: none; }
.formula-card--result p { color: rgba(42,11,22,.7); }
.formula-result__icons { display: flex; align-items: center; gap: .7rem; font-size: 2rem; line-height: 1; }
.formula-result__icons span { filter: drop-shadow(0 3px 5px rgba(42,11,22,.13)); }
.formula-cha-ching { display: inline-flex; align-items: center; align-self: flex-start; gap: .35rem; padding: .45rem .7rem; border: 1px solid rgba(116,28,56,.13); border-radius: 6px; color: var(--wine-800); background: rgba(255,255,255,.5); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.formula-cha-ching span { font-size: .9rem; }
.formula-symbol { align-self: center; color: var(--wine-700); font-size: 1.6rem; font-weight: 800; }
@media (max-width: 980px) {
  .proposal-bar__inner { display: flex; justify-content: space-between; gap: 1.25rem; }
  .proposal-bar__brand { margin-left: 0; }
  .proposal-bar__booking-area { width: auto; margin-left: auto; }
  .hero { height: auto; min-height: 0; max-height: none; padding: 4.5rem 0 5rem; }
  .hero__grid { height: auto; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { max-width: 760px; }
  .formula-grid { grid-template-columns: 1fr; }
  .formula-symbol { justify-self: center; }
  .formula-card { min-height: 0; }
}
@media (max-width: 640px) {
  .authority--compact { padding: 3.25rem 0; }
  .feedback-benefits--compact { grid-template-columns: 1fr; }
  .container, .proposal-bar__inner { width: min(calc(100% - 2rem), var(--container)); }
  .proposal-bar__inner { min-height: 60px; }
  .proposal-bar__brand { width: 96px; height: 42px; }
  .proposal-bar__booking { gap: .4rem; min-height: 36px; padding: .45rem .65rem; font-size: .66rem; }
  .proposal-bar__booking svg { width: 14px; height: 14px; flex-basis: 14px; }
  .proposal-bar__inner { gap: .65rem; }
  .proposal-bar__prospect { gap: .5rem; margin-left: auto; }
  .proposal-bar__prospect > span:first-child { display: block; max-width: 72px; font-size: .52rem; line-height: 1.2; letter-spacing: .11em; text-align: right; }
  .proposal-bar__rule { display: block; height: 30px; }
  .prospect-logo-wrap { width: 66px; height: 48px; }
  .hero { padding-top: 3.5rem; }
  h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .hero-benefits li { font-size: 1rem; }
  .browser-frame__bar { grid-template-columns: auto 1fr auto; }
  .browser-url { text-align: center; }
  .laptop__screen { padding: 6px 6px 8px; border-radius: 14px 14px 7px 7px; }
  .hero-preview__crown { top: -52px; right: 2px; width: 68px; height: 51px; background-size: 68px auto; }
  .laptop__viewport { height: 390px; }
  .preview-site__header nav { display: none; }
  .preview-site__hero-copy { width: 84%; padding-inline: 1.35rem; }
  .preview-site__trust { grid-template-columns: 1fr; }
  .preview-site__story { grid-template-columns: 1fr; padding-inline: 1.35rem; }
  .preview-site__classes > div { grid-template-columns: 1fr; }
  .laptop__base { height: 12px; }
  .scroll-hint { right: .5rem; bottom: .5rem; }
  .section-heading h2 { font-size: 3rem; }
}

.testimonial-card__link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: 1.15rem;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-decoration: none;
}

.testimonial-card__link:hover { text-decoration: underline; text-underline-offset: 4px; }
.testimonial-card__link:focus-visible { border-radius: 4px; outline: 2px solid var(--gold); outline-offset: 5px; }
