:root{
  --burgundy:#6f173f;
  --burgundy-dark:#3b0b22;
  --wine:#8b2753;
  --lime:#c5f31d;
  --ink:#17233a;
  --ink-soft:#3e4b61;
  --sand:#f5efe3;
  --cream:#fffaf1;
  --paper:#ffffff;
  --blue:#5f7897;
  --line:rgba(23,35,58,.16);
  --shadow:0 26px 70px rgba(33,20,28,.14);
  --radius:26px;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--sand);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.62;text-rendering:optimizeLegibility}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration-thickness:.08em;text-underline-offset:.18em}
button,input{font:inherit}
:focus-visible{outline:3px solid var(--lime);outline-offset:4px}
::selection{background:var(--lime);color:var(--ink)}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;top:8px;left:8px;z-index:9999;background:var(--lime);padding:10px 16px;border-radius:8px;transform:translateY(-160%);font-weight:800}.skip-link:focus{transform:none}
.service-strip{background:var(--ink);color:#fff;text-align:center;padding:8px 16px;font-size:.84rem;letter-spacing:.02em}.service-strip strong{color:var(--lime)}
.site-header{min-height:80px;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;padding:14px max(24px,calc((100vw - var(--max))/2));background:rgba(255,250,241,.94);backdrop-filter:blur(14px);position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:max-content}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--burgundy);color:var(--lime);font-weight:1000;font-size:1.45rem;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)}.brand strong{display:block;font-size:1.08rem;letter-spacing:.1em;line-height:1}.brand small{display:block;color:var(--ink-soft);font-size:.68rem;margin-top:4px;letter-spacing:.04em}
.main-nav{display:flex;justify-content:center;gap:4px;flex-wrap:wrap}.main-nav a{padding:9px 10px;border-radius:999px;text-decoration:none;font-weight:760;font-size:.82rem;color:var(--ink-soft)}.main-nav a:hover,.main-nav a[aria-current="page"]{background:var(--burgundy);color:white}.header-cta{background:var(--lime);color:var(--ink);font-weight:900;text-decoration:none;padding:11px 15px;border-radius:999px;white-space:nowrap;box-shadow:0 8px 26px rgba(197,243,29,.25)}
.menu-button{display:none;width:44px;height:44px;padding:10px;border:0;background:var(--burgundy);border-radius:12px}.menu-button span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:5px}
main{overflow:hidden}.section{width:min(var(--max),calc(100% - 40px));margin:0 auto;padding:96px 0}.section-heading{display:grid;grid-template-columns:minmax(240px,.85fr) 1.5fr;gap:30px;align-items:start;margin-bottom:40px}.section-heading.compact{grid-template-columns:1fr 1.25fr}.section-heading h2,.quick-answer h2,.answer-panel h2,.model-copy h2,.split-copy h2,.final-cta h2{font-family:Georgia,"Times New Roman",serif;font-weight:650;letter-spacing:-.035em;line-height:1.02;margin:0;font-size:clamp(2.25rem,4.8vw,5rem)}.section-heading p:not(.section-number){max-width:60ch;margin:3px 0 0;color:var(--ink-soft);font-size:1.03rem}.section-number,.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:950;color:var(--burgundy);margin:0 0 14px}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow:before{content:"";width:38px;height:3px;background:var(--lime);border-radius:5px}
.hero{width:min(1460px,calc(100% - 32px));margin:18px auto 0;display:grid;grid-template-columns:1.05fr .95fr;min-height:710px;background:var(--burgundy);color:white;border-radius:34px;overflow:hidden;box-shadow:var(--shadow)}.hero-copy{padding:clamp(42px,7vw,105px);display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 8% 12%,rgba(197,243,29,.12),transparent 32%),linear-gradient(135deg,var(--burgundy),var(--burgundy-dark))}.hero .eyebrow{color:var(--lime)}.hero h1,.subhero h1,.location-hero h1,.error-page h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem,6.2vw,6.9rem);line-height:.91;letter-spacing:-.055em;margin:0 0 26px}.hero-lead{font-size:clamp(1.05rem,1.4vw,1.27rem);max-width:62ch;color:rgba(255,255,255,.86)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 20px;border-radius:999px;text-decoration:none;font-weight:900;border:1.5px solid transparent;transition:.2s transform,.2s box-shadow,.2s background}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--lime);color:var(--ink);box-shadow:0 12px 32px rgba(197,243,29,.22)}.button.secondary{border-color:rgba(255,255,255,.55);color:white;background:rgba(255,255,255,.06)}.button.dark{background:var(--ink);color:white}.button.light{background:white;color:var(--burgundy)}
.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:36px 0 0}.hero-facts div{padding:16px 12px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.06)}.hero-facts dt{font-size:1.35rem;font-weight:950;color:var(--lime)}.hero-facts dd{margin:2px 0 0;font-size:.74rem;line-height:1.35;color:rgba(255,255,255,.74)}.hero-visual{margin:0;position:relative;background:#0d1728}.hero-visual img{width:100%;height:100%;object-fit:cover}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(9,12,22,.8))}.hero-visual figcaption{position:absolute;z-index:2;left:34px;right:34px;bottom:30px;display:flex;justify-content:space-between;align-items:end;gap:20px}.hero-visual figcaption strong{font-family:Georgia,serif;font-size:2rem}.hero-visual figcaption span{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em}
.answer-panel{width:min(var(--max),calc(100% - 40px));margin:62px auto 0;padding:48px;border-radius:var(--radius);background:var(--cream);border:1px solid var(--line);display:grid;grid-template-columns:.9fr 1.2fr;gap:50px}.answer-copy p{font-size:1.08rem;margin-top:0}.answer-copy strong{color:var(--burgundy)}
.card-grid{display:grid;gap:18px}.card-grid.three{grid-template-columns:repeat(3,1fr)}.card-grid.four{grid-template-columns:repeat(4,1fr)}.service-card,.mini-card,.branch-card{background:var(--cream);padding:30px;border-radius:22px;border:1px solid var(--line);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-40px;top:-40px;background:var(--lime);opacity:.25}.service-card.featured{background:var(--ink);color:white}.service-card>span{font-weight:950;color:var(--burgundy)}.service-card.featured>span{color:var(--lime)}.service-card h3,.mini-card h3,.branch-card h3{font-family:Georgia,serif;font-size:1.68rem;line-height:1.05;margin:24px 0 12px}.service-card p,.mini-card p,.branch-card p{color:var(--ink-soft)}.service-card.featured p{color:rgba(255,255,255,.76)}.service-card ul{padding-left:18px;font-size:.92rem}.service-card a{display:inline-block;margin-top:16px;font-weight:900;color:var(--burgundy)}.service-card.featured a{color:var(--lime)}.mini-card{min-height:210px}.branch-card small{display:block;margin-top:16px;color:var(--burgundy);font-weight:750;line-height:1.5}
.visual-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.visual-frame{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:var(--ink)}.visual-frame img{width:100%;max-height:760px;object-fit:cover}.visual-frame.burgundy{background:var(--burgundy)}.split-copy p{font-size:1.08rem;color:var(--ink-soft)}.tag-cloud{display:flex;flex-wrap:wrap;gap:8px;margin:26px 0}.tag-cloud span,.mini-tags span{border:1px solid var(--line);border-radius:999px;padding:7px 11px;font-size:.78rem;background:rgba(255,255,255,.58)}.text-link{font-weight:950;color:var(--burgundy);text-decoration:none}.text-link b{font-size:1.2rem}
.techniques{background:var(--ink);color:white;width:100%;padding-left:max(20px,calc((100% - var(--max))/2));padding-right:max(20px,calc((100% - var(--max))/2))}.techniques .section-heading{width:min(var(--max),100%)}.techniques .section-number{color:var(--lime)}.techniques .section-heading p:not(.section-number){color:rgba(255,255,255,.72)}.wide-image{margin:0;border-radius:24px;overflow:hidden}.wide-image img{width:100%}.tech-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:rgba(255,255,255,.15);margin-top:2px;border-radius:0 0 24px 24px;overflow:hidden}.tech-grid article{background:var(--ink);padding:24px}.tech-grid b{color:var(--lime);font-size:1.1rem}.tech-grid p{font-size:.87rem;color:rgba(255,255,255,.72);margin-bottom:0}
.model-section{display:grid;grid-template-columns:.78fr 1.22fr;gap:40px;align-items:stretch}.model-copy{padding:50px;background:var(--lime);border-radius:28px;display:flex;flex-direction:column;justify-content:center}.model-copy p{font-size:1rem}.model-section figure{margin:0;border-radius:28px;overflow:hidden;min-height:540px}.model-section figure img{width:100%;height:100%;object-fit:cover}
.process-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:54px;align-items:stretch}.process-layout figure{margin:0;border-radius:28px;overflow:hidden;min-height:700px}.process-layout figure img{width:100%;height:100%;object-fit:cover}.steps{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}.steps li{display:grid;grid-template-columns:64px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid var(--line)}.steps li>span{font-size:1.4rem;font-weight:1000;color:var(--burgundy)}.steps h3{margin:0;font-size:1.18rem}.steps p{margin:5px 0 0;color:var(--ink-soft)}
.coverage{background:var(--cream);padding-left:clamp(24px,5vw,72px);padding-right:clamp(24px,5vw,72px);border-radius:34px;margin-bottom:96px}.province-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.province-grid article{background:white;padding:30px;border-radius:22px;border:1px solid var(--line)}.province-grid article>span{font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:var(--burgundy);font-weight:900}.province-grid h3{font-family:Georgia,serif;font-size:1.9rem;line-height:1.05;margin:12px 0}.province-grid p{color:var(--ink-soft)}.province-grid a{display:inline-block;margin-top:14px;color:var(--burgundy);font-weight:950}.mini-tags{display:flex;flex-wrap:wrap;gap:6px}.mini-tags span{padding:5px 8px;font-size:.72rem}.catalan-note{margin-top:18px;padding:24px;border-radius:18px;background:var(--burgundy);color:white}.catalan-note strong{color:var(--lime)}
.faq{padding-top:0}.accordion{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.accordion details{background:var(--cream);border:1px solid var(--line);border-radius:18px;padding:0 22px}.accordion summary{cursor:pointer;display:flex;justify-content:space-between;gap:16px;align-items:center;list-style:none;font-weight:900;padding:21px 0;line-height:1.3}.accordion summary::-webkit-details-marker{display:none}.accordion summary span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--burgundy);color:white;flex:0 0 auto}.accordion details[open] summary span{transform:rotate(45deg)}.accordion details p{margin:0;padding:0 0 22px;color:var(--ink-soft)}
.final-cta{width:min(1460px,calc(100% - 32px));margin:0 auto 30px;padding:clamp(40px,7vw,90px);background:linear-gradient(130deg,var(--burgundy),var(--burgundy-dark));color:white;border-radius:34px;display:grid;grid-template-columns:1.4fr .6fr;gap:60px;align-items:center}.final-cta .eyebrow{color:var(--lime)}.final-cta p{max-width:65ch;color:rgba(255,255,255,.75)}.cta-stack{display:flex;flex-direction:column;align-items:stretch;gap:12px}.cta-stack>a:not(.button){color:white;text-align:center;font-weight:850}
.site-footer{width:min(var(--max),calc(100% - 40px));margin:0 auto;padding:70px 0 120px;display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:40px}.site-footer h2{font-size:.8rem;text-transform:uppercase;letter-spacing:.14em;color:var(--burgundy);margin:0 0 15px}.site-footer>div:not(.footer-bottom){display:flex;flex-direction:column;gap:9px}.site-footer a{text-decoration:none;color:var(--ink-soft);font-size:.9rem}.site-footer a:hover{color:var(--burgundy)}.footer-brand img{width:220px;height:auto;margin-bottom:14px}.footer-brand p{color:var(--ink-soft);font-size:.9rem;max-width:35ch}.footer-bottom{grid-column:1/-1;border-top:1px solid var(--line);padding-top:20px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:.76rem;color:var(--ink-soft)}.floating-cta{position:fixed;right:20px;bottom:20px;z-index:40;padding:13px 18px;border-radius:999px;background:var(--lime);color:var(--ink);font-weight:950;text-decoration:none;box-shadow:0 16px 40px rgba(23,35,58,.25)}
.subhero{width:min(1460px,calc(100% - 32px));margin:18px auto 0;display:grid;grid-template-columns:1fr 1fr;border-radius:34px;overflow:hidden;min-height:600px;background:var(--ink);color:white}.subhero>div{padding:clamp(42px,7vw,90px);display:flex;flex-direction:column;justify-content:center}.subhero h1{font-size:clamp(3rem,5.5vw,6.1rem)}.subhero p:not(.eyebrow){font-size:1.12rem;color:rgba(255,255,255,.76);max-width:60ch}.subhero figure{margin:0;min-height:600px}.subhero figure img{width:100%;height:100%;object-fit:cover}.subhero.school{background:linear-gradient(135deg,var(--ink),#2c4362)}.subhero.university{background:linear-gradient(135deg,var(--burgundy),var(--burgundy-dark))}.subhero.groups{background:linear-gradient(135deg,#1f314c,var(--ink))}.quick-answer{padding-top:68px;padding-bottom:68px}.quick-answer h2{max-width:18ch}.quick-answer>p:last-child{font-size:1.16rem;max-width:78ch;color:var(--ink-soft)}
.rules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.rules-grid article{padding:24px;border-radius:18px;background:var(--cream);border:1px solid var(--line)}.rules-grid b{color:var(--burgundy)}.rules-grid p{color:var(--ink-soft);margin-bottom:0}.comparison{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid var(--line);border-radius:24px;overflow:hidden;background:var(--cream)}.comparison div{padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:.65fr 1.35fr;gap:18px}.comparison div:nth-child(2n){border-right:0}.comparison div:nth-last-child(-n+2){border-bottom:0}.comparison strong{color:var(--burgundy)}.comparison span{color:var(--ink-soft)}.link-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.link-row a{padding:10px 14px;border-radius:999px;background:white;border:1px solid var(--line);font-weight:900;color:var(--burgundy);text-decoration:none}.note,.info-banner{margin-top:18px;padding:18px 22px;border-radius:15px;background:#fff6cc;border:1px solid #dbc76e;color:#574a13}
.specialty-search{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;background:var(--ink);color:white;padding:18px;border-radius:18px;margin-bottom:18px}.specialty-search label{font-weight:900}.specialty-search input{width:100%;border:0;border-radius:999px;padding:13px 17px;background:white;color:var(--ink)}.specialty-search span{font-size:.78rem;color:var(--lime);font-weight:900}.specialty-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.specialty-grid article{padding:20px;border:1px solid var(--line);border-radius:16px;background:var(--cream);min-height:154px}.specialty-grid article[hidden]{display:none}.specialty-grid span{font-size:.7rem;text-transform:uppercase;letter-spacing:.09em;color:var(--burgundy);font-weight:900}.specialty-grid h3{font-size:1.05rem;margin:8px 0}.specialty-grid p{font-size:.82rem;color:var(--ink-soft);margin:0}.timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.timeline div{padding:24px 18px;border-radius:18px;background:var(--cream);border:1px solid var(--line)}.timeline b{display:block;color:var(--burgundy);margin-bottom:8px}.timeline span{font-size:.88rem;color:var(--ink-soft)}
.location-hero{width:min(var(--max),calc(100% - 40px));margin:32px auto 0;display:grid;grid-template-columns:1.25fr .75fr;gap:24px}.location-hero>div{background:linear-gradient(135deg,var(--burgundy),var(--burgundy-dark));color:white;border-radius:30px;padding:clamp(40px,6vw,74px)}.location-hero h1{font-size:clamp(3rem,5.4vw,6rem)}.location-hero>div p:not(.eyebrow){font-size:1.08rem;color:rgba(255,255,255,.76)}.location-card{background:var(--lime);border-radius:30px;padding:36px;display:flex;flex-direction:column}.location-card>span{text-transform:uppercase;font-size:.76rem;letter-spacing:.15em;font-weight:900}.location-card>strong{font-family:Georgia,serif;font-size:clamp(2.8rem,5vw,5rem);line-height:1;margin:12px 0}.location-card p{font-weight:750}.location-card .mini-tags{margin-top:auto}.location-card .mini-tags span{background:rgba(255,255,255,.5);border-color:rgba(23,35,58,.18)}.locality-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.locality-grid article{padding:24px;border-radius:18px;background:var(--cream);border:1px solid var(--line)}.locality-grid h3{font-family:Georgia,serif;font-size:1.25rem;line-height:1.15;margin:0 0 9px}.locality-grid p{font-size:.88rem;color:var(--ink-soft);margin:0}.province-copy>p{max-width:85ch;font-size:1.04rem;color:var(--ink-soft)}
.error-page{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:min(820px,calc(100% - 40px));margin:auto}.error-page h1{font-size:clamp(4rem,10vw,8rem)}.error-page p{font-size:1.2rem;color:var(--ink-soft)}.error-page .button.secondary{color:var(--burgundy);border-color:var(--burgundy)}
@media (max-width:1100px){
  .site-header{grid-template-columns:auto auto 1fr}.menu-button{display:block}.main-nav{position:absolute;left:20px;right:20px;top:72px;padding:16px;border-radius:18px;background:var(--cream);box-shadow:var(--shadow);display:none;justify-content:flex-start}.main-nav.open{display:flex}.header-cta{justify-self:end}.hero,.subhero{grid-template-columns:1fr}.hero-visual,.subhero figure{max-height:620px}.answer-panel,.visual-split,.model-section,.process-layout,.location-hero{grid-template-columns:1fr}.section-heading,.section-heading.compact{grid-template-columns:1fr}.tech-grid{grid-template-columns:repeat(3,1fr)}.card-grid.four{grid-template-columns:repeat(2,1fr)}.specialty-grid{grid-template-columns:repeat(3,1fr)}.timeline{grid-template-columns:repeat(3,1fr)}.site-footer{grid-template-columns:repeat(2,1fr)}.locality-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  .service-strip{font-size:.75rem}.site-header{padding:10px 14px;gap:10px}.brand small{display:none}.header-cta{display:none}.main-nav{top:64px}.main-nav a{width:100%}.section{width:min(100% - 28px, var(--max));padding:68px 0}.hero,.subhero,.final-cta{width:calc(100% - 20px);border-radius:24px}.hero-copy,.subhero>div{padding:38px 24px}.hero h1,.subhero h1,.location-hero h1{font-size:clamp(2.7rem,14vw,4.8rem)}.hero-facts{grid-template-columns:1fr}.hero-visual{min-height:430px}.answer-panel{width:calc(100% - 28px);padding:26px;gap:12px}.card-grid.three,.card-grid.four,.province-grid,.accordion,.rules-grid,.specialty-grid,.locality-grid{grid-template-columns:1fr}.visual-split{gap:30px}.tech-grid{grid-template-columns:1fr}.tech-grid article{border-bottom:1px solid rgba(255,255,255,.14)}.model-copy{padding:30px}.model-section figure{min-height:360px}.process-layout figure{min-height:450px}.coverage{margin-bottom:68px;padding-left:20px;padding-right:20px}.comparison{grid-template-columns:1fr}.comparison div,.comparison div:nth-child(2n),.comparison div:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--line);grid-template-columns:1fr}.comparison div:last-child{border-bottom:0}.specialty-search{grid-template-columns:1fr}.timeline{grid-template-columns:1fr}.location-hero{width:calc(100% - 28px)}.location-hero>div,.location-card{padding:30px 24px}.final-cta{grid-template-columns:1fr;padding:42px 24px}.site-footer{grid-template-columns:1fr;padding-bottom:100px}.footer-bottom{flex-direction:column}.floating-cta{left:14px;right:14px;bottom:12px;text-align:center}.hero-visual figcaption{left:20px;right:20px;bottom:18px;flex-direction:column;align-items:flex-start}.hero-visual figcaption strong{font-size:1.5rem}.section-heading h2,.quick-answer h2,.answer-panel h2,.model-copy h2,.split-copy h2,.final-cta h2{font-size:clamp(2.1rem,11vw,3.6rem)}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
