:root {
  --forest-950: #14221c;
  --forest-900: #1c3027;
  --forest-800: #294438;
  --forest-700: #3c5d4d;
  --sage-500: #809d8a;
  --sage-300: #b8cbbd;
  --sage-100: #e6eee7;
  --cream: #fbf8f1;
  --paper: #fffdf9;
  --gold: #c89a61;
  --gold-dark: #9a6a35;
  --text: #243129;
  --muted: #617067;
  --white: #fff;
  --shadow-sm: 0 10px 30px rgba(19, 40, 31, .10);
  --shadow-md: 0 18px 50px rgba(19, 40, 31, .16);
  --shadow-lg: 0 30px 80px rgba(12, 29, 22, .22);
  --radius: 24px;
  --transition: .3s ease;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 10%, rgba(200,154,97,.08), transparent 25%),
    linear-gradient(180deg, #f5f1e8 0%, #edf3ed 45%, #f8f5ef 100%);
  font-size: 1.15rem;
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: inherit; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; display: block; }

.skip-link { position: fixed; left: 1rem; top: -80px; z-index: 9999; padding: .8rem 1rem; background: var(--forest-950); color: white; border-radius: 8px; transition: .2s; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(251,248,241,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(41,68,56,.12);
  box-shadow: 0 6px 28px rgba(25,47,38,.07);
}
.nav-container { max-width: 1240px; margin: auto; padding: .85rem 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.brand { text-decoration: none; display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: "Alex Brush", cursive; color: var(--forest-900); font-size: 2.55rem; }
.brand-role { margin-top: .3rem; font-family: Montserrat, sans-serif; font-size: .66rem; letter-spacing: .25em; color: var(--gold-dark); text-transform: uppercase; font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: .45rem; list-style: none; }
.nav-links a { display: inline-flex; align-items: center; gap: .45rem; font-family: Montserrat, sans-serif; font-size: .82rem; font-weight: 600; text-decoration: none; padding: .7rem 1rem; border-radius: 999px; transition: var(--transition); }
.nav-links a:hover { color: var(--gold-dark); background: rgba(200,154,97,.1); transform: translateY(-1px); }
.nav-links .nav-cta { color: white; padding-inline: 1.3rem; background: linear-gradient(135deg, var(--forest-700), var(--forest-950)); box-shadow: 0 9px 22px rgba(28,48,39,.22), inset 0 1px rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.1); }
.nav-links .nav-cta:hover { color: white; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); box-shadow: 0 12px 26px rgba(154,106,53,.28); }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; background: var(--forest-900); margin: 5px 0; transition: var(--transition); }

.hero { min-height: 690px; position: relative; overflow: hidden; display: flex; align-items: center; background:
  linear-gradient(105deg, rgba(20,34,28,.97) 0%, rgba(28,48,39,.95) 47%, rgba(58,88,72,.90) 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='.6'%3E%3Cpath d='M60 0c0 33-27 60-60 60M120 60c-33 0-60 27-60 60M60 120c0-33 27-60 60-60M0 60c33 0 60-27 60-60'/%3E%3C/g%3E%3C/svg%3E"); }
.hero-inner { max-width: 1240px; width: 100%; margin: auto; padding: 7rem 1.5rem 8rem; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 5rem; position: relative; z-index: 2; }
.hero-copy { color: white; max-width: 760px; }
.eyebrow, .section-kicker, .small-label, .path-label { font-family: Montserrat, sans-serif; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 700; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; color: #f1d8b6; padding: .55rem 1rem; border: 1px solid rgba(241,216,182,.35); border-radius: 999px; background: rgba(255,255,255,.06); margin-bottom: 1.7rem; box-shadow: inset 0 1px rgba(255,255,255,.08); }
.hero h1 { font-size: clamp(3rem, 5.5vw, 5.4rem); line-height: .98; font-weight: 500; letter-spacing: -.035em; text-wrap: balance; }
.hero h1 em { color: #e6c79f; font-weight: 500; }
.hero-copy > p { max-width: 670px; margin: 1.7rem 0 2.3rem; color: rgba(255,255,255,.82); font-size: 1.35rem; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.btn { position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: 1rem 1.55rem; border: 0; border-radius: 999px; font-family: Montserrat, sans-serif; font-size: .83rem; font-weight: 700; text-decoration: none; cursor: pointer; transition: var(--transition); }
.btn::before { content: ""; position: absolute; inset: 0; transform: translateX(-120%) skewX(-25deg); width: 55%; background: rgba(255,255,255,.22); transition: .55s ease; }
.btn:hover::before { transform: translateX(230%) skewX(-25deg); }
.btn:hover { transform: translateY(-4px); }
.btn-primary { color: white; background: linear-gradient(135deg, #d2a66e, #9a6a35); box-shadow: 0 14px 28px rgba(0,0,0,.25), inset 0 1px rgba(255,255,255,.38); border: 1px solid rgba(255,255,255,.13); }
.btn-secondary { color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.28); box-shadow: inset 0 1px rgba(255,255,255,.12); }
.btn-secondary:hover { background: rgba(255,255,255,.14); }
.trust-row { margin-top: 2.1rem; display: flex; flex-wrap: wrap; gap: 1.2rem; color: rgba(255,255,255,.66); font-family: Montserrat, sans-serif; font-size: .68rem; }
.trust-row span { display: inline-flex; gap: .4rem; align-items: center; }
.trust-row i { color: #e5c59d; }
.hero-quote { position: relative; padding: 3rem 2.5rem; color: white; border-radius: 220px 220px 26px 26px; background: linear-gradient(160deg, rgba(255,255,255,.17), rgba(255,255,255,.055)); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(10px); box-shadow: var(--shadow-lg), inset 0 1px rgba(255,255,255,.18); text-align: center; }
.hero-quote::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(225,196,157,.32); border-radius: inherit; pointer-events: none; }
.quote-mark { font-size: 6rem; height: 4rem; color: #e4c496; line-height: 1; }
.hero-quote p { font-size: 1.7rem; font-style: italic; line-height: 1.35; }
.hero-quote span { display: block; margin-top: 1.2rem; color: rgba(255,255,255,.65); font-family: Montserrat, sans-serif; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .35; }
.hero-orb-one { width: 360px; height: 360px; right: -100px; top: -140px; background: radial-gradient(circle, #c9a576, transparent 68%); }
.hero-orb-two { width: 430px; height: 430px; left: 35%; bottom: -330px; background: radial-gradient(circle, #8fb19b, transparent 70%); }
.leaf-decoration { position: absolute; color: rgba(226,197,157,.12); font-size: 11rem; transform: rotate(-35deg); }
.leaf-left { left: -3rem; bottom: 3rem; }
.leaf-right { right: 2%; top: 1rem; transform: rotate(135deg); }
.hero-wave { position: absolute; z-index: 2; left: -5%; right: -5%; bottom: -1px; height: 65px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: #f5f1e8; }

.section { padding: 7rem 1.5rem; position: relative; }
.section-container { max-width: 1180px; margin: auto; }
.section-heading { text-align: center; max-width: 720px; margin: 0 auto 3.7rem; }
.section-kicker { color: var(--gold-dark); }
.section-heading h2, .contact-copy h2 { margin-top: .45rem; color: var(--forest-900); font-size: clamp(2.8rem, 5vw, 4.25rem); font-weight: 500; line-height: 1.05; }
.section-heading p { margin-top: .8rem; color: var(--muted); font-size: 1.2rem; }
.section-heading.light h2, .section-heading.light p { color: white; }
.section-heading.light p { color: rgba(255,255,255,.7); }
.section-heading.light .section-kicker { color: #e6c79f; }

.section-about { background: #f5f1e8; }
.section-about::before { content: ""; position: absolute; width: 380px; height: 380px; left: -220px; top: 90px; border-radius: 50%; border: 1px solid rgba(200,154,97,.22); box-shadow: 0 0 0 35px rgba(200,154,97,.025), 0 0 0 70px rgba(200,154,97,.018); }
.about-panel { position: relative; display: grid; grid-template-columns: .75fr 1.55fr .85fr; gap: 2.5rem; align-items: center; padding: 3rem; border-radius: 32px; background: rgba(255,253,249,.78); border: 1px solid rgba(154,106,53,.18); box-shadow: var(--shadow-md); }
.about-panel::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(128,157,138,.23); border-radius: 24px; pointer-events: none; }
.portrait-column { text-align: center; position: relative; z-index: 1; }
.portrait-frame { width: 245px; height: 310px; margin: auto; position: relative; padding: 9px; border-radius: 140px 140px 24px 24px; background: linear-gradient(145deg, #cfaa79, #795630); box-shadow: 0 18px 35px rgba(56,44,27,.22); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; border-radius: 132px 132px 18px 18px; border: 5px solid #f7f0e6; }
.portrait-ring { position: absolute; inset: -13px; border: 1px solid rgba(154,106,53,.35); border-radius: 150px 150px 31px 31px; }
.portrait-badge { position: absolute; right: -10px; bottom: 25px; width: 48px; height: 48px; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--forest-700), var(--forest-950)); border-radius: 50%; border: 4px solid #f8f4ed; box-shadow: var(--shadow-sm); }
.signature { font-family: "Alex Brush", cursive; color: var(--gold-dark); font-size: 2.2rem; margin-top: 1rem; }
.about-copy { position: relative; z-index: 1; }
.small-label { color: var(--gold-dark); }
.about-copy h3 { margin: .45rem 0 1.2rem; color: var(--forest-900); font-size: 2.1rem; line-height: 1.15; font-weight: 600; }
.about-copy p { margin-bottom: 1rem; color: #526159; }
.about-values { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.6rem; }
.about-values span { display: inline-flex; align-items: center; gap: .45rem; padding: .45rem .8rem; border-radius: 999px; color: var(--forest-800); background: var(--sage-100); font-family: Montserrat, sans-serif; font-size: .68rem; font-weight: 700; }
.about-values i { color: var(--gold-dark); }
.credential-card { position: relative; z-index: 1; padding: 2rem 1.5rem; text-align: center; color: white; background: linear-gradient(155deg, var(--forest-700), var(--forest-950)); border-radius: 20px; box-shadow: var(--shadow-md); border: 1px solid rgba(255,255,255,.13); }
.credential-card::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(226,199,159,.25); border-radius: 14px; }
.credential-card > * { position: relative; z-index: 1; }
.credential-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 1rem; border-radius: 50%; color: #f2d6ad; font-size: 1.5rem; border: 1px solid rgba(242,214,173,.4); background: rgba(255,255,255,.07); }
.credential-top { color: #e8c99f; font-family: Montserrat, sans-serif; text-transform: uppercase; font-size: .62rem; letter-spacing: .16em; }
.credential-card h3 { margin: .75rem 0 .55rem; font-size: 1.55rem; }
.credential-card p { color: rgba(255,255,255,.7); line-height: 1.4; font-size: 1rem; }
.credential-code { margin: 1.2rem auto; padding: .65rem; border-radius: 9px; color: #f4d6ad; background: rgba(0,0,0,.18); border: 1px dashed rgba(244,214,173,.4); font-family: Montserrat, sans-serif; font-size: .75rem; font-weight: 700; letter-spacing: .12em; }
.credential-note { font-family: Montserrat, sans-serif; font-size: .63rem; color: rgba(255,255,255,.65); }

.section-counseling { overflow: hidden; background: linear-gradient(145deg, #20362c 0%, #365545 100%); }
.section-counseling::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(30deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff), linear-gradient(150deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff); background-size: 80px 140px; }
.cards-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; position: relative; }
.service-card { position: relative; min-height: 315px; padding: 2.3rem; overflow: hidden; color: white; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.06)); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); box-shadow: 0 18px 45px rgba(7,19,13,.17); backdrop-filter: blur(5px); transition: var(--transition); }
.service-card:hover { transform: translateY(-10px); background: linear-gradient(145deg, rgba(255,255,255,.17), rgba(255,255,255,.08)); box-shadow: 0 28px 55px rgba(7,19,13,.28); }
.card-number { position: absolute; right: 1.5rem; top: .85rem; color: rgba(255,255,255,.08); font-size: 4rem; font-family: Montserrat, sans-serif; font-weight: 700; }
.card-icon { width: 66px; height: 66px; display: grid; place-items: center; margin-bottom: 1.6rem; border-radius: 18px; color: #f2d5ad; font-size: 1.55rem; background: rgba(0,0,0,.17); border: 1px solid rgba(242,213,173,.3); box-shadow: inset 0 1px rgba(255,255,255,.08); }
.service-card h3 { font-size: 1.75rem; margin-bottom: .7rem; }
.service-card p { color: rgba(255,255,255,.68); font-size: 1.08rem; }
.card-line { position: absolute; bottom: 0; left: 0; width: 34%; height: 4px; background: linear-gradient(90deg, var(--gold), transparent); transition: .5s ease; }
.service-card:hover .card-line { width: 85%; }
.notice-box { position: relative; margin: 2rem auto 0; max-width: 900px; display: flex; gap: .9rem; align-items: flex-start; padding: 1rem 1.3rem; border-radius: 13px; color: rgba(255,255,255,.68); background: rgba(0,0,0,.15); border: 1px solid rgba(255,255,255,.1); font-size: .96rem; }
.notice-box i { margin-top: .35rem; color: #e1c092; }

.section-paths { background: linear-gradient(180deg, #edf3ed 0%, #f8f4ed 100%); }
.paths-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; align-items: stretch; }
.path-card { position: relative; padding: 2.2rem; border-radius: var(--radius); background: rgba(255,255,255,.82); border: 1px solid rgba(41,68,56,.13); box-shadow: var(--shadow-sm); transition: var(--transition); overflow: hidden; }
.path-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -60px; bottom: -60px; border-radius: 50%; background: rgba(128,157,138,.12); }
.path-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: rgba(200,154,97,.4); }
.path-card.featured { color: white; background: linear-gradient(145deg, var(--forest-700), var(--forest-950)); border-color: transparent; box-shadow: var(--shadow-lg); transform: translateY(-14px); }
.path-card.featured:hover { transform: translateY(-20px); }
.featured-label { position: absolute; right: 1rem; top: 1rem; padding: .35rem .7rem; border-radius: 999px; color: #f3d9b5; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); font-family: Montserrat, sans-serif; font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.path-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 2rem; border-radius: 18px; color: var(--gold-dark); font-size: 1.4rem; background: linear-gradient(145deg, #f4e7d6, #e5c99f); box-shadow: 0 10px 24px rgba(154,106,53,.15); }
.path-card.featured .path-icon { color: white; background: linear-gradient(145deg, #d0a36b, #95632f); }
.path-label { color: var(--gold-dark); }
.path-card.featured .path-label { color: #e6c79f; }
.path-card h3 { color: var(--forest-900); margin: .5rem 0 .8rem; font-size: 1.75rem; line-height: 1.15; }
.path-card.featured h3 { color: white; }
.path-card p { color: var(--muted); min-height: 116px; }
.path-card.featured p { color: rgba(255,255,255,.68); }
.path-card a { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.2rem; text-decoration: none; color: var(--forest-700); font-family: Montserrat, sans-serif; font-size: .73rem; font-weight: 700; }
.path-card.featured a { color: #efcfaa; }
.path-card a i { transition: var(--transition); }
.path-card a:hover i { transform: translateX(5px); }

.cta-band { padding: 4rem 1.5rem; background: linear-gradient(120deg, #a77742, #d1a56e 50%, #9c6d38); box-shadow: inset 0 2px rgba(255,255,255,.15); }
.cta-band-inner { max-width: 1050px; margin: auto; display: flex; justify-content: space-between; align-items: center; gap: 2rem; color: white; }
.cta-band span { font-family: Montserrat, sans-serif; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.cta-band h2 { font-size: 2.5rem; font-weight: 500; line-height: 1.1; margin-top: .3rem; }
.btn-light { color: var(--forest-900); background: white; box-shadow: 0 14px 32px rgba(69,38,9,.2); white-space: nowrap; }

.section-contact { background: #f7f3ec; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; align-items: center; }
.contact-copy h2 { margin-bottom: 1.2rem; }
.contact-copy > p { color: var(--muted); font-size: 1.2rem; margin-bottom: 2rem; }
.contact-detail { display: flex; gap: 1rem; align-items: center; margin-bottom: 1.1rem; }
.contact-detail > span { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border-radius: 15px; color: var(--gold-dark); background: #eee1cf; box-shadow: inset 0 1px rgba(255,255,255,.7); }
.contact-detail strong { color: var(--forest-900); font-size: 1.05rem; }
.contact-detail p { color: var(--muted); font-size: .95rem; }
.contact-quote { margin-top: 2rem; padding: 1.4rem; color: var(--forest-700); font-size: 1.25rem; font-style: italic; border-left: 3px solid var(--gold); background: rgba(200,154,97,.08); }
.contact-card { padding: 2.3rem; border-radius: 28px; background: white; border: 1px solid rgba(41,68,56,.12); box-shadow: var(--shadow-md); }
.form-heading { display: flex; gap: 1rem; align-items: center; padding-bottom: 1.4rem; margin-bottom: 1.5rem; border-bottom: 1px solid #e6ece7; }
.form-heading > span { width: 55px; height: 55px; display: grid; place-items: center; color: white; border-radius: 16px; font-size: 1.2rem; background: linear-gradient(145deg, var(--forest-700), var(--forest-950)); box-shadow: var(--shadow-sm); }
.form-heading h3 { color: var(--forest-900); font-size: 1.55rem; }
.form-heading p { color: var(--muted); font-size: .95rem; line-height: 1.35; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; margin-bottom: .4rem; color: var(--forest-900); font-family: Montserrat, sans-serif; font-size: .7rem; font-weight: 700; }
.input-wrap { position: relative; }
.input-wrap > i { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: var(--sage-500); font-size: .88rem; z-index: 1; }
.input-wrap input, .input-wrap select, .input-wrap textarea { width: 100%; color: var(--text); background: #f4f7f4; border: 1px solid #dbe4dc; border-radius: 12px; padding: .85rem 1rem .85rem 2.7rem; outline: none; font-family: Montserrat, sans-serif; font-size: .78rem; transition: var(--transition); }
.input-wrap select { appearance: none; }
.textarea-wrap > i { top: 1.05rem; transform: none; }
.input-wrap textarea { resize: vertical; min-height: 125px; }
.input-wrap input:focus, .input-wrap select:focus, .input-wrap textarea:focus { background: white; border-color: var(--sage-500); box-shadow: 0 0 0 4px rgba(128,157,138,.13); }
.privacy-check { display: flex; gap: .65rem; align-items: flex-start; color: var(--muted); font-family: Montserrat, sans-serif; font-size: .66rem; line-height: 1.45; margin: .4rem 0 1rem; }
.privacy-check input { margin-top: .2rem; accent-color: var(--forest-700); }
.form-submit { width: 100%; }
.form-note { margin-top: .8rem; text-align: center; color: #7c8981; font-family: Montserrat, sans-serif; font-size: .62rem; }
.form-note i { color: var(--sage-500); }

.site-footer { padding: 3rem 1.5rem; color: rgba(255,255,255,.65); background: #122019; text-align: center; }
.footer-inner { max-width: 1100px; margin: auto; }
.footer-brand { display: flex; flex-direction: column; margin-bottom: 1.2rem; }
.footer-brand .brand-name { color: white; }
.footer-brand > span:last-child { font-family: Montserrat, sans-serif; font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: #d6b685; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 1.3rem; margin-bottom: 1.5rem; }
.footer-links a { text-decoration: none; font-family: Montserrat, sans-serif; font-size: .68rem; }
.footer-links a:hover { color: #e4c395; }
.site-footer p { padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.08); font-family: Montserrat, sans-serif; font-size: .62rem; }
.back-to-top { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 500; width: 44px; height: 44px; display: grid; place-items: center; color: white; text-decoration: none; border-radius: 50%; background: linear-gradient(145deg, var(--forest-700), var(--forest-950)); box-shadow: var(--shadow-md); opacity: 0; pointer-events: none; transform: translateY(15px); transition: var(--transition); }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; text-align: center; }
  .hero-copy { margin: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-quote { max-width: 500px; margin: auto; }
  .about-panel { grid-template-columns: 1fr 1.5fr; }
  .credential-card { grid-column: 1 / -1; max-width: 520px; width: 100%; margin: auto; }
  .cards-grid, .paths-grid { grid-template-columns: 1fr 1fr; }
  .path-card.featured { transform: none; }
  .path-card.featured:hover { transform: translateY(-8px); }
  .contact-layout { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 760px) {
  body { font-size: 1.05rem; }
  .nav-container { padding: .65rem 1rem; }
  .brand-name { font-size: 2rem; }
  .brand-role { font-size: .54rem; }
  .menu-toggle { display: block; position: relative; z-index: 1001; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links { position: fixed; left: 1rem; right: 1rem; top: 78px; display: grid; padding: 1rem; background: rgba(255,253,249,.98); border: 1px solid rgba(41,68,56,.13); border-radius: 18px; box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: var(--transition); }
  .nav-links.open { opacity: 1; visibility: visible; transform: none; }
  .nav-links a { display: flex; justify-content: center; }
  .hero { min-height: auto; }
  .hero-inner { padding: 5.5rem 1rem 6rem; }
  .hero h1 { font-size: 3.2rem; }
  .hero-copy > p { font-size: 1.15rem; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .trust-row { display: grid; gap: .55rem; }
  .hero-quote { padding: 2.5rem 1.7rem; border-radius: 150px 150px 22px 22px; }
  .section { padding: 5rem 1rem; }
  .section-heading { margin-bottom: 2.7rem; }
  .about-panel { grid-template-columns: 1fr; padding: 2rem 1.25rem; }
  .portrait-frame { width: 220px; height: 285px; }
  .about-copy { text-align: center; }
  .about-values { justify-content: center; }
  .cards-grid, .paths-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .path-card p { min-height: 0; }
  .cta-band-inner { flex-direction: column; text-align: center; }
  .cta-band h2 { font-size: 2rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-card { padding: 1.4rem; }
  .form-heading { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Invio modulo contatti */
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-status { display: none; margin-top: 1rem; padding: .9rem 1rem; border-radius: 14px; font-family: Montserrat, sans-serif; font-size: .78rem; line-height: 1.5; }
.form-status.visible { display: block; }
.form-status.success { color: #1e5d40; background: #edf8f1; border: 1px solid #b9dfc8; }
.form-status.error { color: #87372f; background: #fff1ef; border: 1px solid #efc0bb; }
.form-submit:disabled { cursor: wait; opacity: .72; transform: none; }


/* Prenotazione incontri video */
.section-video { position: relative; overflow: hidden; background: linear-gradient(145deg, #f5f0e7 0%, #fffdf9 52%, #e7efe8 100%); }
.section-video::before { content: ""; position: absolute; width: 420px; height: 420px; right: -170px; top: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(194,156,99,.22), transparent 68%); }
.video-layout { position: relative; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 5rem; }
.video-copy h2 { margin: .35rem 0 1rem; color: var(--forest-950); font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: .98; }
.video-copy > p { max-width: 650px; color: #526258; }
.video-benefits { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.7rem 0 2rem; }
.video-benefits span { display: inline-flex; align-items: center; gap: .55rem; padding: .7rem .9rem; border: 1px solid rgba(41,68,56,.12); border-radius: 999px; color: var(--forest-700); background: rgba(255,255,255,.72); box-shadow: 0 10px 25px rgba(34,54,45,.07); font-family: Montserrat, sans-serif; font-size: .68rem; font-weight: 600; }
.btn-video { color: white; background: linear-gradient(135deg, #446f5a, #1f3b30 72%); box-shadow: 0 18px 38px rgba(31,59,48,.25), inset 0 1px 0 rgba(255,255,255,.2); }
.btn-video:hover { transform: translateY(-3px); box-shadow: 0 23px 46px rgba(31,59,48,.33), inset 0 1px 0 rgba(255,255,255,.2); }
.video-note { margin-top: 1rem; font-family: Montserrat, sans-serif; font-size: .67rem; color: #728077 !important; }
.video-card { position: relative; padding: 1.2rem; border: 1px solid rgba(255,255,255,.72); border-radius: 32px; background: rgba(255,255,255,.68); box-shadow: 0 35px 70px rgba(33,56,46,.18); backdrop-filter: blur(15px); }
.video-card-glow { position: absolute; inset: 25% 8% auto; height: 48%; border-radius: 50%; background: rgba(196,157,97,.2); filter: blur(45px); }
.video-screen { position: relative; min-height: 270px; display: grid; place-items: center; overflow: hidden; border-radius: 23px; color: white; background: radial-gradient(circle at 50% 35%, #668b78, #28483a 67%, #172c24); box-shadow: inset 0 1px 0 rgba(255,255,255,.2); }
.video-screen-top { position: absolute; top: 15px; left: 17px; display: flex; gap: 6px; }
.video-screen-top span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.35); }
.video-avatar { width: 112px; height: 112px; display: grid; place-items: center; border: 4px solid rgba(255,255,255,.72); border-radius: 50%; background: linear-gradient(145deg, #d7b981, #a9824b); box-shadow: 0 15px 40px rgba(0,0,0,.25); font-size: 2.6rem; }
.video-wave { position: absolute; bottom: 72px; display: flex; align-items: center; gap: 4px; height: 28px; }
.video-wave span { width: 4px; height: 8px; border-radius: 5px; background: rgba(255,255,255,.7); animation: videoWave 1.2s ease-in-out infinite; }
.video-wave span:nth-child(2), .video-wave span:nth-child(4) { animation-delay: .15s; }
.video-wave span:nth-child(3) { animation-delay: .3s; }
@keyframes videoWave { 50% { height: 25px; } }
.video-controls { position: absolute; bottom: 18px; display: flex; gap: .65rem; }
.video-controls i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.15); backdrop-filter: blur(8px); }
.video-controls i:last-child { background: #a84d48; }
.video-steps { position: relative; display: grid; gap: .9rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.video-steps li { display: flex; align-items: center; gap: .9rem; padding: .8rem .9rem; border-radius: 16px; background: rgba(255,255,255,.75); }
.video-steps li > span { flex: 0 0 32px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(145deg, var(--sage-500), var(--forest-800)); font-family: Montserrat, sans-serif; font-size: .7rem; font-weight: 700; }
.video-steps strong { display: block; color: var(--forest-900); font-family: Montserrat, sans-serif; font-size: .72rem; }
.video-steps p { margin: .1rem 0 0; color: #718077; font-size: .92rem; }
.booking-link-needs-setup { cursor: pointer; }
@media (max-width: 1020px) { .video-layout { grid-template-columns: 1fr; gap: 3rem; } .video-copy { text-align: center; } .video-copy > p { margin-inline: auto; } .video-benefits { justify-content: center; } }
@media (max-width: 760px) { .video-benefits { display: grid; } .video-card { padding: .8rem; border-radius: 24px; } .video-screen { min-height: 235px; } }

/* =========================================================
   CAROSELLI ORIZZONTALI DELLE SCHEDE
   Per aggiungere un nuovo elemento basta duplicare una card
   dentro .carousel-track: frecce e indicatori si aggiornano da soli.
   ========================================================= */
.carousel-shell {
  --carousel-gap: 1.5rem;
  position: relative;
  width: 100%;
  padding: 1rem 4.5rem 2.4rem;
}
.carousel-track {
  display: flex !important;
  grid-template-columns: none !important;
  gap: var(--carousel-gap);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 1rem .2rem 1.8rem;
  align-items: stretch;
}
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-track > article {
  flex: 0 0 calc((100% - (var(--carousel-gap) * 2)) / 3);
  scroll-snap-align: start;
}
.carousel-arrow {
  position: absolute;
  z-index: 8;
  top: 50%;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(33,69,55,.18);
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--forest-800);
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 34px rgba(21,48,38,.17);
  transform: translateY(-65%);
  transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease, background .25s ease;
}
.carousel-prev { left: .2rem; }
.carousel-next { right: .2rem; }
.carousel-arrow:hover:not(:disabled) {
  transform: translateY(-65%) scale(1.08);
  color: white;
  background: linear-gradient(145deg, var(--forest-700), var(--forest-950));
  box-shadow: 0 18px 40px rgba(21,48,38,.28);
}
.carousel-arrow:disabled { opacity: .28; cursor: default; box-shadow: none; }
.carousel-shell-dark .carousel-arrow {
  border-color: rgba(255,255,255,.25);
  color: white;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}
.carousel-shell-dark .carousel-arrow:hover:not(:disabled) {
  background: linear-gradient(145deg, #d0a36b, #95632f);
}
.carousel-dots {
  position: absolute;
  left: 50%;
  bottom: .25rem;
  display: flex;
  gap: .5rem;
  transform: translateX(-50%);
}
.carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(40,72,58,.25);
  transition: width .25s ease, background .25s ease;
}
.carousel-shell-dark .carousel-dot { background: rgba(255,255,255,.28); }
.carousel-dot.active { width: 28px; background: var(--gold-500); }
.gentle-group-card {
  background: linear-gradient(145deg, #fffaf1, #edf4ed);
  border-color: rgba(200,154,97,.42);
}
.gentle-group-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 90% 10%, rgba(219,177,119,.18), transparent 34%);
}
.soft-label { color: var(--forest-800); background: rgba(238,211,173,.82); border-color: rgba(177,124,66,.25); }

@media (max-width: 1050px) {
  .carousel-track > article { flex-basis: calc((100% - var(--carousel-gap)) / 2); }
}
@media (max-width: 700px) {
  .carousel-shell { padding: .6rem 0 2.5rem; }
  .carousel-track { padding-inline: 1.1rem; scroll-padding-inline: 1.1rem; }
  .carousel-track > article { flex-basis: min(86vw, 390px); }
  .carousel-arrow {
    top: auto;
    bottom: -.15rem;
    width: 44px;
    height: 44px;
    transform: none;
  }
  .carousel-arrow:hover:not(:disabled) { transform: scale(1.06); }
  .carousel-prev { left: calc(50% - 92px); }
  .carousel-next { right: calc(50% - 92px); }
  .carousel-dots { bottom: .9rem; }
}


/* Profilo professionale e nota del modulo */
.professional-roles {
  display: grid;
  gap: .7rem;
  margin: 1.35rem 0 .2rem;
}
.professional-roles span {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .8rem 1rem;
  border: 1px solid rgba(55, 91, 75, .14);
  border-radius: 14px;
  color: var(--forest-800);
  background: rgba(255,255,255,.66);
  box-shadow: 0 8px 22px rgba(31,58,47,.06);
  font-family: Montserrat, sans-serif;
  font-size: .76rem;
  font-weight: 700;
}
.professional-roles i { color: var(--gold-dark); font-size: 1rem; }
.professional-roles small { margin-left: auto; color: #75847c; font-size: .66rem; font-weight: 600; }
.form-field-note {
  margin: .65rem 0 0;
  color: #40584e;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
}
.form-field-note > span { color: var(--gold-dark); font-style: normal; }
.form-field-note strong {
  color: #8f5a22;
  font-family: Montserrat, Arial, sans-serif;
  font-size: .76em;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}
