:root{--cream: #f2ede5;--cream-light: #f7f3ed;--gold: #b9853f;--gold-light: #d2a45f;--ink: #173b36;--serif: "Source Serif 4", Georgia, serif;--sans: "DM Sans", Arial, sans-serif;--shell: 1440px;--header-height: 76px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden;background:var(--cream);color:#2f413c;font-family:var(--sans);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.menu-open,body.consent-open{overflow:hidden}img{display:block;width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}section[id]{scroll-margin-top:calc(var(--header-height) + 14px)}.landing-page{width:100%;overflow:clip;background:var(--cream-light)}.page-shell{width:min(calc(100% - 64px),var(--shell));margin-inline:auto}.text-line{display:block}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 28px;border:1px solid var(--gold);border-radius:8px;font-size:15px;font-weight:600;letter-spacing:.005em;white-space:nowrap;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}.cta-button svg{flex:0 0 auto;width:21px;height:21px}.cta-button:hover{transform:translateY(-2px);filter:brightness(1.04)}.cta-button:focus-visible{outline:3px solid rgba(217,174,103,.45);outline-offset:3px}.cta-button--gold{color:#fff;background:linear-gradient(180deg,#d9ad69,#b97d34);border-color:#c9944d;box-shadow:0 10px 26px #301f0c38}.cta-button--outline{width:min(100%,610px);color:#9f692b;background:#faf7f1c7;border-color:#c58e49;box-shadow:none}.site-header{position:fixed;inset:0 0 auto;z-index:1000;height:var(--header-height);color:#fff;background:linear-gradient(180deg,rgba(2,35,31,.94),rgba(2,35,31,.65),transparent);transition:background .24s ease,box-shadow .24s ease,backdrop-filter .24s ease}.site-header--scrolled{background:#052722f7;box-shadow:0 10px 25px #00000029;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.header-inner{height:100%;display:grid;grid-template-columns:minmax(230px,1fr) auto minmax(230px,1fr);align-items:center;gap:24px}.brand{display:inline-flex;align-items:center;gap:11px;width:max-content}.brand-symbol{flex:0 0 auto;width:44px;height:44px;color:var(--gold-light)}.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy strong{font:600 17px/1.08 var(--serif)}.brand-copy small{margin-top:5px;color:var(--gold-light);font-size:8px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:clamp(20px,2.1vw,34px)}.desktop-nav a{position:relative;padding:28px 0 23px;color:#ffffffeb;font-size:12.5px;font-weight:600;white-space:nowrap}.desktop-nav a:after{content:"";position:absolute;right:100%;bottom:16px;left:0;height:1px;background:var(--gold-light);transition:right .22s ease}.desktop-nav a:hover:after{right:0}.header-actions{display:flex;align-items:center;justify-content:flex-end}.header-cta{min-height:42px;padding-inline:17px;font-size:12.5px;box-shadow:none}.menu-toggle{display:none;width:42px;height:42px;place-items:center;padding:0;color:#fff;background:#032f2a66;border:1px solid rgba(217,174,103,.5);border-radius:7px}.mobile-nav{display:none}.brand:focus-visible,.desktop-nav a:focus-visible,.menu-toggle:focus-visible,.mobile-nav a:focus-visible,.privacy-footer a:focus-visible,.privacy-footer button:focus-visible,.consent-button:focus-visible,.consent-link-button:focus-visible,.consent-option:has(input:focus-visible){outline:3px solid rgba(217,174,103,.78);outline-offset:4px;border-radius:6px}.privacy-footer{padding:18px 0;color:#ffffffb8;background:#031d19;border-top:1px solid rgba(208,159,83,.28)}.privacy-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.privacy-footer small{font-size:11px}.privacy-footer nav{display:flex;align-items:center;gap:18px}.privacy-footer a,.privacy-footer button{padding:2px;color:#d5ad70;background:transparent;border:0;cursor:pointer;font-size:11px;font-weight:600}.privacy-footer a:hover,.privacy-footer button:hover{text-decoration:underline}.consent-layer{position:fixed;z-index:3000;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;padding:24px;background:#01110e7a;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.consent-panel{width:min(100%,1080px);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;padding:25px 28px;color:#243d38;background:#faf7f1fc;border:1px solid rgba(185,133,63,.46);border-radius:14px;box-shadow:0 22px 70px #00000057}.consent-panel--settings{grid-template-columns:1fr;max-width:820px;max-height:min(90vh,780px);overflow-y:auto}.consent-label{display:block;margin-bottom:5px;color:#9a6427;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.consent-copy h2{margin:0;color:#173b36;font:600 clamp(22px,2.3vw,30px)/1.05 var(--serif)}.consent-copy p{max-width:650px;margin:8px 0 6px;font-size:13px;line-height:1.55}.consent-copy a{color:#89561f;font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:3px}.consent-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px}.consent-button,.consent-link-button{min-height:42px;padding:0 17px;border-radius:7px;cursor:pointer;font-size:12px;font-weight:700}.consent-button{color:#173b36;background:#fff;border:1px solid rgba(23,59,54,.24)}.consent-button--primary{color:#fff;background:#76501f;border-color:#76501f}.consent-link-button{color:#89561f;background:transparent;border:0;text-decoration:underline;text-underline-offset:3px}.consent-options{display:grid;gap:10px}.consent-option{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:76px;padding:15px 17px;background:#fff;border:1px solid rgba(23,59,54,.13);border-radius:10px;cursor:pointer}.consent-option--locked{cursor:default}.consent-option strong,.consent-option span{display:block}.consent-option strong{color:#173b36;font-size:13px}.consent-option div>span{margin-top:3px;color:#596d68;font-size:11.5px;line-height:1.45}.consent-status{color:#60736e;font-size:10px;font-weight:700;text-transform:uppercase}.consent-option input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.consent-switch{position:relative;width:44px;height:24px;background:#bcc6c3;border-radius:999px;transition:background .2s ease}.consent-switch:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;box-shadow:0 2px 6px #00000038;transition:transform .2s ease}.consent-option input:checked+.consent-switch{background:#76501f}.consent-option input:checked+.consent-switch:after{transform:translate(20px)}.hero-section{position:relative;min-height:650px;color:#fff;background:#062d29;isolation:isolate}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3;width:100%;height:100%;object-fit:cover;object-position:right center;filter:brightness(1.08) contrast(1.04) saturate(1.02)}.hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(90deg,#062f2b,#062f2bfe 24%,#062f2bf0,#062f2bc2 40%,#062f2b6e,#062f2b29,#062f2b09 67%,#062f2b00 73%),linear-gradient(0deg,rgba(3,25,22,.27) 0%,rgba(3,25,22,.08) 36%,transparent 58%)}.hero-inner{position:relative;min-height:650px;display:flex;align-items:center;padding-top:92px;padding-bottom:48px}.hero-copy{width:min(48vw,640px)}.hero-copy h1{margin:0 0 20px;color:#fff;font:500 clamp(54px,4.7vw,72px)/1.01 var(--serif);letter-spacing:-.027em}.hero-copy h1 em{color:var(--gold-light);font-style:normal}.hero-copy>p{margin:0 0 24px;font-size:clamp(16px,1.15vw,18px);line-height:1.58}.hero-trust{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-bottom:23px}.trust-item{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:500;line-height:1.35}.trust-item svg{flex:0 0 auto;width:28px;height:28px;color:var(--gold-light)}.hero-copy small{display:block;margin-top:9px;color:#ffffffe8;font-size:11.5px;font-weight:500}.hero-doctor-card{position:absolute;right:clamp(18px,2.2vw,42px);bottom:0;width:clamp(470px,34vw,580px);height:clamp(220px,17vw,270px);z-index:4;pointer-events:none}.hero-doctor-card__plate{position:absolute;left:0;bottom:32px;display:block;width:74%;height:auto;object-fit:contain;z-index:1;-webkit-user-select:none;user-select:none}.hero-doctor-card__photo{position:absolute;right:-1%;bottom:-2px;display:block;width:auto;height:116%;max-width:40%;object-fit:contain;object-position:right bottom;filter:brightness(1.035) contrast(1.015) drop-shadow(-10px 12px 16px rgba(0,0,0,.28));z-index:2;-webkit-user-select:none;user-select:none}.signals-section{padding:44px 0 46px;background:var(--cream-light)}.signals-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);align-items:stretch;gap:52px}.signals-content{min-width:0}.section-kicker{margin:0 0 23px;color:#a96f2d;font:600 19px/1.25 var(--sans);letter-spacing:.045em;text-transform:uppercase}.signals-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:36px;row-gap:19px}.signal-item{min-width:0;display:flex;align-items:flex-start;gap:11px;color:#293d39;font-size:14.5px;font-weight:500;line-height:1.48}.signal-item svg{flex:0 0 auto;width:26px;height:26px;color:#69736f}.emotional-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;padding-left:46px;border-left:1px solid #caa16a}.emotional-copy h2{margin:0 0 16px;color:var(--ink);font:500 clamp(34px,2.75vw,42px)/1.08 var(--serif);letter-spacing:-.015em}.emotional-copy h2 .text-line{white-space:nowrap}.emotional-copy p{margin:0 0 19px;color:#2f413c;font-size:15.5px;line-height:1.58}.emotional-note{width:min(100%,560px);display:flex;align-items:center;gap:14px;padding:12px 16px;border:1px solid #c58e49;border-radius:9px;color:#2f413c;font-size:13.5px;font-weight:500;line-height:1.48}.emotional-note svg{flex:0 0 auto;width:35px;height:35px;color:var(--gold)}.benefits-strip{padding:36px 0;color:#fff;background:linear-gradient(90deg,#073832,#062f2b 58%,#052a26);border-top:1px solid rgba(255,255,255,.55);border-bottom:1px solid rgba(255,255,255,.55)}.benefits-layout{display:grid;grid-template-columns:minmax(190px,1.15fr) repeat(4,minmax(0,1fr));align-items:stretch}.benefits-layout>h2{align-self:center;margin:0;padding-right:28px;color:var(--gold-light);font:500 25px/1.35 var(--serif)}.benefit-item{min-width:0;display:flex;align-items:flex-start;gap:12px;padding:0 18px;border-left:1px solid rgba(194,145,72,.67)}.benefit-item svg{flex:0 0 auto;width:34px;height:34px;color:var(--gold-light)}.benefit-item h3{margin:0 0 8px;font-size:14.5px;font-weight:600;line-height:1.34}.benefit-item p{margin:0;color:#fffffff0;font-size:13px;font-weight:500;line-height:1.58}.doctor-section{min-height:450px;display:grid;grid-template-columns:39% 61%;background:var(--cream-light)}.doctor-photo-panel{position:relative;min-height:450px;overflow:hidden;background:#1f332f}.doctor-office-bg{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;object-fit:cover;object-position:center 52%;filter:saturate(.78) brightness(.73) sepia(.06);transform:scale(1.02)}.doctor-office-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#041f1b33,#041f1b08),linear-gradient(0deg,rgba(3,27,24,.45),transparent 62%)}.doctor-portrait-frame{position:absolute;left:50%;bottom:0;width:min(54%,320px);aspect-ratio:.91;overflow:hidden;background:#51545d;border:1px solid rgba(205,157,84,.78);border-bottom:0;border-radius:17px 17px 0 0;box-shadow:0 20px 48px #00000061;transform:translate(-50%)}.doctor-portrait-frame img{height:100%;object-fit:cover;object-position:center 10%}.doctor-content{display:flex;flex-direction:column;justify-content:center;padding:42px clamp(36px,4.3vw,70px)}.doctor-content>h2{margin:0 0 27px;color:var(--ink);font:500 clamp(28px,2.45vw,36px)/1.16 var(--serif)}.credentials-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.credential-card{min-width:0;padding:0 11px;text-align:center;border-left:1px solid #d2b58b}.credential-card:first-child{border-left:0}.credential-card svg{width:43px;height:43px;color:var(--gold)}.credential-card h3{margin:10px 0 8px;color:#23413b;font-size:14px;font-weight:600;line-height:1.32;text-wrap:balance}.credential-card p{margin:0;color:#364a45;font-size:12.75px;font-weight:500;line-height:1.48;text-wrap:pretty}.credential-card h3 .text-line,.credential-card p .text-line{display:inline}.credential-card h3 .text-line:not(:last-child):after,.credential-card p .text-line:not(:last-child):after{content:" "}.doctor-callout{margin-top:24px;text-align:center}.doctor-callout small{display:block;margin-top:7px;color:#42544f;font-size:12px;font-weight:500;line-height:1.45}.process-section{min-height:370px;display:grid;grid-template-columns:70% 30%;align-items:stretch;background:var(--cream-light)}.process-copy{display:flex;flex-direction:column;justify-content:center;padding:42px 48px 42px max(32px,calc((100vw - var(--shell)) / 2))}.process-copy>h2{margin:0 0 26px;color:var(--ink);font:500 26px var(--serif)}.process-steps{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.process-steps:before{content:"";position:absolute;top:19px;right:7%;left:7%;height:1px;background:#c39a5d}.process-step{position:relative;z-index:1;min-width:0;padding:0 6px;text-align:center}.step-number{position:relative;z-index:2;width:38px;height:38px;display:grid;place-items:center;margin:0 auto 8px;color:#fff;background:#0a3933;border-radius:50%;font-size:14px}.process-step svg{width:36px;height:36px;color:var(--gold)}.process-step h3{margin:8px 0;color:#25423c;font-size:14px;font-weight:600;line-height:1.34;text-wrap:balance}.process-step p{margin:0;color:#354944;font-size:12.5px;font-weight:500;line-height:1.5;text-wrap:pretty}.process-step h3 .text-line,.process-step p .text-line{display:inline}.process-step h3 .text-line:not(:last-child):after,.process-step p .text-line:not(:last-child):after{content:" "}.process-image{height:100%;min-height:370px;object-fit:cover;object-position:center}.comfort-section{padding:38px 0 30px;background:var(--cream-light)}.comfort-section>h2{margin:0 0 24px;padding-inline:20px;color:var(--ink);text-align:center;font:500 25px var(--serif);letter-spacing:.02em}.comfort-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.comfort-card{min-width:0;min-height:205px;display:grid;grid-template-columns:40% 60%;overflow:hidden;background:#faf7f1;border:1px solid #dbc49e;border-radius:10px}.comfort-card>img{height:100%;object-fit:cover}.comfort-card>div{min-width:0;padding:18px 15px}.comfort-card svg{float:left;width:29px;height:29px;margin:0 8px 7px 0;color:var(--gold)}.comfort-card h3{margin:0 0 11px;font-size:14px;font-weight:600;line-height:1.34;text-wrap:balance}.comfort-card p{clear:both;margin:0;color:#30453f;font-size:13px;font-weight:500;line-height:1.5;text-wrap:pretty}.comfort-card h3 .text-line,.comfort-card p .text-line{display:inline}.comfort-card h3 .text-line:not(:last-child):after,.comfort-card p .text-line:not(:last-child):after{content:" "}.reviews-section{padding:24px 0 22px;background:var(--cream-light)}.reviews-grid{display:grid;grid-template-columns:1.02fr .72fr repeat(3,1.25fr);align-items:stretch;gap:14px}.reviews-grid>h2{align-self:center;margin:0;color:var(--ink);font:500 23px/1.08 var(--serif)}.rating-card{align-self:center;text-align:center}.rating-card>div:first-child strong{color:var(--ink);font:500 47px var(--serif)}.rating-card>div:first-child span{font:500 20px var(--serif)}.rating-stars{display:flex;justify-content:center;color:var(--gold)}.rating-stars svg{width:22px;height:22px}.rating-card small{font-size:11px;font-weight:500;line-height:1.45}.reviews-grid blockquote{min-width:0;min-height:136px;display:flex;align-items:flex-start;gap:6px;margin:0;padding:19px 16px;background:#fffdf97a;border:1px solid #ded0bb;border-radius:8px}.reviews-grid blockquote b{color:var(--gold);font:700 30px/.8 var(--serif)}.reviews-grid blockquote p{align-self:center;margin:0;color:#30423d;font-size:12.5px;font-weight:500;font-style:normal;line-height:1.58;text-align:center}.reviews-note{display:block;margin-top:8px;color:#465751;font-size:11px;font-weight:500;line-height:1.45;text-align:center}.final-cta-section{min-height:195px;display:flex;align-items:center;padding:31px 0;color:#fff;background:linear-gradient(90deg,#073832,#062f2b 58%,#052a26)}.final-grid{display:grid;grid-template-columns:1.45fr .9fr 1fr;align-items:center;gap:32px}.final-left h2{margin:0 0 18px;font:500 23px/1.2 var(--serif)}.final-points{display:flex;gap:20px}.final-points>div{display:flex;align-items:center;gap:7px;font-size:11.5px;font-weight:500;line-height:1.45}.final-points svg{flex:0 0 auto;width:25px;height:25px;color:var(--gold-light)}.final-middle{text-align:center}.final-middle .cta-button{min-width:min(100%,310px)}.final-middle small{display:block;margin-top:7px;color:#ffffffeb;font-size:11px;font-weight:500;line-height:1.45}.final-brand{min-height:104px;display:flex;align-items:center;gap:15px;padding-left:28px;border-left:1px solid rgba(194,145,72,.67)}.kidney-mark{flex:0 0 auto;color:var(--gold-light)}.final-brand>div:last-child{display:flex;flex-direction:column;gap:3px}.final-brand strong{font:500 18px var(--serif)}.final-brand span{font-size:11.5px;font-weight:500;line-height:1.45}.final-brand small{font-size:10.5px;font-weight:500;line-height:1.45}@media (min-width: 1500px){.hero-section .hero-doctor-card{right:clamp(22px,2.3vw,48px);bottom:0;width:630px;height:290px}.hero-section .hero-doctor-card__plate{left:0;bottom:36px;width:74%}.hero-section .hero-doctor-card__photo{right:-1%;bottom:-2px;height:117%;max-width:40%}}@media (min-width: 1200px) and (max-width: 1499px){.hero-section .hero-doctor-card{right:24px;bottom:0;width:540px;height:255px}.hero-section .hero-doctor-card__plate{left:0;bottom:32px;width:74%}.hero-section .hero-doctor-card__photo{right:-1%;bottom:-2px;height:116%;max-width:40%}}@media (min-width: 921px) and (max-width: 1199px){.hero-section .hero-doctor-card{right:8px;bottom:0;width:430px;height:205px}.hero-section .hero-doctor-card__plate{left:0;bottom:26px;width:74%}.hero-section .hero-doctor-card__photo{right:-1%;bottom:-2px;height:115%;max-width:40%}}@media (max-width: 920px){.hero-section .hero-doctor-card{right:0;bottom:16px;width:min(100%,470px);height:215px}.hero-section .hero-doctor-card__plate{left:0;bottom:27px;width:75%}.hero-section .hero-doctor-card__photo{right:-1%;bottom:-2px;height:115%;max-width:40%}}
