:root {
  --background: oklch(0.99 0.008 300);
  --foreground: oklch(0.27 0.07 280);
  --card: oklch(1 0 0);
  --primary: oklch(0.56 0.16 295);
  --primary-foreground: oklch(0.99 0.005 300);
  --secondary: oklch(0.94 0.04 300);
  --muted: oklch(0.965 0.017 305);
  --muted-foreground: oklch(0.47 0.045 280);
  --accent: oklch(0.89 0.075 305);
  --border: oklch(0.9 0.03 300);
  --lilac-deep: oklch(0.47 0.15 291);
  --lilac-soft: oklch(0.95 0.035 305);
  --lilac-pale: oklch(0.975 0.02 305);
  --lavender-line: oklch(0.78 0.1 298);
  --shadow-soft: 0 16px 38px color-mix(in oklab, var(--primary) 10%, transparent);
  --font-sans: "Montserrat", "Segoe UI", sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, serif;
}
* { border-color: var(--border); box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--background); color: var(--foreground); font-family: var(--font-sans); letter-spacing: 0; margin: 0; min-width: 320px; }
h1,h2,h3,p { margin: 0; } a { color: inherit; text-decoration: none; } svg { stroke-width: 1.65; }

.container { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 94px; }
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { display: block; width: 232px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 35px; margin-left: auto; }
.desktop-nav a { font-size: 12px; font-weight: 650; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--primary); }
.button { min-height: 46px; padding: 0 25px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 13px; font-weight: 600; transition: transform .2s ease, box-shadow .2s ease; white-space: nowrap; cursor: pointer; }
.button svg { width: 18px; height: 18px; } .button:hover { transform: translateY(-2px); }
.button-solid { color: var(--primary-foreground); background: linear-gradient(110deg, var(--lilac-deep), var(--primary)); box-shadow: 0 10px 22px color-mix(in oklab, var(--primary) 24%, transparent); }
.button-outline { border: 1px solid var(--primary); color: var(--primary); background: color-mix(in oklab, var(--background) 82%, transparent); }
.header-cta { min-height: 44px; padding-inline: 26px; } .mobile-menu { display: none; position: relative; }
.hero { min-height: 710px; position: relative; overflow: hidden; background: radial-gradient(circle at 65% 30%, var(--background) 0 10%, transparent 40%), linear-gradient(115deg, var(--lilac-pale), var(--background) 55%, var(--lilac-soft)); padding-top: 94px; }
.hero::after { content: ""; position: absolute; width: 420px; height: 600px; right: -180px; top: 90px; border: 1px solid color-mix(in oklab, var(--primary) 10%, transparent); border-radius: 50% 0 0 50%; transform: rotate(12deg); }
.hero-grid { display: grid; grid-template-columns: 54% 46%; min-height: 616px; position: relative; z-index: 2; }
.hero-copy { padding-top: 77px; position: relative; z-index: 4; }
.eyebrow { color: var(--primary); font-size: 11px; text-transform: uppercase; font-weight: 750; letter-spacing: .17em; margin-bottom: 16px; }
h1,h2 { font-family: var(--font-serif); font-weight: 500; letter-spacing: 0; }
h1 { font-size: clamp(48px, 4.5vw, 69px); line-height: .98; max-width: 680px; }
h1 em, h2 em { color: var(--primary); font-style: normal; }
.title-rule { display: block; width: 50px; height: 1px; background: var(--primary); margin: 26px 0; }
.hero-intro { color: var(--muted-foreground); font-size: 14px; line-height: 1.72; }
.hero-actions { display: flex; gap: 18px; margin-top: 27px; }
.trust-row { display: flex; gap: 38px; margin-top: 42px; }
.trust-row>div { display: flex; align-items: center; gap: 10px; } .trust-row span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: var(--primary); background: var(--secondary); }
.trust-row svg { width: 22px; } .trust-row p { font-size: 10px; font-weight: 600; line-height: 1.45; }
.hero-portrait { position: relative; align-self: end; height: 616px; }
.hero-portrait img { height: 610px; width: auto; max-width: none; position: absolute; bottom: -1px; left: -8px; z-index: 2; object-fit: contain; filter: drop-shadow(0 14px 18px color-mix(in oklab, var(--foreground) 12%, transparent)); }
.portrait-halo { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: color-mix(in oklab, var(--background) 62%, transparent); left: 10px; top: 58px; }
.hero-leaf { position: absolute; width: 180px; height: 240px; opacity: .2; border: 1px solid var(--primary); border-radius: 100% 0; transform: rotate(35deg); }
.hero-leaf-left { left: -125px; bottom: -85px; } .hero-leaf-right { right: -90px; top: 110px; transform: rotate(-28deg); }
.section { padding: 72px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; gap: 84px; }
.about-photo-wrap { position: relative; min-height: 490px; display: grid; place-items: center; }
.about-photo-wrap img { position: relative; z-index: 2; width: 430px; aspect-ratio: 1/1.08; object-fit: cover; object-position: center top; border-radius: 18px; box-shadow: var(--shadow-soft); }
.about-block { position: absolute; width: 430px; height: 430px; border-radius: 18px; background: var(--secondary); transform: translate(-36px, 30px); }
.about-leaf { position: absolute; z-index: 3; width: 92px; height: 92px; left: -18px; bottom: 4px; color: var(--lavender-line); opacity: .55; transform: rotate(-35deg); }
.about-copy { max-width: 560px; } .about-copy h2, .section-heading h2 { font-size: 43px; line-height: 1.05; }
.about-copy>p:not(.eyebrow) { color: var(--muted-foreground); font-size: 13px; line-height: 1.7; margin-bottom: 16px; }
.about-copy strong { color: var(--foreground); font-weight: 600; }
.signature { font-family: var(--font-serif); font-size: 40px; font-style: italic; color: var(--primary); margin-top: 20px; line-height: .8; }
.signature small { display: block; margin: 12px 0 0 64px; font-family: var(--font-sans); font-size: 9px; font-style: normal; }
.online-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.online-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: stretch; }
.online-photos img { width: 100%; height: 100%; aspect-ratio: 3/4; border-radius: 16px; box-shadow: var(--shadow-soft); object-fit: cover; }
.online-photos img:first-child { object-position: center 20%; }
.online-photos img:last-child { object-position: center 60%; }
.online-copy { max-width: 520px; }
.online-copy h2 { font-size: 40px; line-height: 1.16; }
.online-copy>p { color: var(--muted-foreground); font-size: 13px; line-height: 1.7; margin-bottom: 16px; }
.online-list { display: grid; gap: 12px; margin-top: 6px; }
.online-list li { list-style: none; display: flex; gap: 10px; align-items: flex-start; font-size: 12.5px; color: var(--muted-foreground); }
.online-list svg { width: 17px; height: 17px; flex: 0 0 auto; color: var(--primary); margin-top: 1px; }
.services { padding-top: 38px; background: linear-gradient(180deg, var(--background), var(--lilac-pale)); }
.section-heading { text-align: center; margin-bottom: 32px; } .section-heading .eyebrow { margin-bottom: 9px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 230px; padding: 25px 22px; background: var(--card); border: 1px solid color-mix(in oklab, var(--border) 65%, transparent); border-radius: 14px; box-shadow: var(--shadow-soft); text-align: center; display: flex; flex-direction: column; align-items: center; }
.icon-bubble { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: var(--secondary); color: var(--primary); margin-bottom: 18px; }
.icon-bubble svg { width: 37px; height: 37px; }
.service-card h3, .difference-grid h3 { font-size: 12px; font-weight: 750; margin-bottom: 11px; }
.service-card p, .difference-grid p { font-size: 11px; color: var(--muted-foreground); line-height: 1.7; }
.differences { padding-top: 32px; background: var(--lilac-pale); }
.difference-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.difference-grid article { text-align: center; padding: 5px 30px; border-right: 1px solid var(--border); } .difference-grid article:last-child { border: 0; }
.difference-grid svg { width: 38px; height: 38px; color: var(--primary); margin: 0 auto 14px; }
.contact { padding: 30px 0 46px; background: var(--lilac-pale); }
.contact-panel { min-height: 145px; position: relative; overflow: hidden; border-radius: 14px; background: linear-gradient(110deg, var(--secondary), var(--lilac-soft)); display: grid; grid-template-columns: 1.2fr 1.15fr auto; align-items: center; gap: 30px; padding: 26px 45px; }
.contact-panel h2 { font-size: 32px; margin-bottom: 9px; } .contact-panel>div:first-child p { font-size: 12px; line-height: 1.6; }
.contact-number { display: flex; align-items: center; gap: 18px; } .contact-number>span { flex: 0 0 auto; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: var(--background); color: var(--primary); }
.contact-number svg { width: 31px; height: 31px; } .contact-number p { font-size: 10px; } .contact-number strong { display: block; font-family: var(--font-serif); font-size: 29px; font-weight: 500; color: var(--primary); line-height: 1.1; } .contact-number small { font-size: 9px; }
.button-compact { min-height: 44px; padding-inline: 24px; position: relative; z-index: 2; } .contact-leaf { position: absolute; width: 95px; height: 95px; color: var(--lavender-line); opacity: .5; right: -19px; bottom: -21px; transform: rotate(-30deg); }
footer { background: var(--background); } .footer-main { min-height: 110px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; } .footer-main>img { width: 230px; } .footer-main>p { text-align: center; font-size: 10px; line-height: 1.5; }
.socials { justify-self: end; display: flex; gap: 12px; } .socials a { width: 35px; height: 35px; border: 1px solid var(--border); border-radius: 50%; display: grid; place-items: center; color: var(--primary); } .socials svg { width: 17px; }
.disclaimer { text-align: center; padding: 12px; border-top: 1px solid var(--border); font-size: 9px; color: var(--muted-foreground); }
.desktop-only { display: inline; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
@media (max-width: 980px) {
  .desktop-nav,.header-cta { display: none; } .mobile-menu { display: block; }
  .mobile-menu summary { list-style: none; width: 42px; height: 42px; border: 1px solid var(--border); border-radius: 50%; display: grid; place-content: center; gap: 4px; cursor: pointer; } .mobile-menu summary::-webkit-details-marker { display: none; } .mobile-menu summary span { width: 18px; height: 1px; background: var(--foreground); }
  .mobile-menu nav { position: absolute; right: 0; top: 50px; width: 190px; padding: 15px; border-radius: 8px; background: var(--card); box-shadow: var(--shadow-soft); display: grid; } .mobile-menu nav a { padding: 10px; font-size: 13px; }
  .hero-grid { grid-template-columns: 58% 42%; } .hero-portrait img { left: -45px; } .trust-row { gap: 18px; } .trust-row p { display: none; } .about-grid { gap: 45px; } .service-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-panel { grid-template-columns: 1fr 1fr; } .button-compact { grid-column: 2; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 32px, 560px); } .site-header { height: 76px; } .brand img { width: 178px; }
  .hero { min-height: auto; padding-top: 70px; padding-bottom: 44px; background: linear-gradient(180deg, var(--lilac-soft) 0%, var(--lilac-pale) 38%, var(--background) 100%); } .hero::after { display: none; }
  .hero-grid { display: flex; flex-direction: column; min-height: 0; } h1 { font-size: 45px; line-height: 1.02; } .hero-intro { font-size: 13px; max-width: 350px; }
  .hero-portrait { order: 1; position: relative; height: auto; width: 100%; display: flex; justify-content: center; margin-top: 4px; } .hero-portrait img { position: relative; height: auto; max-height: 470px; width: auto; left: auto; transform: none; -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent 100%); mask-image: linear-gradient(to bottom, #000 70%, transparent 100%); } .portrait-halo { display: none; }
  .hero-copy { order: 2; margin-top: -46px; position: relative; z-index: 4; padding-top: 0; }
  .hero-actions { flex-wrap: wrap; gap: 11px; } .button { min-height: 43px; padding-inline: 18px; font-size: 11px; }
  .trust-row { margin-top: 28px; gap: 14px; justify-content: space-between; } .trust-row p { display: block; font-size: 9px; } .trust-row>div { display: grid; justify-items: center; text-align: center; gap: 5px; }
  .section { padding: 56px 0; } .about-grid { grid-template-columns: 1fr; gap: 52px; } .about-photo-wrap { min-height: 390px; } .about-photo-wrap img { width: min(88vw, 390px); } .about-block { width: min(88vw, 390px); height: 390px; transform: translate(-16px, 20px); }
  .about-copy h2, .section-heading h2 { font-size: 36px; } .service-grid { grid-template-columns: 1fr; } .service-card { min-height: 210px; }
  .online-grid { grid-template-columns: 1fr; gap: 30px; } .online-copy h2 { font-size: 33px; }
  .difference-grid { grid-template-columns: 1fr 1fr; gap: 30px 0; } .difference-grid article:nth-child(2) { border-right: 0; }
  .contact-panel { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; padding: 30px 26px; } .button-compact { align-self: stretch; }
  .footer-main { grid-template-columns: 1fr auto; padding: 22px 0; } .footer-main>img { width: 190px; } .footer-main>p { grid-column: 1/-1; grid-row: 2; text-align: left; margin-top: 15px; } .desktop-only { display: none; }
}
@media (max-width: 430px) { h1 { font-size: 39px; } .hero-portrait img { max-height: 420px; } .hero-copy { margin-top: -30px; } .trust-row p { display: none; } .service-grid { gap: 12px; } }
