:root{
  --wine:#54152f;--wine-dark:#320d20;--wine-mid:#6f2644;--wine-soft:#89445d;
  --cream:#f7f1e9;--cream-light:#fffaf3;--sand:#ece0d1;--sand-dark:#d9c8b5;
  --coral:#e98b5d;--orange:#d9774d;--ink:#312026;--body:#66565a;
  --line:rgba(70,30,43,.16);--line-light:rgba(255,247,237,.28);
  --serif:'Cormorant Garamond',Georgia,'Times New Roman',serif;
  --sans:'DM Sans',Arial,Helvetica,sans-serif;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:95px}
body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:16px;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button,a,summary{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
img{max-width:100%;display:block}
svg.icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
svg.icon-sprite{position:absolute;width:0;height:0;overflow:hidden}
::selection{color:white;background:#9c4a58}
:focus-visible{outline:3px solid var(--coral);outline-offset:4px}
.container-wide{width:min(100% - 100px,1440px);margin-inline:auto}
.section-pad{padding-block:132px}
.skip-link{position:fixed;top:0;left:12px;z-index:9999;transform:translateY(-170%);background:white;padding:12px 18px;color:var(--wine)}
.skip-link:focus{transform:translateY(12px)}
.scroll-progress{position:fixed;z-index:120;left:0;top:0;width:100%;height:3px;background:var(--coral);transform:scaleX(0);transform-origin:left;transition:transform .08s linear;pointer-events:none}

/* HEADER */
.site-header{position:absolute;top:0;left:0;width:100%;z-index:90;color:#fffbf4;transition:background .28s,box-shadow .28s;}
.site-header.is-scrolled{position:fixed;background:rgba(52,11,30,.94);box-shadow:0 14px 45px rgba(22,1,13,.22);backdrop-filter:blur(17px)}
.header-inner{height:104px;display:flex;align-items:center;justify-content:space-between;gap:32px;border-bottom:1px solid rgba(255,244,232,.22)}
.site-header.is-scrolled .header-inner{height:84px;border-bottom:none}
.brand{display:inline-flex;align-items:center;gap:13px;min-width:max-content}
.brand-mark{font:italic 74px/.72 var(--serif);letter-spacing:-13px;color:var(--coral);margin-right:10px;position:relative}
.brand-mark span{font:italic 54px/.7 var(--serif);position:absolute;top:17px;left:24px;opacity:.87}
.brand-name{display:flex;flex-direction:column;gap:2px}
.brand-name>span{font:500 27px/1 var(--serif);letter-spacing:.005em}
.brand-name small{font:600 8px/1.7 var(--sans);letter-spacing:.41em;color:#eebba6;white-space:nowrap}
.desktop-nav{display:flex;align-items:center;gap:clamp(18px,2.2vw,35px);margin-left:auto}
.desktop-nav a{font-size:11px;font-weight:600;letter-spacing:.035em;transition:color .2s;position:relative;white-space:nowrap}
.desktop-nav a:hover{color:var(--coral)}
.desktop-nav a:after{content:'';position:absolute;height:1px;width:0;bottom:-9px;left:0;background:var(--coral);transition:width .2s}
.desktop-nav a:hover:after{width:100%}
.header-cta{min-height:42px;border:1px solid rgba(255,243,230,.6);padding:0 16px;display:inline-flex;align-items:center;gap:20px;font-size:11px;font-weight:700;letter-spacing:.01em;white-space:nowrap;transition:background .2s,color .2s}
.header-cta svg{width:15px;height:15px}
.header-cta:hover{background:var(--cream);color:var(--wine)}
.menu-toggle,.mobile-nav{display:none}

/* SHARED TYPE + BUTTONS */
.eyebrow{color:var(--wine);font-size:10px;font-weight:700;letter-spacing:.19em;display:flex;align-items:center;gap:15px;line-height:1.6}
.eyebrow-line{display:inline-block;width:38px;height:1px;flex-shrink:0;background:currentColor;opacity:.8}
.eyebrow-light{color:#f0ac91}
.display-title{font:500 clamp(53px,5.8vw,91px)/.99 var(--serif);letter-spacing:-.043em;margin:26px 0 0}
.display-title em,h1 em,.editorial h2 em,.gallery-center em{font-style:italic;font-weight:400;color:var(--orange)}
.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:27px;min-height:62px;padding:0 28px;font-size:12px;font-weight:700;letter-spacing:.005em;transition:transform .26s,background .26s,box-shadow .26s,color .26s;border:1px solid transparent;white-space:nowrap}
.btn:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(25,4,11,.2)}
.btn .icon{width:19px;height:19px;transition:transform .25s}
.btn:hover .icon,.inline-link:hover .icon{transform:translate(3px,-3px)}
.btn-coral{background:var(--coral);color:var(--wine-dark)}
.btn-coral:hover{background:#f3a078}
.btn-wine{background:var(--wine);color:white}
.btn-wine:hover{background:#722c49}
.btn-outline-light{border:1px solid rgba(255,248,241,.55);color:var(--cream);background:transparent}
.btn-outline-light:hover{color:var(--wine-dark);background:var(--cream)}
.text-link{display:inline-flex;gap:15px;align-items:center;padding-bottom:7px;border-bottom:1px solid;font-size:12px;font-weight:600}
.text-link-light{color:#eee1d8;border-color:rgba(255,240,225,.48)}
.text-link:hover{color:var(--coral)}
.inline-link{display:inline-flex;align-items:center;gap:28px;color:var(--wine);font-size:12px;font-weight:700;padding-bottom:10px;border-bottom:1px solid #b59291}
.inline-link .icon{transition:transform .22s;width:16px;height:16px}


.decor-icon,.small-sun,.asterisk,.card-ornament,.scope-cross,.note-symbol,.about-flower,.gallery-star,.form-star{font-family:var(--serif);font-style:normal;font-weight:600;line-height:1;display:inline-block;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}
.ribbon-track b{font-family:var(--serif);font-weight:600;font-style:normal}

/* HERO */
.hero{position:relative;background:radial-gradient(ellipse at 58% 5%,#6e2a46 0%,transparent 39%),linear-gradient(125deg,#481126 0%,#3a0f26 51%,#5c1b35 100%);color:var(--cream-light);min-height:820px;overflow:hidden;isolation:isolate}
.hero:before{content:'';position:absolute;inset:0;background-image:radial-gradient(rgba(255,244,224,.11) .6px,transparent .7px);background-size:6px 6px;opacity:.14;pointer-events:none}
.hero:after{content:'C';position:absolute;right:-80px;top:120px;font:italic 700 700px/1 var(--serif);color:rgba(255,216,181,.035);z-index:-1;pointer-events:none}
.hero-halo{position:absolute;border:1px solid rgba(242,174,139,.11);border-radius:50%;pointer-events:none}
.hero-halo-one{height:900px;width:900px;top:-430px;left:-420px}
.hero-halo-two{height:700px;width:700px;top:-320px;left:-330px}
.hero-grid{position:relative;padding-top:165px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:min(5vw,76px);align-items:center;min-height:748px}
.hero-copy{position:relative;z-index:4;padding:55px 0 105px}
.hero-eyebrow{margin-bottom:29px}
.hero h1{font:500 clamp(64px,5.45vw,96px)/.95 var(--serif);letter-spacing:-.047em;margin:0 0 30px;max-width:760px}
.hero h1 em{color:#ec9268}
.hero-copy>p{font-size:15px;line-height:1.9;color:#eadbdc;max-width:570px;margin:0 0 33px;font-weight:400}
.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:33px}
.hero-footnote{margin-top:66px;display:flex;align-items:center;gap:12px;font-size:10px;letter-spacing:.08em;color:#e5bfbd}
.small-sun{font-size:26px;color:var(--coral);margin-right:5px}
.hero-dot{height:3px;width:3px;border-radius:50%;background:#e5bfbd}
.hero-media{align-self:stretch;position:relative;min-width:0;display:flex;align-items:flex-end;justify-content:center;padding-top:50px}
.hero-photo-shell{position:relative;isolation:isolate;width:min(100%,565px);height:570px;border-radius:47% 47% 0 0 / 39% 39% 0 0;overflow:hidden;background:#cbb8ad;box-shadow:0 0 0 12px rgba(255,241,227,.04),0 40px 80px rgba(20,0,10,.18)}
.hero-photo-shell:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 72%,rgba(43,7,24,.26) 100%);pointer-events:none}
.hero-photo-shell img{width:100%;height:100%;object-fit:cover;object-position:center 23%;filter:saturate(.86) contrast(1.035);transition:transform 1.4s cubic-bezier(.15,.6,.2,1)}
.hero-media:hover img{transform:scale(1.035)}
.hero-photo-shell:before{content:'';position:absolute;inset:14px;border:1px solid rgba(254,239,222,.58);border-radius:47% 47% 0 0 / 39% 39% 0 0;z-index:2;pointer-events:none}
.hero-seal{position:absolute;left:-40px;bottom:91px;z-index:4;width:153px;height:153px;border-radius:50%;background:var(--cream);color:var(--wine);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 17px 44px rgba(20,3,13,.25);transform:rotate(-12deg)}
.hero-seal>span{font-size:10px;font-weight:700;letter-spacing:.13em;line-height:1.6;text-align:center}
.hero-seal svg{width:36px;height:36px;stroke:var(--coral);fill:none;stroke-width:1;position:absolute;top:48%;left:50%;transform:translate(-50%,-22%);opacity:.27}
.hero-seal small{font-size:7px;font-weight:700;letter-spacing:.22em;margin-top:6px}
.hero-picture-label{position:absolute;bottom:29px;left:48%;transform:translateX(-50%);z-index:3;white-space:nowrap;font-size:9px;letter-spacing:.2em;color:white;display:flex;align-items:center;gap:12px;text-shadow:0 2px 8px #311c27}
.hero-picture-label i{width:19px;height:1px;background:currentColor}
.hero-bottom{position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,238,226,.19);height:70px;font-size:9px;letter-spacing:.19em;color:rgba(255,244,235,.7)}
.hero-bottom>a{display:flex;align-items:center;gap:20px;transition:color .2s}
.hero-bottom>a:hover{color:var(--coral)}
.scroll-line{height:1px;width:65px;background:#de9274}

/* RIBBON */
.ribbon{height:63px;background:var(--coral);color:var(--wine-dark);display:flex;align-items:center;overflow:hidden}
.ribbon-track{display:flex;align-items:center;min-width:max-content;animation:marquee 42s linear infinite}
.ribbon-track span{font-family:var(--sans);font-weight:700;font-size:11px;letter-spacing:.17em;white-space:nowrap;padding-inline:24px}
.ribbon-track b{font-size:22px;vertical-align:-3px;margin:0 30px;font-weight:400}
@keyframes marquee{to{transform:translateX(-50%)}}

/* AUDIENCE */
.intro{background:var(--cream);position:relative}
.intro:before{content:'MENTORIA';position:absolute;right:-38px;top:30px;font:italic 400 190px/1 var(--serif);letter-spacing:-.08em;color:rgba(123,71,65,.032);pointer-events:none}
.section-intro-grid{display:grid;grid-template-columns:1fr .68fr;gap:8%;align-items:end}
.section-intro-grid h2{max-width:800px}
.intro-description{padding:0 0 8px;max-width:440px;position:relative}
.asterisk{font:90px/.65 var(--serif);color:var(--orange);display:block;margin-bottom:13px}
.intro-description p{font-size:15px;line-height:2;color:var(--body);margin:0 0 25px}
.audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:84px}
.audience-card{min-height:328px;padding:32px 35px 30px;border:1px solid #e7d7cb;background:#fffaf4;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:background .4s,transform .4s,box-shadow .4s}
.audience-card:after{content:'';position:absolute;width:260px;height:260px;border-radius:50%;border:1px solid rgba(210,156,136,.17);top:-170px;right:-160px;transition:transform .5s}
.audience-card:hover{background:#f0e3d8;transform:translateY(-7px);box-shadow:0 25px 45px rgba(58,16,32,.065)}
.audience-card:hover:after{transform:scale(1.5)}
.audience-index{color:var(--orange);font-size:11px;font-weight:700;letter-spacing:.12em}
.card-ornament{position:absolute;top:25px;right:32px;font:54px/1 var(--serif);color:#d98d69;font-weight:400}
.audience-card h3{font:500 clamp(31px,2.9vw,44px)/1.07 var(--serif);letter-spacing:-.028em;color:var(--wine);margin:auto 0 11px;max-width:325px}
.audience-card p{font:13px/1.75 var(--sans);max-width:330px;color:var(--body);margin:0}
.card-arrow{color:var(--orange);position:absolute;bottom:25px;right:28px;transition:transform .25s;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px}
.card-arrow .card-arrow-icon{width:18px;height:18px;stroke-width:1.75}
.audience-card:hover .card-arrow{transform:translate(4px,-4px)}

/* SCOPE */
.scope{background:linear-gradient(140deg,#4d142e 0%,#340e22 100%);color:var(--cream);position:relative;overflow:hidden}
.scope-texture{position:absolute;inset:0;opacity:.065;background-image:repeating-linear-gradient(115deg,transparent 0,transparent 45px,#f7d7b1 46px,transparent 47px);pointer-events:none}
.scope-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1fr);gap:9%;position:relative}
.scope h2{margin:30px 0 26px;max-width:560px}
.scope h2 em{color:var(--coral)}
.scope-left>p{font-size:15px;line-height:1.85;color:#e7d3d2;max-width:470px;margin:0 0 42px}
.scope-photo{height:390px;position:relative;overflow:hidden;max-width:520px;background:#e4d7ce}
.scope-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 39%;transition:transform .9s}
.scope-photo:hover img{transform:scale(1.055)}
.scope-photo:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(37,11,23,.48))}
.image-caption{position:absolute;bottom:24px;left:29px;z-index:2;font-size:10px;font-weight:600;letter-spacing:.14em;color:white}
.scope-right{padding-top:13px}
.scope-topline{display:flex;justify-content:space-between;align-items:center;color:#d79e99;letter-spacing:.18em;font-size:9px;border-bottom:1px solid var(--line-light);padding-bottom:25px}
.scope-topline span{color:var(--coral);font-size:22px}
.scope-item{display:grid;grid-template-columns:34px 1fr 20px;gap:16px;border-bottom:1px solid rgba(248,233,227,.18);padding:27px 0 28px;align-items:start;transition:padding-left .25s}
.scope-item:hover{padding-left:9px}
.scope-item>span:first-child{font-size:11px;letter-spacing:.1em;color:var(--coral);padding-top:8px}
.scope-item h3{font:500 clamp(27px,2.6vw,39px)/1.08 var(--serif);margin:0 0 7px;letter-spacing:-.02em;color:#fff3e9}
.scope-item p{font-size:12px;line-height:1.85;color:#c9aeb8;margin:0;max-width:415px}
.scope-cross{font-size:22px;color:#e5a481}
.scope-right .btn{margin-top:34px}

/* JOURNEY */
.journey{background:var(--cream-light)}
.journey-heading{display:grid;grid-template-columns:1fr .42fr;align-items:end;gap:12%}
.journey-heading h2{max-width:830px}
.journey-heading>p{font-size:14px;line-height:1.95;color:var(--body);margin-bottom:5px}
.journey-steps{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px;margin-top:82px}
.journey-line{position:absolute;height:1px;top:29px;left:0;right:0;background:#e4d2c8}
.journey-line>span{display:block;height:2px;background:var(--orange);width:var(--step-progress,0%);transition:width .12s linear}
.journey-step{position:relative;padding-right:6px}
.step-node{width:59px;height:59px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:#f9f0e7;color:var(--wine);border:1px solid #d8baa7;font:600 24px/1 var(--serif);position:relative;z-index:2;margin-bottom:29px;transition:background .3s,color .3s,transform .3s}
.journey-step:hover .step-node{background:var(--wine);color:#fff;transform:rotate(-10deg)}
.step-tag{font-size:10px;font-weight:700;letter-spacing:.14em;color:var(--orange)}
.journey-step h3{font:600 clamp(29px,2.6vw,39px)/1.05 var(--serif);color:var(--wine);letter-spacing:-.02em;margin:14px 0 11px}
.journey-step p{font-size:12px;line-height:1.85;color:var(--body);margin:0}
.journey-note{margin-top:76px;border-top:1px solid #e8d9ca;border-bottom:1px solid #e8d9ca;display:flex;align-items:center;gap:17px;min-height:91px;font-size:12px;color:var(--body)}
.note-symbol{font-size:28px;color:var(--orange)}
.journey-note .inline-link{margin-left:auto}

/* QUOTE */
.editorial{display:grid;grid-template-columns:45% 55%;min-height:580px;background:#371022;color:white;overflow:hidden}
.editorial-visual{overflow:hidden;position:relative;max-height:650px}
.editorial-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 70%,rgba(55,16,34,.4))}
.editorial-visual img{width:100%;height:100%;object-fit:cover;object-position:center 38%;filter:sepia(.05) contrast(.99);transition:transform 1s}
.editorial-visual:hover img{transform:scale(1.045)}
.editorial-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:70px clamp(42px,7vw,110px);background:radial-gradient(circle at 90% 18%,rgba(176,95,107,.18),transparent 48%)}
.editorial-quote-mark{font:170px/.5 var(--serif);color:var(--coral);margin:60px 0 4px}
.editorial h2{font:500 clamp(43px,4.5vw,75px)/1.03 var(--serif);letter-spacing:-.035em;margin:0;max-width:780px}
.editorial h2 em{color:var(--coral)}
.editorial-small{font-size:10px;letter-spacing:.2em;font-weight:700;color:#dfaaa2;margin-top:39px}

/* ABOUT */
.about{background:#f2e7dc}
.about-grid{display:grid;grid-template-columns:minmax(0,.87fr) minmax(0,.96fr);gap:12%;align-items:center}
.about-visual{position:relative;min-height:690px;display:flex;align-items:center;justify-content:center}
.about-image-back{position:absolute;width:79%;height:75%;left:0;top:7%;border:1px solid #b99590;border-radius:48% 48% 0 0 / 37% 37% 0 0;transform:translate(-15px,-14px)}
.about-image{position:relative;width:82%;height:635px;background:#fdfbf8;border-radius:46% 46% 0 0 / 35% 35% 0 0;overflow:hidden;box-shadow:0 32px 65px rgba(54,20,37,.11)}
.about-image img{width:100%;height:100%;object-fit:cover;object-position:center 33%;transition:transform .8s}
.about-image:hover img{transform:scale(1.045)}
.about-image-note{position:absolute;right:-60px;bottom:79px;writing-mode:vertical-rl;transform:rotate(180deg);letter-spacing:.18em;font-size:10px;font-weight:700;color:#905c60}
.about-flower{font:230px/1 var(--serif);position:absolute;right:-28px;top:-40px;color:var(--orange);opacity:.68;transform:rotate(24deg);pointer-events:none}
.about h2{max-width:630px;margin-bottom:40px}
.about h2 em{color:var(--orange)}
.about-line{height:1px;background:#d6bdb1;width:110px;margin-bottom:27px}
.about-lead{font:500 36px/1.2 var(--serif);color:var(--wine);margin:0 0 14px!important}
.about-content>p:not(.about-lead){font-size:14px;line-height:2;max-width:580px;color:var(--body);margin:0 0 18px}
.about-content .btn{margin-top:18px}

/* GALLERY */
.gallery{background:#f7eee5;padding:0;overflow:hidden}
.gallery-grid{display:grid;grid-template-columns:1fr 1.08fr 1fr;min-height:460px}
.gallery-card{position:relative;height:470px;overflow:hidden;background:#c6a9a0}
.gallery-card img{width:100%;height:100%;object-fit:cover;object-position:center 32%;transition:transform .9s;filter:saturate(.88)}
.gallery-card:hover img{transform:scale(1.06)}
.gallery-card:after{content:'';position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(25,5,12,.45))}
.gallery-card>span{position:absolute;bottom:29px;left:36px;z-index:2;font-size:10px;font-weight:700;letter-spacing:.21em;color:white}
.gallery-center{background:#e7d9c9;color:var(--wine);display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center;padding:54px 60px}
.gallery-star{color:var(--orange);font-size:65px;line-height:1}
.gallery-center p{font:500 clamp(38px,4vw,64px)/1.02 var(--serif);letter-spacing:-.03em;margin:23px 0 26px;max-width:600px}
.gallery-signature{font-size:10px;letter-spacing:.18em;font-weight:700;color:#906067}

/* FAQ */
.faq{background:var(--cream-light)}
.faq-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:10%}
.faq h2{max-width:610px}
.faq-heading>p{max-width:385px;font-size:14px;color:var(--body);line-height:1.9;margin:33px 0 24px}
.faq-list{border-top:1px solid #dcc7b8}
.faq-item{border-bottom:1px solid #dcc7b8}
.faq-item summary{list-style:none;cursor:pointer;min-height:97px;display:grid;grid-template-columns:28px 1fr 23px;align-items:center;gap:16px;font:500 clamp(24px,2.1vw,32px)/1.2 var(--serif);color:var(--wine);padding:15px 0}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary>span:first-child{font:700 10px/1 var(--sans);color:var(--orange);align-self:center}
.faq-plus{font:300 27px/1 var(--sans);color:var(--orange);transition:transform .3s}
.faq-item[open] .faq-plus{transform:rotate(45deg)}
.faq-answer{font-size:13px;line-height:1.95;color:var(--body);padding:0 40px 28px 44px;max-width:560px}

/* CONTACT */
.contact{position:relative;background:radial-gradient(circle at 15% 11%,#792a49 0%,transparent 36%),linear-gradient(116deg,#58172f,#370d22);color:var(--cream);overflow:hidden}
.contact-orbit{position:absolute;border:1px solid rgba(252,201,170,.11);border-radius:50%;pointer-events:none}
.contact-orbit-one{height:850px;width:850px;top:-360px;left:-400px}
.contact-orbit-two{height:650px;width:650px;top:-270px;left:-320px}
.contact-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.78fr);gap:13%;align-items:center}
.contact h2{max-width:750px}
.contact h2 em{color:var(--coral)}
.contact-copy>p{font-size:15px;line-height:1.95;max-width:475px;color:#e2c9cf;margin:33px 0 43px}
.contact-direct{display:inline-flex;align-items:center;gap:15px}
.wa-circle{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:var(--coral);color:var(--wine)}
.wa-circle .icon{width:28px;height:28px}
.contact-direct>span:last-child{font-size:11px;color:#e8cdd1;display:flex;flex-direction:column;gap:5px}
.contact-direct strong{font-size:15px;color:white;font-weight:600}
.contact-direct strong span{font-weight:400;margin-left:10px}
.contact-form{background:#fffaf4;padding:43px 47px 38px;color:var(--ink);box-shadow:0 30px 90px rgba(15,0,9,.18)}
.form-intro{display:flex;align-items:center;justify-content:space-between;color:var(--orange);font-size:10px;font-weight:700;letter-spacing:.18em}
.form-star{font-size:34px;line-height:1}
.contact-form h3{font:500 45px/1 var(--serif);letter-spacing:-.035em;color:var(--wine);margin:11px 0 30px;max-width:450px}
.contact-form label{display:block;font-size:11px;letter-spacing:.03em;font-weight:700;color:#5b414c;margin:20px 0 9px}
.contact-form input,.contact-form select{display:block;width:100%;border:1px solid #ddcfc5;border-radius:0;background:transparent;color:var(--ink);padding:15px 17px;height:53px;font:12px var(--sans);outline:none;transition:border-color .2s,background .2s}
.contact-form input:focus,.contact-form select:focus{border-color:var(--orange);background:#fff}
.contact-form input::placeholder{color:#a08e8e}
.contact-form select{appearance:none;cursor:pointer;padding-right:42px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237b3a4a' stroke-width='1.7'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 15px center;background-repeat:no-repeat}
.form-submit{margin-top:27px;width:100%;font-size:12px;padding-inline:19px}
.form-privacy{font-size:10px;line-height:1.8;color:#8c7c7a;margin:16px 0 0}

/* FOOTER */
.footer{background:#f2e6da;color:var(--wine);padding:66px 0 22px}
.footer-top{display:grid;grid-template-columns:1.6fr .6fr .65fr;gap:12%;padding-bottom:61px}
.footer-brand img{width:258px;height:auto;max-height:150px;object-fit:contain;object-position:left center;mix-blend-mode:multiply;margin-left:-5px}
.footer-brand p{font-size:12px;line-height:1.9;color:var(--body);margin:12px 0 0}
.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:16px}
.footer-links>span{font-size:10px;font-weight:700;letter-spacing:.18em;color:#c17668;margin-bottom:11px}
.footer-links>a{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;transition:color .2s}
.footer-links>a:hover{color:var(--orange)}
.footer-links>a .icon{width:13px;height:13px}
.footer-links>p{display:flex;align-items:center;gap:9px;font-size:12px;margin:0;color:var(--body)}
.footer-links>p svg{width:16px;height:16px;color:var(--orange)}
.footer-bottom{border-top:1px solid #decac0;padding-top:22px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:10px;line-height:1.8;color:#816d70}
.footer-bottom span:nth-child(2){max-width:480px}
.footer-bottom a{white-space:nowrap;font-weight:700;color:var(--wine)}
.whatsapp-float{position:fixed;z-index:65;right:23px;bottom:23px;display:flex;gap:10px;align-items:center;background:#237d58;color:white;padding:14px 17px;border-radius:50px;box-shadow:0 12px 35px rgba(19,50,38,.27);transition:transform .3s,background .3s}
.whatsapp-float:hover{background:#1c6b4d;transform:translateY(-5px)}
.whatsapp-float svg{width:22px;height:22px;stroke-width:1.8}
.whatsapp-float span{font-size:11px;font-weight:700;letter-spacing:.02em}

/* Intersection reveals (remain visible without JS) */
.reveal{opacity:1;transform:none}
/* A animação de revelação é definida abaixo para evitar colisões de estilos. */

@media(max-width:1200px){
  .container-wide{width:min(100% - 72px,1440px)}
  .brand-name>span{font-size:23px}.brand-mark{font-size:64px}
  .header-inner{gap:20px}.desktop-nav{gap:18px}.header-cta{padding-inline:12px;gap:8px}
  .hero h1{font-size:clamp(60px,5.5vw,85px)}.hero-grid{gap:27px}.hero-photo-shell{height:540px}.hero-seal{left:-23px}
  .section-pad{padding-block:100px}
  .about-grid{gap:7%}.about-image{height:560px}.about-visual{min-height:610px}
  .editorial-copy{padding:65px 52px}
  .scope-grid{gap:6%}
}
@media(max-width:980px){
  .container-wide{width:min(100% - 56px,1440px)}
  .header-inner{height:88px}.site-header.is-scrolled .header-inner{height:78px}
  .desktop-nav,.header-cta{display:none}
  .menu-toggle{display:flex;align-items:center;justify-content:center;background:none;border:1px solid rgba(255,248,238,.45);color:white;height:43px;width:46px;position:relative;z-index:3}
  .menu-toggle .icon{width:23px;height:23px}.menu-toggle .close-icon{display:none}.menu-open .menu-toggle .menu-icon{display:none}.menu-open .menu-toggle .close-icon{display:block}
  .mobile-nav{display:flex;position:absolute;top:100%;left:0;right:0;flex-direction:column;padding:17px 28px 30px;background:#401025;color:white;box-shadow:0 20px 28px rgba(20,0,10,.22);opacity:0;visibility:hidden;transform:translateY(-12px);pointer-events:none;transition:opacity .26s,transform .26s,visibility .26s}
  .menu-open .mobile-nav{opacity:1;visibility:visible;transform:none;pointer-events:auto}
  .mobile-nav>a{padding:17px 0;font:500 26px/1 var(--serif);border-bottom:1px solid rgba(255,255,255,.15)}
  .mobile-nav .mobile-contact{margin-top:15px;border:1px solid var(--coral);padding:17px 20px;font:700 12px var(--sans);display:flex;align-items:center;justify-content:space-between}
  .mobile-contact svg{width:16px;height:16px}
  body.menu-visible{overflow:hidden}
  .hero{min-height:auto}.hero-grid{padding-top:120px;min-height:730px;grid-template-columns:1fr .85fr;gap:20px}.hero h1{font-size:clamp(52px,5.6vw,75px)}.hero-copy>p{font-size:13px}.hero-copy{padding-top:40px;padding-bottom:110px}.hero-photo-shell{height:515px}.hero-media{padding-top:30px}.hero-seal{width:112px;height:112px;left:-17px;bottom:85px}.hero-seal>span{font-size:8px}.hero-seal small{font-size:6px}.hero-seal svg{width:26px;height:26px}.hero-picture-label{font-size:7px}
  .hero-actions{gap:24px}.hero-actions .btn{padding:0 19px;gap:13px;font-size:11px}.hero-footnote{font-size:9px;flex-wrap:wrap}
  .section-intro-grid{gap:5%}.display-title{font-size:clamp(48px,6vw,75px)}
  .audience-card{padding:27px 22px;min-height:327px}.audience-card h3{font-size:35px}.card-ornament{right:20px}
  .scope-grid{grid-template-columns:1fr 1.03fr;gap:5%}.scope-photo{height:320px}.scope-item{padding:21px 0}.scope-item h3{font-size:30px}
  .journey-steps{gap:22px}.journey-step h3{font-size:31px}.journey-heading{gap:7%}
  .about-image{width:89%;height:530px}.about-visual{min-height:570px}.about-image-note{right:-26px}.about-flower{right:-12px;font-size:170px}
  .gallery-center{padding:36px 28px}.gallery-center p{font-size:41px}
  .contact-grid{gap:6%}.contact-form{padding:35px 29px}
}
@media(max-width:720px){
  html{scroll-padding-top:75px}.container-wide{width:calc(100% - 38px)}.section-pad{padding-block:76px}
  .brand-name>span{font-size:21px}.brand-name small{font-size:7px;letter-spacing:.35em}.brand-mark{font-size:58px;letter-spacing:-10px}.brand-mark span{font-size:45px;left:20px;top:14px}.header-inner{height:79px}.site-header.is-scrolled .header-inner{height:70px}
  .hero{min-height:0}.hero-grid{display:flex;flex-direction:column;gap:0;padding-top:133px;min-height:0;align-items:stretch}
  .hero-copy{padding:0 0 30px}.hero-eyebrow{margin-bottom:21px}.eyebrow{font-size:9px;gap:11px}.eyebrow-line{width:28px}
  .hero h1{font-size:clamp(57px,10.8vw,80px);line-height:.92;letter-spacing:-.045em;max-width:660px;margin-bottom:23px}
  .hero-copy>p{font-size:13px;line-height:1.82;max-width:550px;margin-bottom:25px}
  .hero-actions{gap:21px}.hero-actions .btn{min-height:55px;padding:0 16px;font-size:11px}.hero-actions .text-link{font-size:11px}
  .hero-footnote{margin-top:30px;font-size:9px;gap:9px}.hero-media{height:510px;padding:15px 40px 0;justify-content:center;align-self:center;width:min(100%,500px)}
  .hero-photo-shell{width:100%;height:100%;max-width:390px;border-radius:49% 49% 0 0 / 35% 35% 0 0}
  .hero-seal{width:106px;height:106px;left:7px;bottom:104px}.hero-picture-label{bottom:27px}
  .hero-bottom{position:relative;left:auto;transform:none;height:56px}.hero-bottom>span{font-size:7px;max-width:200px;line-height:1.6}.scroll-line{width:30px}
  .ribbon{height:52px}.ribbon-track span{font-size:9px}.ribbon-track b{margin-inline:18px}
  .display-title{font-size:clamp(56px,11vw,78px);margin-top:17px}
  .section-intro-grid{grid-template-columns:1fr;gap:34px}.intro-description{padding-left:39px}.asterisk{position:absolute;left:0;top:20px;font-size:65px}.intro-description p{font-size:13px;line-height:1.9}
  .audience-grid{grid-template-columns:1fr;gap:12px;margin-top:42px}.audience-card{min-height:245px;padding:22px 25px 25px}.audience-card h3{font-size:42px;max-width:390px;margin-top:58px}.audience-card p{max-width:430px}.card-ornament{font-size:43px}.card-arrow{right:16px;bottom:18px;width:18px;height:18px}.card-arrow .card-arrow-icon{width:14px;height:14px}
  .scope-grid{grid-template-columns:1fr;gap:48px}.scope h2{max-width:650px}.scope-left>p{font-size:13px}.scope-photo{height:auto;aspect-ratio:1.43;max-width:none}.scope-right{padding-top:0}.scope-item{grid-template-columns:27px 1fr 17px;gap:10px;padding:22px 0}.scope-item h3{font-size:clamp(29px,7vw,40px)}.scope-item p{font-size:12px}.scope-topline{font-size:8px}.scope-cross{font-size:17px}
  .journey-heading{grid-template-columns:1fr;gap:15px}.journey-heading>p{font-size:13px;max-width:480px}
  .journey-steps{display:grid;grid-template-columns:1fr;gap:27px;margin-top:49px;margin-left:14px}
  .journey-line{width:1px;height:calc(100% - 45px);top:25px;left:17px;right:auto}
  .journey-line>span{height:var(--step-progress,0%);width:2px;transition:height .15s linear}
  .journey-step{padding-left:66px;min-height:118px}.step-node{position:absolute;top:0;left:-14px;width:62px;height:62px;margin-bottom:0}.step-tag{font-size:9px}.journey-step h3{font-size:35px;margin:7px 0}.journey-step p{font-size:12px;max-width:430px}
  .journey-note{margin-top:45px;flex-wrap:wrap;padding:20px 0;gap:8px 13px}.journey-note .inline-link{margin:6px 0 0 37px}
  .editorial{grid-template-columns:1fr}.editorial-visual{height:365px}.editorial-visual img{object-position:center 41%}.editorial-copy{padding:67px 29px 72px}.editorial-quote-mark{font-size:125px;margin:43px 0 -8px}.editorial h2{font-size:clamp(51px,9.3vw,72px)}
  .about-grid{grid-template-columns:1fr;gap:34px}.about-visual{min-height:0;height:auto}.about-image{height:auto;aspect-ratio:4/4.3;width:82%;margin:auto}.about-image-back{height:85%;top:10%;left:8%}.about-image-note{right:0;bottom:35px}.about-flower{right:6px;top:-21px;font-size:135px}.about-content h2{margin-bottom:24px}.about-content>p:not(.about-lead){font-size:13px}.about-lead{font-size:31px}.about-content .btn{margin-top:12px}
  .gallery-grid{grid-template-columns:1fr 1fr}.gallery-card{height:300px}.gallery-center{grid-column:1/-1;grid-row:1;padding:46px 38px;min-height:310px}.gallery-center p{font-size:clamp(40px,9vw,65px);margin:12px 0 19px}.gallery-star{font-size:45px}.gallery-card>span{font-size:8px;bottom:18px;left:16px}
  .faq-grid{grid-template-columns:1fr;gap:46px}.faq-heading>p{margin:21px 0}.faq-item summary{font-size:29px;min-height:81px;gap:9px;grid-template-columns:24px 1fr 18px}.faq-answer{padding:0 24px 0 32px;font-size:12px}.faq-item[open] .faq-answer{padding:0 24px 24px 32px}
  .contact-grid{grid-template-columns:1fr;gap:49px}.contact-copy>p{font-size:13px;margin:24px 0 30px}.contact-form{padding:29px 24px 30px}.contact-form h3{font-size:44px}.contact-direct strong{font-size:13px}
  .footer{padding-top:50px}.footer-top{grid-template-columns:1fr 1fr;gap:42px 18px;padding-bottom:37px}.footer-brand{grid-column:1/-1}.footer-brand img{width:250px}.footer-bottom{display:flex;flex-direction:column;align-items:flex-start;gap:11px}
  .whatsapp-float{padding:15px;right:15px;bottom:15px;box-shadow:0 9px 22px rgba(19,50,38,.28)}.whatsapp-float span{display:none}.whatsapp-float .icon{width:25px;height:25px}
}
@media(max-width:390px){.container-wide{width:calc(100% - 32px)}.hero h1{font-size:54px}.brand-name>span{font-size:19px}.brand-mark{font-size:52px}.brand-name small{font-size:6px}.hero-actions{align-items:flex-start;gap:20px}.hero-actions .text-link{padding-bottom:5px}.hero-media{height:425px;padding-inline:27px}.hero-seal{left:-5px;bottom:80px;width:93px;height:93px}.hero-picture-label{letter-spacing:.1em}.audience-card h3{font-size:37px}.card-arrow{right:14px;bottom:16px;width:16px;height:16px}.card-arrow .card-arrow-icon{width:12px;height:12px}.about-image-note{font-size:8px}}
@media(prefers-reduced-motion:reduce){
  html:not(.motion-active){scroll-behavior:auto}
  html:not(.motion-active) *, html:not(.motion-active) *::before, html:not(.motion-active) *::after {
    animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;
  }
  html:not(.motion-active) .reveal{opacity:1!important;transform:none!important}
}

/* MOTION ENHANCEMENTS */
[data-parallax]{will-change:transform;transition:transform .18s linear}
.hero-media,.scope-photo,.editorial-visual,.about-visual,.gallery-card{will-change:transform}
html.motion-active.js-ready .reveal:not(.is-visible){opacity:0;transform:translate3d(0,42px,0)}
html.motion-active.js-ready .reveal{transition:opacity .85s ease var(--reveal-delay,0ms),transform .85s cubic-bezier(.2,.65,.22,1) var(--reveal-delay,0ms)}
.btn{position:relative;overflow:hidden}
.btn:before{content:'';position:absolute;inset:0;background:linear-gradient(115deg,transparent 22%,rgba(255,255,255,.16) 48%,transparent 72%);transform:translateX(-135%);transition:transform .75s ease;pointer-events:none}
.btn:hover:before{transform:translateX(135%)}
.premium-outline,.scope-photo,.contact-form,.gallery-center{position:relative;overflow:hidden}
.premium-outline:before,.scope-photo:before,.contact-form:before,.gallery-center:before{content:'';position:absolute;inset:12px;border:1px solid rgba(201,110,61,.22);pointer-events:none;opacity:.45;transition:inset .38s ease,opacity .38s ease,border-color .38s ease}
.premium-outline:hover:before,.scope-photo:hover:before,.contact-form:hover:before,.gallery-center:hover:before{inset:8px;opacity:.9;border-color:rgba(201,110,61,.5)}
.audience-card:hover{background:#f0e3d8;transform:translateY(-9px);box-shadow:0 25px 45px rgba(58,16,32,.09)}
.scope-item{transition:padding-left .25s,transform .28s ease}
.scope-item:hover{transform:translateY(-2px)}
.journey-step{transition:transform .28s ease}
.journey-step:hover{transform:translateY(-4px)}
.faq-answer{font-size:13px;line-height:1.95;color:var(--body);padding:0 40px 0 44px;max-width:560px;max-height:0;overflow:hidden;opacity:0;transition:max-height .46s ease,padding .34s ease,opacity .3s ease}
.faq-item[open] .faq-answer{padding:0 40px 28px 44px;opacity:1}
.footer-brand-inline{display:inline-flex;margin-bottom:10px}
.footer-brand-inline .brand-name>span{font-size:29px;color:var(--wine)}
.footer-brand-inline .brand-name small{font-size:8px;color:#c17668;letter-spacing:.36em}
.footer-brand-inline .brand-mark{font-size:72px;letter-spacing:-12px}
.footer-brand-inline .brand-mark span{font-size:52px;left:23px;top:16px}


/* Entrada editorial na primeira dobra: visível logo ao abrir em um navegador completo. */
@keyframes entrance-up {
  from { opacity: 0; transform: translate3d(0, 30px, 0); }
  to   { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes entrance-photo {
  from { opacity: 0; transform: translate3d(0, 25px, 0) scale(.985); }
  to   { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}
html.motion-active .hero-eyebrow { animation: entrance-up .7s .06s both cubic-bezier(.2,.65,.22,1); }
html.motion-active .hero h1 { animation: entrance-up .9s .17s both cubic-bezier(.2,.65,.22,1); }
html.motion-active .hero-copy > p { animation: entrance-up .9s .34s both cubic-bezier(.2,.65,.22,1); }
html.motion-active .hero-actions { animation: entrance-up .9s .47s both cubic-bezier(.2,.65,.22,1); }
html.motion-active .hero-footnote { animation: entrance-up .85s .6s both cubic-bezier(.2,.65,.22,1); }
html.motion-active .hero-photo-shell { animation: entrance-photo 1.25s .2s both cubic-bezier(.2,.65,.22,1); }


/* V4: SVG ornaments — rendered as vectors, never as iOS emoji. */
.ornament-svg{width:1em;height:1em;display:block;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;overflow:visible;flex-shrink:0}
.ribbon-track b{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}
.ribbon-track b .ornament-svg{width:.85em;height:.85em}
/* The mobile introduction ornament has its own grid column; it can no longer overlap the copy. */
@media(max-width:720px){
  .intro-description{padding-left:0;display:grid;grid-template-columns:35px minmax(0,1fr);column-gap:15px;align-items:start}
  .intro-description .asterisk{position:static;left:auto;top:auto;grid-column:1;grid-row:1;font-size:32px;line-height:1;width:35px;height:35px;margin:3px 0 0}
  .intro-description p{grid-column:2;grid-row:1;min-width:0;margin:0 0 25px}
  .intro-description .inline-link{grid-column:2;grid-row:2;justify-self:start}
  .audience-card .card-ornament{font-size:35px;top:23px;right:27px}
  .scope-cross{font-size:18px}
}
@media(max-width:390px){.intro-description{grid-template-columns:30px minmax(0,1fr);column-gap:12px}.intro-description .asterisk{font-size:28px;width:30px;height:30px}.audience-card .card-ornament{font-size:32px}}
