:root { --navy:#082b58; --navy-2:#0c3d72; --blue:#08a6bb; --blue-dark:#087e93; --gold:#bd7b25; --paper:#fffdf9; --cream:#f7f1ea; --ice:#eaf5f6; --mist:#eef1fb; --blush:#faeee9; --sage:#e8f1ec; --muted:#46627c; --line:rgba(8,43,88,.14); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--navy); font-family:"Trebuchet MS",Arial,sans-serif; -webkit-font-smoothing:antialiased; }
button,input,select,textarea { font:inherit; }
button,a { -webkit-tap-highlight-color:transparent; }
a { color:inherit; text-decoration:none; }
button { color:inherit; }
h1,h2,h3,p { margin-top:0; }
.siteHeader { position:sticky; top:0; z-index:30; display:grid; grid-template-columns:auto 1fr; align-items:center; gap:2.2rem; min-height:94px; padding:0 4vw; background:rgba(255,253,249,.93); border-bottom:1px solid var(--line); backdrop-filter:blur(16px); }
.brand { display:flex; align-items:center; gap:.75rem; }
.brandMark { position:relative; display:grid; place-items:center; overflow:hidden; width:44px; aspect-ratio:1; border:1px solid rgba(8,43,88,.2); border-radius:50%; background:white; box-shadow:0 8px 22px rgba(8,43,88,.1); }
.brandMark img { position:absolute; top:-4px; left:-4px; width:190px; max-width:none; }
.brand strong { display:block; font:600 1.05rem Georgia,serif; }
.brand small { display:block; margin-top:.12rem; color:var(--gold); font-size:.62rem; letter-spacing:.14em; text-transform:uppercase; }
.siteHeader .brandMark { width:60px; }
.siteHeader .brandMark img { top:-6px; left:-6px; width:259px; }
.siteHeader .brand strong { font-size:1.35rem; }
.siteHeader .brand small { font-size:.7rem; }
nav { display:flex; justify-content:center; gap:clamp(1.4rem,2.7vw,2.8rem); color:var(--muted); font-size:1rem; }
nav a { padding:.6rem 0; border-bottom:1px solid transparent; }
nav a:hover,nav a:focus-visible { border-color:var(--gold); }
.headerCta,.primaryButton { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:0 1.35rem; border:0; border-radius:999px; background:var(--navy); color:white; font-size:.82rem; font-weight:800; cursor:pointer; box-shadow:0 12px 26px rgba(8,43,88,.16); transition:transform .2s ease,background .2s ease; }
.siteHeader .headerCta { min-height:48px; padding:0 1.5rem; font-size:.9rem; }
.headerCta:hover,.primaryButton:hover { transform:translateY(-2px); background:var(--navy-2); }
.hero { position:relative; isolation:isolate; display:grid; grid-template-columns:minmax(0,1.18fr) minmax(300px,.58fr); align-items:center; min-height:calc(100vh - 78px); padding:6vw; overflow:hidden; }
.hero::before { content:""; position:absolute; inset:0; z-index:-2; background-image:linear-gradient(90deg,rgba(255,253,249,.98) 0%,rgba(255,253,249,.93) 39%,rgba(255,253,249,.58) 58%,rgba(255,253,249,.08) 100%),url('assets/hero-floral-v5.png'); background-position:center; background-size:cover; }
.hero::after { content:""; position:absolute; z-index:-1; width:370px; height:370px; left:-170px; bottom:-220px; border-radius:50%; background:rgba(8,166,187,.1); }
.heroCopy { max-width:690px; padding-right:4vw; }
.eyebrow { margin-bottom:1.1rem; color:var(--blue-dark); font-size:.69rem; font-weight:900; letter-spacing:.16em; text-transform:uppercase; }
h1 { margin-bottom:1.6rem; font:500 clamp(3rem,5.4vw,6.1rem)/1 Georgia,serif; letter-spacing:-.05em; }
h1 em { color:var(--gold); font-weight:400; }
.heroLead { max-width:610px; margin-bottom:2rem; color:var(--muted); font:400 clamp(1.05rem,1.35vw,1.25rem)/1.72 Georgia,serif; }
.heroActions { display:flex; align-items:center; gap:1.5rem; margin-bottom:3rem; }
.primaryButton { min-height:52px; padding:0 1.7rem; }
.textLink { padding:.7rem 0; border-bottom:1px solid var(--gold); font-size:.82rem; font-weight:800; }
.textLink span { color:var(--gold); }
.trustRow { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; padding-top:1.2rem; border-top:1px solid var(--line); }
.trustRow span { color:var(--muted); font-size:.72rem; line-height:1.45; }
.trustRow b { display:block; margin-bottom:.35rem; color:var(--gold); font:500 .7rem Georgia,serif; }
.heroVisual { position:relative; min-height:610px; }
.quoteCard { position:absolute; right:0; bottom:4%; width:270px; padding:1.35rem 1.4rem; border:1px solid rgba(189,123,37,.45); border-radius:22px 7px 22px 7px; background:rgba(255,253,249,.92); box-shadow:0 18px 42px rgba(8,43,88,.14); backdrop-filter:blur(10px); }
.quoteCard span { display:block; margin-bottom:.55rem; color:var(--blue-dark); font-size:.62rem; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.quoteCard p { margin:0; font:italic .98rem/1.55 Georgia,serif; }
.specialSection { position:relative; padding:clamp(5.5rem,8vw,8rem) 6vw; overflow:hidden; background:linear-gradient(140deg,#f6fbfc 0 58%,#f3eef9 58%); }
.specialSection::after { content:""; position:absolute; width:300px; height:300px; right:-120px; top:-120px; border-radius:50%; background:rgba(149,118,187,.12); }
.specialIntro { display:grid; grid-template-columns:.75fr 1.15fr; gap:1rem 7vw; align-items:end; max-width:1250px; margin:0 auto 2.2rem; }
.specialIntro .eyebrow { grid-column:1/-1; margin:0; }
.specialIntro h2 { margin:0; font:500 clamp(2.6rem,4.5vw,4.8rem)/1.03 Georgia,serif; letter-spacing:-.04em; }
.specialIntro>p:last-child { margin:0; color:var(--muted); line-height:1.75; }
.specialGrid { display:grid; grid-template-columns:repeat(2,1fr); gap:1.1rem; max-width:1250px; margin:0 auto; }
.specialCard { display:grid; grid-template-columns:210px 1fr; min-height:260px; overflow:hidden; border:1px solid var(--line); border-radius:26px; background:rgba(255,255,255,.91); box-shadow:0 20px 50px rgba(8,43,88,.07); }
.specialImage { min-height:260px; background-image:url('assets/treatments-grid-v5.png'); background-repeat:no-repeat; background-size:200% 200%; }
.special-shoulder { background-position:0 0; }
.special-abdomen { background-position:100% 0; }
.special-lumbar { background-position:0 100%; }
.special-piriformis { background-position:100% 100%; }
.specialCard>div:last-child { display:flex; flex-direction:column; padding:1.55rem; }
.specialCard span { color:var(--blue-dark); font-size:.61rem; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.specialCard h3 { margin:.8rem 0 .65rem; font:600 1.28rem/1.28 Georgia,serif; }
.specialCard p { margin:0 0 1rem; color:var(--muted); font-size:.8rem; line-height:1.62; }
.specialCard button { align-self:flex-start; margin-top:auto; padding:.45rem 0; border:0; border-bottom:1px solid var(--gold); background:transparent; font-size:.72rem; font-weight:900; cursor:pointer; }
.specialCard button b { color:var(--gold); }
.specialNote { max-width:1250px; margin:1.2rem auto 0; padding:1rem 1.2rem; border-left:3px solid #b196cf; background:rgba(255,255,255,.7); color:var(--muted); font-size:.72rem; line-height:1.6; }
.experienceSection { padding:clamp(5.5rem,9vw,8.5rem) 6vw; background:linear-gradient(145deg,var(--cream) 0 48%,var(--mist) 48% 71%,var(--sage) 71%); scroll-margin-top:78px; }
.sectionIntro { display:grid; grid-template-columns:minmax(280px,.9fr) 1.1fr; align-items:end; gap:7vw; max-width:1250px; margin:0 auto 3rem; }
.sectionIntro h2,.infoSection h2 { margin:0; font:500 clamp(2.6rem,4.5vw,4.8rem)/1.03 Georgia,serif; letter-spacing:-.04em; }
.sectionIntro>p { margin:0; color:var(--muted); line-height:1.75; }
.explorerToolbar { display:flex; align-items:center; justify-content:space-between; gap:1rem; max-width:1250px; margin:0 auto 1.3rem; }
.categoryTabs,.viewToggle { display:flex; flex-wrap:wrap; gap:.5rem; }
.categoryTabs button,.viewToggle button { min-height:42px; padding:0 1rem; border:1px solid var(--line); border-radius:999px; background:rgba(255,255,255,.65); color:var(--muted); font-size:.75rem; font-weight:800; cursor:pointer; }
.categoryTabs button.active,.viewToggle button.active { border-color:var(--navy); background:var(--navy); color:white; }
.viewToggle { padding:.25rem; border:1px solid var(--line); border-radius:999px; background:rgba(255,255,255,.7); }
.viewToggle button { min-height:36px; border:0; background:transparent; }
.serviceGrid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; max-width:1250px; margin:0 auto; }
.serviceCard { position:relative; display:flex; min-height:480px; flex-direction:column; overflow:hidden; padding:1.8rem; border:1px solid var(--line); border-radius:22px; background:rgba(255,255,255,.78); box-shadow:0 16px 45px rgba(8,43,88,.04); }
.serviceCard::before { content:""; position:absolute; inset:0 auto 0 0; width:4px; background:var(--blue); opacity:.48; }
.serviceCard:nth-child(3n+2)::before { background:#b196cf; }
.serviceCard:nth-child(3n)::before { background:#d99a69; }
.serviceCard.featured { background:white; box-shadow:0 20px 55px rgba(8,43,88,.09); }
.serviceThumbArt,.miniThumb { background-image:url('assets/services-grid-v5.png'); background-repeat:no-repeat; background-size:400% 400%; }
.serviceThumb { display:grid; height:190px; flex:0 0 auto; place-items:center; margin:-1.8rem -1.8rem 1.25rem; border-bottom:1px solid var(--line); background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.95),rgba(229,241,247,.9) 58%,rgba(231,225,243,.72)); }
.serviceThumbArt { display:block; width:176px; height:176px; border:1px solid rgba(8,43,88,.08); border-radius:19px; box-shadow:0 10px 28px rgba(8,43,88,.08); }
.serviceThumb-1 { background-position:0 0; }.serviceThumb-2 { background-position:33.333% 0; }.serviceThumb-3 { background-position:66.666% 0; }.serviceThumb-4 { background-position:100% 0; }
.serviceThumb-5 { background-position:0 33.333%; }.serviceThumb-6 { background-position:33.333% 33.333%; }.serviceThumb-7 { background-position:66.666% 33.333%; }.serviceThumb-8 { background-position:100% 33.333%; }
.serviceThumb-9 { background-position:0 66.666%; }.serviceThumb-10 { background-position:33.333% 66.666%; }.serviceThumb-11 { background-position:66.666% 66.666%; }.serviceThumb-12 { background-position:100% 66.666%; }
.serviceThumb-13 { background-position:0 100%; }
.serviceThumb-7 { background-image:url('assets/lymphatic-boots-v7.png'); background-position:center; background-size:cover; }
.serviceThumb-8 { background-image:url('assets/pulsed-magnetic-device-v7.png'); background-position:center; background-size:cover; }
.serviceThumb-11 { background-image:url('assets/kinesio-knee-v7.png'); background-position:center; background-size:cover; }
.serviceThumb-12 { background-image:url('assets/flossing-knee-v7.png'); background-position:center; background-size:cover; }
.cardTop { display:flex; align-items:center; justify-content:space-between; min-height:24px; }
.serviceCategory,.popular { color:var(--blue-dark); font-size:.63rem; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.popular { padding:.35rem .55rem; border-radius:999px; background:#f3e5cf; color:#8a5818; letter-spacing:.08em; }
.serviceCard h3 { margin:1.5rem 0 .9rem; font:600 1.35rem/1.25 Georgia,serif; }
.serviceCard>p { margin-bottom:1.4rem; color:var(--muted); font-size:.84rem; line-height:1.65; }
.serviceMeta { display:flex; align-items:end; justify-content:space-between; gap:1rem; margin-top:auto; padding:1rem 0; border-top:1px solid var(--line); }
.serviceMeta span { color:var(--muted); font-size:.72rem; }
.serviceMeta strong { font:600 1.15rem Georgia,serif; }
.serviceCard>button { align-self:flex-start; padding:.6rem 0; border:0; border-bottom:1px solid var(--gold); background:transparent; font-size:.75rem; font-weight:900; cursor:pointer; }
.serviceCard>button span { color:var(--gold); }
.priceTable { max-width:1250px; margin:0 auto; border:1px solid var(--line); border-radius:22px; overflow:hidden; background:rgba(255,255,255,.78); box-shadow:0 20px 60px rgba(8,43,88,.06); }
.priceRow { display:grid; grid-template-columns:1fr 180px 130px 110px; align-items:center; gap:1rem; min-height:72px; padding:.8rem 1.4rem; border-bottom:1px solid rgba(8,43,88,.09); color:var(--muted); font-size:.82rem; }
.priceName { display:flex; align-items:center; gap:.8rem; color:var(--navy); }
.miniThumb { display:block; flex:0 0 46px; width:46px; height:46px; border:1px solid var(--line); border-radius:12px; }
.priceRow:last-child { border-bottom:0; }
.priceRow strong { color:var(--navy); font:600 1rem Georgia,serif; }
.priceRow button { min-height:36px; border:1px solid var(--line); border-radius:999px; background:white; font-size:.7rem; font-weight:800; cursor:pointer; }
.priceRow button:hover { border-color:var(--navy); }
.priceHeader { min-height:50px; background:var(--navy); color:white; font-size:.65rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.offerBand { display:grid; grid-template-columns:repeat(2,1fr); max-width:1250px; margin:1.1rem auto 0; border:1px solid var(--line); border-radius:22px; overflow:hidden; }
.offerBand article { min-height:190px; padding:1.8rem; border-right:1px solid var(--line); background:rgba(255,255,255,.9); }
.offerBand article:last-child { border-right:0; }
.offerBand span { color:var(--blue-dark); font-size:.64rem; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.offerBand h3 { margin:1.25rem 0 .7rem; font:500 1.35rem Georgia,serif; }
.offerBand p { margin:0; color:var(--muted); font-size:.78rem; line-height:1.6; }
.infoSection { background:var(--paper); scroll-margin-top:78px; }
.aboutPanel { position:relative; isolation:isolate; display:grid; grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr); gap:clamp(3rem,7vw,7rem); align-items:center; padding:clamp(5rem,8vw,8rem) 8vw; overflow:hidden; background-image:linear-gradient(rgba(255,253,249,.73),rgba(245,249,250,.8)),url('assets/about-lavender-v5.png'); background-position:center; background-size:cover; color:var(--navy); }
.aboutPanel::before { content:""; position:absolute; z-index:-1; inset:5% 4%; border:1px solid rgba(8,43,88,.09); border-radius:38px; background:rgba(255,255,255,.25); backdrop-filter:blur(2px); }
.aboutPanel .eyebrow { color:var(--blue-dark); }
.aboutPortrait { position:relative; justify-self:center; width:min(100%,390px); }
.portraitCrop { position:relative; height:520px; overflow:hidden; border:8px solid rgba(255,255,255,.88); border-radius:34px 110px 34px 34px; background:#dfe7e9; box-shadow:0 32px 70px rgba(2,23,49,.35); }
.portraitCrop img { position:absolute; top:-300px; left:-55px; width:1000px; max-width:none; height:auto; }
.portraitCaption { position:absolute; right:-1.3rem; bottom:1.4rem; display:flex; flex-direction:column; gap:.25rem; width:215px; padding:1rem 1.2rem; border:1px solid rgba(189,123,37,.6); border-radius:16px 4px 16px 4px; background:rgba(255,253,249,.96); color:var(--navy); box-shadow:0 18px 40px rgba(2,23,49,.25); }
.portraitCaption strong { font:600 1.08rem Georgia,serif; }
.portraitCaption span { color:var(--blue-dark); font-size:.6rem; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.aboutStory blockquote { max-width:780px; margin:1.8rem 0 1.5rem; padding:1.2rem 1.4rem; border-left:3px solid #c68d46; background:rgba(255,255,255,.7); color:var(--navy); font:italic clamp(1rem,1.25vw,1.16rem)/1.72 Georgia,serif; box-shadow:0 12px 35px rgba(8,43,88,.06); }
.aboutStory>p:not(.eyebrow) { max-width:780px; margin:0 0 1.7rem; color:#34536e; font:400 .93rem/1.78 Georgia,serif; }
.aboutPanel ul { display:grid; grid-template-columns:1fr 1fr; gap:.7rem; margin:0; padding:0; list-style:none; }
.aboutPanel li { display:flex; align-items:center; min-height:82px; padding:1rem; border:1px solid rgba(8,43,88,.12); border-radius:15px; background:rgba(255,255,255,.65); color:var(--navy); font-size:.78rem; line-height:1.5; box-shadow:0 10px 28px rgba(8,43,88,.05); }
.aboutPanel li::before { content:"✦"; margin-right:.7rem; color:#b77c32; }
.aboutPanel li:last-child { grid-column:1/-1; }
.faqContactGrid { display:grid; grid-template-columns:1fr 1fr; min-height:760px; }
.faqPanel,.contactPanel { padding:clamp(5rem,7vw,7.5rem) 7vw; scroll-margin-top:78px; }
.faqPanel { background:linear-gradient(145deg,var(--ice),var(--mist)); }
.faqPanel h2,.contactPanel h2 { margin-bottom:2.5rem; }
.faqList { border-top:1px solid var(--line); }
.faqList details { border-bottom:1px solid var(--line); }
.faqList summary { display:flex; align-items:center; justify-content:space-between; gap:1rem; min-height:76px; cursor:pointer; font:600 1.02rem/1.35 Georgia,serif; list-style:none; }
.faqList summary::-webkit-details-marker { display:none; }
.faqList summary b { display:grid; place-items:center; width:28px; height:28px; border:1px solid var(--line); border-radius:50%; color:var(--gold); font:400 1rem Arial,sans-serif; transition:transform .2s ease; }
.faqList details[open] summary b { transform:rotate(45deg); }
.faqList details p { margin:-.25rem 2.7rem 1.5rem 0; color:var(--muted); font-size:.8rem; line-height:1.7; }
.contactPanel { background:var(--paper); }
.contactLead { margin:-1.4rem 0 1.8rem; color:var(--muted); font-size:.82rem; line-height:1.65; }
form { display:grid; gap:1rem; }
label { display:grid; gap:.45rem; color:var(--navy); font-size:.7rem; font-weight:900; letter-spacing:.07em; text-transform:uppercase; }
label span { color:#71869a; font-size:.62rem; font-weight:500; text-transform:none; }
input,select,textarea { width:100%; border:1px solid var(--line); border-radius:12px; outline:0; background:#fff; color:var(--navy); font-size:.83rem; font-weight:400; letter-spacing:0; text-transform:none; }
input,select { min-height:48px; padding:0 .9rem; }
textarea { padding:.8rem .9rem; resize:vertical; }
input:focus,select:focus,textarea:focus { border-color:var(--blue-dark); box-shadow:0 0 0 3px rgba(8,166,187,.1); }
.emailActions { display:flex; align-items:center; flex-wrap:wrap; gap:.75rem; margin-top:.3rem; }
.emailActions .primaryButton { margin:0; }
.emailAppButton { min-height:48px; padding:0 1.15rem; border:1px solid var(--line); border-radius:999px; background:white; color:var(--navy); font-size:.72rem; font-weight:800; cursor:pointer; }
.emailAppButton:hover,.emailAppButton:focus-visible { border-color:var(--blue-dark); }
.directContact { display:grid; grid-template-columns:1fr 1.25fr 1fr; margin-top:2.2rem; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.directContact>* { display:flex; min-height:100px; flex-direction:column; justify-content:space-between; padding:1rem; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.directContact span { color:var(--blue-dark); font-size:.58rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.directContact strong { overflow-wrap:anywhere; font:500 .84rem/1.35 Georgia,serif; }
footer { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:3rem; padding:2.2rem 5vw; border-top:1px solid var(--line); background:linear-gradient(110deg,#f7fbfc,#eef1fb 65%,#f8f0f5); color:var(--navy); }
.footerBrand .brandMark { box-shadow:none; }
.footerBrand strong { color:var(--navy); }
footer>p { max-width:720px; margin:0 auto; color:var(--muted); font-size:.66rem; line-height:1.55; text-align:center; }
footer>span { color:var(--muted); font-size:.63rem; }
.backToTop { position:fixed; right:clamp(1rem,2.5vw,2.5rem); bottom:5.5rem; z-index:40; display:grid; width:52px; height:52px; place-items:center; border:1px solid rgba(8,43,88,.2); border-radius:50%; background:rgba(255,253,249,.96); color:var(--navy); box-shadow:0 12px 30px rgba(8,43,88,.18); opacity:0; pointer-events:none; cursor:pointer; transform:translateY(12px); transition:opacity .22s ease,transform .22s ease,background .2s ease; backdrop-filter:blur(10px); }
.backToTop span { font:400 1.5rem/1 Georgia,serif; transform:translateY(-1px); }
.backToTop.visible { opacity:1; pointer-events:auto; transform:translateY(0); }
.backToTop:hover,.backToTop:focus-visible { border-color:var(--blue-dark); background:var(--ice); outline:none; }
@media (max-width:1050px) { .specialGrid { grid-template-columns:1fr; } .serviceGrid { grid-template-columns:repeat(2,1fr); } .faqContactGrid { grid-template-columns:1fr; } .faqPanel,.contactPanel { padding-left:8vw; padding-right:8vw; } }
@media (max-width:900px) { .siteHeader { grid-template-columns:1fr; min-height:82px; } nav { display:none; } .hero { grid-template-columns:1fr; min-height:auto; padding-top:5rem; } .hero::before { background-image:linear-gradient(90deg,rgba(255,253,249,.97),rgba(255,253,249,.88) 52%,rgba(255,253,249,.3)),url('assets/hero-floral-v5.png'); background-position:66% center; } .heroCopy { padding-right:0; } .heroVisual { width:min(100%,650px); min-height:240px; margin:1rem auto 0; } .quoteCard { right:2vw; } .specialIntro { grid-template-columns:1fr; gap:1rem; } .specialIntro .eyebrow { grid-column:auto; } .aboutPanel { grid-template-columns:1fr; } .aboutPortrait { width:min(100%,430px); } .priceRow { grid-template-columns:1fr 130px 110px 105px; } footer { grid-template-columns:1fr; text-align:center; } .footerBrand { margin:0 auto; text-align:left; } }
@media (max-width:650px) { .siteHeader { padding:0 1rem; gap:.6rem; } .siteHeader .brandMark { width:46px; } .siteHeader .brandMark img { top:-4px; left:-4px; width:199px; } .siteHeader .brand strong { font-size:1rem; } .siteHeader .brand small { font-size:.55rem; } .hero { padding:4rem 1.25rem 3rem; } .hero::before { background-image:linear-gradient(180deg,rgba(255,253,249,.98) 0 54%,rgba(255,253,249,.78) 78%,rgba(255,253,249,.28)),url('assets/hero-floral-v5.png'); background-position:66% center; } h1 { font-size:clamp(2.75rem,13.8vw,4rem); } .heroActions { align-items:flex-start; flex-direction:column; gap:.6rem; } .trustRow { grid-template-columns:1fr; } .heroVisual { min-height:225px; margin-top:.5rem; } .quoteCard { right:0; bottom:0; width:min(100%,260px); } .specialSection { padding:5rem 1.25rem; } .specialCard { grid-template-columns:1fr; } .specialImage { min-height:280px; } .experienceSection { padding:5rem 1.25rem; background:linear-gradient(160deg,var(--cream),var(--mist) 64%,var(--sage)); } .sectionIntro { grid-template-columns:1fr; gap:1.2rem; } .explorerToolbar { align-items:stretch; flex-direction:column; } .viewToggle { align-self:flex-start; } .serviceGrid { grid-template-columns:1fr; } .serviceCard { min-height:470px; } .priceTable { border-radius:15px; } .priceRow { grid-template-columns:1fr 90px; gap:.6rem; padding:.9rem 1rem; } .priceRow>span:first-child { grid-column:1/-1; } .priceRow button { grid-column:1/-1; width:110px; } .priceHeader { display:none; } .offerBand { grid-template-columns:1fr; } .offerBand article { border-right:0; border-bottom:1px solid var(--line); } .offerBand article:last-child { border-bottom:0; } .aboutPanel { padding:5rem 1.25rem; background-position:center; } .aboutPanel::before { inset:2% .6rem; } .portraitCrop { height:500px; } .portraitCaption { right:-.2rem; } .aboutStory blockquote { padding:1rem 1.1rem; } .aboutPanel ul { grid-template-columns:1fr; } .aboutPanel li:last-child { grid-column:auto; } .faqPanel,.contactPanel { padding:5rem 1.25rem; } .directContact { grid-template-columns:1fr; } .directContact>* { min-height:88px; } footer { padding:2.5rem 1.25rem; gap:1.7rem; } .backToTop { right:1rem; bottom:5rem; width:48px; height:48px; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } * { transition:none!important; } }
.hidden { display:none!important; }
