:root {
  --ink: #15242c;
  --ink-2: #243942;
  --gold: #a17c53;
  --gold-light: #d0b28b;
  --cream: #f7f4ee;
  --paper: #fffdfa;
  --soft: #eef2f0;
  --muted: #68767d;
  --line: rgba(21, 36, 44, .14);
  --white: #ffffff;
  --green: #1faa59;
  --shadow: 0 24px 70px rgba(21, 36, 44, .12);
  --font: "DM Sans", Arial, sans-serif;
  --display: "Playfair Display", Georgia, serif;
  --wrap: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 12px 18px; color: var(--white); background: var(--ink); border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

.topline { color: rgba(255,255,255,.84); background: var(--ink); font-size: 12px; letter-spacing: .04em; }
.topline__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topline__location { display: flex; align-items: center; gap: 7px; }
.topline svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,253,250,.9); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 12px 30px rgba(21,36,44,.06); }
.header__inner { height: 82px; display: flex; align-items: center; gap: 36px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; }
.brand img { width: 136px; height: 68px; object-fit: contain; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(18px, 2vw, 30px); }
.main-nav a { position: relative; color: #405158; font-size: 13px; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border: 1px solid var(--line); background: transparent; border-radius: 50%; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span { display: block; width: 19px; height: 1.5px; background: var(--ink); transition: transform .25s, opacity .25s; }

.button { min-height: 52px; padding: 13px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; color: var(--white); background: var(--ink); border: 1px solid var(--ink); border-radius: 2px; font-weight: 700; font-size: 14px; cursor: pointer; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(21,36,44,.18); }
.button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.button--small { min-height: 43px; padding: 10px 17px; font-size: 12px; }
.button--outline { color: var(--ink); background: transparent; }
.button--outline:hover { color: var(--white); background: var(--ink); }
.button--gold { width: 100%; color: var(--ink); background: var(--gold-light); border-color: var(--gold-light); }

.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 27px; height: 1px; background: currentColor; }
.eyebrow--light { color: var(--gold-light); }

.hero { position: relative; min-height: calc(100vh - 118px); overflow: hidden; background: radial-gradient(circle at 78% 32%, rgba(161,124,83,.12), transparent 31%), linear-gradient(135deg, #fdfbf7 0%, #f4f0e8 100%); }
.hero__grid { min-height: calc(100vh - 118px); padding: 54px 0 76px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: clamp(52px, 7vw, 100px); align-items: center; }
.hero__copy { position: relative; z-index: 2; max-width: 720px; }
.hero h1 { max-width: 680px; margin: 0; font-family: var(--display); font-size: clamp(48px, 5.4vw, 78px); font-weight: 500; line-height: .99; letter-spacing: -.045em; }
.hero h1 em { color: var(--gold); font-weight: 500; }
.hero__lead { max-width: 650px; margin: 27px 0 16px; color: #485b63; font-size: clamp(18px, 1.65vw, 22px); line-height: 1.55; }
.hero__doctor { max-width: 640px; margin: 0; color: var(--muted); font-size: 14px; }
.hero__doctor strong { color: var(--ink); font-weight: 700; }
.hero__actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero__facts { margin: 40px 0 0; padding: 27px 0 0; border-top: 1px solid var(--line); list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hero__facts li { display: flex; align-items: flex-start; gap: 10px; }
.hero__facts strong { color: var(--gold); font-family: var(--display); font-size: 28px; font-weight: 600; line-height: 1; }
.hero__facts span { color: #52636a; font-size: 11px; font-weight: 600; line-height: 1.35; }
.hero__visual { position: relative; z-index: 1; }
.hero__photo-frame { position: relative; width: min(100%, 440px); margin-left: auto; aspect-ratio: .77; }
.hero__photo-bg { position: absolute; inset: 10% 0 0 8%; background: var(--ink); border-radius: 50% 50% 5px 5px / 35% 35% 5px 5px; }
.hero__portrait { position: absolute; inset: 0 0 0 auto; width: 91%; height: 100%; object-fit: cover; object-position: center top; border-radius: 44% 44% 4px 4px / 29% 29% 4px 4px; filter: saturate(.88) contrast(1.02); }
.hero__monogram { position: absolute; top: 7%; left: -6%; color: rgba(161,124,83,.1); font-family: var(--display); font-size: 150px; line-height: 1; }
.hero__credential { position: absolute; left: -14%; bottom: 17%; width: 230px; padding: 18px 20px; display: flex; gap: 12px; align-items: center; background: rgba(255,253,250,.95); box-shadow: var(--shadow); border-left: 2px solid var(--gold); font-size: 12px; line-height: 1.4; }
.credential__icon { color: var(--gold); font-size: 23px; }
.hero__credential strong { font-size: 13px; }
.hero__specialties { position: absolute; right: -57%; bottom: -24px; min-width: 430px; transform: rotate(-90deg); transform-origin: left bottom; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero__specialties i { display: inline-block; width: 3px; height: 3px; margin: 0 11px; vertical-align: middle; background: var(--gold-light); border-radius: 50%; }
.hero__shape { position: absolute; border: 1px solid rgba(161,124,83,.16); border-radius: 50%; pointer-events: none; }
.hero__shape--one { right: -250px; top: -280px; width: 720px; height: 720px; }
.hero__shape--two { right: -160px; top: -190px; width: 520px; height: 520px; }
.hero__scroll { position: absolute; left: max(24px, calc((100vw - 1180px) / 2)); bottom: 24px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero__scroll span { position: relative; width: 24px; height: 36px; border: 1px solid var(--line); border-radius: 20px; }
.hero__scroll span::after { content: ""; position: absolute; top: 8px; left: 50%; width: 3px; height: 7px; transform: translateX(-50%); background: var(--gold); border-radius: 2px; animation: scroll-dot 1.8s infinite; }
@keyframes scroll-dot { 0%,100% { transform: translate(-50%,0); opacity: .4; } 50% { transform: translate(-50%,10px); opacity: 1; } }

.trust-strip { background: var(--ink); color: var(--white); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-strip__grid > div { min-height: 122px; padding: 28px clamp(20px, 3vw, 42px); display: flex; align-items: center; gap: 19px; border-right: 1px solid rgba(255,255,255,.11); }
.trust-strip__grid > div:last-child { border: 0; }
.trust-strip span { color: var(--gold-light); font-family: var(--display); font-size: 28px; }
.trust-strip p { margin: 0; color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.55; }

.section { padding: 118px 0; }
.section--cream { background: var(--cream); }
.section--soft { background: var(--soft); }
.section-heading { max-width: 790px; margin-bottom: 58px; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.section-heading h2, .faq h2 { margin: 0; font-family: var(--display); font-size: clamp(38px, 4vw, 57px); font-weight: 500; line-height: 1.07; letter-spacing: -.035em; }
.section-heading > p, .section-heading--split > p { margin: 23px 0 0; color: var(--muted); }
.section-heading--split > p { margin: 0 0 3px; }

.complex-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.complex-card { position: relative; grid-column: span 4; min-height: 320px; padding: 34px; overflow: hidden; background: var(--paper); border: 1px solid rgba(21,36,44,.09); transition: transform .25s, box-shadow .25s; }
.complex-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.complex-card--feature { grid-column: span 6; background: var(--ink); color: var(--white); }
.complex-card:nth-child(2) { grid-column: span 6; }
.complex-card__number { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.complex-card__icon { position: absolute; right: 30px; top: 27px; width: 58px; height: 58px; fill: none; stroke: var(--gold-light); stroke-width: 1.2; opacity: .85; }
.complex-card h3 { max-width: 360px; margin: 70px 0 14px; font-family: var(--display); font-size: 25px; font-weight: 500; line-height: 1.2; }
.complex-card--feature h3 { font-size: 31px; }
.complex-card p { max-width: 500px; margin: 0; color: var(--muted); font-size: 14px; }
.complex-card--feature p { color: rgba(255,255,255,.65); }
.complex-note { grid-column: span 4; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; background: #d7c3a5; }
.complex-note p { margin: 0; font-family: var(--display); font-size: 22px; line-height: 1.35; }
.complex-note span { margin-top: 20px; color: rgba(21,36,44,.65); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.professor { padding: 0; color: var(--white); background: var(--ink); overflow: hidden; }
.professor__grid { min-height: 760px; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 8vw, 120px); align-items: center; }
.professor__media { position: relative; align-self: stretch; }
.professor__image-wrap { position: absolute; inset: 0; overflow: hidden; background: #223842; }
.professor__image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(21,36,44,.45), transparent 40%); }
.professor__image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: saturate(.75) contrast(1.05); }
.professor__seal { position: absolute; right: -50px; bottom: 82px; z-index: 2; width: 124px; height: 124px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); background: var(--gold-light); border: 7px solid var(--ink); border-radius: 50%; text-align: center; line-height: 1.15; }
.professor__seal strong { font-family: var(--display); font-size: 30px; }
.professor__seal span { font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.professor__caption { position: absolute; left: 20px; bottom: 20px; z-index: 3; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.professor__content { padding: 90px 0; }
.professor h2 { margin: 0; font-family: var(--display); font-size: clamp(42px, 4.4vw, 62px); font-weight: 500; line-height: 1.07; letter-spacing: -.03em; }
.professor h2 em { color: var(--gold-light); font-weight: 500; }
.professor__intro { max-width: 650px; margin: 26px 0 36px; color: rgba(255,255,255,.7); font-size: 18px; }
.credential-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; border-top: 1px solid rgba(255,255,255,.13); }
.credential-list > div { padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.credential-list strong, .credential-list span { display: block; }
.credential-list strong { color: var(--gold-light); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.credential-list span { margin-top: 4px; color: rgba(255,255,255,.66); font-size: 13px; }
.professor__actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 18px 30px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--gold); padding-bottom: 5px; }
.text-link--light { color: var(--white); border-color: rgba(208,178,139,.65); }
.text-link span { color: var(--gold); }

.cases { background: var(--paper); }
.featured-case { display: grid; grid-template-columns: 1.35fr .65fr; gap: 0; background: var(--cream); }
.before-after { min-width: 0; }
.before-after__frame { position: relative; height: 100%; min-height: 530px; overflow: hidden; background: #c8c8c6; touch-action: pan-y; }
.before-after__frame > img, .before-after__after img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.before-after__after { position: absolute; inset: 0 auto 0 0; width: 50%; overflow: hidden; border-right: 2px solid var(--white); }
.before-after__after img { width: calc(100vw); max-width: none; object-position: left center; }
.before-after__handle { position: absolute; left: 50%; top: 50%; z-index: 3; width: 46px; height: 46px; transform: translate(-50%,-50%); display: grid; place-items: center; color: var(--ink); background: var(--white); border-radius: 50%; box-shadow: 0 8px 24px rgba(0,0,0,.22); pointer-events: none; }
.before-after__handle span { margin-top: -2px; }
.before-after__label { position: absolute; top: 20px; z-index: 2; padding: 7px 11px; color: var(--white); background: rgba(21,36,44,.74); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.before-after__label--before { left: 20px; }
.before-after__label--after { right: 20px; }
.before-after input { position: absolute; inset: 0; z-index: 4; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.before-after__hint { display: none; }
.featured-case__content { padding: clamp(34px, 5vw, 68px); display: flex; flex-direction: column; justify-content: center; }
.case-kicker { margin: 0 0 13px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.featured-case h3 { margin: 0; font-family: var(--display); font-size: clamp(30px, 3vw, 40px); font-weight: 500; line-height: 1.15; }
.featured-case__content > p:not(.case-kicker) { margin: 20px 0; color: var(--muted); font-size: 14px; }
.check-list { margin: 0 0 26px; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 24px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); }
.case-cards { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.case-card { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 285px; border: 1px solid var(--line); }
.case-card__image { position: relative; min-height: 285px; overflow: hidden; background: var(--soft); }
.case-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.case-card__image::after { content: ""; position: absolute; inset: 0; background: rgba(21,36,44,.5); opacity: 0; transition: opacity .3s; }
.case-card__image span { position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-50%, -35%); color: var(--white); font-size: 11px; font-weight: 700; opacity: 0; transition: opacity .3s, transform .3s; white-space: nowrap; }
.case-card__image:hover img { transform: scale(1.04); }
.case-card__image:hover::after, .case-card__image:hover span { opacity: 1; }
.case-card__image:hover span { transform: translate(-50%, -50%); }
.case-card__body { padding: 30px; display: flex; flex-direction: column; justify-content: center; }
.case-card h3 { margin: 0 0 12px; font-family: var(--display); font-size: 23px; font-weight: 500; line-height: 1.25; }
.case-card__body > p:last-child { margin: 0; color: var(--muted); font-size: 13px; }

.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { min-height: 126px; padding: 26px 0; display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 22px; border-bottom: 1px solid var(--line); }
.process-list__number { color: var(--gold); font-family: var(--display); font-size: 28px; }
.process-list h3 { margin: 0 0 4px; font-family: var(--display); font-size: 25px; font-weight: 500; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; }
.process-list__time { min-width: 100px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-align: right; text-transform: uppercase; }

.technology { position: relative; min-height: 620px; display: flex; align-items: center; color: var(--white); background: var(--ink); overflow: hidden; }
.technology::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21,36,44,.97) 0%, rgba(21,36,44,.83) 48%, rgba(21,36,44,.18) 100%); }
.technology__image { position: absolute; inset: 0; background: url("https://fornaclinic.ro/wp-content/uploads/2021/03/aparatura.png") center/cover no-repeat; filter: saturate(.6); opacity: .68; }
.technology__content { position: relative; z-index: 2; }
.technology__content > * { max-width: 590px; }
.technology h2 { margin: 0; font-family: var(--display); font-size: clamp(42px, 4vw, 60px); font-weight: 500; line-height: 1.08; }
.technology__content > p:not(.eyebrow) { margin: 23px 0 28px; color: rgba(255,255,255,.73); font-size: 17px; }
.technology__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.technology__tags span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.24); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }

.reviews { overflow: hidden; }
.review-summary { margin-bottom: 22px; padding: 22px 24px; display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 28px; color: var(--ink); background: var(--cream); border: 1px solid rgba(21,36,44,.08); }
.review-summary__brand { display: flex; align-items: center; gap: 9px; font-size: 15px; }
.google-g { display: inline-grid; place-items: center; color: #4285f4; font-family: Arial, sans-serif; font-size: 20px; font-weight: 800; line-height: 1; }
.review-summary__score { display: flex; align-items: center; gap: 9px; }
.review-summary__score strong { font-family: var(--display); font-size: 30px; font-weight: 500; }
.review-summary__score span, .review-card__stars { color: #e8a317; font-size: 13px; letter-spacing: .07em; }
.review-summary__count strong, .review-summary__count span { display: block; }
.review-summary__count strong { font-size: 13px; }
.review-summary__count span { margin-top: 3px; color: var(--muted); font-size: 10px; }
.review-summary > a { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.reviews__viewport { width: 100vw; margin-left: calc((100vw - 100%) / -2); padding-inline: max(18px, calc((100vw - min(1180px, calc(100vw - 36px))) / 2)); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.reviews__viewport::-webkit-scrollbar { display: none; }
.reviews__track { width: max-content; display: flex; gap: 14px; }
.review-card { width: min(292px, 76vw); min-height: 280px; padding: 22px; display: flex; flex-direction: column; scroll-snap-align: start; background: var(--cream); border: 1px solid rgba(21,36,44,.07); }
.review-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.review-card__top > span:first-child { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 10px; font-weight: 700; }
.review-card__top .google-g { font-size: 17px; }
.review-card blockquote { margin: 20px 0 24px; font-family: var(--display); font-size: 17px; line-height: 1.48; }
.review-card__author { margin-top: auto; padding-top: 17px; display: flex; align-items: center; gap: 11px; border-top: 1px solid var(--line); }
.avatar { position: relative; flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; overflow: hidden; color: var(--white); background: var(--ink); border-radius: 50%; font-family: var(--display); font-size: 12px; }
.avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.avatar.is-fallback img { display: none; }
.review-card__author strong, .review-card__author span { display: block; }
.review-card__author strong { font-size: 12px; }
.review-card__author span { color: var(--muted); font-size: 10px; }
.review-card > a { margin-top: 14px; color: var(--gold); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.reviews__footer { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.reviews__footer > p { max-width: 680px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.reviews__controls { display: flex; justify-content: flex-end; gap: 8px; }
.reviews__controls button { width: 46px; height: 46px; color: var(--ink); background: transparent; border: 1px solid var(--line); cursor: pointer; }
.reviews__controls button:hover { color: var(--white); background: var(--ink); }

.faq__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 9vw, 130px); }
.faq__intro { position: sticky; top: 140px; align-self: start; }
.faq__intro > p:not(.eyebrow) { margin: 22px 0 27px; color: var(--muted); }
.faq__list details { border-top: 1px solid var(--line); }
.faq__list details:last-child { border-bottom: 1px solid var(--line); }
.faq__list summary { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-family: var(--display); font-size: 21px; cursor: pointer; list-style: none; }
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary span { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; color: var(--gold); border: 1px solid var(--line); border-radius: 50%; font-family: var(--font); transition: transform .25s; }
.faq__list details[open] summary span { transform: rotate(45deg); }
.faq__list details p { margin: -6px 50px 27px 0; color: var(--muted); font-size: 14px; }

.contact { padding: 112px 0; color: var(--white); background: linear-gradient(135deg, var(--ink), #213942); }
.contact__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.contact h2 { margin: 0; font-family: var(--display); font-size: clamp(44px, 4.4vw, 62px); font-weight: 500; line-height: 1.05; }
.contact__copy > p:not(.eyebrow) { max-width: 490px; margin: 23px 0 35px; color: rgba(255,255,255,.7); }
.contact__details { display: grid; gap: 14px; }
.contact__details > a, .contact__details > div { display: flex; align-items: center; gap: 15px; }
.contact__icon { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; color: var(--gold-light); border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.contact__icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.contact__details small, .contact__details strong { display: block; }
.contact__details small { color: rgba(255,255,255,.5); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact__details strong { margin-top: 2px; font-size: 14px; }
.contact-form { padding: clamp(28px, 4vw, 50px); color: var(--ink); background: var(--paper); box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 18px; }
.contact-form label > span:first-child { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 700; }
.contact-form label small { color: var(--muted); font-weight: 400; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #f7f6f2; border: 1px solid transparent; border-radius: 0; outline: none; transition: border-color .2s, background .2s; }
.contact-form input:not([type="checkbox"]), .contact-form select { height: 50px; }
.contact-form textarea { min-height: 96px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { background: var(--white); border-color: var(--gold); }
.contact-form .is-invalid { border-color: #b0443b !important; }
.consent { display: grid !important; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--ink); }
.consent span { margin: 0 !important; color: var(--muted); font-size: 10px !important; font-weight: 400 !important; line-height: 1.45; }
.form-error { min-height: 20px; margin: -8px 0 10px; color: #a7332b; font-size: 11px; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 9px; text-align: center; }

.footer { padding: 46px 0 24px; color: rgba(255,255,255,.68); background: #0d181e; }
.footer__top { padding-bottom: 34px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 50px; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand--footer img { width: 122px; height: 61px; filter: brightness(0) invert(1); opacity: .9; }
.footer__top > p { margin: 0; font-size: 13px; }
.footer__links { display: flex; gap: 22px; color: var(--gold-light); font-size: 11px; }
.footer__bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; font-size: 9px; }
.footer__bottom p { margin: 0; }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 90; height: 54px; padding: 0 18px 0 14px; display: flex; align-items: center; gap: 9px; color: var(--white); background: var(--green); border-radius: 28px; box-shadow: 0 12px 30px rgba(31,170,89,.3); font-size: 11px; font-weight: 700; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 25px; height: 25px; fill: currentColor; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 3px solid rgba(161,124,83,.5); outline-offset: 3px; }

@media (max-width: 1080px) {
  .header__cta { display: none; }
  .main-nav { gap: 18px; }
  .hero__grid { grid-template-columns: 1.05fr .95fr; gap: 40px; }
  .hero__credential { left: -8%; }
  .case-card { grid-template-columns: 1fr; }
  .case-card__image { min-height: 230px; }
}

@media (max-width: 900px) {
  :root { --wrap: min(100% - 36px, 760px); }
  html { scroll-padding-top: 82px; }
  .topline { display: none; }
  .site-header { top: 0; }
  .header__inner { height: 72px; }
  .brand img { width: 114px; height: 57px; }
  .menu-toggle { display: flex; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 72px 0 auto; height: calc(100vh - 72px); padding: 44px 24px; display: flex; flex-direction: column; align-items: flex-start; gap: 0; background: var(--paper); transform: translateX(100%); transition: transform .3s; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav a { width: 100%; padding: 17px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 23px; }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; }
  .hero__grid { min-height: auto; padding: 64px 0 86px; grid-template-columns: 1fr; }
  .hero__copy { max-width: none; }
  .hero__visual { width: min(100%, 520px); margin-inline: auto; }
  .hero__photo-frame { width: min(90%, 420px); margin-inline: auto; }
  .hero__credential { left: -4%; }
  .hero__facts { max-width: 670px; }
  .hero__scroll { display: none; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-strip__grid > div { min-height: 88px; padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.11); }
  .section { padding: 88px 0; }
  .section-heading--split { grid-template-columns: 1fr; gap: 22px; }
  .complex-card, .complex-card--feature, .complex-card:nth-child(2), .complex-note { grid-column: span 6; }
  .professor__grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .professor__media { min-height: 600px; }
  .professor__image-wrap { left: 0; right: 0; }
  .professor__content { padding: 78px 0; }
  .featured-case { grid-template-columns: 1fr; }
  .before-after__frame { min-height: 490px; }
  .before-after__after img { width: calc(100vw - 36px); }
  .case-cards { grid-template-columns: 1fr 1fr; }
  .review-summary { grid-template-columns: auto auto 1fr; gap: 18px; }
  .review-summary > a { grid-column: 1 / -1; }
  .faq__grid { grid-template-columns: 1fr; gap: 50px; }
  .faq__intro { position: static; }
  .contact__grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  :root { --wrap: calc(100% - 28px); }
  body { padding-bottom: 64px; }
  .hero__grid { padding: 46px 0 65px; gap: 50px; }
  .eyebrow { margin-bottom: 15px; font-size: 10px; }
  .hero h1 { font-size: clamp(43px, 13vw, 60px); }
  .hero__lead { margin-top: 22px; font-size: 17px; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .hero__facts { margin-top: 30px; padding-top: 22px; gap: 12px; }
  .hero__facts li { display: block; }
  .hero__facts strong { display: block; margin-bottom: 7px; font-size: 25px; }
  .hero__facts span { font-size: 9px; }
  .hero__photo-frame { width: 92%; }
  .hero__credential { left: -4%; bottom: 13%; width: 200px; padding: 14px 16px; }
  .hero__specialties { display: none; }
  .hero__monogram { left: -4%; font-size: 110px; }
  .trust-strip__grid > div { padding-inline: 8px; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .faq h2 { font-size: 39px; }
  .complex-grid { grid-template-columns: 1fr; }
  .complex-card, .complex-card--feature, .complex-card:nth-child(2), .complex-note { grid-column: auto; min-height: 285px; }
  .complex-card { padding: 27px; }
  .complex-card h3 { margin-top: 58px; }
  .complex-note { min-height: 230px; }
  .professor__media { min-height: 520px; }
  .professor__seal { right: -4px; bottom: 26px; width: 106px; height: 106px; border-width: 5px; }
  .professor__content { padding: 65px 0; }
  .credential-list { grid-template-columns: 1fr; }
  .featured-case { margin-inline: -14px; }
  .before-after__frame { min-height: 350px; }
  .before-after__after img { width: 100vw; }
  .before-after__hint { display: block; margin: 8px 14px; color: var(--muted); font-size: 9px; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
  .featured-case__content { padding: 34px 28px 42px; }
  .case-cards { grid-template-columns: 1fr; }
  .case-card__body { padding: 26px; }
  .process-list li { grid-template-columns: 50px 1fr; gap: 12px; }
  .process-list__time { display: none; }
  .technology { min-height: 560px; }
  .technology::after { background: linear-gradient(90deg, rgba(21,36,44,.96), rgba(21,36,44,.66)); }
  .review-summary { padding: 19px; grid-template-columns: auto 1fr; }
  .review-summary__brand { grid-column: 1 / -1; }
  .review-summary__count { align-self: center; }
  .review-card { width: 78vw; min-height: 268px; padding: 20px; }
  .reviews__footer { align-items: flex-end; }
  .faq__list summary { min-height: 78px; font-size: 18px; line-height: 1.3; }
  .contact { padding: 72px 0; }
  .contact-form { margin-inline: -6px; padding: 26px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer__top { grid-template-columns: 1fr; gap: 22px; }
  .footer__links { flex-wrap: wrap; }
  .footer__bottom { display: grid; }
  .whatsapp-float { display: none; }
  .mobile-cta { position: fixed; inset: auto 0 0; z-index: 120; height: 64px; padding: 7px; display: grid; grid-template-columns: .38fr .62fr; gap: 7px; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 -8px 30px rgba(21,36,44,.1); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; color: var(--white); background: var(--ink); font-size: 11px; font-weight: 700; }
  .mobile-cta a:first-child { color: var(--ink); background: var(--soft); }
  .mobile-cta svg { width: 17px; height: 17px; margin-right: 7px; fill: none; stroke: currentColor; stroke-width: 1.7; }
}

@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; }
}
