:root{color-scheme:light;--black: #030505;--ink: #172432;--muted: #63706f;--paper: #f7f4ee;--white: #ffffff;--line: #d7dfda;--line-strong: #b7c6c0;--green: #1b5f52;--green-dark: #123d36;--aqua: #67cbd0;--clay: #a75f43;--gold: #bf9a52;--max: 1180px;--safe-area-top: env(safe-area-inset-top, 0px);--header-height: calc(5.2rem + var(--safe-area-top));font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;color:var(--ink);background:var(--black);overflow-x:clip}img{display:block;max-width:100%}a{color:inherit}h1,h2,h3,p,a,strong,span{min-width:0;overflow-wrap:break-word}h1,h2,h3,p{margin-top:0}h1{max-width:11ch;margin-bottom:1rem;color:var(--ink);font-size:5.2rem;font-weight:880;letter-spacing:0;line-height:.92;text-transform:uppercase}h2{max-width:18ch;margin-bottom:1rem;color:var(--ink);font-size:3.15rem;font-weight:820;letter-spacing:0;line-height:1}h3{margin-bottom:.65rem;color:var(--ink);font-size:1.18rem;font-weight:820;letter-spacing:0;line-height:1.15}p{color:var(--muted);line-height:1.72}section,article[id]{scroll-margin-top:calc(var(--header-height) + 1rem)}.skip-link{position:absolute;top:calc(1rem + var(--safe-area-top));left:1rem;z-index:20;padding:.7rem .9rem;color:var(--white);background:var(--green-dark);transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:1.25rem;align-items:center;min-height:var(--header-height);padding:calc(.7rem + var(--safe-area-top)) max(1rem,calc((100% - var(--max)) / 2)) .7rem;color:var(--white);background:#000000f5;border-bottom:1px solid rgba(255,255,255,.14);backdrop-filter:blur(14px);transition:gap .22s ease,min-height .22s ease,padding .22s ease}.brand{display:grid;grid-template-columns:minmax(0,12rem);gap:0;align-items:center;justify-self:center;color:var(--white);text-decoration:none;transition:grid-template-columns .22s ease,transform .22s ease}.brand img{width:12rem;height:3.35rem;object-fit:contain;transition:height .22s ease,width .22s ease}.brand-copy{display:none;gap:.15rem}.brand-copy strong,.brand-copy span{display:block;letter-spacing:0;line-height:1.05}.brand-copy strong{color:var(--white);font-size:.94rem;font-weight:880;text-transform:uppercase}.brand-copy span{color:#ffffffa8;font-size:.76rem;font-weight:650}.header-nav,.header-actions,.footer-nav{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.header-nav{justify-content:flex-start;min-width:0;max-width:100%;transition:max-height .22s ease,opacity .18s ease,padding .22s ease,transform .22s ease}.header-nav a,.footer-nav a{padding:.55rem .65rem;color:#ffffffb8;font-size:.86rem;font-weight:780;letter-spacing:0;text-decoration:none;text-transform:uppercase;white-space:nowrap}.header-nav a:hover,.footer-nav a:hover{color:var(--white)}.header-actions{justify-content:flex-end;transition:transform .22s ease}.header-cta,.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:0 1rem;border:1px solid currentColor;border-radius:6px;font-size:.86rem;font-weight:850;letter-spacing:0;text-decoration:none;text-transform:uppercase}.header-cta,.button.primary,.button.dark-button{color:var(--white);background:var(--green);border-color:var(--green)}.header-cta{color:var(--black);background:var(--white);border-color:var(--white)}.header-cta:hover,.button.primary:hover,.button.dark-button:hover{background:var(--green-dark);border-color:var(--green-dark)}.button.secondary{color:var(--green);background:var(--white);border-color:var(--line-strong)}.hero .button.primary{color:var(--white);background:transparent;border-color:var(--white)}.hero .button.secondary{color:var(--white);background:#ffffff1a;border-color:#ffffff94}.hero .button.primary:hover,.hero .button.secondary:hover{color:var(--black);background:var(--white);border-color:var(--white)}.hero,.section-inner,.site-footer{width:min(100% - 2rem,var(--max));margin:0 auto}.hero{position:relative;isolation:isolate;color:var(--white);padding:5.25rem 0 1.25rem}.hero:before{position:absolute;inset:0 calc(50% - 50vw);z-index:-2;content:"";background:linear-gradient(135deg,#030505fa,#0e312cfa 55%,#041413fa),var(--black)}.hero:after{position:absolute;inset:auto calc(50% - 50vw) 0;z-index:-1;height:1px;content:"";background:#ffffff3d}.hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(21rem,.8fr);gap:4rem;align-items:center;min-height:33rem}.hero-copy{max-width:48rem}.hero h1{color:var(--white)}.eyebrow,.kicker{margin-bottom:.85rem;color:var(--clay);font-size:.82rem;font-weight:860;letter-spacing:0;line-height:1.35;text-transform:uppercase}.hero-statement{max-width:39rem;margin-bottom:.95rem;color:var(--aqua);font-size:1.55rem;font-weight:520;line-height:1.22}.lead{max-width:41rem;color:#ffffffc2;font-size:1.08rem}.actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.55rem}.hero-visual{position:relative;display:grid;min-height:28rem;padding:2rem;overflow:hidden;border:1px solid rgba(255,255,255,.28);border-radius:8px;background:linear-gradient(135deg,#67cbd021,#ffffff0f),#ffffff0d}.hero-visual:before{position:absolute;right:1.2rem;bottom:1.2rem;width:45%;height:42%;content:"";border-right:.55rem solid rgba(27,95,82,.28);border-bottom:.55rem solid rgba(103,203,208,.38)}.hero-visual img{width:min(100%,25rem);align-self:center;justify-self:center}.visual-notes{position:absolute;right:1.15rem;bottom:1.15rem;display:grid;gap:.35rem}.visual-notes span{min-width:8.5rem;padding:.5rem .7rem;color:var(--white);background:#00000057;border:1px solid rgba(255,255,255,.32);border-radius:6px;font-size:.82rem;font-weight:850;text-transform:uppercase}.care-strip{display:flex;flex-wrap:wrap;gap:0;margin-top:2.2rem;border-top:1px solid rgba(255,255,255,.34);border-left:1px solid rgba(255,255,255,.34)}.care-strip a{flex:1 1 14rem;min-height:4.5rem;padding:1rem;color:var(--white);background:#ffffff0d;border-right:1px solid rgba(255,255,255,.34);border-bottom:1px solid rgba(255,255,255,.34);font-size:.94rem;font-weight:820;line-height:1.25;text-decoration:none;text-transform:uppercase}.care-strip a:hover{color:var(--black);background:var(--white)}.photo-hero{width:100%;min-height:calc(100svh - var(--header-height));margin:0;padding:0;overflow:hidden}.photo-hero:before{inset:0;background-image:radial-gradient(circle at 50% 40%,#0000002e,#00000094 58%,#000000c7),linear-gradient(180deg,#0000002e,#0000009e),url(/assets/rdss-hero-clinic.webp);background-position:center;background-size:cover}.photo-hero:after{inset:auto 0 0;background:#ffffff5c}.hero-center{display:grid;justify-items:center;align-content:center;min-height:calc(100svh - var(--header-height));width:min(100% - 2rem,52rem);margin:0 auto;padding:5rem 0;text-align:center}.hero-logo{width:min(74vw,24rem);height:auto;margin-bottom:1.4rem;filter:drop-shadow(0 1rem 2.5rem rgba(0,0,0,.4))}.hero-center h1{width:100%;max-width:min(100%,22ch);color:var(--white);font-size:2.55rem;font-weight:520;line-height:1.05;text-transform:uppercase;text-shadow:0 .85rem 2.2rem rgba(0,0,0,.55)}.hero-center .eyebrow{color:#ffffffd1}.hero-center .lead{width:100%;max-width:39rem;color:#ffffffdb;text-shadow:0 .5rem 1.4rem rgba(0,0,0,.5)}.photo-hero .actions{justify-content:center}.photo-hero .care-strip{position:absolute;right:max(1rem,calc((100% - var(--max)) / 2));bottom:2rem;z-index:1;display:grid;justify-items:end;width:min(18rem,calc(100% - 2rem));margin:0;border:0}.photo-hero .care-strip a{min-height:0;padding:.18rem 0;color:var(--white);background:transparent;border:0;font-size:.9rem;text-align:right;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18rem}.photo-hero .care-strip a:hover{color:var(--aqua);background:transparent}.treatment-options{padding:5.2rem 0 5.6rem;color:var(--ink);background:var(--white)}.treatment-heading{display:grid;gap:.8rem;justify-items:center;max-width:46rem;margin:0 auto 2.6rem;text-align:center}.treatment-heading h2{max-width:20ch}.treatment-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.4rem}.treatment-card{display:grid;gap:1.35rem;text-align:center}.treatment-card img{width:100%;aspect-ratio:.74;object-fit:cover;background:var(--paper)}.treatment-card div{display:grid;justify-items:center;gap:.55rem}.treatment-card p{margin:0;color:var(--ink);font-size:.78rem;font-weight:760;letter-spacing:.18em;line-height:1.45;text-transform:uppercase}.treatment-card h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.55rem;font-weight:400;line-height:1.1;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18rem}.treatment-card a{text-decoration:none}.treatment-card h3 a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18rem}.treatment-card a:hover h3,.treatment-card h3 a:hover{color:var(--green)}.treatment-card span{max-width:21rem;color:var(--muted);line-height:1.62}.intro-band,.post-band{padding:4.8rem 0;background:var(--white);border-top:1px solid var(--line)}.split{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:4rem;align-items:start}.copy{max-width:45rem}.section{padding:5rem 0}.page-hero{padding:5.5rem 0 4.5rem;color:var(--white);background:linear-gradient(135deg,#030505fa,#0e312cfa 55%,#041413fa),var(--black)}.page-hero h1{max-width:12ch;color:var(--white)}.page-hero .lead{color:#ffffffc7}.page-section{background:var(--paper)}.article-copy{max-width:46rem}.article-copy p{color:var(--ink);font-size:1.02rem}.principles{display:grid;gap:1rem}.principles article,.post-list-item,.profile-card{padding:1.25rem;background:var(--white);border:1px solid var(--line-strong);border-radius:8px}.principles h2,.post-list-item h2,.profile-card h2{max-width:none;font-size:1.35rem}.profile-grid{display:grid;gap:1rem}.profile-card{display:grid;grid-template-columns:6rem minmax(0,1fr);gap:1.2rem;align-items:start}.profile-card img{width:6rem;height:6rem;object-fit:contain;background:var(--paper);border:1px solid var(--line);border-radius:8px}.meta,.credential{color:var(--green);font-size:.8rem;font-weight:850;letter-spacing:.08em;line-height:1.45;text-transform:uppercase}.credential{color:var(--clay)}.tag-list{display:flex;flex-wrap:wrap;gap:.45rem;margin:1rem 0 0;padding:0;list-style:none}.tag-list li{padding:.35rem .55rem;color:var(--green-dark);background:var(--paper);border:1px solid var(--line);border-radius:999px;font-size:.76rem;font-weight:780}.post-list{display:grid;gap:1rem}.post-list-item h2 a,.text-link{color:var(--green);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18rem}.post-list-item h2 a:hover,.text-link:hover{color:var(--green-dark)}.article-page{position:relative;isolation:isolate;width:min(100% - 2rem,52rem);margin:0 auto;padding:4rem 0 5rem}.article-page:before{position:absolute;inset:0 calc(50% - 50vw);z-index:-1;content:"";background:var(--paper)}.article-page header{display:grid;gap:.7rem;margin-top:1.5rem;margin-bottom:2rem}.article-page h1{max-width:14ch;font-size:4rem}.article-page .lead{color:var(--muted)}.article-image{width:100%;max-height:34rem;object-fit:cover;background:var(--white);border:1px solid var(--line-strong)}.service-article{width:min(100% - 2rem,var(--max))}.service-article-header{grid-template-columns:minmax(0,.78fr) minmax(18rem,.62fr);align-items:start}.empty-state{padding:1.25rem;color:var(--muted);background:var(--white);border:1px solid var(--line-strong);border-radius:8px}.section-heading{display:grid;grid-template-columns:minmax(0,.95fr) minmax(18rem,.7fr);gap:2rem;align-items:end;margin-bottom:2rem}.section-heading p,.section-lead{max-width:36rem}.care-model{padding:5rem 0;color:var(--white);background:var(--black);border-top:1px solid rgba(255,255,255,.18)}.care-model-header{display:grid;grid-template-columns:minmax(0,.95fr) minmax(18rem,.7fr);gap:2rem;align-items:end;margin-bottom:2rem}.care-model-header p{max-width:38rem;color:#ffffffb8}.care-model h2{color:var(--white)}.care-model .kicker{color:var(--aqua)}.model-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.34);border-left:1px solid rgba(255,255,255,.34)}.model-item{min-height:16.5rem;padding:1.35rem;background:#ffffff14;border-right:1px solid rgba(255,255,255,.34);border-bottom:1px solid rgba(255,255,255,.34)}.model-item:nth-child(1),.model-item:nth-child(4){color:var(--white);background:var(--green)}.model-item:nth-child(2){background:#ffffff24}.model-item:nth-child(3){background:#67cbd033}.model-item h3{color:var(--white);text-transform:uppercase}.model-item p{color:#ffffffc7}.service-stage{background:var(--paper);border-top:1px solid var(--line)}.service-list{display:grid;border-top:1px solid var(--line-strong)}.service-row{display:grid;grid-template-columns:5rem minmax(14rem,.76fr) minmax(0,1fr);gap:2rem;align-items:start;padding:1.7rem 0;border-bottom:1px solid var(--line-strong)}.service-row>span{color:var(--gold);font-weight:900}.service-row h3{font-size:1.45rem}.service-row p{margin-bottom:0}.service-detail{max-width:42rem}.first-visit{color:var(--white);background:var(--green-dark)}.first-visit h2,.first-visit h3,.first-visit strong{color:var(--white)}.first-visit p{color:#ffffffc2}.first-visit .kicker{color:var(--aqua)}.steps{display:grid;gap:0;margin:0;padding:0;list-style:none;border-top:1px solid rgba(255,255,255,.36);border-left:1px solid rgba(255,255,255,.36)}.steps li{display:grid;gap:.35rem;min-height:7.5rem;padding:1.15rem;border-right:1px solid rgba(255,255,255,.36);border-bottom:1px solid rgba(255,255,255,.36);background:#ffffff0f}.steps strong{font-size:1.05rem;text-transform:uppercase}.steps span{color:#ffffffb8;line-height:1.55}.team-section{background:var(--white);border-top:1px solid var(--line)}.team-list{display:grid;gap:.85rem}.profile{display:grid;grid-template-columns:5rem minmax(0,1fr);gap:1rem;align-items:start;min-height:7.5rem;padding:1rem;border:1px solid var(--line);border-radius:8px;background:var(--paper)}.profile img{width:5rem;height:5rem;object-fit:contain}.visit-band{padding:5rem 0 5.4rem;background:var(--paper);border-top:1px solid var(--line)}.visit-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:end;margin-bottom:2rem}.visit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:2rem;border-top:1px solid var(--line-strong);border-left:1px solid var(--line-strong)}.visit-item{display:grid;align-content:start;min-height:18rem;padding:1.5rem;background:var(--white);border-right:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong)}.visit-item span{display:inline-flex;align-items:center;justify-content:center;width:2.45rem;height:2.45rem;margin-bottom:1.3rem;color:var(--green);border:1px solid var(--line-strong);border-radius:50%;font-size:.92rem;font-weight:880}.visit-item h3{text-transform:uppercase}.visit-item p{margin-bottom:1rem}.visit-item a{align-self:end;margin-top:auto;color:var(--green);font-weight:820;text-decoration:underline;text-underline-offset:.18rem;text-transform:uppercase}.contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1.35rem;background:var(--white);border:1px solid var(--line-strong)}.contact-form label{display:grid;gap:.45rem;color:var(--ink);font-size:.76rem;font-weight:840;letter-spacing:.08em;line-height:1.35;text-transform:uppercase}.required-label{color:var(--muted);font-size:.68rem;font-weight:760}.contact-form input,.contact-form select,.contact-form textarea{width:100%;min-height:2.9rem;padding:.75rem .85rem;color:var(--ink);background:var(--paper);border:1px solid var(--line-strong);border-radius:6px;font:inherit;letter-spacing:0}.contact-form textarea{min-height:9rem;resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:2px solid var(--aqua);outline-offset:2px}.contact-form .full{grid-column:1 / -1}.contact-form button{justify-self:start}.site-footer{display:grid;grid-template-columns:minmax(0,1fr) minmax(13rem,.45fr) minmax(15rem,.55fr) auto;gap:1.5rem;align-items:start;padding:2.5rem 0;color:var(--white);background:var(--black);border-top:1px solid rgba(255,255,255,.18)}.footer-brand img{width:8rem;height:auto;margin-bottom:.8rem}.footer-brand p{max-width:32rem;color:#ffffffa8}.footer-brand strong{color:var(--white)}.footer-nav{display:grid;align-items:start}.footer-nav a{padding-left:0}.site-footer address{display:grid;gap:.45rem;color:#ffffffa8;font-style:normal}@media(max-width:980px){h1{font-size:4.05rem}h2{font-size:2.55rem}.site-header{grid-template-columns:1fr auto}.brand{grid-column:1;grid-row:1;justify-self:start}.brand img{width:10rem}.header-actions{grid-column:2;grid-row:1}.header-nav{grid-column:1 / -1;grid-row:2;justify-content:start}.hero-grid,.split,.section-heading,.care-model-header,.service-article-header,.visit-header,.site-footer{grid-template-columns:1fr}.hero-grid{gap:2.5rem}.hero-visual{min-height:20rem}.service-row{grid-template-columns:4rem minmax(0,1fr)}.service-detail{grid-column:2}.visit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-form{grid-template-columns:1fr}.contact-form button{justify-self:stretch}.model-grid,.treatment-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){:root{--header-height: calc(10.2rem + var(--safe-area-top))}h1{font-size:3rem}h2{font-size:2.05rem}.site-header{grid-template-columns:1fr;gap:.7rem;padding-top:calc(.7rem + var(--safe-area-top));padding-bottom:.7rem}.site-header.is-compact{grid-template-columns:auto minmax(0,1fr) auto;column-gap:.7rem;row-gap:0;min-height:calc(4.45rem + var(--safe-area-top));padding:calc(.55rem + var(--safe-area-top)) 1rem .55rem}.brand{grid-column:1;grid-row:1;grid-template-columns:minmax(0,8.5rem);justify-self:center}.site-header.is-compact .brand{grid-column:1;grid-row:1;grid-template-columns:minmax(0,6.4rem);justify-self:start}.brand img{width:8.5rem;height:2.7rem}.site-header.is-compact .brand img{width:6.4rem;height:2rem}.brand-copy span{display:none}.header-actions{grid-column:1;grid-row:3;align-self:start;justify-content:center}.site-header.is-compact .header-actions{grid-column:3;grid-row:1;align-self:center;justify-content:flex-end}.header-cta,.button{min-height:2.5rem;padding:0 .75rem;font-size:.78rem}.site-header.is-compact .header-cta{min-height:2.35rem}.header-nav{grid-column:1;grid-row:2;flex-wrap:nowrap;justify-content:center;max-height:2.5rem;overflow:hidden;width:100%;padding-bottom:.1rem}.site-header.is-compact .header-nav{position:absolute;grid-column:1 / -1;grid-row:2;max-height:0;padding:0;opacity:0;pointer-events:none;transform:translateY(-.35rem);visibility:hidden}.header-nav a{padding:.45rem .48rem;font-size:.78rem}.hero{padding:3.6rem 0 1rem}.photo-hero{min-height:calc(100svh - var(--header-height));padding:0}.hero-center{min-height:calc(100svh - var(--header-height));width:100%;max-width:none;padding:3rem 1.35rem}.hero-logo{width:min(68vw,16.5rem)}.hero-center h1{max-width:18rem;font-size:1.72rem}.hero-center .lead{max-width:19rem}.photo-hero .actions{width:min(100%,19rem);flex-direction:column;align-items:stretch}.photo-hero .care-strip{right:1.35rem;bottom:1.25rem;width:calc(100% - 2.7rem);justify-items:start}.photo-hero .care-strip a{font-size:.78rem;max-width:100%;text-align:left;white-space:normal}.hero-statement{font-size:1.26rem}.lead{font-size:1rem}.hero-visual{min-height:18rem;padding:1.25rem}.visual-notes{position:static;margin-top:1rem}.visual-notes span{min-width:0}.intro-band,.post-band,.care-model,.section,.visit-band{padding:3.5rem 0}.treatment-options{padding:3.25rem 0 3.5rem}.treatment-heading{gap:.55rem;margin-bottom:1.65rem}.treatment-heading h2{font-size:1.82rem}.split{gap:1.8rem}.care-strip a{flex-basis:100%;min-height:auto}.service-row{grid-template-columns:1fr;gap:.8rem}.service-detail{grid-column:auto}.visit-grid{grid-template-columns:1fr}.visit-item{min-height:auto}.profile-card{grid-template-columns:1fr}.article-page h1{font-size:2.7rem}.treatment-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.45rem .85rem}.treatment-card{gap:.75rem;text-align:left}.treatment-card img{aspect-ratio:1;height:clamp(8.5rem,calc((100vw - 2.85rem)/2),11rem);object-position:center 38%}.treatment-card div{justify-items:start;gap:.35rem}.treatment-card p{font-size:.62rem;letter-spacing:.11em}.treatment-card h3{font-size:1.08rem}.treatment-card span{display:none}.model-grid{grid-template-columns:1fr}.model-item{min-height:auto}.profile{grid-template-columns:4rem minmax(0,1fr)}.profile img{width:4rem;height:4rem}}@media(prefers-reduced-motion:reduce){.site-header,.brand,.brand img,.header-nav,.header-actions{transition:none}}
