t:#e3ebe1}.theme-ocean{--accent:#376077;--tint:#e1eaf0}a{color:inherit;text-underline-offset:4px}button,input,textarea,select{font:inherit}button,a,input,select,textarea{touch-action:manipulation}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.wrap{width:min(1180px,calc(100% - 64px));margin:auto}.demo-notice{padding:8px 20px;background:#efe8e0;color:#584e44;text-align:center;font-size:12px;letter-spacing:.025em}.site-header{position:sticky;top:0;background:var(--paper);z-index:5;border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:94px;gap:24px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-size:18px;font-weight:650;line-height:1.4}.brand small{display:block;font-size:11px;font-weight:400;color:var(--muted);letter-spacing:.06em}.brand-mark{background:var(--ink);color:white;border-radius:50%;width:46px;height:46px;display:grid;place-items:center;font-family:Georgia,serif;font-size:30px}.brand img{object-fit:contain}.nav nav{display:flex;align-items:center;gap:28px;font-size:13px}.nav nav>a{text-decoration:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:32px;background:var(--ink);color:#fff;border:1px solid var(--ink);border-radius:999px;min-height:52px;padding:13px 26px;text-decoration:none;font-weight:550;font-size:14px;cursor:pointer;transition:background .2s,transform .2s}.button:hover{background:var(--accent);transform:translateY(-1px)}.button:disabled{opacity:.6;cursor:wait}.button.small{min-height:44px;padding:10px 20px;font-size:12px;gap:16px}.hero{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:70px;padding-top:60px;padding-bottom:76px}.eyebrow{text-transform:uppercase;font-size:11px;letter-spacing:.16em;font-weight:650;color:var(--accent);margin:0 0 24px}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--accent);margin-right:9px;vertical-align:middle}h1,h2,h3{line-height:1.12;letter-spacing:-.045em;font-weight:500;margin:0 0 24px;text-wrap:balance}h1{font-size:clamp(44px,5.3vw,72px)}h2{font-size:clamp(30px,3.5vw,46px)}h3{font-size:24px;letter-spacing:-.03em;line-height:1.25}.lead{font-size:17px;color:var(--muted);max-width:560px}.hero .lead{margin:28px 0 32px}.hero-location{margin-top:24px;font-size:12px;color:var(--muted)}.hero-visual{position:relative;background:var(--tint);padding:16px;border-radius:200px 200px 28px 28px;min-height:470px}.hero-visual>img{display:block;width:100%;height:500px;object-fit:cover;object-position:center 28%;border-radius:190px 190px 18px 18px}.portrait-caption{position:absolute;bottom:26px;left:-24px;background:#fff;box-shadow:0 12px 50px #263a3510;border:1px solid #eee;display:flex;align-items:center;gap:14px;padding:17px 23px;border-radius:16px;font-size:15px}.portrait-caption small{display:block;font-size:11px;color:var(--muted);margin-top:2px}.mini-mark{font-size:34px;color:var(--accent)}.content-section{padding:86px 0;border-top:1px solid var(--line)}.type-about{background:var(--tint)}.about-grid{display:grid;grid-template-columns:1fr 2fr;gap:70px}.about-grid .lead{max-width:720px;margin:0}.credential{font-size:13px;margin-top:24px}.section-heading{max-width:670px;margin-bottom:40px}.section-heading>p:not(.eyebrow){color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card{padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper)}.card-number{display:inline-block;font-size:12px;color:var(--accent);padding-bottom:36px}.card p{font-size:14px;color:var(--muted)}.card-detail{padding-top:18px;border-top:1px solid var(--line);margin-top:25px!important;font-size:12px!important}.type-method .card{border:0;background:transparent;border-top:1px solid var(--line);border-radius:0;padding:24px 24px 0 0}.type-services{background:var(--section-background,#f3f3ed)}.faq-list{max-width:850px}.faq-list details{border-top:1px solid var(--line);padding:24px 0}.faq-list details:last-child{border-bottom:1px solid var(--line)}summary{list-style:none;display:flex;justify-content:space-between;gap:24px;cursor:pointer;font-weight:550}summary::-webkit-details-marker{display:none}summary span{font-size:23px;line-height:1}details[open] summary span{transform:rotate(45deg)}details p{color:var(--muted);font-size:15px;max-width:750px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}.type-contact{background:var(--tint)}.contact-grid>div>p{color:var(--muted);max-width:440px}.contact-card{padding:34px;background:var(--paper);border-radius:var(--radius);align-self:start}.contact-card>p{font-size:14px;color:var(--muted)}.contact-details{display:flex;flex-wrap:wrap;gap:16px 35px;margin-top:30px;font-size:14px;overflow-wrap:anywhere}.contact-details strong{display:block;text-transform:uppercase;font-size:10px;letter-spacing:.13em;margin-bottom:5px}.contact-card label{display:block;font-size:12px;font-weight:550;margin:0 0 17px}.contact-card input:not([type=checkbox]),.contact-card select{display:block;width:100%;border:1px solid #c9d0c9;border-radius:10px;background:white;padding:12px;margin-top:5px;color:var(--ink);font-size:16px;min-width:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.contact-card .check{display:flex;gap:9px;font-weight:400;align-items:start}.check input{margin-top:3px;width:16px;height:16px;flex-shrink:0}.contact-card button{width:100%}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.site-footer{padding:40px 0}.site-footer>.wrap{display:flex;justify-content:space-between;gap:30px}.site-footer p{font-size:12px;color:var(--muted)}.footer-links{display:flex;gap:24px;font-size:12px;align-items:center}.prose{padding-top:70px;padding-bottom:90px;max-width:860px;min-height:60vh}.prose h1{font-size:50px}.multiline{white-space:pre-wrap}.article-body{font-size:17px;line-height:1.9}.article-image{width:100%;height:auto;max-height:550px;object-fit:cover;border-radius:20px;margin:20px 0 35px}.card-image{width:100%;height:180px;object-fit:cover;border-radius:12px;margin-bottom:20px}.text-link{font-size:13px;font-weight:600}.skip{position:absolute;top:-100px;left:16px;z-index:10;padding:12px;background:white}.skip:focus{top:10px}#contact-status{font-size:13px;margin-bottom:0}.is-error{color:#a32828}.is-success{color:#25603a}@media(max-width:850px){.wrap{width:calc(100% - 40px)}.hero{gap:35px}.hero-visual>img{height:420px}.hero-visual{min-height:0}.nav nav{gap:15px}.nav nav>a:not(.button){display:none}.cards{gap:14px}.card{padding:23px}.contact-grid{gap:35px}.about-grid{gap:30px;grid-template-columns:1fr 2fr}.portrait-caption{left:-12px;padding:12px 16px}}@media(max-width:620px){.nav{min-height:80px;gap:10px}.brand{font-size:14px;gap:8px}.brand small{font-size:9px}.brand-mark{width:34px;height:34px;font-size:25px}.button.small{font-size:11px;padding:10px 14px;gap:8px}.nav .button span{display:none}.hero{grid-template-columns:1fr;gap:36px;padding-top:42px;padding-bottom:44px}.hero h1{font-size:46px}.hero .lead{font-size:16px;margin:22px 0 26px}.eyebrow{font-size:10px;letter-spacing:.1em}.hero-visual{max-width:440px;width:100%;margin:auto}.hero-visual>img{height:410px}.portrait-caption{left:4px;bottom:26px}.content-section{padding:52px 0}.about-grid,.contact-grid,.cards{grid-template-columns:1fr;gap:25px}.about-grid .eyebrow{margin-bottom:0}.card{padding:25px}.card-number{padding-bottom:24px}.section-heading{margin-bottom:28px}.contact-card{padding:24px}.form-row{grid-template-columns:1fr;gap:0}.site-footer>.wrap{flex-direction:column;gap:10px}.prose h1{font-size:37px}.prose{padding-top:42px}.demo-notice{font-size:10px}.hero-location{margin-bottom:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

h1,h2,h3{font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500}
/* CMS typography and section-level appearance inherit until explicitly changed. */
body,[data-appearance],[data-appearance-item]{font-family:var(--font-body,Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif)}
h1,h2,h3{font-family:var(--font-heading,Poppins,-apple-system,BlinkMacSystemFont,sans-serif)}
.section-photo{display:block;width:100%;height:auto;max-height:480px;object-fit:cover;border-radius:24px;margin:0 0 36px}
.item-photo{display:block;width:100%;aspect-ratio:1.52;height:auto;object-fit:cover;border-radius:14px;margin:0 0 24px}
.faq-list .item-photo{max-width:640px;margin-top:22px}
.button{color:var(--button-ink,#fff)}
.contact-card input:not([type=checkbox]),.contact-card select{color:#263a35;background:#fff}
@media(max-width:620px){.section-photo{max-height:320px;margin-bottom:24px}}

.portrait-caption{background:var(--paper);color:var(--ink)}

.calculator-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.calculator-form{display:grid;gap:16px}.calculator-form label{display:grid;gap:8px;font-weight:500}.calculator-form input,.calculator-form select{width:100%;min-width:0;padding:14px;border:1px solid #a7b9b0;border-radius:12px;background:#fff;color:#263a35;font:inherit}.calculator-result{padding:32px;border:1px solid currentColor;border-radius:24px;text-align:center;overflow-wrap:anywhere}.calculator-result strong{display:block;font-size:clamp(1.5rem,3vw,2.4rem);line-height:1.3;margin:12px 0 28px}.calculator-actions{display:flex;gap:12px;flex-wrap:wrap}.calculator-note{margin-top:24px;font-size:.9rem}.calculator-note summary{cursor:pointer}.calculator-form>p{font-size:.85rem}@media(max-width:760px){.calculator-grid{grid-template-columns:1fr;gap:24px}.calculator-result{padding:22px}}

.calculator-fields{display:grid;gap:16px;border:0;margin:0;padding:0;min-width:0}

.body-illustration{margin:0 auto 24px;max-width:320px}.body-illustration svg{display:block;width:180px;height:240px;margin:auto}.body-illustration figcaption{font-size:.76rem;line-height:1.5;margin-top:12px}.avatar-halo{fill:currentColor;opacity:.05}.avatar-shadow{fill:currentColor;opacity:.1}.avatar-skin{fill:#cda98d}.avatar-hair{fill:#403a36}.avatar-shirt{fill:currentColor}.avatar-leg{stroke:currentColor;opacity:.95}.avatar-shoe{stroke:#403a36}@media(max-width:760px){.body-illustration svg{width:150px;height:200px}}

.body-illustration svg{width:150px;height:300px;overflow:hidden}.body-illustration{max-width:300px;margin-bottom:28px}@media(max-width:760px){.body-illustration svg{width:120px;height:240px}}

/* Warm, photographic starting layout; colors and fonts remain editable in CMS. */
.hero{grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center}
.hero-visual>img{height:510px;border-radius:140px 140px 24px 24px;object-position:65% center}
.hero h1{font-weight:400;letter-spacing:-.035em}
.type-about>.wrap:has(>.section-photo){display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:64px}
.type-about .section-photo{height:420px;margin:0;object-position:center;border-radius:24px}
.type-about .about-grid{display:block}.type-about .about-grid h2{margin-top:20px}
.type-services .item-photo{aspect-ratio:1.55;object-position:center}
.type-services .card{background:var(--paper);overflow:hidden}
@media(max-width:760px){.hero{grid-template-columns:1fr;gap:30px}.hero-visual{max-width:none}.hero-visual>img{height:auto;aspect-ratio:1.25;object-position:65% center;border-radius:70px 70px 20px 20px}.type-about>.wrap:has(>.section-photo){grid-template-columns:1fr;gap:28px}.type-about .section-photo{height:auto;aspect-ratio:1.5}}

.body-preview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;max-width:480px;margin:20px auto}.body-preview .body-illustration{width:100%;margin:0;min-width:0}.body-preview .body-illustration svg{width:100%;height:auto;aspect-ratio:1/2}.body-preview-note{font-size:.76rem;line-height:1.5;opacity:.8}

/* Complete site palettes, inherited by every surface and control. */
body.theme-rose{--paper:#fcf7f5;--ink:#482f35;--muted:#665158;--accent:#765253;--tint:#f1e5e1;--line:#d9c8ca}
body.theme-sage{--paper:#faf8f3;--ink:#283f35;--muted:#506355;--accent:#456451;--tint:#e3ebe1;--line:#ccd7cb}
body.theme-ocean{--paper:#f3f8fb;--ink:#203e50;--muted:#476575;--accent:#376077;--tint:#e1eaf0;--line:#c5d7e1}
body.theme-nicole{--paper:#fbfafc;--ink:#174e4c;--muted:#54716f;--accent:#a96f9f;--tint:#e8f6f2;--line:#d8cbe0}
body{background:var(--paper);color:var(--ink)}
.type-services{background:var(--section-background,var(--tint))}
.demo-notice{background:var(--tint);color:var(--ink)}
.portrait-caption{border-color:var(--line)}
.contact-card input:not([type=checkbox]),.contact-card select,.calculator-form input,.calculator-form select{background:var(--paper);color:var(--ink);border-color:var(--line)}
.brand-mark{color:var(--button-ink,#fff)}.skip{background:var(--paper);color:var(--ink)}

body.theme-nicole .brand img{width:86px;height:54px;object-fit:contain;border-radius:10px}
body.theme-nicole h1,body.theme-nicole h2,body.theme-nicole h3{font-family:Poppins,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-weight:500;letter-spacing:-.028em}
body.theme-nicole h1{line-height:1.04}body.theme-nicole h2{line-height:1.1}body.theme-nicole h3{letter-spacing:-.018em}
body.theme-nicole .brand{letter-spacing:-.015em}body.theme-nicole .brand small{letter-spacing:.025em;font-weight:500}
body.theme-nicole .eyebrow{letter-spacing:.19em;font-weight:600}
body.theme-nicole .lead{line-height:1.75}
body.theme-nicole .hero-logo{display:block;width:min(170px,48%);height:auto;aspect-ratio:auto;object-fit:contain;margin:0 0 24px}
body.theme-nicole .dot{background:linear-gradient(135deg,#64aaa2,#9dbdda,#c18bb4)}
body.theme-nicole .button{background:linear-gradient(110deg,#17605c,#756eaa,#b875a6);border-color:transparent}
body.theme-nicole .type-services .card{border-top-color:#a96f9f}
body.theme-nicole .hero{position:relative;isolation:isolate}
body.theme-nicole{background:linear-gradient(135deg,#fbfafc 0%,#f8fcfb 48%,#fbf8fc 100%);background-size:180% 180%;animation:page-breathe 16s ease-in-out infinite}
.scroll-progress{position:absolute;left:0;bottom:-1px;width:var(--scroll,0%);height:3px;background:linear-gradient(90deg,#318a83,#8d79b6,#c477aa);transition:width .12s linear;z-index:2}
.site-header nav>a:not(.button){position:relative}.site-header nav>a:not(.button):after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;border-radius:2px;background:linear-gradient(90deg,#318a83,#c477aa);transform:scaleX(0);transition:transform .25s ease}.site-header nav>a.is-active:after,.site-header nav>a:hover:after{transform:scaleX(1)}
body.theme-nicole .nav>nav{gap:clamp(14px,1.5vw,25px);font-size:12px;white-space:nowrap}
body.theme-nicole .nav>nav .button.small{padding-inline:18px}
body.theme-nicole .hero:before{content:"";position:absolute;width:260px;height:260px;left:-150px;top:80px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,#9dbdda 28%,transparent),transparent 68%);z-index:-1;pointer-events:none}
body.theme-nicole .hero-visual{background:linear-gradient(145deg,#dff3ee,#eee8f7 58%,#f8e8f2);box-shadow:0 28px 70px color-mix(in srgb,var(--accent) 18%,transparent)}
body.theme-nicole .hero-visual>img{transition:transform .7s cubic-bezier(.2,.7,.2,1);transform:translateY(var(--drift,0)) scale(1.01)}
body.theme-nicole .hero-visual>img{object-position:center 22%}
body.theme-nicole .hero-visual:hover>img{transform:translateY(var(--drift,0)) scale(1.04)}
body.theme-nicole .type-about{background:linear-gradient(135deg,#e8f6f2,#f3eef8)}
body.theme-nicole .type-about .section-photo{box-shadow:0 24px 60px color-mix(in srgb,var(--ink) 16%,transparent);transform:rotate(-1.2deg);object-position:center 20%}
.about-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.about-points span{padding:9px 14px;border:1px solid color-mix(in srgb,var(--accent) 42%,var(--paper));border-radius:999px;background:color-mix(in srgb,var(--paper) 82%,transparent);font-size:12px;font-weight:600}
body.theme-nicole .type-method .card{padding:14px 14px 24px;border:1px solid color-mix(in srgb,var(--line) 72%,transparent);border-radius:22px;background:color-mix(in srgb,var(--paper) 84%,white);box-shadow:0 10px 28px color-mix(in srgb,var(--ink) 8%,transparent)}
body.theme-nicole .type-method .item-photo{aspect-ratio:1.35;margin-bottom:22px;transition:transform .45s ease}
body.theme-nicole .type-contact .section-photo{max-height:360px;object-position:center 58%;box-shadow:0 18px 46px color-mix(in srgb,var(--ink) 13%,transparent)}
body.theme-nicole .type-method .card:hover .item-photo{transform:scale(1.02)}
.type-services .card .item-photo{transition:transform .5s cubic-bezier(.2,.7,.2,1),filter .5s ease}.type-services .card:hover .item-photo{transform:scale(1.035);filter:saturate(1.08)}
.button{position:relative;overflow:hidden}.button:after{content:"";position:absolute;inset:-50%;background:linear-gradient(105deg,transparent 38%,rgba(255,255,255,.28) 49%,transparent 60%);transform:translateX(-75%) rotate(8deg);transition:transform .7s ease}.button:hover:after{transform:translateX(75%) rotate(8deg)}
.type-faq details summary span{transition:transform .3s ease,color .3s ease}.type-faq details[open] summary{color:var(--accent)}
.has-reveal .reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease var(--reveal-delay,0ms),transform .65s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms)}
.has-reveal .reveal.is-visible{opacity:1;transform:none}
@keyframes page-breathe{0%,100%{background-position:0% 40%}50%{background-position:100% 60%}}
@media(max-width:620px){body.theme-nicole .brand img{width:58px;height:38px}body.theme-nicole .hero-logo{width:118px;margin:0 auto 18px}body.theme-nicole .hero-visual>img{object-position:center 18%}body.theme-nicole .type-about .section-photo{aspect-ratio:.86;object-position:center 18%}body.theme-nicole .type-contact .section-photo{aspect-ratio:1.25;object-position:center 55%}}

/* Raised service cards: palette-aware surfaces and RYB-style lift. */
.type-services .card{
 position:relative;
 background:linear-gradient(145deg,color-mix(in srgb,var(--paper) 35%,white) 0%,var(--paper) 68%,color-mix(in srgb,var(--paper) 82%,var(--tint)) 100%);
 border:1px solid color-mix(in srgb,var(--accent) 28%,var(--paper));
 border-top:4px solid var(--accent);
 box-shadow:0 12px 28px color-mix(in srgb,var(--ink) 12%,transparent),0 3px 7px color-mix(in srgb,var(--ink) 7%,transparent);
 transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.type-services .card:focus-within{
 border-color:var(--accent);
 box-shadow:0 20px 40px color-mix(in srgb,var(--accent) 24%,transparent),0 5px 12px color-mix(in srgb,var(--ink) 9%,transparent);
}
@media(hover:hover) and (pointer:fine){
 .type-services .card:hover{
  transform:translateY(-7px);
  border-color:var(--accent);
  box-shadow:0 20px 40px color-mix(in srgb,var(--accent) 24%,transparent),0 5px 12px color-mix(in srgb,var(--ink) 9%,transparent);
 }
}
@media(prefers-reduced-motion:reduce){.type-services .card:hover{transform:none}}

/* Text alignment only: preserve layout, image positions and spacing. */
main h1,main h2,main h3,main p,
.faq-list summary,.calculator-result,.site-footer p{
 text-align:center;
}
/* Section intros must be centered as a block as well as typographically. */
.section-heading{
 margin-left:auto;
 margin-right:auto;
 text-align:center;
}

/* Mobile layout: readable cards, compact hero and accessible navigation. */
.mobile-menu{display:none}
@media(max-width:850px){
 .nav{position:relative;min-height:76px}.nav>nav{display:none}
 .brand{min-width:0}.brand>span{min-width:0;overflow-wrap:anywhere}.brand img{flex-shrink:0}
 .mobile-menu{display:block;flex-shrink:0}
 .mobile-menu>summary{min-height:44px;align-items:center;gap:10px;border:1px solid var(--line);border-radius:12px;padding:8px 12px;font-size:14px}
 .mobile-menu>summary span{font-size:18px}.mobile-menu[open]>summary span{transform:none}
 .mobile-menu nav{position:absolute;top:calc(100% - 2px);left:0;right:0;display:grid;gap:4px;padding:12px;background:var(--paper);border:1px solid var(--line);border-radius:0 0 18px 18px;box-shadow:0 16px 28px color-mix(in srgb,var(--ink) 16%,transparent);max-height:70dvh;overflow:auto}
 .nav .mobile-menu nav>a{display:flex;align-items:center;min-height:48px;padding:10px 14px;border-radius:10px;font-size:15px}
 .mobile-menu nav>a:hover,.mobile-menu nav>a:focus-visible{background:var(--tint)}
 html{scroll-padding-top:92px}
}
@media(min-width:851px) and (max-width:1080px){body.theme-nicole .brand small{display:none}body.theme-nicole .brand{font-size:15px}body.theme-nicole .brand img{width:58px;height:44px}body.theme-nicole .nav>nav{gap:12px;font-size:11px}body.theme-nicole .nav>nav .button.small{padding-inline:14px}}
@media(min-width:621px) and (max-width:850px){.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.cards>.card:last-child:nth-child(odd){grid-column:1/-1}}
@media(max-width:620px){
 .wrap{width:calc(100% - 36px)}
 .nav{min-height:72px;gap:14px}.brand{font-size:14px}.brand small{font-size:10px;letter-spacing:.02em}.brand img{width:36px;height:36px}
 .demo-notice{font-size:11px;line-height:1.45;padding:8px 18px}
 .hero{padding-top:30px;padding-bottom:38px;gap:26px}
 .hero h1{font-size:clamp(34px,9.5vw,44px);line-height:1.1;margin-bottom:20px}
 .hero .eyebrow{margin-bottom:18px;line-height:1.6}
 .hero .lead{font-size:16px;line-height:1.65;margin:18px 0 22px}
 .hero .button{width:100%;min-height:50px}.hero-location{margin-top:16px;font-size:13px}
 .hero-visual{padding:10px;border-radius:70px 70px 22px 22px}
 .hero-visual>img{aspect-ratio:1.4;border-radius:60px 60px 16px 16px}
 .portrait-caption{left:18px;right:18px;bottom:18px;padding:10px 14px;gap:10px;font-size:13px}.portrait-caption small{font-size:11px}.portrait-caption .mini-mark{font-size:26px}
 .content-section{padding:40px 0}h2{font-size:clamp(28px,8vw,34px);line-height:1.16}h3{font-size:24px}
 .section-heading{margin-bottom:24px}.section-heading .eyebrow{margin-bottom:14px}
 .cards{gap:20px}.card{padding:20px}.type-services .item-photo{margin-bottom:16px;aspect-ratio:1.65}
 .card-number{padding-bottom:12px}.card h3{margin-bottom:14px}.card p{font-size:16px;line-height:1.6;margin:12px 0}
 .card-detail{font-size:13px!important;margin-top:18px!important;padding-top:14px}
 .type-services .card{box-shadow:0 8px 20px color-mix(in srgb,var(--ink) 12%,transparent)}
 .type-method .card{padding:20px 0 0}.type-about .about-grid h2{margin-top:14px}
 .contact-grid{gap:24px}.contact-details{gap:8px 20px;margin-top:18px}.contact-card{padding:22px}
 .calculator-form input,.calculator-form select,.contact-card input:not([type=checkbox]),.contact-card select{font-size:16px;min-height:48px;max-width:100%}
 .calculator-actions{display:grid;grid-template-columns:1fr;gap:10px}.calculator-actions .button{width:100%;min-height:48px}
 .calculator-result{padding:22px 18px}.calculator-note{font-size:14px;line-height:1.65}
 .faq-list details{padding:18px 0}.faq-list summary{min-height:44px;align-items:center;font-size:16px}.faq-list details p{font-size:16px}
 .footer-links{flex-wrap:wrap;gap:8px 24px}.footer-links a{display:inline-flex;align-items:center;min-height:44px;font-size:13px}
 .site-footer{padding:28px 0}.prose{overflow-wrap:anywhere}.prose h1{font-size:32px}
}

/* Services use an editorial composition, distinct from the more instructional cards above. */
.type-services .cards{align-items:start}
.type-services .card{
 isolation:isolate;
 padding:16px;
 border-radius:30px 30px 18px 18px;
 transform:translateZ(0);
}
.type-services .card:before{
 content:"";position:absolute;z-index:-1;right:-42px;bottom:-56px;width:150px;height:150px;border-radius:50%;
 background:radial-gradient(circle,color-mix(in srgb,var(--accent) 24%,transparent),transparent 68%);
 transition:transform .55s cubic-bezier(.2,.7,.2,1),opacity .4s ease;
}
.type-services .card .item-photo{
 display:block;width:100%;margin:0 0 22px;border-radius:21px 21px 12px 12px;
 box-shadow:0 10px 24px color-mix(in srgb,var(--ink) 12%,transparent);
}
.type-services .card-number{
 float:right;padding:7px 10px;margin:0 0 12px 12px;border:1px solid color-mix(in srgb,var(--accent) 46%,var(--paper));
 border-radius:999px;background:color-mix(in srgb,var(--paper) 88%,white);font-size:10px;font-weight:700;letter-spacing:.12em;
}
.type-services .card h3{clear:both;margin:0 8px 13px;font-size:clamp(22px,2vw,29px)}
.type-services .card p{margin-inline:8px}.type-services .card-detail{margin-inline:8px!important}
@media(hover:hover) and (pointer:fine){
 .type-services .card:hover{transform:translateY(-10px) rotate(-.35deg)}
 .type-services .card:hover:before{transform:scale(1.35) translate(-12px,-10px)}
 .type-services .card:nth-child(even):hover{transform:translateY(-10px) rotate(.35deg)}
}
@media(min-width:960px){
 .type-services .cards{grid-template-columns:repeat(12,minmax(0,1fr));gap:28px 24px;padding-top:12px}
 .type-services .card{grid-column:span 4}
 .type-services .card:nth-child(3n+1){grid-column:span 5;margin-top:20px}
 .type-services .card:nth-child(3n+2){grid-column:span 3;margin-top:74px}
 .type-services .card:nth-child(3n){grid-column:span 4;margin-top:0}
 .type-services .card:nth-child(3n+1) .item-photo{aspect-ratio:1.08;object-fit:cover}
 .type-services .card:nth-child(3n+2) .item-photo{aspect-ratio:.9;object-fit:cover}
 .type-services .card:nth-child(3n) .item-photo{aspect-ratio:1.3;object-fit:cover}
 .type-services .card:nth-child(4n+1){background:linear-gradient(145deg,#fff 0%,color-mix(in srgb,var(--tint) 60%,var(--paper)) 100%)}
 .type-services .card:nth-child(4n+2){background:linear-gradient(145deg,#fff 0%,color-mix(in srgb,#eee6f5 72%,var(--paper)) 100%)}
}
@media(max-width:959px){.type-services .card .item-photo{aspect-ratio:1.45;object-fit:cover}}
@media(max-width:620px){
 .type-services .card{padding:12px;border-radius:23px 23px 16px 16px}
 .type-services .card .item-photo{margin-bottom:18px;border-radius:16px 16px 10px 10px}
 .type-services .card h3{font-size:25px;margin-inline:6px}.type-services .card p{margin-inline:6px}
}

/* Services: equal-sized cards, separated visually from the method cards. */
.type-services .cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}
.type-services .card{
 grid-column:auto!important;margin-top:0!important;padding:14px;border:1px solid color-mix(in srgb,var(--accent) 42%,var(--paper));
 border-top:5px solid var(--accent);border-radius:26px;background:linear-gradient(155deg,#fff 0%,color-mix(in srgb,var(--paper) 88%,var(--tint)) 100%);
 box-shadow:0 10px 24px color-mix(in srgb,var(--ink) 10%,transparent);display:flex;flex-direction:column;
}
.type-services .card .item-photo{aspect-ratio:1.42!important;margin-bottom:18px;border-radius:17px 17px 10px 10px}
.type-services .card:before{width:118px;height:118px;right:-32px;bottom:-42px}
.type-services .card h3{font-size:clamp(20px,1.55vw,24px);margin:0 7px 12px}
.type-services .card p{margin-inline:7px}.type-services .card-detail{
 align-self:flex-start;margin:18px 7px 4px!important;padding:7px 12px!important;border:1px solid color-mix(in srgb,var(--accent) 70%,var(--paper))!important;
 border-radius:999px;background:color-mix(in srgb,var(--paper) 72%,white);font-weight:700!important;color:var(--ink)!important;line-height:1.25;
}
@media(hover:hover) and (pointer:fine){.type-services .card:hover,.type-services .card:nth-child(even):hover{transform:translateY(-7px) rotate(0)}}
@media(min-width:960px){.type-services .card:nth-child(7){grid-column:2!important}.type-services .card:nth-child(3n+1),.type-services .card:nth-child(3n+2){background:linear-gradient(155deg,#fff 0%,color-mix(in srgb,var(--paper) 84%,var(--tint)) 100%)}}
@media(min-width:621px) and (max-width:959px){.type-services .cards{grid-template-columns:repeat(2,minmax(0,1fr))}.type-services .card:nth-child(7){grid-column:1/-1!important;justify-self:center;width:calc((100% - 24px)/2)}}
@media(max-width:620px){.type-services .cards{grid-template-columns:1fr}.type-services .card{padding:12px}.type-services .card .item-photo{aspect-ratio:1.5!important}}

/* Method titles sit on a visible, soft label above their explanatory cards. */
.type-method .card h3{display:inline-block;margin:0 0 14px;padding:9px 13px;border-radius:12px;background:linear-gradient(110deg,color-mix(in srgb,var(--tint) 88%,white),color-mix(in srgb,var(--accent) 18%,white));box-shadow:0 5px 14px color-mix(in srgb,var(--ink) 8%,transparent)}

/* Refinement: clean service cards without the lower-right decorative bloom. */
.type-services .card:before{display:none!important}
.type-services .card{border:1px solid color-mix(in srgb,var(--accent) 30%,var(--paper));border-top:4px solid var(--accent);border-radius:24px;background:linear-gradient(155deg,rgba(255,255,255,.98),color-mix(in srgb,var(--paper) 92%,var(--tint)));box-shadow:0 12px 30px color-mix(in srgb,var(--ink) 9%,transparent);overflow:hidden}
.type-services .card .item-photo{box-shadow:none}
.type-services .card-detail{font-size:18px!important;letter-spacing:-.015em;padding:9px 14px!important;background:color-mix(in srgb,var(--paper) 50%,white);box-shadow:0 4px 12px color-mix(in srgb,var(--accent) 12%,transparent)}
@media(hover:hover) and (pointer:fine){.type-services .card:hover{box-shadow:0 18px 38px color-mix(in srgb,var(--ink) 15%,transparent)}}

/* Contact section: social touchpoints and a clearer contact hierarchy. */
.type-contact{position:relative;overflow:hidden;background:linear-gradient(135deg,color-mix(in srgb,var(--tint) 82%,white),color-mix(in srgb,var(--paper) 86%,var(--tint)))}
.type-contact:before,.type-contact:after{content:"";position:absolute;border-radius:50%;pointer-events:none;filter:blur(1px)}
.type-contact:before{width:310px;height:310px;right:-100px;top:-130px;background:color-mix(in srgb,var(--accent) 12%,transparent)}
.type-contact:after{width:180px;height:180px;left:-75px;bottom:-95px;background:color-mix(in srgb,var(--accent) 9%,transparent)}
.type-contact .wrap{position:relative;z-index:1}.type-contact .contact-grid{align-items:center;gap:62px}
.type-contact .contact-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:34px}
.type-contact .contact-details p{position:relative;min-height:106px;margin:0;padding:17px 16px 15px 54px;border:1px solid color-mix(in srgb,var(--accent) 20%,white);border-radius:17px;background:rgba(255,255,255,.58);box-shadow:0 8px 20px color-mix(in srgb,var(--ink) 6%,transparent);transition:transform .25s ease,box-shadow .25s ease}
.type-contact .contact-details p:before{position:absolute;left:16px;top:17px;width:26px;height:26px;border-radius:9px;display:grid;place-items:center;background:color-mix(in srgb,var(--accent) 17%,white);color:var(--accent);font-size:15px;font-weight:700}
.type-contact .contact-details p:nth-child(1):before{content:"⌖"}.type-contact .contact-details p:nth-child(2):before{content:"☎"}.type-contact .contact-details p:nth-child(3):before{content:"✉"}.type-contact .contact-details p:nth-child(4):before{content:"◎";font-size:22px;line-height:1}
.type-contact .contact-details strong{color:var(--accent);margin-bottom:7px}.type-contact .contact-details a{font-weight:650;text-decoration:none;border-bottom:1px solid currentColor}.type-contact .contact-details p:nth-child(4){background:linear-gradient(120deg,color-mix(in srgb,var(--accent) 18%,white),rgba(255,255,255,.7));border-color:color-mix(in srgb,var(--accent) 42%,white)}
.type-contact .contact-details p:nth-child(4) a{display:inline-flex;align-items:center;gap:7px}.type-contact .contact-details p:nth-child(4) a:after{content:"↗";font-size:16px}.type-contact .contact-card{position:relative;border:1px solid rgba(255,255,255,.9);border-radius:26px;box-shadow:0 20px 45px color-mix(in srgb,var(--ink) 12%,transparent);background:rgba(255,255,255,.7);backdrop-filter:blur(10px)}
.contact-map{margin-top:18px;overflow:hidden;border:1px solid color-mix(in srgb,var(--accent) 22%,white);border-radius:22px;background:#fff;box-shadow:0 12px 30px color-mix(in srgb,var(--ink) 9%,transparent)}
.contact-map iframe{display:block;width:100%;height:260px;border:0}
.contact-map a{display:flex;align-items:center;justify-content:center;min-height:48px;padding:10px 18px;border-top:1px solid var(--line);font-size:13px;font-weight:750;text-decoration:none;color:var(--ink)}
@media(hover:hover) and (pointer:fine){.type-contact .contact-details p:hover{transform:translateY(-4px);box-shadow:0 14px 26px color-mix(in srgb,var(--ink) 12%,transparent)}}
@media(max-width:620px){.type-contact .contact-details{grid-template-columns:1fr}.type-contact .contact-details p{min-height:0}.contact-map iframe{height:230px}}

/* Keep Nicole's hero logo centered over the intro copy. */
.hero-copy .hero-logo{display:block;margin:0 auto 34px}

/* Service card text rhythm: shared title, description and price baselines. */
.type-services .card h3{min-height:58px;display:flex;align-items:flex-start}
.type-services .card p.multiline{min-height:108px;flex:1}
.type-services .card .card-detail{margin-top:auto!important}
@media(max-width:620px){.type-services .card h3{min-height:0}.type-services .card p.multiline{min-height:0}}

/* Recognisable contact-service icons. */
.type-contact .contact-details p:before{content:""!important;background-color:transparent!important;background-repeat:no-repeat!important;background-position:center!important;background-size:24px 24px!important}
.type-contact .contact-details p:nth-child(1):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234285F4' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7z'/%3E%3Ccircle cx='12' cy='9' r='3' fill='white'/%3E%3C/svg%3E")}
.type-contact .contact-details p:nth-child(2):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2325D366' d='M20.5 3.5A11.8 11.8 0 0 0 2.8 19.2L2 22l2.9-.8A11.8 11.8 0 1 0 20.5 3.5z'/%3E%3Cpath fill='white' d='M17.2 14.6c-.3-.2-1.9-.9-2.2-1-.3-.1-.5-.2-.7.2l-.8 1c-.2.2-.3.2-.6.1a8.8 8.8 0 0 1-2.6-1.6 9.6 9.6 0 0 1-1.8-2.3c-.2-.3 0-.4.1-.6l.5-.5c.2-.2.2-.3.3-.5l-.8-1.9c-.2-.5-.5-.4-.7-.4h-.6c-.2 0-.6.1-.9.4-.3.4-1.2 1.2-1.2 3s1.2 3.5 1.4 3.7c.2.3 2.4 3.7 5.8 5.1.8.4 1.5.6 2 .8.8.2 1.5.2 2.1.1.6-.1 1.9-.8 2.2-1.5.3-.7.3-1.4.2-1.5-.1-.2-.3-.2-.6-.4z'/%3E%3C/svg%3E")}
.type-contact .contact-details p:nth-child(3):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23EA4335' d='M3 5h18v14H3z'/%3E%3Cpath fill='white' d='M3 6l9 7 9-7v3l-9 7-9-7z'/%3E%3C/svg%3E")}
.type-contact .contact-details p:nth-child(4):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='1' x2='1' y2='0'%3E%3Cstop stop-color='%23FEDA75'/%3E%3Cstop offset='.45' stop-color='%23D62976'/%3E%3Cstop offset='1' stop-color='%234F5BD5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='2' y='2' width='20' height='20' rx='6' fill='url(%23g)'/%3E%3Ccircle cx='12' cy='12' r='4.4' fill='none' stroke='white' stroke-width='2'/%3E%3Ccircle cx='17.5' cy='6.7' r='1.2' fill='white'/%3E%3C/svg%3E")}

/* Hero: logo centered on the text column. */
@media(min-width:621px){body.site-nicole .hero-copy .hero-logo{margin:0 auto 34px}}

/* Services: center all card copy without changing the card grid. */
body.site-nicole .type-services .card{text-align:center}

/* Service details: centered, filled price and duration tags. */
body.site-nicole .type-services .card .card-detail{align-self:center;display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:48px;margin:20px auto 4px!important;padding:11px 18px!important;border:0!important;border-radius:999px;background:var(--accent)!important;color:#fff!important;box-shadow:0 10px 22px color-mix(in srgb,var(--accent) 38%,transparent);font-size:18px!important;font-weight:750!important;line-height:1.2;text-align:center}


/* Nicole: moving counters and a clear featured-service tag. */
body.site-nicole .hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:30px 0 0;max-width:520px}
body.site-nicole .hero-stat{padding:12px 10px;border:1px solid color-mix(in srgb,var(--accent) 30%,white);border-radius:15px;background:rgba(255,255,255,.74);box-shadow:0 8px 18px color-mix(in srgb,var(--ink) 8%,transparent);text-align:center}
body.site-nicole .hero-stat :is(strong,b){display:block;font-size:27px;line-height:1;color:var(--accent);letter-spacing:-.05em}
body.site-nicole .hero-stat :is(span,small){display:block;margin-top:6px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;line-height:1.25}
body.site-nicole .type-services .card:first-child{position:relative}
body.site-nicole .type-services .card:first-child:after{content:"Più richiesto";position:absolute;top:28px;left:28px;z-index:1;padding:7px 11px;border-radius:999px;background:var(--accent);color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 7px 15px color-mix(in srgb,var(--accent) 32%,transparent)}
@media(max-width:620px){body.site-nicole .hero-stats{max-width:none;margin-top:24px}body.site-nicole .hero-stat :is(strong,b){font-size:24px}}

/* Nicole: the requested number panel replaces numbering inside content cards. */
body.site-nicole .card-number{display:none!important}
body.site-nicole .hero-stats{max-width:none;margin-top:34px}
body.site-nicole .hero-stat{min-height:130px;display:flex;flex-direction:column;align-items:center;justify-content:center}

/* Nicole — ivory and forest-green treatment from the supplied visual reference. */
@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(poppins-700.ttf) format('truetype')}
body.theme-nicole[class]{--paper:#f8f7f1;--ink:#1c4333;--muted:#52766b;--accent:#358564;--tint:#edf3ec;--line:#d6e5dc;background:var(--paper);color:var(--ink);animation:none}
body.theme-nicole .hero:before{display:none}
body.theme-nicole h1,body.theme-nicole h2,body.theme-nicole h3{font-weight:700}
body.theme-nicole .button{background:var(--ink);border-color:var(--ink);font-weight:700;box-shadow:0 8px 24px #1c43330a}
body.theme-nicole .button:hover{background:#2c644d;border-color:#2c644d}
body.theme-nicole .dot,body.theme-nicole .scroll-progress,body.theme-nicole .site-header nav>a:not(.button):after{background:var(--accent)}
body.theme-nicole .hero .eyebrow,body.theme-nicole .section-heading .eyebrow{display:table;width:fit-content;max-width:100%;padding:8px 17px;border:1px solid #c6d4c8;border-radius:999px;background:#e8ece4;color:var(--ink);letter-spacing:.06em}
body.theme-nicole .hero-visual{padding:0;border-radius:30px;background:var(--tint);box-shadow:0 24px 55px #1c43331c}
body.theme-nicole .hero-visual>img,body.theme-nicole .hero-visual:hover>img{border-radius:30px;transform:none}
body.theme-nicole .portrait-caption{background:#fffffff2;border:1px solid var(--line);border-radius:20px;box-shadow:0 12px 32px #1c433317}
body.theme-nicole .hero-stats{gap:16px}
body.theme-nicole .hero-stat{padding:22px 12px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 8px 22px #1c433309}
body.theme-nicole .hero-stat :is(strong,b){font-family:Poppins,sans-serif;font-size:36px;font-weight:700;color:var(--ink)}
body.theme-nicole .hero-stat :is(span,small){margin-top:10px;color:var(--muted);font-size:12px;letter-spacing:0;text-transform:none}
body.theme-nicole .type-about,body.theme-nicole .type-contact{--paper:#f8f7f1;--tint:#edf3ec;background:#edf3ec}
body.theme-nicole .type-services{--paper:#f8f7f1;--tint:#edf3ec;--section-background:#f8f7f1;background:#f8f7f1}
body.theme-nicole .type-services .section-heading,body.theme-nicole .type-method .section-heading{max-width:780px;margin-inline:auto;text-align:center}
body.theme-nicole .type-services .section-heading .eyebrow,body.theme-nicole .type-method .section-heading .eyebrow{margin-inline:auto}
body.theme-nicole .type-services .cards{padding-top:16px;row-gap:32px}
body.theme-nicole .type-services .card,body.theme-nicole .type-method .card{border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 8px 24px #1c43330a}
body.theme-nicole .type-services .card{padding:22px;overflow:visible}
body.theme-nicole .type-services .card h3{justify-content:center}
body.theme-nicole .type-services .card .item-photo{border-radius:16px}
body.theme-nicole .type-services .card .card-number{align-self:center;float:none;background:#edf3ec;border-color:var(--line);color:var(--ink);margin-inline:0}
body.theme-nicole .type-services .card:first-child{border:2px solid var(--accent);padding:21px}
body.theme-nicole .type-services .card:first-child:after{top:-17px;left:auto;right:22px;background:var(--accent);padding:8px 16px;font-size:12px;letter-spacing:0;text-transform:none;box-shadow:none}
body.theme-nicole .type-services .card .card-detail{width:100%;border:1px solid var(--line)!important;background:#fff!important;color:var(--ink)!important;box-shadow:none;min-height:54px}
body.theme-nicole .type-services .card:first-child .card-detail{background:var(--ink)!important;color:#fff!important;border-color:var(--ink)!important}
body.theme-nicole .type-method .card h3{background:#edf3ec;box-shadow:none;border:1px solid var(--line);border-radius:14px}
body.theme-nicole .type-contact .contact-card{background:#fff;border-color:var(--line);box-shadow:0 12px 32px #1c43330c}
@media(max-width:620px){
 body.theme-nicole .hero-stats{gap:8px}
 body.theme-nicole .hero-stat{padding:17px 6px;border-radius:18px}
 body.theme-nicole .hero-stat :is(strong,b){font-size:29px}
 body.theme-nicole .hero-stat :is(span,small){font-size:11px}
 body.theme-nicole .hero-visual,body.theme-nicole .hero-visual>img{border-radius:24px}
 body.theme-nicole .type-services .card{padding:18px}
 body.theme-nicole .type-services .card:first-child{padding:17px}
}

/* Nicole: center copy, form controls and actions across every content section. */
body.site-nicole main,
body.site-nicole .site-footer,
body.site-nicole .hero-copy,
body.site-nicole .about-grid,
body.site-nicole .card,
body.site-nicole .contact-grid>div,
body.site-nicole .contact-card,
body.site-nicole .calculator-form,
body.site-nicole .calculator-note,
body.site-nicole .prose{text-align:center}
body.site-nicole .button,
body.site-nicole .calculator-form label,
body.site-nicole .calculator-form input,
body.site-nicole .calculator-form select,
body.site-nicole .contact-card input:not([type=checkbox]),
body.site-nicole .contact-card select{text-align:center}
body.site-nicole .hero .eyebrow,
body.site-nicole .about-grid .eyebrow,
body.site-nicole .section-heading .eyebrow,
body.site-nicole .faq-list,
body.site-nicole .calculator-note{margin-left:auto;margin-right:auto}
body.site-nicole .hero .lead,
body.site-nicole .about-grid .lead,
body.site-nicole .contact-grid>div>p,
body.site-nicole details p{margin-left:auto;margin-right:auto}
body.site-nicole .calculator-actions,
body.site-nicole .contact-card .check,
body.site-nicole .footer-links{justify-content:center;text-align:center}
body.site-nicole .faq-list summary,
body.site-nicole .calculator-note summary{justify-content:center;position:relative;text-align:center}
body.site-nicole .faq-list summary span{position:absolute;right:0}
body.site-nicole .type-contact .contact-details p{padding:58px 16px 16px;text-align:center}
body.site-nicole .type-contact .contact-details p:before{left:50%;top:17px;transform:translateX(-50%)}
body.site-nicole .site-footer>.wrap{justify-content:center;align-items:center;text-align:center}

/* Nicole: optical centering for flex titles, pills and arrow buttons. */
body.site-nicole .type-services .card h3{width:100%;justify-content:center;text-align:center}
body.site-nicole .about-points{justify-content:center}
body.site-nicole .button{position:relative;justify-content:center;gap:0;padding-inline:58px 72px;text-align:center}
body.site-nicole .button>span[aria-hidden="true"]{position:absolute;right:20px}

body.site-nicole .hero-intro{display:flex;align-items:center;justify-content:flex-start;gap:28px;margin:0 0 38px;text-align:left}
body.site-nicole .hero-intro .hero-logo{flex:0 0 auto;width:142px;height:auto;max-width:34%;margin:0}
body.site-nicole .hero-intro .eyebrow{flex:1;margin:0;text-align:left;line-height:1.65}
@media(max-width:620px){
 body.site-nicole .hero-intro{gap:18px;margin-bottom:28px}
 body.site-nicole .hero-intro .hero-logo{width:102px;max-width:32%;margin:0}
 body.site-nicole .hero-intro .eyebrow{font-size:9px;letter-spacing:.08em}
}

/* Nicole about: immersive portrait background with a hero-like ocean overlay. */
body.site-nicole .type-about{
 position:relative;isolation:isolate;display:flex;align-items:center;min-height:760px;padding:96px 0;
 color:var(--ink);background-color:#eaf3f6;background-image:linear-gradient(90deg,rgba(237,246,248,.04) 0%,rgba(237,246,248,.12) 40%,rgba(237,246,248,.72) 68%,rgba(237,246,248,.94) 100%),var(--about-image);
 background-size:115% auto;background-position:right 30%;background-repeat:no-repeat;border-top:0;overflow:hidden;
}
body.site-nicole .type-about:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(221,237,242,.18));pointer-events:none}
body.site-nicole .type-about>.wrap{position:relative;z-index:1}
body.site-nicole .type-about .about-grid{width:min(620px,49%);margin-left:auto;padding:54px 46px;border:1px solid rgba(55,96,119,.18);border-radius:8px;background:rgba(249,252,252,.9);backdrop-filter:blur(9px);box-shadow:0 28px 70px rgba(9,31,43,.14)}
body.site-nicole .type-about .about-grid .eyebrow{color:var(--accent);margin-bottom:18px}
body.site-nicole .type-about .about-grid h2{font-size:clamp(42px,4.5vw,68px);color:var(--ink);margin:0 0 28px}
body.site-nicole .type-about .about-grid .lead{max-width:none;color:var(--muted);font-size:18px;line-height:1.75}
body.site-nicole .type-about .about-grid .rich-text :is(strong,b){color:var(--ink)}
body.site-nicole .type-about .about-points{margin-top:32px}
body.site-nicole .type-about .about-points span{color:var(--ink);border-color:rgba(55,96,119,.28);background:rgba(225,234,240,.72);backdrop-filter:blur(8px)}
body.site-nicole .type-about .credential{color:var(--muted)}
@media(max-width:850px){
 body.site-nicole .type-about{min-height:780px;padding:70px 0;background-size:cover;background-position:58% center;background-image:linear-gradient(180deg,rgba(241,248,249,.02) 0%,rgba(241,248,249,.08) 34%,rgba(241,248,249,.82) 64%,rgba(241,248,249,.98) 100%),var(--about-image)}
 body.site-nicole .type-about .about-grid{width:100%;margin-top:260px;padding:34px 30px;background:rgba(249,252,252,.9)}
}
@media(max-width:620px){
 body.site-nicole .type-about{min-height:850px;padding:52px 0;background-position:58% center}
 body.site-nicole .type-about .about-grid{margin-top:300px;padding:28px 20px;border-radius:6px}
 body.site-nicole .type-about .about-grid h2{font-size:clamp(34px,10vw,44px);margin-bottom:22px}
 body.site-nicole .type-about .about-grid .lead{font-size:16px;line-height:1.65}
 body.site-nicole .type-about .about-points{gap:8px;margin-top:24px}
 body.site-nicole .type-about .about-points span{font-size:11px;padding:8px 10px}
}

/* Nicole contact: centered intro above a two-column contact/form layout. */
body.site-nicole .type-contact .contact-intro{max-width:860px;margin:0 auto 44px;text-align:center}
body.site-nicole .type-contact .contact-intro .eyebrow{margin-inline:auto}
body.site-nicole .type-contact .contact-intro h2{margin-bottom:22px}
body.site-nicole .type-contact .contact-intro p:not(.eyebrow){max-width:780px;margin:0 auto;color:var(--muted)}
body.site-nicole .type-contact .contact-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);align-items:start;gap:54px}
body.site-nicole .type-contact .contact-info{text-align:left}
body.site-nicole .type-contact .contact-details{margin-top:0}
body.site-nicole .type-contact .contact-map{margin-top:24px}
body.site-nicole .type-contact .contact-map iframe{height:300px}
body.site-nicole .type-contact .contact-card{width:100%;height:100%;min-height:100%;margin-top:0;align-self:stretch;display:flex;flex-direction:column;justify-content:center}
@media(max-width:960px){
 body.site-nicole .type-contact .contact-grid{grid-template-columns:1fr;gap:28px}
 body.site-nicole .type-contact .contact-card{height:auto;min-height:0;max-width:760px;margin-inline:auto}
}
@media(max-width:620px){
 body.site-nicole .type-contact .contact-intro{margin-bottom:28px}
 body.site-nicole .type-contact .contact-intro h2{font-size:35px}
 body.site-nicole .type-contact .contact-map iframe{height:230px}
}
body.site-nicole .type-about .section-photo{object-position:center top}
body.site-nicole .rich-text{color:inherit;overflow-wrap:anywhere}
body.site-nicole .rich-text p,
body.site-nicole .rich-text div{margin:0 0 .75em}
body.site-nicole .rich-text p:last-child,
body.site-nicole .rich-text div:last-child{margin-bottom:0}
body.site-nicole .lead.rich-text{display:block;color:var(--muted)}
body.site-nicole .section-heading .rich-text,
body.site-nicole .contact-intro .rich-text{max-width:780px;margin:0 auto;color:var(--muted)}
body.site-nicole .card .rich-text{color:var(--muted);font-size:15px;line-height:1.7}
body.site-nicole .faq-list .rich-text{max-width:760px;margin:18px auto 0;color:var(--muted)}

/* Nicole: the audience cards read better as a balanced 2x2 panel. */
body.site-nicole .type-method .cards{
 grid-template-columns:repeat(2,minmax(0,1fr));
 gap:28px;
 max-width:1040px;
 margin-inline:auto;
 align-items:stretch;
}
body.site-nicole .type-method .card{
 display:grid;
 grid-template-columns:minmax(190px,.82fr) minmax(0,1fr);
 grid-template-rows:auto 1fr;
 align-items:center;
 gap:24px;
 min-height:280px;
 padding:18px 24px 18px 18px;
 text-align:left;
}
body.site-nicole .type-method .card .item-photo{
 width:100%;
 height:100%;
 min-height:238px;
 margin:0;
 aspect-ratio:auto;
 object-fit:cover;
 border-radius:18px;
 grid-row:1/3;
}
body.site-nicole .type-method .card h3{
 width:fit-content;
 max-width:100%;
 margin:0 0 16px;
 padding:10px 16px;
 text-align:left;
 line-height:1.1;
 align-self:end;
}
body.site-nicole .type-method .card .rich-text{
 font-size:17px;
 line-height:1.7;
 text-align:left;
 align-self:start;
}
@media(min-width:621px) and (max-width:900px){
 body.site-nicole .type-method .card{grid-template-columns:1fr;align-items:start;padding:16px;text-align:center}
 body.site-nicole .type-method .card .item-photo{height:auto;min-height:0;aspect-ratio:1.6;margin-bottom:4px}
 body.site-nicole .type-method .card h3{margin-inline:auto;text-align:center}
 body.site-nicole .type-method .card .rich-text{text-align:center}
}
@media(max-width:620px){
 body.site-nicole .type-method .cards{grid-template-columns:1fr;gap:20px}
 body.site-nicole .type-method .card{display:block;min-height:0;padding:14px;text-align:center}
 body.site-nicole .type-method .card .item-photo{height:auto;min-height:0;aspect-ratio:1.45;margin:0 0 16px;border-radius:16px}
 body.site-nicole .type-method .card h3{margin-inline:auto;text-align:center}
 body.site-nicole .type-method .card .rich-text{text-align:center;font-size:16px}
}

/* Nicole: denser service cards with titles enlarged by 50%. */
body.site-nicole .type-services .cards{align-items:start}
body.site-nicole .type-services .card h3{min-height:0;margin:6px 7px 12px;font-size:clamp(30px,2.325vw,36px);line-height:1.08}
body.site-nicole .type-services .card .rich-text{min-height:0;flex:0 0 auto;margin-top:0;margin-bottom:10px}
body.site-nicole .type-services .card .card-detail{margin-top:12px!important;margin-bottom:2px!important}
@media(max-width:620px){
 body.site-nicole .type-services .card{padding:14px}
 body.site-nicole .type-services .card:first-child{padding:13px}
 body.site-nicole .type-services .card .item-photo{margin-bottom:14px}
}

/* Nicole: every service card keeps the same height while preserving the denser rhythm. */
body.site-nicole .type-services .cards{align-items:stretch;grid-auto-rows:1fr}
body.site-nicole .type-services .card{height:100%}
body.site-nicole .type-services .card .rich-text{flex:1 1 auto}
body.site-nicole .type-services .card .card-detail{margin-top:auto!important}

/* Nicole: service cards left alone on the last row fill the available width. */
@media(min-width:960px){
 body.site-nicole .type-services .cards>.card:only-child,
 body.site-nicole .type-services .cards>.card:last-child:nth-child(3n+1){
  grid-column:1/-1!important;
  display:grid;
  grid-template-columns:minmax(360px,1.08fr) minmax(0,.92fr);
  grid-template-rows:1fr auto auto auto 1fr;
  column-gap:38px;
  min-height:390px;
  padding:16px 30px 16px 16px;
  text-align:left;
 }
 body.site-nicole .type-services .cards>.card:only-child .item-photo,
 body.site-nicole .type-services .cards>.card:last-child:nth-child(3n+1) .item-photo{
  grid-column:1;
  grid-row:1/6;
  width:100%;
  height:100%;
  min-height:354px;
  margin:0;
  aspect-ratio:auto!important;
  object-fit:cover;
 }
 body.site-nicole .type-services .cards>.card:only-child h3,
 body.site-nicole .type-services .cards>.card:last-child:nth-child(3n+1) h3{
  grid-column:2;
  grid-row:2;
  align-self:start;
  margin:0 0 16px;
  text-align:left;
  justify-content:flex-start;
 }
 body.site-nicole .type-services .cards>.card:only-child .rich-text,
 body.site-nicole .type-services .cards>.card:last-child:nth-child(3n+1) .rich-text{
  grid-column:2;
  grid-row:3;
  align-self:start;
  margin:0 0 18px;
  text-align:left;
  font-size:17px;
 }
 body.site-nicole .type-services .cards>.card:only-child .card-detail,
 body.site-nicole .type-services .cards>.card:last-child:nth-child(3n+1) .card-detail{
  grid-column:2;
  grid-row:4;
  align-self:start;
  justify-self:start;
  width:auto;
  max-width:100%;
  margin:0 0 14px!important;
 }
}
@media(min-width:621px) and (max-width:959px){
 body.site-nicole .type-services .cards>.card:only-child,
 body.site-nicole .type-services .cards>.card:last-child:nth-child(2n+1){
  grid-column:1/-1!important;
  width:100%;
  justify-self:stretch;
 }
}

/* Nicole: staggered entrances and directional scroll effects inspired by the reference site. */
.has-reveal .hero-enter{opacity:0;transform:translateY(26px);transition:opacity .65s ease var(--enter-delay,0ms),transform .7s cubic-bezier(.2,.72,.2,1) var(--enter-delay,0ms)}
.has-reveal .hero>.hero-visual.hero-enter{transform:translateX(30px) scale(.985)}
.has-reveal.hero-ready .hero-enter{opacity:1;transform:none}
.has-reveal body.site-nicole .reveal{opacity:.9}
.has-reveal .reveal-left{transform:translateX(-26px)}
.has-reveal .reveal-right{transform:translateX(26px)}
.has-reveal .type-services .card.reveal{transform:translateY(24px) scale(.985)}
.has-reveal .reveal.is-visible{opacity:1;transform:none}
.has-reveal .type-services .card.reveal.is-visible{transform:none}
@media(hover:hover) and (pointer:fine){
 body.site-nicole .type-services .card.reveal.is-visible:hover{transform:translateY(-7px)}
 body.site-nicole .type-method .card.reveal.is-visible:hover{transform:translateY(-4px);box-shadow:0 16px 34px color-mix(in srgb,var(--ink) 12%,transparent)}
}
body.site-nicole .type-method .card{transition:opacity .65s ease var(--reveal-delay,0ms),transform .55s cubic-bezier(.2,.72,.2,1) var(--reveal-delay,0ms),box-shadow .3s ease}
body.site-nicole .faq-list details[open] p{animation:nicole-faq-in .28s ease-out both}
@keyframes nicole-faq-in{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
@media(max-width:620px){.has-reveal .hero>.hero-visual.hero-enter{transform:translateY(24px)}.has-reveal .reveal-left,.has-reveal .reveal-right{transform:translateY(20px)}}
@media(prefers-reduced-motion:reduce){.has-reveal .hero-enter,.has-reveal .reveal-left,.has-reveal .reveal-right,.has-reveal .type-services .card.reveal{opacity:1;transform:none}.faq-list details[open] p{animation:none!important}}

.booking-links{margin-top:12px}
.contact-card .calendar-button{width:100%;background:transparent;color:var(--ink);border-color:var(--line);box-shadow:none}
.contact-card .calendar-button:hover{background:color-mix(in srgb,var(--accent) 10%,white);border-color:color-mix(in srgb,var(--accent) 32%,var(--line));color:var(--ink)}
#appointment-demo-status a{font-weight:750}

/* Nicole 2026-09: full-bleed opening and ocean editorial system. */
body.site-nicole.theme-ocean{--ink:#173f56;--muted:#527083;--accent:#3e748f;--tint:#e7f1f6;--paper:#f3f8fb;--line:#bfd2dc;background:var(--paper)}
body.site-nicole .hero-cover{position:relative;display:flex;align-items:flex-end;width:100%;min-height:min(820px,calc(100svh - 94px));padding:0;background-image:var(--hero-image);background-size:cover;background-position:center 24%;overflow:hidden}
body.site-nicole .hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,34,48,.82) 0%,rgba(9,34,48,.58) 45%,rgba(9,34,48,.08) 78%),linear-gradient(0deg,rgba(9,34,48,.5),transparent 55%)}
body.site-nicole .hero-cover .hero-copy{position:relative;z-index:1;display:block;padding-top:86px;padding-bottom:78px;color:white;text-align:left}
body.site-nicole .hero-cover .hero-intro{max-width:720px;margin-bottom:28px}
body.site-nicole .hero-cover .hero-logo{width:132px;max-width:25%;filter:brightness(0) invert(1);opacity:.94}
body.site-nicole .hero-logo-right{position:absolute;z-index:1;right:5.5%;top:12%;width:clamp(230px,21vw,340px);height:auto;opacity:.94;pointer-events:none;filter:brightness(0) invert(1) drop-shadow(0 5px 18px rgba(0,0,0,.22))}
body.site-nicole .hero-cover .eyebrow,body.site-nicole .hero-cover .lead{color:white;text-align:left}
body.site-nicole .hero-cover h1{max-width:780px;margin-bottom:24px;color:white;font-size:clamp(54px,7.2vw,104px);line-height:.98;text-align:left;text-shadow:0 3px 25px rgba(0,0,0,.16)}
body.site-nicole [data-typewriter]>span{white-space:pre-line}
body.site-nicole [data-typewriter].is-typing>span::after{content:"";display:inline-block;width:.075em;height:.82em;margin-left:.08em;background:currentColor;vertical-align:.02em;animation:nicole-type-cursor .72s steps(1,end) infinite}
@keyframes nicole-type-cursor{50%{opacity:0}}
body.site-nicole .hero-cover .lead{max-width:650px;margin:0 0 34px;font-size:19px;line-height:1.7}
body.site-nicole .hero-actions{display:flex;flex-wrap:wrap;gap:14px}
body.site-nicole .button-light{background:white;border-color:white;color:var(--ink)}
body.site-nicole .button-outline{background:rgba(9,34,48,.3);border-color:rgba(255,255,255,.72);color:white;backdrop-filter:blur(6px)}
body.site-nicole .button-light:hover{background:#dcecf4;color:var(--ink)}
body.site-nicole .button-outline:hover{background:white;color:var(--ink)}
.path-marquee{overflow:hidden;border-block:1px solid var(--line);background:#dcebf2;color:var(--ink)}
.path-marquee>div{display:flex;width:max-content;align-items:center;gap:24px;padding:18px 0;font:700 17px/1 Poppins,sans-serif;white-space:nowrap;animation:path-marquee 27s linear infinite}
.path-marquee b{color:var(--accent)}
@keyframes path-marquee{to{transform:translateX(-50%)}}

body.site-nicole #trova-il-tuo-percorso{background:#edf5f8}
.path-finder{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:1100px;margin:0 auto 72px}
.path-choice{position:relative;isolation:isolate;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr auto;gap:10px 18px;min-height:280px;overflow:hidden;padding:28px;border:0;border-radius:6px;background:#173f56;color:white;text-decoration:none;box-shadow:0 14px 34px rgba(23,63,86,.13);transition:transform .35s cubic-bezier(.2,.72,.2,1),box-shadow .35s ease}
.path-choice::before{content:"";position:absolute;z-index:-2;inset:-3%;background-size:cover;background-position:center;transition:transform .6s cubic-bezier(.2,.72,.2,1)}
.path-choice::after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(135deg,rgba(9,34,48,.9),rgba(9,34,48,.3) 68%,rgba(9,34,48,.62))}




.path-choice>span{grid-column:1;grid-row:1;display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.65);border-radius:50%;color:white;font:700 12px Poppins,sans-serif;backdrop-filter:blur(8px)}
.path-choice strong{grid-column:1/3;grid-row:2;align-self:center;max-width:650px;color:white;font:600 clamp(24px,2.4vw,34px)/1.16 Poppins,sans-serif;letter-spacing:0;text-align:left;text-shadow:0 3px 18px rgba(0,0,0,.22)}
.path-choice small{grid-column:1/3;grid-row:3;align-self:end;display:flex;justify-content:space-between;gap:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.45);color:white;font-weight:750;font-size:14px}
.path-choice small::after{content:"→";font-size:20px;line-height:.8;transition:transform .3s ease}
.path-choice:hover{transform:translateY(-7px);box-shadow:0 24px 48px rgba(23,63,86,.23)}
.path-choice:hover::before{transform:scale(1.07)}
.path-choice:hover small::after{transform:translateX(7px)}
.path-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.path-details article{display:flex;flex-direction:column;scroll-margin-top:120px;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:#fff;box-shadow:0 16px 42px rgba(23,63,86,.09)}
.path-choice::before{background-image:var(--path-choice-image,none)}
.path-card-head{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:260px;padding:32px;background-image:linear-gradient(0deg,rgba(9,34,48,.82),rgba(9,34,48,.06) 75%),var(--path-image);background-size:cover;background-position:center}
.path-card-head h3{max-width:480px;margin:0;color:white;font-size:clamp(32px,3vw,44px);line-height:1.05;text-align:left;letter-spacing:0;text-shadow:0 3px 18px rgba(0,0,0,.25)}
.path-card-head .eyebrow{margin:0 0 12px;color:white;text-align:left}
.path-card-body{display:flex;flex:1;flex-direction:column;padding:28px 32px 32px}
.path-details dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 26px;margin:0 0 28px}
.path-details dl div{padding:15px 0;border-top:1px solid var(--line)}
.path-details dt{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--accent)}
.path-details dd{margin:5px 0 0;color:var(--muted);font-size:15px;line-height:1.55}
.path-card-body .button{align-self:flex-start;margin-top:auto}

body.site-nicole #personalizzazione-bia .cards{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1100px;margin-inline:auto}
body.site-nicole #personalizzazione-bia .card{display:flex;flex-direction:column;min-width:0;text-align:center}
body.site-nicole #personalizzazione-bia .item-photo{width:100%;height:auto;min-height:0;aspect-ratio:16/9;margin:0 0 24px;object-fit:cover}
body.site-nicole #personalizzazione-bia .card-number{display:none}
body.site-nicole #personalizzazione-bia h3{max-width:100%;margin-inline:0;overflow-wrap:anywhere;text-align:center;font-size:clamp(28px,2.3vw,36px)}
body.site-nicole #personalizzazione-bia .rich-text{text-align:center}
body.site-nicole #personalizzazione-bia .card-detail{align-self:center}

body.site-nicole #come-funziona .cards{position:relative;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;max-width:1180px}
body.site-nicole #come-funziona .cards::before{content:"";position:absolute;top:39px;left:12.5%;right:12.5%;height:2px;background:var(--line)}
body.site-nicole #come-funziona .card{position:relative;display:flex;flex-direction:column;align-items:center;min-width:0;min-height:0;padding:0 24px;border:0;background:transparent;box-shadow:none;text-align:center}
body.site-nicole #come-funziona .card-number{display:none}
body.site-nicole #come-funziona .method-icon{position:relative;z-index:1;order:-1;display:grid;place-items:center;width:78px;height:78px;min-height:78px;border:2px solid var(--accent);border-radius:50%;background:var(--paper);color:var(--accent);box-shadow:0 0 0 10px var(--paper);transition:transform .3s ease,background .3s ease,color .3s ease}
body.site-nicole #come-funziona .method-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
body.site-nicole #come-funziona .method-icon::after{content:attr(data-step);position:absolute;right:-5px;bottom:-5px;display:grid;place-items:center;width:25px;height:25px;border:2px solid var(--paper);border-radius:50%;background:var(--accent);color:white;font:700 9px Poppins,sans-serif}
body.site-nicole #come-funziona .card h3{display:flex;align-items:center;justify-content:center;width:100%;max-width:230px;min-height:64px;margin:22px 0 10px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;font-size:25px;line-height:1.15;text-align:center}
body.site-nicole #come-funziona .card .rich-text{width:100%;max-width:245px;color:var(--muted);font-size:15px;line-height:1.65;text-align:center}
body.site-nicole #come-funziona .card-detail{display:none}
@media(hover:hover) and (pointer:fine){body.site-nicole #come-funziona .card:hover .method-icon{transform:translateY(-5px);background:var(--accent);color:white}}

body.site-nicole #progetto-equilibrio-intestinale .cards{grid-template-columns:repeat(3,minmax(0,1fr))}
.online-note{max-width:760px;margin:38px auto 0;padding:28px;border-left:5px solid var(--accent);background:white;text-align:center}
.online-note strong{font:600 22px Poppins,sans-serif}
.online-note p{color:var(--muted)}
body.site-nicole #recensioni .cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;max-width:1180px;margin:auto}
body.site-nicole #recensioni .card{position:relative;display:flex;flex-direction:column;min-height:330px;padding:34px 30px;text-align:left;border:1px solid var(--line);border-radius:6px;background:white;box-shadow:0 14px 34px rgba(23,63,86,.08)}
body.site-nicole #recensioni .card::before{content:"★★★★★";margin-bottom:24px;color:var(--accent);font-size:17px;letter-spacing:3px}
body.site-nicole #recensioni .card-number{display:none}
body.site-nicole #recensioni .card h3{font-size:25px;text-align:left}
body.site-nicole #recensioni .card .rich-text{flex:1;color:var(--ink);font-size:17px;line-height:1.75;text-align:left}
body.site-nicole #recensioni .card-detail{margin:25px 0 0!important;padding-top:16px!important;border-top:1px solid var(--line)!important;color:var(--muted)!important;font-size:11px!important;font-weight:750!important;letter-spacing:.08em;text-transform:uppercase}

/* Contact image: prominent studio detail, centered above the section. */
body.site-nicole .type-contact>.wrap>.section-photo{
 width:92%;
 max-width:1100px;
 height:auto;
 max-height:none;
 margin:0 auto 34px;
 object-fit:contain;
 object-position:center;
 border-radius:18px;
}

@media(max-width:960px){
 body.site-nicole .hero-cover{min-height:720px;background-position:62% center}
 body.site-nicole .hero-shade{background:linear-gradient(90deg,rgba(9,34,48,.86),rgba(9,34,48,.42))}
 .path-details{grid-template-columns:1fr}
 body.site-nicole #personalizzazione-bia .cards{grid-template-columns:1fr}
 body.site-nicole #come-funziona .cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 0}
 body.site-nicole #come-funziona .cards::before{display:none}
 body.site-nicole #progetto-equilibrio-intestinale .cards{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.site-nicole #recensioni .cards{grid-template-columns:1fr}
 body.site-nicole .hero-logo-right{right:4%;top:9%;width:210px;opacity:.9}
}
@media(max-width:620px){
 body.site-nicole .hero-cover{min-height:calc(100svh - 72px);background-position:64% center}
 body.site-nicole .hero-cover .hero-copy{padding-top:60px;padding-bottom:44px}
 body.site-nicole .hero-shade{background:linear-gradient(0deg,rgba(9,34,48,.92) 0%,rgba(9,34,48,.7) 58%,rgba(9,34,48,.25) 100%)}
 body.site-nicole .hero-cover .hero-intro{display:flex;margin-bottom:20px}
 body.site-nicole .hero-cover .hero-logo{width:86px;max-width:30%}
 body.site-nicole .hero-logo-right{right:18px;top:22px;width:142px;opacity:.88}
 body.site-nicole .hero-cover h1{font-size:44px;line-height:1.02}
 body.site-nicole .hero-cover .lead{font-size:16px;line-height:1.55}
 body.site-nicole .hero-actions{display:grid}.hero-actions .button{width:100%}
 .path-marquee>div{font-size:14px;padding:15px 0}
 .path-finder{grid-template-columns:1fr;margin-bottom:44px}
 .path-choice{min-height:245px;padding:22px}
 .path-choice strong{font-size:21px}
 .path-details article{padding:0}
 .path-card-head{min-height:220px;padding:24px}
 .path-card-head h3{font-size:32px}
 .path-card-body{padding:22px 24px 26px}
 .path-details dl{grid-template-columns:1fr}
 body.site-nicole #personalizzazione-bia .card{display:block}
 body.site-nicole #personalizzazione-bia .item-photo{height:auto;min-height:0;aspect-ratio:1.5!important;margin-bottom:20px}
 body.site-nicole #personalizzazione-bia h3,body.site-nicole #personalizzazione-bia .rich-text{text-align:center}
 body.site-nicole #come-funziona .cards,body.site-nicole #progetto-equilibrio-intestinale .cards{grid-template-columns:1fr}
 body.site-nicole #recensioni .card{min-height:0;padding:28px 24px}
 body.site-nicole #come-funziona .cards{gap:0}
 body.site-nicole #come-funziona .cards::before{display:block;top:39px;bottom:39px;left:39px;right:auto;width:2px;height:auto}
 body.site-nicole #come-funziona .card{display:grid;grid-template-columns:78px minmax(0,1fr);grid-template-rows:auto auto;align-items:start;gap:6px 20px;padding:0 0 34px;text-align:left}
 body.site-nicole #come-funziona .card:last-child{padding-bottom:0}
 body.site-nicole #come-funziona .method-icon{grid-column:1;grid-row:1/3;align-self:start;box-shadow:0 0 0 8px var(--paper)}
 body.site-nicole #come-funziona .card h3{grid-column:2;justify-content:flex-start;max-width:none;min-height:0;margin:5px 0 5px;text-align:left}
 body.site-nicole #come-funziona .card .rich-text{grid-column:2;max-width:none;text-align:left}
 body.site-nicole .type-contact>.wrap>.section-photo{width:100%;height:auto;max-height:none;aspect-ratio:auto;margin-bottom:26px}
}
@media(prefers-reduced-motion:reduce){.path-marquee>div{animation:none}}

/* Sfondo della sola sezione recensioni. */
body.site-nicole #recensioni{background-image:linear-gradient(rgba(243,248,251,.72),rgba(243,248,251,.62)),var(--about-image,none);background-size:cover;background-position:center 58%;background-repeat:no-repeat}
body.site-nicole #recensioni .card{background:rgba(255,255,255,.95)}

/* Logo hero originale a colori su fondo circolare. */
body.site-nicole .hero-logo-right{filter:none;opacity:1;width:clamp(285px,26vw,420px);aspect-ratio:1;height:auto;object-fit:contain;box-sizing:border-box;padding:0;border-radius:50%;background:radial-gradient(circle,rgba(133,157,164,.78) 0%,rgba(133,157,164,.72) 48%,rgba(133,157,164,.42) 61%,rgba(133,157,164,0) 72%);box-shadow:none}
@media(max-width:960px){body.site-nicole .hero-logo-right{width:260px}}
@media(max-width:620px){body.site-nicole .hero-logo-right{width:176px;padding:0}}

/* Header richiesto: il logo passa da 42px a 126px (3x). */
body.site-nicole .nav{min-height:150px}
body.site-nicole .brand img{width:126px;height:126px;max-width:none;object-fit:contain}
@media(min-width:851px) and (max-width:1080px){body.site-nicole .nav>nav{gap:10px;font-size:11px}}
@media(max-width:850px){body.site-nicole .nav{min-height:150px}}
@media(max-width:620px){body.site-nicole .nav{min-height:128px}body.site-nicole .brand img{width:108px;height:108px}body.site-nicole .brand>span{display:none}}
/* Nicole layout fixes 2026-09-19 */
body.site-nicole .type-contact>.wrap>.section-photo{width:46%;max-width:550px;margin-inline:auto}
body.site-nicole .type-articles .cards{display:block}
body.site-nicole .type-articles .card{width:calc((100% - 44px)/3);margin-inline:auto}
@media(max-width:620px){body.site-nicole .type-contact>.wrap>.section-photo,body.site-nicole .type-articles .card{width:100%}}
/* Nicole appointment compact 2026-09-19 */
body.site-nicole .type-contact .contact-card{height:auto;min-height:0;align-self:start;justify-content:flex-start;padding:42px 38px}
body.site-nicole .type-contact .contact-card h3{margin-bottom:14px;font-size:34px}
body.site-nicole .type-contact .contact-card>p{margin:0 0 24px;font-size:17px;line-height:1.5}
body.site-nicole .type-contact .contact-card label{margin-bottom:12px;font-size:14px}
body.site-nicole .type-contact .contact-card input:not([type=checkbox]),body.site-nicole .type-contact .contact-card select{min-height:54px;padding:12px 14px;font-size:17px}
body.site-nicole .type-contact .contact-card .form-row{gap:14px}
body.site-nicole .type-contact .contact-card .button{margin-top:4px;font-size:15px}
@media(max-width:620px){body.site-nicole .type-contact .contact-card{padding:30px 22px}body.site-nicole .type-contact .contact-card h3{font-size:30px}}

/* Restore the layout reset required by width:100% components. */
html{overflow-x:hidden}
*,*:before,*:after{box-sizing:border-box}
body{margin:0;overflow-x:hidden}
img,svg,video,iframe{max-width:100%}
