:root {
  --ink: #35242f;
  --wine: #3b2535;
  --plum: #7a4e6b;
  --rose: #c58e7d;
  --blush: #e7d4cf;
  --shell: #f6efec;
  --paper: #fffdfc;
  --sage: #78877f;
  --muted: #71666c;
  --line: rgba(59, 37, 53, .14);
  --shadow: 0 20px 70px rgba(54, 32, 47, .10);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --radius: 26px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 16px/1.7 var(--sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid rgba(197, 142, 125, .65); outline-offset: 4px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 9999; background: var(--wine); color: white; padding: 10px 16px; }
.skip-link:focus { top: 20px; }
.container { width: min(calc(100% - 42px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 42px), 800px); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 128px) 0; }
.section-sm { padding: clamp(52px, 6vw, 84px) 0; }
.soft { background: var(--shell); }
.wine { background: var(--wine); color: var(--paper); }
.eyebrow { margin: 0 0 18px; color: var(--plum); font-size: .76rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.wine .eyebrow { color: var(--blush); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.04; }
h1 { max-width: 850px; margin-bottom: 26px; font-size: clamp(3rem, 7vw, 6.4rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.3rem, 4.8vw, 4.6rem); }
h3 { margin-bottom: 12px; font-size: 1.06rem; line-height: 1.35; }
.lede { max-width: 760px; color: var(--muted); font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.62; }
.wine .lede, .wine p { color: #e3d8dc; }
.micro { font-size: .82rem; line-height: 1.55; color: var(--muted); }
.rule { height: 1px; background: var(--line); }

.top-note { background: var(--wine); color: #f3e9ec; font-size: .75rem; letter-spacing: .06em; }
.top-note .container { min-height: 36px; display: flex; align-items: center; justify-content: center; text-align: center; }
.site-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid var(--line); background: rgba(255,253,252,.92); backdrop-filter: blur(18px); }
.header-inner { height: 82px; display: flex; align-items: center; gap: 26px; }
.brand { width: 248px; flex: 0 0 auto; }
.brand img { width: 100%; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.desktop-nav a { position: relative; text-decoration: none; color: #584b52; font-size: .86rem; font-weight: 650; }
.desktop-nav > a:not(.btn)::after, .nav-drop > button::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--plum); transition: right .2s ease; }
.desktop-nav > a:hover::after, .nav-drop > button:hover::after { right: 0; }
.nav-drop { position: relative; }
.nav-drop > button { position: relative; padding: 0; border: 0; background: none; cursor: pointer; color: #584b52; font-size: .86rem; font-weight: 650; }
.nav-drop > button span { margin-left: 5px; font-size: .7rem; }
.drop-panel { position: absolute; top: calc(100% + 18px); left: -24px; min-width: 260px; padding: 13px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-7px); transition: .2s ease; }
.nav-drop:hover .drop-panel, .nav-drop:focus-within .drop-panel { opacity: 1; visibility: visible; transform: none; }
.drop-panel a { display: block; padding: 10px 12px; border-radius: 10px; }
.drop-panel a:hover { background: var(--shell); }
.menu-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { display: block; width: 19px; height: 1px; margin: auto; background: var(--wine); content: ''; transition: .2s; }
.menu-toggle i::before { transform: translateY(-6px); }
.menu-toggle i::after { transform: translateY(5px); }
.mobile-nav { display: none; position: fixed; inset: 119px 0 0; z-index: 999; overflow-y: auto; padding: 28px 24px 60px; background: var(--paper); }
.mobile-nav a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-family: var(--serif); font-size: 1.45rem; }
.mobile-nav .mobile-label { margin: 24px 0 6px; color: var(--plum); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; border: 1px solid transparent; border-radius: 999px; background: var(--wine); color: #fff; text-decoration: none; font-size: .83rem; font-weight: 750; letter-spacing: .04em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(59,37,53,.18); }
.btn-light { background: var(--paper); color: var(--wine); }
.btn-ghost { border-color: var(--line); background: transparent; color: var(--wine); }
.wine .btn-ghost { border-color: rgba(255,255,255,.3); color: white; }
.btn-sm { min-height: 43px; padding: 10px 16px; font-size: .76rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--plum); font-weight: 750; text-decoration: none; }
.text-link::after { content: '→'; transition: transform .2s; }
.text-link:hover::after { transform: translateX(4px); }

.hero { position: relative; min-height: 680px; overflow: hidden; background: var(--shell); }
.hero::before { content: ''; position: absolute; width: 670px; height: 670px; right: -150px; top: -220px; border: 1px solid rgba(122,78,107,.22); border-radius: 50%; }
.hero::after { content: ''; position: absolute; width: 440px; height: 440px; right: 65px; bottom: -270px; border-radius: 50%; background: var(--blush); opacity: .62; }
.hero-inner { position: relative; z-index: 1; min-height: 680px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: center; gap: 70px; padding-block: 80px; }
.hero-copy .lede { max-width: 680px; }
.hero-card { position: relative; width: min(100%, 390px); justify-self: end; padding: 38px; border: 1px solid rgba(59,37,53,.12); border-radius: 180px 180px 28px 28px; background: rgba(255,253,252,.72); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.listening-mark { width: 120px; margin: 8px auto 55px; }
.hero-card blockquote { margin: 0 0 28px; font-family: var(--serif); font-size: 1.55rem; line-height: 1.35; }
.hero-card p { color: var(--muted); font-size: .9rem; }
.trust-strip { position: relative; z-index: 2; border-top: 1px solid var(--line); background: rgba(255,253,252,.82); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 23px 20px; border-right: 1px solid var(--line); text-align: center; color: #65575f; font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.trust-item:last-child { border-right: 0; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.section-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-head h2 { margin-bottom: 0; }
.section-head .lede { margin-bottom: 4px; }
.pillar-card { position: relative; min-height: 450px; overflow: hidden; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 10px 40px rgba(59,37,53,.05); }
.pillar-card::after { content: ''; position: absolute; width: 250px; height: 250px; right: -110px; bottom: -115px; border: 38px solid var(--blush); border-radius: 50%; opacity: .55; }
.pillar-card:nth-child(2)::after { border-color: #d8cec6; }
.pillar-card:nth-child(3)::after { border-color: #bdc9c2; }
.pillar-card .number { color: var(--rose); font: 400 4.6rem/1 var(--serif); }
.pillar-card h3 { margin: 90px 0 16px; font: 400 2.2rem/1.1 var(--serif); }
.pillar-card ul { min-height: 95px; margin: 0 0 26px; padding: 0; list-style: none; color: var(--muted); }
.pillar-card li { margin-bottom: 5px; }

.expert-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.expert-art { position: relative; min-height: 560px; overflow: hidden; border-radius: 210px 210px 30px 30px; background: var(--wine); color: white; }
.expert-art::before, .expert-art::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.expert-art::before { width: 390px; height: 390px; left: -130px; top: -100px; }
.expert-art::after { width: 300px; height: 300px; right: -110px; bottom: -70px; }
.expert-monogram { position: absolute; left: 50%; top: 44%; transform: translate(-50%,-50%); font: 400 8rem/1 var(--serif); color: var(--blush); letter-spacing: -.12em; }
.expert-label { position: absolute; left: 34px; right: 34px; bottom: 32px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.25); }
.expert-label strong { display: block; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.expert-label span { color: #d9cbd1; font-size: .82rem; }
.check-list { margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { position: relative; margin-bottom: 14px; padding-left: 28px; color: var(--muted); }
.check-list li::before { content: ''; position: absolute; width: 9px; height: 9px; left: 0; top: .55em; border: 2px solid var(--rose); border-radius: 50%; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.process-step { padding: 35px 28px; border-right: 1px solid var(--line); }
.process-step:last-child { border-right: 0; }
.process-step span { display: block; margin-bottom: 26px; color: var(--rose); font-family: var(--serif); font-size: 2.2rem; }
.process-step p { color: var(--muted); font-size: .9rem; }
.privacy-banner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; padding: clamp(38px, 6vw, 70px); border-radius: var(--radius); background: var(--wine); color: white; }
.privacy-banner h2 { font-size: clamp(2.2rem,4vw,3.8rem); }
.privacy-banner p { color: #dfd2d7; }

.page-hero { position: relative; overflow: hidden; padding: clamp(92px, 11vw, 155px) 0 clamp(72px, 9vw, 115px); background: var(--shell); }
.page-hero::after { content: ''; position: absolute; width: 460px; height: 460px; right: -150px; top: -210px; border: 55px solid var(--blush); border-radius: 50%; opacity: .65; }
.page-hero h1 { max-width: 920px; font-size: clamp(3.2rem, 6.5vw, 6.1rem); }
.breadcrumb { margin-bottom: 55px; color: var(--muted); font-size: .76rem; font-weight: 650; letter-spacing: .06em; }
.breadcrumb a { text-decoration: none; }
.content-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: start; }
.content-intro h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.content-intro p { color: var(--muted); }
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 40px; }
.service-item { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.service-item h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.service-item p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.decision-card { padding: 38px; border-left: 3px solid var(--rose); background: var(--shell); }
.decision-card h3 { font: 400 1.8rem/1.2 var(--serif); }
.seo-copy { color: var(--muted); }
.seo-copy h2 { color: var(--ink); }
.seo-copy h3 { margin-top: 36px; color: var(--ink); font: 400 1.45rem/1.3 var(--serif); }
.seo-copy ul { padding-left: 20px; }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 0; border: 0; background: none; cursor: pointer; text-align: left; font-family: var(--serif); font-size: 1.25rem; }
.faq-question span:last-child { flex: 0 0 auto; color: var(--plum); font-family: var(--sans); font-size: 1.2rem; transition: transform .2s; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer p { max-width: 850px; padding: 0 0 24px; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.contact-details { position: sticky; top: 145px; }
.contact-details h1, .contact-details h2 { font-size: clamp(2.7rem,5vw,4.8rem); }
.detail-row { padding: 22px 0; border-bottom: 1px solid var(--line); }
.detail-row span { display: block; margin-bottom: 5px; color: var(--plum); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.detail-row a { text-decoration: none; }
.contact-form { padding: clamp(28px,5vw,55px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--shell); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { margin-bottom: 20px; }
.field.full { grid-column: 1 / -1; }
label { display: block; margin-bottom: 7px; font-size: .79rem; font-weight: 750; }
input, select, textarea { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid rgba(59,37,53,.2); border-radius: 10px; background: var(--paper); color: var(--ink); }
textarea { min-height: 140px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--plum); outline: 2px solid rgba(122,78,107,.12); }
.check-field { display: flex; align-items: flex-start; gap: 11px; margin: 8px 0 24px; }
.check-field input { width: 18px; min-height: 18px; margin-top: 4px; }
.check-field label { margin: 0; color: var(--muted); font-weight: 400; }
.form-status { display: none; margin-bottom: 20px; padding: 13px 15px; border-radius: 10px; background: #eef4ef; color: #365342; }
.form-status.error { background: #f8e9e8; color: #7a322f; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.cta-band { padding: clamp(54px, 7vw, 88px) 0; background: var(--wine); color: white; }
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.cta-inner h2 { max-width: 760px; margin: 0; font-size: clamp(2.3rem,4vw,4rem); }
.cta-inner p { margin: 12px 0 0; color: #ddcfd4; }
.site-footer { background: #2f202a; color: #e8dde1; }
.footer-main { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 50px; padding: 75px 0 55px; }
.footer-brand img { width: 255px; margin-bottom: 22px; }
.footer-brand p { max-width: 360px; color: #cdbfc4; font-size: .88rem; }
.footer-col h3 { margin-bottom: 18px; color: #f8f1f3; font: 400 1.2rem/1.2 var(--serif); }
.footer-col a { display: block; margin-bottom: 8px; color: #cdbfc4; text-decoration: none; font-size: .84rem; }
.footer-col a:hover { color: white; }
.footer-bottom { padding: 22px 0 30px; border-top: 1px solid rgba(255,255,255,.1); color: #bcaeb3; font-size: .72rem; }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 20px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 800; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #2f8e65; color: white; box-shadow: 0 12px 36px rgba(20,83,59,.3); text-decoration: none; transition: transform .2s; }
.whatsapp-float:hover { transform: scale(1.06); }
.whatsapp-float svg { width: 28px; height: 28px; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  body.nav-open .mobile-nav { display: block; }
  .hero-inner { grid-template-columns: 1fr; gap: 45px; }
  .hero-card { width: min(100%, 530px); justify-self: start; border-radius: 180px 180px 28px 28px; }
  .grid-3 { grid-template-columns: 1fr; }
  .pillar-card { min-height: 360px; }
  .pillar-card h3 { margin-top: 50px; }
  .expert-wrap, .contact-grid { gap: 50px; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-col:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .container, .narrow { width: min(calc(100% - 32px), var(--max)); }
  .top-note .container { min-height: 42px; }
  .header-inner { height: 72px; }
  .brand { width: 210px; }
  .mobile-nav { inset: 115px 0 0; }
  .hero, .hero-inner { min-height: auto; }
  .hero-inner { padding-block: 70px; }
  h1 { font-size: clamp(2.8rem, 13vw, 4.7rem); }
  .hero-card { padding: 30px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-head, .expert-wrap, .content-intro, .privacy-banner, .contact-grid, .cta-inner { grid-template-columns: 1fr; gap: 35px; }
  .expert-art { min-height: 460px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-list, .form-grid, .grid-2 { grid-template-columns: 1fr; }
  .contact-details { position: static; }
  .field.full { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col:last-child { grid-column: 1 / -1; }
  .footer-bottom-inner { flex-direction: column; }
}

@media (max-width: 440px) {
  .brand { width: 188px; }
  .hero-card { border-radius: 130px 130px 24px 24px; }
  .trust-grid, .process-grid, .footer-main { grid-template-columns: 1fr; }
  .trust-item, .process-step { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child, .process-step:last-child { border-bottom: 0; }
  .footer-brand, .footer-col:last-child { grid-column: auto; }
  .button-row .btn { width: 100%; }
}

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