/* seek4translators.com | Translation Agency | Paris, France | 16th site
   FIRST French Claret #5C1A2E + Parchment #F5F1E8 + Rose #C4697A!
   FIRST EB Garamond + Jost fonts!
   FIRST Dual-band header! FIRST French editorial hero!
   FIRST Native-language marquee! FIRST Expandable numbered services!
   FIRST Magazine portfolio! FIRST Checkerboard process!
   FIRST Flag-tagged testimonials! FIRST Filter-based FAQ!
   FIRST Paris Studio Portrait about! FIRST Atelier/Galerie/Opera!
   FIRST .s4t-brief builder! FIRST Twitter+LinkedIn+Vimeo!
   FIRST Fleur-de-lis favicon! FIRST Paris France! FIRST EN/FR!
   s4t- CSS prefix | S4T JS */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Jost:wght@300;400;500;600;700&display=swap');
:root {
  --s4t-parch:#F5F1E8; --s4t-card:#FDFCF8;
  --s4t-claret:#5C1A2E; --s4t-claret-l:#7B2842; --s4t-claret-d:#3E0F1E;
  --s4t-rose:#C4697A; --s4t-rose-d:#A84E5F; --s4t-rose-l:#D88A99;
  --s4t-glow-r:rgba(196,105,122,.1); --s4t-glow-c:rgba(92,26,46,.06);
  --s4t-line:#E4DDD4; --s4t-stone:#766B62; --s4t-mid:#4A403A;
  --s4t-max:1200px;
  --s4t-fh:'EB Garamond',Georgia,serif;
  --s4t-fb:'Jost',system-ui,sans-serif;
  --s4t-r:4px; --s4t-r2:10px; --s4t-r3:100px;
  --s4t-ease:all .22s cubic-bezier(.4,0,.2,1);
  --s4t-sh:0 2px 12px rgba(92,26,46,.08);
  --s4t-sh2:0 14px 48px rgba(92,26,46,.14);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{background:var(--s4t-parch);color:var(--s4t-stone);font-family:var(--s4t-fb);font-size:.93rem;line-height:1.72;overflow-x:hidden;}
img{display:block;max-width:100%;}a{color:inherit;text-decoration:none;}ul{list-style:none;}
button{font-family:inherit;cursor:pointer;border:none;background:none;}
input,textarea,select{font-family:inherit;}address{font-style:normal;}
h1,h2,h3,h4{font-family:var(--s4t-fh);color:var(--s4t-claret);}
p{font-size:.93rem;line-height:1.78;color:var(--s4t-stone);}

/* ═══ DUAL-BAND HEADER (FIRST!) ═══ */
/* Top info band */
.s4t-topbar{background:var(--s4t-claret);padding:.28rem 0;transition:max-height .3s ease,opacity .3s;}
.s4t-topbar-in{max-width:var(--s4t-max);margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;}
.s4t-tb-tag{font-family:var(--s4t-fb);font-size:.28rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.4);}
.s4t-tb-right{display:flex;align-items:center;gap:1rem;}
.s4t-tb-phone{font-family:var(--s4t-fb);font-size:.26rem;color:rgba(255,255,255,.35);letter-spacing:.06em;text-decoration:none;}
.s4t-lang-sw{display:flex;align-items:center;gap:.15rem;}
.s4t-ls{font-family:var(--s4t-fb);font-size:.24rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:rgba(255,255,255,.28);cursor:pointer;padding:.06rem .2rem;border:none;background:none;transition:color .14s;}
.s4t-ls.s4t-ls-on,.s4t-ls:hover{color:rgba(255,255,255,.75);}
/* Main header band */
.s4t-header{background:var(--s4t-card);border-bottom:1px solid var(--s4t-line);position:sticky;top:0;z-index:300;transition:box-shadow .2s;}
.s4t-header.s4t-hd-sh{box-shadow:var(--s4t-sh2);}
.s4t-hd-in{max-width:var(--s4t-max);margin:0 auto;padding:.55rem 2rem;display:flex;align-items:center;gap:.5rem;}
/* EB Garamond italic logo (bigger! 2rem+) */
.s4t-logo{font-family:var(--s4t-fh);font-size:2rem;font-weight:700;font-style:italic;color:var(--s4t-claret);text-decoration:none;flex-shrink:0;letter-spacing:-.02em;}
.s4t-logo em{font-style:normal;color:var(--s4t-rose);}
.s4t-nav{display:flex;align-items:center;gap:.08rem;margin-left:auto;}
/* Jost nav - bigger than body (.93rem) */
.s4t-nlk{font-family:var(--s4t-fb);font-size:1.05rem;font-weight:600;color:var(--s4t-mid);padding:.24rem .5rem;text-decoration:none;transition:color .14s;white-space:nowrap;border-bottom:2px solid transparent;transition:var(--s4t-ease);}
.s4t-nlk:hover,.s4t-nlk.s4t-nav-on{color:var(--s4t-claret);border-bottom-color:var(--s4t-rose);}
.s4t-hd-cta{font-family:var(--s4t-fb);font-size:.9rem;font-weight:600;color:white;background:var(--s4t-claret);padding:.34rem 1.1rem;border-radius:var(--s4t-r3);margin-left:.5rem;transition:background .14s;flex-shrink:0;text-decoration:none;}
.s4t-hd-cta:hover{background:var(--s4t-claret-l);}
.s4t-mob-btn{display:none;color:var(--s4t-claret);padding:.2rem;}
/* Mobile: fullscreen takeover (FIRST fullscreen for s4t!) */
.s4t-mob-panel{position:fixed;inset:0;background:var(--s4t-claret-d);z-index:600;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s;}
.s4t-mob-panel.s4t-mp-open{opacity:1;pointer-events:auto;}
.s4t-mp-close{position:absolute;top:1.5rem;right:1.5rem;color:rgba(255,255,255,.4);}
.s4t-mp-nav{display:flex;flex-direction:column;align-items:center;gap:.4rem;}
.s4t-mp-lk{font-family:var(--s4t-fh);font-size:2rem;font-style:italic;font-weight:600;color:rgba(255,255,255,.6);padding:.3rem 0;text-decoration:none;transition:color .14s;}
.s4t-mp-lk:hover{color:var(--s4t-rose-l);}

/* PAGE OFFSET */
body{padding-top:0;}

/* PAGE BANNER */
.s4t-pg-bnr{background:var(--s4t-claret-d);padding:6rem 2rem 3.5rem;position:relative;overflow:hidden;}
.s4t-pg-bnr::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--s4t-rose),var(--s4t-rose-l),var(--s4t-rose));}
.s4t-pg-bnr-in{max-width:var(--s4t-max);margin:0 auto;position:relative;z-index:1;}
.s4t-pg-eyebrow{font-family:var(--s4t-fb);font-size:.28rem;font-weight:600;text-transform:uppercase;letter-spacing:.36em;color:var(--s4t-rose-l);display:inline-block;margin-bottom:.5rem;}
.s4t-pg-bnr h1{font-family:var(--s4t-fh);font-size:clamp(2.4rem,5vw,5rem);font-weight:700;font-style:italic;color:white;line-height:1.06;}
.s4t-pg-sub{font-size:.9rem;color:rgba(255,255,255,.4);margin:.5rem 0 0;max-width:56ch;line-height:1.72;}

/* ═══ HERO: French editorial centered (FIRST!) ═══ */
.s4t-hero-zone{background:var(--s4t-parch);min-height:88vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;}
/* Subtle decorative pattern */
.s4t-hero-zone::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 120%,rgba(196,105,122,.06),transparent 70%);pointer-events:none;}
.s4t-hero-rule{width:60px;height:1px;background:var(--s4t-rose);margin:0 auto 1.5rem;}
.s4t-hero-eyebrow{font-family:var(--s4t-fb);font-size:.28rem;font-weight:600;text-transform:uppercase;letter-spacing:.5em;color:var(--s4t-stone);display:block;margin-bottom:1.8rem;}
.s4t-hero-in{max-width:var(--s4t-max);margin:0 auto;padding:8rem 2rem;position:relative;z-index:1;}
/* EB Garamond large italic heading */
.s4t-hero-h{font-family:var(--s4t-fh);font-size:clamp(3rem,6vw,7rem);font-style:italic;font-weight:700;color:var(--s4t-claret);line-height:1.03;max-width:18ch;margin:0 auto;}
.s4t-hero-sub{font-family:var(--s4t-fb);font-size:.95rem;font-weight:400;color:var(--s4t-stone);max-width:55ch;margin:1.5rem auto 0;line-height:1.75;}
.s4t-hero-acts{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap;margin-top:2rem;}
.s4t-hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--s4t-line);flex-wrap:wrap;}
.s4t-hs-val{font-family:var(--s4t-fh);font-size:1.8rem;font-weight:700;font-style:italic;color:var(--s4t-claret);display:block;}
.s4t-hs-lbl{font-family:var(--s4t-fb);font-size:.28rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--s4t-stone);}

/* LANGUAGE MARQUEE (FIRST native-language-name format!) */
.s4t-marquee-band{background:var(--s4t-claret);padding:.55rem 0;overflow:hidden;white-space:nowrap;border-top:1px solid rgba(255,255,255,.05);}
.s4t-mq-inner{display:inline-block;animation:s4tMqAnim 30s linear infinite;}
.s4t-mq-inner:hover{animation-play-state:paused;}
@keyframes s4tMqAnim{from{transform:translateX(0);}to{transform:translateX(-50%);}}
.s4t-mq-item{display:inline-block;font-family:var(--s4t-fh);font-style:italic;font-size:.95rem;color:rgba(255,255,255,.3);padding:0 2rem;}
.s4t-mq-sep{color:var(--s4t-rose);opacity:.4;margin:0 .5rem;}

/* ═══ SERVICES: Expandable numbered list (FIRST!) ═══ */
.s4t-svc-section{max-width:var(--s4t-max);margin:0 auto;padding:7rem 2rem;}
.s4t-svc-numlist{margin-top:2.5rem;border-top:1px solid var(--s4t-line);}
.s4t-svc-row{border-bottom:1px solid var(--s4t-line);transition:background .14s;}
.s4t-svc-row.s4t-sr-open{background:var(--s4t-glow-r);}
.s4t-svc-trigger{display:grid;grid-template-columns:60px 1fr auto;align-items:center;gap:1rem;padding:1.1rem 0;cursor:pointer;}
.s4t-sr-num{font-family:var(--s4t-fh);font-size:2rem;font-style:italic;color:var(--s4t-line);font-weight:700;line-height:1;}
.s4t-svc-row.s4t-sr-open .s4t-sr-num{color:var(--s4t-rose);}
.s4t-sr-nm{font-family:var(--s4t-fh);font-size:1.25rem;font-weight:700;color:var(--s4t-claret);}
.s4t-sr-arr{color:var(--s4t-stone);transition:transform .2s;}
.s4t-svc-row.s4t-sr-open .s4t-sr-arr{transform:rotate(90deg);color:var(--s4t-rose);}
.s4t-sr-detail{max-height:0;overflow:hidden;transition:max-height .35s ease;}
.s4t-svc-row.s4t-sr-open .s4t-sr-detail{max-height:400px;}
.s4t-sr-detail-in{display:grid;grid-template-columns:60px 1fr auto;gap:1rem;padding-bottom:1.2rem;}
.s4t-sr-body{font-size:.88rem;color:var(--s4t-stone);line-height:1.78;grid-column:2;max-width:62ch;}
.s4t-sr-link{grid-column:3;align-self:end;}

/* TRUST NUMBERS */
.s4t-trust-row{background:var(--s4t-claret);padding:3rem 2rem;}
.s4t-trust-in{max-width:var(--s4t-max);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center;}
.s4t-tr-big{font-family:var(--s4t-fh);font-size:4rem;font-style:italic;font-weight:700;color:white;display:block;line-height:1;}
.s4t-tr-caption{font-family:var(--s4t-fb);font-size:.28rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:rgba(255,255,255,.3);display:block;margin-top:.3rem;}

/* ═══ PORTFOLIO: Magazine alternating spread (FIRST!) ═══ */
.s4t-port-section{padding:7rem 2rem;background:var(--s4t-parch);}
.s4t-port-shell{max-width:var(--s4t-max);margin:0 auto;}
.s4t-port-spread{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:5rem;}
.s4t-port-spread:nth-child(even){direction:rtl;}
.s4t-port-spread:nth-child(even)>*{direction:ltr;}
.s4t-ps-img{border-radius:var(--s4t-r2);overflow:hidden;background:var(--s4t-claret);}
.s4t-ps-img img{width:100%;height:320px;object-fit:cover;display:block;transition:transform .4s;}
.s4t-port-spread:hover .s4t-ps-img img{transform:scale(1.03);}
.s4t-ps-cat{font-family:var(--s4t-fb);font-size:.28rem;font-weight:600;text-transform:uppercase;letter-spacing:.22em;color:var(--s4t-rose);display:block;margin-bottom:.4rem;}
.s4t-ps-flag{font-family:var(--s4t-fb);font-size:.76rem;font-weight:700;background:var(--s4t-claret);color:white;padding:.08rem .35rem;border-radius:var(--s4t-r);display:inline-block;margin-bottom:.5rem;}
.s4t-ps-h{font-family:var(--s4t-fh);font-size:1.15rem;font-style:italic;font-weight:700;color:var(--s4t-claret);margin-bottom:.6rem;line-height:1.35;}
.s4t-ps-p{font-size:.86rem;color:var(--s4t-stone);line-height:1.78;margin-bottom:.8rem;}
.s4t-ps-tags{display:flex;gap:.25rem;flex-wrap:wrap;}
.s4t-ps-tag{font-family:var(--s4t-fb);font-size:.24rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--s4t-stone);background:var(--s4t-card);padding:.05rem .3rem;border-radius:var(--s4t-r3);border:1px solid var(--s4t-line);}

/* ═══ PROCESS: Checkerboard grid (FIRST!) ═══ */
.s4t-proc-section{padding:7rem 0;}
.s4t-proc-in{max-width:var(--s4t-max);margin:0 auto;padding:0 2rem;}
.s4t-proc-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:0;margin-top:2.5rem;}
.s4t-pg-cell{padding:2.5rem;position:relative;}
/* Checkerboard: alternating claret/parchment */
.s4t-pg-cell:nth-child(odd){background:var(--s4t-claret);}
.s4t-pg-cell:nth-child(even){background:var(--s4t-card);border:1px solid var(--s4t-line);}
.s4t-pc-num{font-family:var(--s4t-fh);font-size:4rem;font-style:italic;font-weight:700;display:block;line-height:1;margin-bottom:.5rem;}
.s4t-pg-cell:nth-child(odd) .s4t-pc-num{color:rgba(255,255,255,.15);}
.s4t-pg-cell:nth-child(even) .s4t-pc-num{color:var(--s4t-line);}
.s4t-pc-nm{font-family:var(--s4t-fh);font-size:1rem;font-weight:700;font-style:italic;display:block;margin-bottom:.5rem;}
.s4t-pg-cell:nth-child(odd) .s4t-pc-nm{color:white;}
.s4t-pg-cell:nth-child(even) .s4t-pc-nm{color:var(--s4t-claret);}
.s4t-pc-body{font-size:.82rem;line-height:1.7;}
.s4t-pg-cell:nth-child(odd) .s4t-pc-body{color:rgba(255,255,255,.45);}
.s4t-pg-cell:nth-child(even) .s4t-pc-body{color:var(--s4t-stone);}

/* PRICING */
.s4t-price-section{padding:7rem 2rem;background:var(--s4t-parch);border-top:1px solid var(--s4t-line);}
.s4t-price-in{max-width:var(--s4t-max);margin:0 auto;}
.s4t-price-h2{font-family:var(--s4t-fh);font-size:clamp(2rem,4vw,3.5rem);font-style:italic;font-weight:700;color:var(--s4t-claret);margin-bottom:.4rem;}
.s4t-price-sub{font-size:.88rem;color:var(--s4t-stone);margin-bottom:2.5rem;}
.s4t-plan-trio{display:grid;grid-template-columns:1fr 1.08fr 1fr;gap:1.5rem;align-items:center;}
.s4t-plan-cd{background:var(--s4t-card);border:1.5px solid var(--s4t-line);border-radius:var(--s4t-r2);overflow:hidden;transition:var(--s4t-ease);}
.s4t-plan-cd:hover{box-shadow:var(--s4t-sh);}
.s4t-plan-cd.s4t-pl-feat{border-color:var(--s4t-rose);box-shadow:0 0 0 2px var(--s4t-rose);}
.s4t-pk-top{padding:1.2rem;border-bottom:1px solid var(--s4t-line);}
.s4t-plan-cd.s4t-pl-feat .s4t-pk-top{background:var(--s4t-claret);}
.s4t-pk-badge{font-family:var(--s4t-fb);font-size:.26rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--s4t-stone);display:block;margin-bottom:.2rem;}
.s4t-plan-cd.s4t-pl-feat .s4t-pk-badge{color:var(--s4t-rose-l);}
.s4t-pk-nm{font-family:var(--s4t-fh);font-size:1.6rem;font-style:italic;font-weight:700;color:var(--s4t-claret);}
.s4t-plan-cd.s4t-pl-feat .s4t-pk-nm{color:white;}
.s4t-pk-tl{font-size:.74rem;color:var(--s4t-stone);margin-top:.15rem;line-height:1.55;}
.s4t-plan-cd.s4t-pl-feat .s4t-pk-tl{color:rgba(255,255,255,.35);}
.s4t-pk-body{padding:1.2rem;}
.s4t-pk-pr{display:flex;align-items:baseline;gap:.2rem;margin-bottom:1.2rem;}
.s4t-pk-amt{font-family:var(--s4t-fh);font-size:2.4rem;font-style:italic;font-weight:700;color:var(--s4t-claret);}
.s4t-pk-pp{font-size:.68rem;color:var(--s4t-stone);}
.s4t-pk-rows{display:flex;flex-direction:column;gap:.26rem;margin-bottom:1.2rem;}
.s4t-pk-rows li{display:flex;align-items:flex-start;gap:.35rem;font-size:.78rem;color:var(--s4t-stone);}
.s4t-pk-rows li svg{color:var(--s4t-rose);flex-shrink:0;margin-top:.1rem;}

/* ═══ TESTIMONIALS: Flag-tagged nationality (FIRST!) ═══ */
.s4t-testi-section{background:var(--s4t-claret-d);padding:7rem 2rem;}
.s4t-testi-in{max-width:var(--s4t-max);margin:0 auto;}
.s4t-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem;}
.s4t-tq-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:var(--s4t-r2);padding:1.8rem;position:relative;}
/* Nationality flag badge (FIRST!) */
.s4t-tq-flag{font-family:var(--s4t-fb);font-size:.7rem;font-weight:700;background:var(--s4t-rose);color:white;padding:.06rem .38rem;border-radius:var(--s4t-r);display:inline-block;margin-bottom:.9rem;letter-spacing:.06em;}
.s4t-tq-text{font-family:var(--s4t-fh);font-size:.98rem;font-style:italic;color:white;line-height:1.62;margin-bottom:1rem;}
.s4t-tq-stars{color:var(--s4t-rose-l);font-size:.82rem;margin-bottom:.5rem;}
.s4t-tq-who{font-family:var(--s4t-fh);font-size:.88rem;font-weight:700;color:var(--s4t-rose-l);}
.s4t-tq-role{font-family:var(--s4t-fb);font-size:.72rem;color:rgba(255,255,255,.3);}

/* ═══ FAQ: Filter-based categories (FIRST!) ═══ */
.s4t-faq-section{max-width:900px;margin:0 auto;padding:7rem 2rem;}
.s4t-faq-filters{display:flex;gap:.35rem;flex-wrap:wrap;margin-bottom:2rem;}
.s4t-ff-btn{font-family:var(--s4t-fb);font-size:.82rem;font-weight:600;color:var(--s4t-stone);background:var(--s4t-card);border:1.5px solid var(--s4t-line);padding:.32rem .85rem;border-radius:var(--s4t-r3);cursor:pointer;transition:var(--s4t-ease);}
.s4t-ff-btn:hover,.s4t-ff-btn.s4t-ff-on{background:var(--s4t-claret);color:white;border-color:var(--s4t-claret);}
.s4t-faq-item{border-bottom:1px solid var(--s4t-line);transition:opacity .2s;}
.s4t-faq-item.s4t-fq-hide{display:none;}
.s4t-fq-toggle{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem;padding:.9rem 0;cursor:pointer;width:100%;}
.s4t-fq-q{font-family:var(--s4t-fh);font-size:.92rem;font-style:italic;font-weight:700;color:var(--s4t-claret);text-align:left;transition:color .14s;}
.s4t-fq-cat{font-family:var(--s4t-fb);font-size:.24rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--s4t-rose);background:var(--s4t-glow-r);padding:.04rem .3rem;border-radius:var(--s4t-r3);flex-shrink:0;margin-top:.15rem;}
.s4t-fq-arr{color:var(--s4t-stone);flex-shrink:0;transition:transform .2s;margin-top:.05rem;}
.s4t-faq-item.s4t-fi-open .s4t-fq-arr{transform:rotate(180deg);}
.s4t-fq-body{max-height:0;overflow:hidden;transition:max-height .3s ease;}
.s4t-fq-inner{font-size:.88rem;color:var(--s4t-stone);line-height:1.82;padding-bottom:1rem;}

/* CTA */
.s4t-cta-section{background:var(--s4t-parch);padding:7rem 2rem;border-top:1px solid var(--s4t-line);}
.s4t-cta-in{max-width:var(--s4t-max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;}
.s4t-cta-h{font-family:var(--s4t-fh);font-size:clamp(2rem,4vw,4rem);font-style:italic;color:var(--s4t-claret);line-height:1.05;margin-bottom:.7rem;}
.s4t-cta-sub{font-size:.9rem;color:var(--s4t-stone);line-height:1.78;margin-bottom:1.5rem;}
.s4t-cta-form{background:var(--s4t-card);border:1.5px solid var(--s4t-line);border-radius:var(--s4t-r2);padding:1.8rem;}
.s4t-cta-form h3{font-family:var(--s4t-fh);font-size:1.1rem;font-style:italic;color:var(--s4t-claret);margin-bottom:1rem;}

/* BUTTONS */
.s4t-btn-c{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--s4t-fb);font-size:.9rem;font-weight:600;color:white;background:var(--s4t-claret);padding:.45rem 1.3rem;border-radius:var(--s4t-r3);transition:var(--s4t-ease);border:none;cursor:pointer;text-decoration:none;white-space:nowrap;}
.s4t-btn-c:hover{background:var(--s4t-claret-l);}
.s4t-btn-r{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--s4t-fb);font-size:.9rem;font-weight:600;color:white;background:var(--s4t-rose);padding:.45rem 1.3rem;border-radius:var(--s4t-r3);transition:var(--s4t-ease);border:none;cursor:pointer;text-decoration:none;white-space:nowrap;}
.s4t-btn-r:hover{background:var(--s4t-rose-d);}
.s4t-btn-out{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--s4t-fb);font-size:.9rem;font-weight:600;color:var(--s4t-claret);background:transparent;padding:.43rem 1.3rem;border-radius:var(--s4t-r3);border:2px solid var(--s4t-claret);transition:var(--s4t-ease);text-decoration:none;white-space:nowrap;}
.s4t-btn-out:hover{background:var(--s4t-claret);color:white;}
.s4t-btn-ghost{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--s4t-fb);font-size:.9rem;font-weight:600;color:rgba(255,255,255,.7);background:transparent;padding:.43rem 1.3rem;border-radius:var(--s4t-r3);border:2px solid rgba(255,255,255,.2);transition:var(--s4t-ease);text-decoration:none;white-space:nowrap;}
.s4t-btn-ghost:hover{border-color:white;color:white;}

/* SERVICE PAGE */
.s4t-svcpg-wrap{max-width:var(--s4t-max);margin:0 auto;padding:3rem 2rem 6rem;display:grid;grid-template-columns:3fr 2fr;gap:3rem;align-items:start;}
.s4t-svcpg-body h2{font-family:var(--s4t-fh);font-size:.98rem;font-style:italic;font-weight:700;color:var(--s4t-claret);margin:2rem 0 .4rem;}
.s4t-svcpg-body p{font-size:.9rem;color:var(--s4t-stone);line-height:1.82;margin-bottom:.8rem;}
.s4t-del-r{display:flex;align-items:flex-start;gap:.4rem;font-size:.88rem;color:var(--s4t-mid);margin-bottom:.28rem;}
.s4t-del-r svg{color:var(--s4t-rose);flex-shrink:0;margin-top:.1rem;}
.s4t-svc-pbox{background:var(--s4t-card);border:2px solid var(--s4t-rose);border-radius:var(--s4t-r2);overflow:hidden;position:sticky;top:5rem;}
.s4t-spb-top{background:var(--s4t-rose);padding:.65rem 1.2rem;}
.s4t-spb-ttl{font-family:var(--s4t-fb);font-size:.26rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:white;}
.s4t-spb-bd{padding:1rem 1.2rem;}
.s4t-spb-from{font-family:var(--s4t-fb);font-size:.26rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--s4t-stone);display:block;}
.s4t-spb-pr{font-family:var(--s4t-fh);font-size:2.8rem;font-style:italic;font-weight:700;color:var(--s4t-claret);display:block;line-height:1;}
.s4t-spb-ot{font-size:.72rem;color:var(--s4t-stone);display:block;margin-bottom:.8rem;}
.s4t-spb-ln{display:flex;align-items:flex-start;gap:.35rem;font-size:.78rem;color:var(--s4t-stone);margin-bottom:.22rem;}
.s4t-spb-ln svg{color:var(--s4t-rose);flex-shrink:0;margin-top:.08rem;}
.s4t-spb-btn{display:flex;width:100%;justify-content:center;gap:.4rem;font-family:var(--s4t-fb);font-size:.88rem;font-weight:600;color:white;background:var(--s4t-claret);padding:.5rem;border-radius:var(--s4t-r);border:none;cursor:pointer;transition:background .14s;margin-top:.9rem;text-decoration:none;align-items:center;}
.s4t-spb-btn:hover{background:var(--s4t-claret-l);}

/* BUILDER .s4t-brief (FIRST "brief" naming!) */
.s4t-build-wrap{max-width:var(--s4t-max);margin:0 auto;padding:4rem 2rem 7rem;display:grid;grid-template-columns:1fr 300px;gap:4rem;align-items:start;}
.s4t-bld-sec{margin-bottom:2rem;}
.s4t-bld-lbl{display:block;font-family:var(--s4t-fb);font-size:.28rem;font-weight:700;text-transform:uppercase;letter-spacing:.28em;color:var(--s4t-stone);margin-bottom:.55rem;}
.s4t-plan-opt{background:var(--s4t-card);border:1.5px solid var(--s4t-line);border-radius:var(--s4t-r);padding:.7rem 1rem;display:flex;align-items:center;gap:.65rem;cursor:pointer;user-select:none;transition:var(--s4t-ease);margin-bottom:.35rem;}
.s4t-plan-opt.s4t-po-on{border-color:var(--s4t-claret);background:var(--s4t-glow-c);}
.s4t-po-radio{width:16px;height:16px;border:2px solid var(--s4t-line);border-radius:50%;flex-shrink:0;transition:var(--s4t-ease);}
.s4t-plan-opt.s4t-po-on .s4t-po-radio{background:var(--s4t-claret);border-color:var(--s4t-claret);}
.s4t-po-nm{font-family:var(--s4t-fh);font-style:italic;font-size:.9rem;color:var(--s4t-stone);flex:1;}
.s4t-plan-opt.s4t-po-on .s4t-po-nm{color:var(--s4t-claret);font-weight:700;}
.s4t-po-pr{font-size:.88rem;font-weight:600;color:var(--s4t-mid);}
.s4t-addon-opt{background:var(--s4t-card);border:1.5px solid var(--s4t-line);border-radius:var(--s4t-r);padding:.55rem 1rem;display:flex;align-items:center;gap:.6rem;cursor:pointer;user-select:none;transition:var(--s4t-ease);margin-bottom:.3rem;}
.s4t-addon-opt.s4t-ao-on{border-color:var(--s4t-claret);background:var(--s4t-glow-c);}
.s4t-ao-chk{width:14px;height:14px;border:2px solid var(--s4t-line);border-radius:3px;flex-shrink:0;transition:var(--s4t-ease);}
.s4t-addon-opt.s4t-ao-on .s4t-ao-chk{background:var(--s4t-claret);border-color:var(--s4t-claret);}
.s4t-ao-nm{font-size:.82rem;color:var(--s4t-stone);flex:1;}
.s4t-addon-opt.s4t-ao-on .s4t-ao-nm{color:var(--s4t-claret);font-weight:600;}
.s4t-ao-pr{font-size:.76rem;color:var(--s4t-stone);}
.s4t-hrs-panel{background:var(--s4t-card);border:1.5px solid var(--s4t-line);border-radius:var(--s4t-r);padding:1rem;}
.s4t-hrs-rng{-webkit-appearance:none;width:100%;height:3px;background:var(--s4t-line);border-radius:2px;cursor:pointer;}
.s4t-hrs-rng::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--s4t-claret);cursor:pointer;}
/* .s4t-brief (FIRST "brief" naming in 16-site series!) */
.s4t-brief{background:var(--s4t-claret-d);border-radius:var(--s4t-r2);overflow:hidden;position:sticky;top:2rem;}
.s4t-brief-hd{background:rgba(255,255,255,.04);padding:.6rem 1.2rem;border-bottom:1px solid rgba(255,255,255,.06);}
.s4t-brief-ttl{font-family:var(--s4t-fb);font-size:.28rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:rgba(255,255,255,.25);}
.s4t-brief-bd{padding:.5rem 1.2rem;min-height:80px;}
.s4t-brief-ln{display:flex;justify-content:space-between;font-size:.76rem;color:rgba(255,255,255,.25);margin-bottom:.22rem;}
.s4t-brief-v{font-size:.86rem;color:rgba(255,255,255,.75);}
.s4t-brief-sep{border:none;border-top:1px solid rgba(255,255,255,.06);margin:.25rem 1.2rem;}
.s4t-brief-total{display:flex;justify-content:space-between;align-items:flex-end;padding:.2rem 1.2rem .4rem;}
.s4t-brief-tl{font-family:var(--s4t-fb);font-size:.26rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:rgba(255,255,255,.2);}
.s4t-brief-tv{font-family:var(--s4t-fh);font-size:2.4rem;font-style:italic;font-weight:700;color:var(--s4t-rose-l);}
.s4t-brief-ft{padding:.6rem 1.2rem;border-top:1px solid rgba(255,255,255,.06);}
.s4t-brief-go{display:block;width:100%;background:var(--s4t-rose);color:white;font-family:var(--s4t-fb);font-size:.88rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.5rem;border-radius:var(--s4t-r);border:none;cursor:pointer;transition:background .14s;}
.s4t-brief-go:hover:not(:disabled){background:var(--s4t-rose-d);}
.s4t-brief-go:disabled{opacity:.2;cursor:not-allowed;}

/* CHECKOUT + LEGAL + CONTACT */
.s4t-co-wrap{max-width:760px;margin:0 auto;padding:3rem 2rem 7rem;}
.s4t-co-sum{border:2px solid var(--s4t-claret);border-radius:var(--s4t-r2);overflow:hidden;margin-bottom:2rem;}
.s4t-cs-top{background:var(--s4t-claret);padding:.6rem 1.2rem;}
.s4t-cs-top span{font-family:var(--s4t-fb);font-size:.26rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:rgba(255,255,255,.7);}
.s4t-cs-bd{padding:.5rem 1.2rem;}
.s4t-cs-ln{display:flex;justify-content:space-between;font-size:.82rem;color:var(--s4t-stone);padding:.26rem 0;border-bottom:1px solid var(--s4t-line);}
.s4t-cs-total{display:flex;justify-content:space-between;align-items:center;padding:.55rem 0 .1rem;}
.s4t-cs-total span:last-child{font-family:var(--s4t-fh);font-size:1.8rem;font-style:italic;font-weight:700;color:var(--s4t-claret);}
.s4t-fg{margin-bottom:.65rem;}
.s4t-fl{display:block;font-family:var(--s4t-fb);font-size:.3rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--s4t-stone);margin-bottom:.2rem;}
.s4t-fi{width:100%;background:var(--s4t-card);border:1.5px solid var(--s4t-line);border-radius:var(--s4t-r);padding:.6rem .9rem;color:var(--s4t-claret);font-size:.9rem;transition:border-color .14s;}
.s4t-fi:focus{outline:none;border-color:var(--s4t-claret);box-shadow:0 0 0 3px var(--s4t-glow-c);}
.s4t-agree{display:flex;align-items:flex-start;gap:.5rem;font-size:.8rem;color:var(--s4t-stone);margin:1rem 0;line-height:1.6;}
.s4t-agree input{margin-top:.14rem;accent-color:var(--s4t-claret);}
.s4t-agree a{color:var(--s4t-rose);}
.s4t-legal-pg{max-width:800px;margin:0 auto;padding:4rem 2rem 7rem;}
.s4t-legal-eff{display:inline-block;font-size:.72rem;color:var(--s4t-stone);background:var(--s4t-card);border:1px solid var(--s4t-line);padding:.18rem .65rem;border-radius:var(--s4t-r3);margin-bottom:1.5rem;}
.s4t-legal-pg h2{font-family:var(--s4t-fh);font-size:.98rem;font-style:italic;font-weight:700;color:var(--s4t-claret);margin:2.5rem 0 .45rem;}
.s4t-legal-pg p,.s4t-legal-pg li{font-size:.9rem;color:var(--s4t-stone);line-height:1.78;margin-bottom:.85rem;}
.s4t-legal-pg ul{padding-left:1.4rem;margin:.5rem 0;}
.s4t-legal-pg li{list-style:disc;}
.s4t-legal-pg a{color:var(--s4t-rose);}

/* ═══ ABOUT: Paris Studio Portrait (FIRST!) ═══ */
.s4t-about-pg{max-width:var(--s4t-max);margin:0 auto;padding:5rem 2rem 7rem;}
.s4t-ab-pull-lg{font-family:var(--s4t-fh);font-size:clamp(2rem,4.5vw,4rem);font-style:italic;font-weight:700;color:var(--s4t-claret);max-width:18ch;margin-bottom:3rem;line-height:1.1;}
.s4t-ab-cols{display:grid;grid-template-columns:1.3fr 1fr;gap:4rem;align-items:start;}
.s4t-ab-lead{font-size:.95rem;color:var(--s4t-stone);line-height:1.85;margin-bottom:.8rem;}
.s4t-ab-quote{font-family:var(--s4t-fh);font-size:1.25rem;font-style:italic;color:var(--s4t-claret);border-left:3px solid var(--s4t-rose);padding:.4rem 1rem;margin:1.5rem 0;line-height:1.55;}
.s4t-ab-stats-panel{background:var(--s4t-claret);border-radius:var(--s4t-r2);padding:2rem;}
.s4t-ab-sp-val{font-family:var(--s4t-fh);font-size:3rem;font-style:italic;font-weight:700;color:white;display:block;line-height:1;margin-bottom:.1rem;}
.s4t-ab-sp-lbl{font-family:var(--s4t-fb);font-size:.26rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:rgba(255,255,255,.25);display:block;margin-bottom:1.5rem;}
.s4t-ab-values{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:2rem;}
.s4t-abv{background:var(--s4t-card);border:1.5px solid var(--s4t-line);border-radius:var(--s4t-r2);padding:1.2rem;}
.s4t-abv-h{font-family:var(--s4t-fh);font-size:.9rem;font-style:italic;font-weight:700;color:var(--s4t-claret);margin-bottom:.3rem;}
.s4t-abv-p{font-size:.8rem;color:var(--s4t-stone);line-height:1.72;}

/* FOOTER: 4-col (Twitter+LinkedIn+Vimeo) */
.s4t-footer{background:var(--s4t-claret-d);}
.s4t-footer-in{max-width:var(--s4t-max);margin:0 auto;padding:3rem 2rem 2rem;display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:2rem;border-bottom:1px solid rgba(255,255,255,.06);}
/* EB Garamond italic 2rem logo (bigger!) */
.s4t-ftr-brand{font-family:var(--s4t-fh);font-size:2rem;font-style:italic;font-weight:700;color:white;display:block;margin-bottom:.4rem;text-decoration:none;}
.s4t-ftr-brand em{font-style:normal;color:var(--s4t-rose-l);}
.s4t-ftr-tag{font-size:.72rem;color:rgba(255,255,255,.2);line-height:1.65;margin-bottom:.7rem;}
/* Twitter+LinkedIn+Vimeo (FIRST Vimeo combo in 16-site series!) */
.s4t-ftr-socs{display:flex;gap:.4rem;margin-bottom:.7rem;}
.s4t-ftr-soc{width:30px;height:30px;border:1px solid rgba(255,255,255,.1);border-radius:var(--s4t-r);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.25);transition:var(--s4t-ease);text-decoration:none;}
.s4t-ftr-soc:hover{border-color:var(--s4t-rose-l);color:var(--s4t-rose-l);}
.s4t-ftr-col-h{font-family:var(--s4t-fb);font-size:.26rem;font-weight:700;text-transform:uppercase;letter-spacing:.28em;color:rgba(255,255,255,.16);margin-bottom:.65rem;}
.s4t-ftr-nav{display:flex;flex-direction:column;gap:.2rem;}
.s4t-ftr-nav a{font-size:.72rem;color:rgba(255,255,255,.2);transition:color .14s;text-decoration:none;}
.s4t-ftr-nav a:hover{color:var(--s4t-rose-l);}
.s4t-ftr-ct a{display:flex;align-items:flex-start;gap:.3rem;font-size:.7rem;color:rgba(255,255,255,.2);transition:color .14s;text-decoration:none;margin-bottom:.22rem;}
.s4t-ftr-ct a:hover{color:var(--s4t-rose-l);}
.s4t-footer-base{max-width:var(--s4t-max);margin:0 auto;padding:.65rem 2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;}
.s4t-ftr-copy{font-size:.6rem;color:rgba(255,255,255,.12);}
.s4t-ftr-legal{display:flex;gap:1rem;flex-wrap:wrap;}
.s4t-ftr-legal a{font-size:.6rem;color:rgba(255,255,255,.12);transition:color .14s;text-decoration:none;}
.s4t-ftr-legal a:hover{color:var(--s4t-rose-l);}

/* COOKIE + CHAT */
.s4t-ck-bar{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--s4t-claret-d);border-top:2px solid var(--s4t-rose);padding:.9rem 2rem;display:none;align-items:center;gap:2rem;justify-content:space-between;flex-wrap:wrap;}
.s4t-ck-bar p{font-size:.8rem;color:rgba(255,255,255,.3);margin:0;}
.s4t-ck-bar a{color:var(--s4t-rose-l);}
.s4t-ck-btns{display:flex;gap:.5rem;flex-shrink:0;}
.s4t-ck-yes{background:var(--s4t-rose);color:white;font-family:var(--s4t-fb);font-size:.88rem;font-weight:700;padding:.28rem .85rem;border-radius:var(--s4t-r3);cursor:pointer;border:none;}
.s4t-ck-no{background:transparent;color:rgba(255,255,255,.25);font-family:var(--s4t-fb);font-size:.82rem;padding:.26rem .85rem;border:1px solid rgba(255,255,255,.1);border-radius:var(--s4t-r3);cursor:pointer;}
.s4t-chat-fab{position:fixed;bottom:4.5rem;right:1.5rem;z-index:9990;width:50px;height:50px;background:var(--s4t-claret);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;box-shadow:var(--s4t-sh2);transition:var(--s4t-ease);color:white;}
.s4t-chat-fab:hover{background:var(--s4t-claret-l);transform:scale(1.07);}
.s4t-chatpop{position:fixed;bottom:7rem;right:1.5rem;z-index:9989;width:290px;background:white;border:1.5px solid var(--s4t-line);border-radius:var(--s4t-r2);box-shadow:var(--s4t-sh2);opacity:0;pointer-events:none;transform:translateY(10px) scale(.97);transition:opacity .2s,transform .22s;overflow:hidden;}
.s4t-chatpop.s4t-cp-vis{opacity:1;pointer-events:auto;transform:none;}
.s4t-chat-hd{background:var(--s4t-claret);padding:.8rem 1.1rem;}
.s4t-chat-nm{font-family:var(--s4t-fh);font-size:1rem;font-style:italic;font-weight:700;color:white;}
.s4t-chat-nm em{font-style:normal;color:var(--s4t-rose-l);}
.s4t-chat-bd{padding:.8rem 1rem;}
.s4t-chat-inp{width:100%;background:var(--s4t-parch);border:1.5px solid var(--s4t-line);border-radius:var(--s4t-r);padding:.5rem .8rem;font-size:.84rem;color:var(--s4t-claret);margin-bottom:.35rem;resize:none;transition:border-color .14s;}
.s4t-chat-inp:focus{outline:none;border-color:var(--s4t-claret);}
.s4t-chat-send{width:100%;background:var(--s4t-claret);color:white;font-family:var(--s4t-fb);font-size:.9rem;font-weight:700;padding:.5rem;border-radius:var(--s4t-r);border:none;cursor:pointer;transition:background .14s;}
.s4t-chat-send:hover{background:var(--s4t-claret-l);}
.s4t-chat-done{display:none;text-align:center;padding:.9rem;}
/* MISC */
.s4t-reveal{opacity:0;transform:translateY(12px);transition:opacity .4s,transform .4s;}
.s4t-reveal.s4t-in{opacity:1;transform:none;}
.s4t-result-pg{min-height:72vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem;flex-direction:column;gap:1.5rem;}
.s4t-sec-hd h2{font-family:var(--s4t-fh);font-size:clamp(2rem,4.5vw,3.8rem);font-style:italic;font-weight:700;color:var(--s4t-claret);}
.s4t-sec-sub{font-size:.88rem;color:var(--s4t-stone);margin-top:.4rem;max-width:60ch;}
.s4t-sec-hd-w h2{color:white;}
.s4t-sec-hd-w .s4t-sec-sub{color:rgba(255,255,255,.35);}
/* RESPONSIVE */
@media(max-width:960px){
  .s4t-nav{display:none;}
  .s4t-mob-btn{display:flex;}
  .s4t-proc-grid{grid-template-columns:1fr 1fr;}
  .s4t-testi-grid{grid-template-columns:1fr 1fr;}
  .s4t-plan-trio{grid-template-columns:1fr;}
  .s4t-footer-in{grid-template-columns:1fr 1fr 1fr;}
  .s4t-cta-in,.s4t-svcpg-wrap,.s4t-build-wrap,.s4t-ab-cols{grid-template-columns:1fr;}
  .s4t-port-spread{grid-template-columns:1fr;}
  .s4t-port-spread:nth-child(even){direction:ltr;}
  .s4t-ab-values{grid-template-columns:1fr;}
}
@media(max-width:600px){
  .s4t-proc-grid{grid-template-columns:1fr;}
  .s4t-testi-grid{grid-template-columns:1fr;}
  .s4t-footer-in{grid-template-columns:1fr 1fr;}
  .s4t-trust-in{grid-template-columns:1fr;}
}
