:root{
  --ink:#0b1735;
  --ink-2:#15264a;
  --blue:#3c59b5;
  --blue-2:#5872ce;
  --sky:#dfeaff;
  --ice:#f3f7ff;
  --paper:#fbfaf7;
  --white:#fff;
  --muted:#68748d;
  --line:#dfe4ee;
  --soft:#f5f7fb;
  --shadow:0 28px 70px rgba(17,31,67,.13);
  --shell:min(1380px,calc(100% - 64px));
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:clip}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Avenir Next","Century Gothic",sans-serif;-webkit-font-smoothing:antialiased;overflow-x:clip}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.shell{width:var(--shell);margin-inline:auto}
.overline{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:800;color:var(--blue)}
.overline:before{content:"";width:22px;height:1px;background:currentColor}
.overline-light{color:#c7d5ff}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{letter-spacing:-.045em;line-height:.98}
h1 em,h2 em{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.055em}
h1{font-size:clamp(58px,7vw,116px);margin-bottom:30px}
h2{font-size:clamp(42px,5vw,78px);margin-bottom:24px}
h3{font-size:28px;margin-bottom:14px}
p{line-height:1.72;color:var(--muted)}
.large-copy{font-size:21px;line-height:1.68;color:#4d5b78}
.section{padding:118px 0}
.no-top{padding-top:0}
.text-link{display:inline-flex;align-items:center;gap:18px;font-weight:800;font-size:14px;border-bottom:1px solid currentColor;padding-bottom:5px;transition:gap .25s ease,color .25s ease}
.text-link:hover{gap:26px;color:var(--blue)}
.text-link.light{color:#fff}
.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:54px;padding:0 22px;border:1px solid transparent;border-radius:999px;font-weight:800;font-size:14px;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
.button:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(11,23,53,.16)}
.button-dark{background:var(--ink);color:#fff}
.button-light{background:#fff;color:var(--ink)}
.back-link{display:inline-flex;margin-bottom:28px;font-weight:750;font-size:13px;color:#5b6880}
.back-link.light{color:#d8e2ff}
.range-pill{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(11,23,53,.08);font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:var(--ink)}

/* HEADER */
.site-header{position:relative;z-index:100;background:rgba(251,250,247,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(11,23,53,.07)}
.nav-shell{height:92px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand img{width:176px;height:auto}
.desktop-nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:760}
.desktop-nav>a,.nav-dropdown>button{position:relative;padding:34px 0;color:#263451;border:0;background:transparent;cursor:pointer;font-weight:760}
.desktop-nav>a:after,.nav-dropdown>button:after{content:"";position:absolute;left:0;bottom:24px;width:0;height:2px;background:var(--blue);transition:width .25s ease}
.desktop-nav>a:hover:after,.desktop-nav>a.is-active:after,.nav-dropdown:hover>button:after,.nav-dropdown.is-active>button:after{width:100%}
.nav-dropdown{position:relative}
.nav-dropdown>button{display:inline-flex;align-items:center;gap:9px}.nav-chevron{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transform-origin:center;transition:transform .2s ease;margin-left:1px}.nav-dropdown.open .nav-chevron,.nav-dropdown:hover .nav-chevron{transform:rotate(225deg) translate(-1px,-1px)}
.dropdown-panel{position:absolute;top:72px;left:50%;transform:translate(-50%,8px);width:360px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:10px;box-shadow:0 22px 60px rgba(11,23,53,.18);opacity:0;visibility:hidden;transition:.2s ease}
.nav-dropdown:focus-within .dropdown-panel,.nav-dropdown.open .dropdown-panel{opacity:1;visibility:visible;transform:translate(-50%,0)}
.dropdown-panel a{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center;padding:15px 14px;border-radius:13px;transition:background .2s ease}
.dropdown-panel a:hover{background:var(--ice)}
.drop-index{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:10px;font-weight:900}
.dropdown-panel strong{display:block;font-size:14px;margin-bottom:3px}
.dropdown-panel small{color:var(--muted);font-size:11px}
.nav-contact{display:inline-flex!important;gap:11px;align-items:center;background:var(--ink)!important;color:#fff!important;border-radius:999px;padding:14px 18px!important}
.nav-contact:after{display:none!important}
.menu-toggle{display:none;border:0;background:transparent;width:44px;height:44px;padding:9px;cursor:pointer}
.menu-toggle span{display:block;height:2px;background:var(--ink);margin:7px 0;transition:.2s ease}
.mobile-menu{display:none}

/* HOME HERO */
.home-hero{background:linear-gradient(135deg,#0c1837 0%,#11244c 54%,#1b3d78 100%);color:#fff;position:relative;overflow:hidden}
.home-hero:before{content:"";position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(108,146,255,.22),transparent 66%);right:-200px;top:-250px}
.home-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to right,transparent,black)}
.hero-layout{min-height:730px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:40px;position:relative;z-index:2;padding:78px 0 88px}
.hero-copy{padding-right:30px}
.hero-copy h1{max-width:800px;margin-top:22px}
.hero-copy h1 em{color:#9fb5ff}
.hero-copy>p{max-width:650px;color:#c4cde0;font-size:18px;margin-bottom:34px}
.hero-actions{display:flex;align-items:center;gap:30px;flex-wrap:wrap}
.hero-stage{height:600px;position:relative}
.hero-ring{position:absolute;border:1px solid rgba(255,255,255,.16);border-radius:50%}
.ring-a{width:470px;height:470px;right:65px;top:70px}
.ring-b{width:330px;height:330px;right:135px;top:140px}
.hero-shot{position:absolute;margin:0;border-radius:24px;overflow:hidden;box-shadow:0 28px 60px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.18);background:#fff}
.hero-shot img{width:100%;height:100%;object-fit:cover}
.shot-main{width:235px;height:345px;right:165px;top:70px;transform:rotate(4deg);z-index:3}
.shot-side{width:178px;height:260px;right:34px;top:205px;transform:rotate(8deg);z-index:4}
.shot-device{width:255px;height:270px;left:18px;bottom:30px;transform:rotate(-5deg);z-index:2}
.shot-device img{object-position:center 44%}
.stage-label{position:absolute;right:10px;bottom:22px;display:flex;gap:15px;align-items:center;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(10px);padding:13px 17px;border-radius:18px;z-index:6}
.stage-label>span{width:42px;height:42px;border-radius:50%;background:#fff;color:var(--blue);display:grid;place-items:center;font-family:Georgia,serif;font-size:22px;font-weight:800}
.stage-label strong,.stage-label small{display:block}.stage-label strong{font-size:13px}.stage-label small{color:#b9c6dd;font-size:10px;margin-top:3px}
/* SHARED SECTION TITLES */
.section-top{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:48px}
.section-top h2{margin-top:15px;margin-bottom:0}
.section-top>p{max-width:430px;margin:0}
.intro-grid{display:grid;grid-template-columns:120px minmax(0,1.45fr) minmax(300px,.8fr);gap:44px;align-items:start}
.intro-number{font-family:Georgia,serif;font-size:72px;color:#cbd3e4;line-height:1}
.intro-title h2{max-width:770px;margin-top:17px;margin-bottom:0}
.intro-title h2 em{color:var(--blue)}
.intro-copy{padding-top:35px}.intro-copy p{font-size:18px}.intro-copy .text-link{margin-top:12px}

/* VISUAL STORY */
.visual-story{margin-top:74px;display:grid;grid-template-columns:1.4fr .7fr .7fr;grid-template-rows:270px 220px;gap:16px}
.visual-story>div{position:relative;border-radius:24px;overflow:hidden}
.visual-story img{width:100%;height:100%;object-fit:cover}
.visual-story-main{grid-row:1/3;background:#fff;border:1px solid var(--line)}
.visual-story-main img{object-position:center 48%}
.visual-story-main:after{content:"";position:absolute;inset:auto 0 0;height:38%;background:linear-gradient(transparent,rgba(9,23,53,.66))}
.visual-story-main span,.visual-story-small span{position:absolute;left:22px;bottom:19px;color:#fff;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;z-index:2}
.visual-story-small{border:1px solid rgba(11,23,53,.08)}
.visual-story-small img{object-fit:cover}
.visual-story-caption{grid-column:2/4;background:var(--ink);color:#fff;padding:32px;display:flex;flex-direction:column;justify-content:center}
.visual-story-caption strong{font-size:28px;letter-spacing:-.035em}.visual-story-caption p{color:#aebbd1;max-width:510px;margin:13px 0 0}

/* CATEGORY SHOWCASE */
.category-section{background:#f1f4fa}
.category-showcase{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.category-feature{min-height:620px;border-radius:30px;overflow:hidden;position:relative;padding:42px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease}
.category-feature:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.category-supplements{background:linear-gradient(145deg,#ffe6d3,#f6bdd2 52%,#cddcfe)}
.category-devices{background:linear-gradient(145deg,#14234a,#23447d);color:#fff}
.category-copy{position:relative;z-index:5;max-width:410px}
.category-copy>span{font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;opacity:.62}
.category-copy h3{font-size:clamp(44px,4vw,70px);margin:15px 0 18px}
.category-copy p{color:inherit;opacity:.72;max-width:370px}
.category-copy strong{display:inline-block;margin-top:16px;font-size:13px}
.category-images{position:absolute;right:-28px;bottom:-70px;width:75%;height:72%}
.category-images img{position:absolute;width:230px;height:330px;object-fit:cover;border-radius:22px;border:1px solid rgba(255,255,255,.5);box-shadow:0 25px 50px rgba(76,51,71,.18)}
.ci-a{left:6%;bottom:18%;transform:rotate(-10deg)}.ci-b{left:34%;bottom:9%;transform:rotate(3deg)}.ci-c{right:0;bottom:15%;transform:rotate(10deg)}
.device-cut{position:absolute;right:-4%;bottom:-5%;width:74%;height:77%;border-radius:30px 0 0 0;overflow:hidden;background:#fff}
.device-cut img{width:100%;height:100%;object-fit:cover;object-position:center 50%}

/* PRODUCT CARDS */
.supplements-preview{overflow:hidden}
.product-scroll{display:grid;grid-template-columns:repeat(6,minmax(230px,1fr));gap:16px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory;scrollbar-width:thin}
.product-card{min-width:0;scroll-snap-align:start}
.product-card-image{display:block;height:385px;border-radius:22px;overflow:hidden;position:relative;background:#eef2f8}
.product-card-image:after{content:"";position:absolute;inset:auto 0 0;height:32%;background:linear-gradient(transparent,rgba(11,23,53,.18));opacity:0;transition:.25s}
.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.2,.8,.2,1)}
.product-card:hover img{transform:scale(1.04)}
.product-card:hover .product-card-image:after{opacity:1}
.product-arrow{position:absolute;right:14px;top:14px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);font-weight:900;z-index:2;transition:transform .25s}
.product-card:hover .product-arrow{transform:rotate(12deg)}
.product-card-meta{padding:17px 4px 0}.product-card-meta h3{font-size:23px;margin:10px 0 8px}.product-card-meta p{font-size:12px;line-height:1.55;margin:0;min-height:38px}
.tone-orange .product-card-image{background:#ffae71}.tone-peach .product-card-image{background:#ffc19e}.tone-yellow .product-card-image{background:#f6dc8d}.tone-teal .product-card-image{background:#97d8d0}.tone-blue .product-card-image{background:#9fc1ec}.tone-violet .product-card-image{background:#c2b3e2}.tone-rose .product-card-image{background:#ebb1bd}.tone-gold .product-card-image{background:#f4d798}.tone-pink .product-card-image{background:#efb3c1}

/* DEVICE FEATURE */
.device-feature{background:#0d1939;color:#fff;padding:110px 0;overflow:hidden}
.device-feature-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}
.device-copy h2{margin-top:18px}.device-copy h2 em{color:#9bb3ff}.device-copy p{color:#a9b6ce;font-size:18px;max-width:530px;margin-bottom:34px}
.device-visual{height:600px;position:relative}
.device-halo{position:absolute;width:540px;height:540px;border-radius:50%;background:radial-gradient(circle,#3458ac 0,rgba(52,88,172,.45) 38%,transparent 68%);right:0;top:20px}
.device-visual>img{position:absolute;right:35px;top:20px;width:490px;height:560px;object-fit:cover;object-position:center 50%;border-radius:28px;box-shadow:0 38px 80px rgba(0,0,0,.3)}
.device-note{position:absolute;left:14px;bottom:42px;background:#fff;color:var(--ink);padding:17px 21px;border-radius:18px;min-width:210px;box-shadow:var(--shadow)}
.device-note span,.device-note strong{display:block}.device-note span{font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:var(--blue);font-weight:900}.device-note strong{font-size:22px;margin-top:6px}

/* SERVICES PREVIEW */
.services-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:16px}
.services-title{grid-row:1/3;background:#e8eefc;border-radius:28px;padding:50px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.services-title h2{font-size:clamp(46px,4.5vw,72px);margin-top:18px}.services-title p{max-width:520px;font-size:18px}.services-title .button{margin-top:18px}
.service-block{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;display:grid;grid-template-columns:52px 1fr auto;gap:22px;align-items:start;min-height:210px;transition:.25s ease}
.service-block:hover{border-color:#aebce0;transform:translateX(5px)}
.service-block>span{font-family:Georgia,serif;font-size:30px;color:#9cabc9}.service-block h3{font-size:31px}.service-block p{margin:0}.service-block b{font-size:22px}

/* CLOSING CTA */
.closing-section{padding-top:50px}.closing-card{background:linear-gradient(120deg,#3658b8,#213c7e);border-radius:30px;color:#fff;padding:55px 62px;display:flex;align-items:center;justify-content:space-between;gap:45px;position:relative;overflow:hidden}.closing-card:after{content:"H";position:absolute;right:28%;top:-55px;font-family:Georgia,serif;font-size:240px;font-weight:900;color:rgba(255,255,255,.06)}.closing-card h2{font-size:clamp(42px,4vw,68px);margin:15px 0 0;position:relative;z-index:2}.closing-card .button{position:relative;z-index:2;flex:0 0 auto}

/* PAGE INTROS */
.page-intro{padding:110px 0 88px}.page-intro-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;align-items:end}.page-intro h1{margin:16px 0 0;font-size:clamp(62px,7vw,108px)}.page-intro h1 em{color:var(--blue)}.page-intro p{font-size:18px;max-width:510px;margin-bottom:10px}
.product-index-hero{background:linear-gradient(180deg,#fbfaf7 0,#edf2fb 100%)}
.category-index-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}
.category-index-card{min-height:660px;border-radius:30px;position:relative;overflow:hidden;padding:42px;display:block;transition:.3s ease}.category-index-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.supplements-index{background:linear-gradient(135deg,#ffd9c4,#e8b6d2 58%,#bcd3ff)}.devices-index{background:#13234a;color:#fff}
.index-copy{position:relative;z-index:4;max-width:480px}.index-copy>span{font-family:Georgia,serif;font-size:48px;opacity:.45}.index-copy h2{font-size:72px;margin:16px 0}.index-copy p{color:inherit;opacity:.72}.index-copy strong{display:inline-block;margin-top:16px}
.index-image-stack{position:absolute;right:-60px;bottom:-48px;width:74%;height:69%}.index-image-stack img{position:absolute;width:230px;height:330px;object-fit:cover;border-radius:22px;box-shadow:0 28px 55px rgba(63,40,61,.18);border:1px solid rgba(255,255,255,.5)}.index-image-stack img:nth-child(1){left:0;bottom:24px;transform:rotate(-8deg)}.index-image-stack img:nth-child(2){left:30%;bottom:6px;transform:rotate(2deg)}.index-image-stack img:nth-child(3){right:0;bottom:26px;transform:rotate(10deg)}
.index-device{position:absolute;right:-5%;bottom:-6%;width:92%;height:70%;object-fit:cover;object-position:center 48%;border-radius:28px 0 0 0}
.mini-directory{background:#fff}.directory-list{border-top:1px solid var(--line)}.directory-list a{display:grid;grid-template-columns:110px 1.1fr 1.6fr 30px;gap:24px;align-items:center;padding:22px 0;border-bottom:1px solid var(--line);transition:padding .25s,color .25s}.directory-list a:hover{padding-left:10px;color:var(--blue)}.directory-list span{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}.directory-list strong{font-size:20px}.directory-list small{color:var(--muted)}

/* SUPPLEMENTS */
.supp-hero{padding:96px 0 104px;background:#f3f1f8;overflow:hidden}.supp-hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:40px}.supp-hero h1{font-size:clamp(64px,7vw,108px);margin:18px 0 27px}.supp-hero h1 em{color:var(--blue)}.supp-hero p{font-size:18px;max-width:500px}.anchor-pills{display:flex;gap:9px;flex-wrap:wrap;margin-top:28px}.anchor-pills a{padding:10px 15px;border:1px solid #c7cede;border-radius:999px;background:rgba(255,255,255,.5);font-size:12px;font-weight:800}.anchor-pills a:hover{background:#fff}
.supp-hero-collage{height:590px;position:relative}.supp-hero-collage img{position:absolute;width:250px;height:370px;object-fit:cover;border-radius:24px;box-shadow:0 30px 55px rgba(48,45,72,.16);border:1px solid rgba(255,255,255,.8)}.sh-a{left:4%;top:72px;transform:rotate(-8deg)}.sh-b{left:34%;top:18px;transform:rotate(2deg)}.sh-c{right:0;top:110px;transform:rotate(9deg)}.supp-hero-collage>span{position:absolute;left:35%;bottom:18px;padding:12px 16px;background:var(--ink);color:#fff;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.range-section:nth-of-type(even){background:#fff}.range-heading{display:grid;grid-template-columns:105px 1fr .9fr;gap:34px;align-items:end;margin-bottom:42px}.range-number{font-family:Georgia,serif;font-size:58px;color:#b8c2d5}.range-heading h2{margin:10px 0 0}.range-heading p{font-size:17px;margin:0;max-width:500px}.range-products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.range-products .product-card-image{height:460px}

/* MEDICAL */
.medical-hero{background:#0e1938;color:#fff;overflow:hidden}.medical-hero-grid{min-height:720px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:50px}.medical-hero h1{font-size:clamp(62px,7vw,108px);margin:17px 0 28px}.medical-hero h1 em{color:#9bb3ff}.medical-hero p{color:#adb9d0;font-size:18px;max-width:520px;margin-bottom:32px}.medical-device-stage{height:650px;position:relative}.medical-orbit{position:absolute;width:560px;height:560px;border:1px solid rgba(255,255,255,.15);border-radius:50%;right:10px;top:40px}.medical-device-stage img{position:absolute;right:55px;top:50px;width:500px;height:590px;object-fit:cover;object-position:center 49%;border-radius:28px;box-shadow:0 35px 80px rgba(0,0,0,.28)}.medical-device-stage span{position:absolute;left:10px;bottom:50px;font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:900;color:#b7c6e6}
.single-product-feature{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.single-image{height:680px;border-radius:30px;overflow:hidden;background:#fff;border:1px solid var(--line)}.single-image img{width:100%;height:100%;object-fit:cover;object-position:center 48%}.single-copy h2{margin:15px 0 24px}.feature-lines,.detail-table{border-top:1px solid var(--line);margin:35px 0}.feature-lines>div,.detail-table>div{display:grid;grid-template-columns:160px 1fr;gap:18px;padding:18px 0;border-bottom:1px solid var(--line)}.feature-lines span,.detail-table span{font-size:10px;text-transform:uppercase;letter-spacing:.13em;font-weight:900;color:#8390aa}.feature-lines strong,.detail-table strong{font-size:15px;font-weight:780}

/* PRODUCT DETAILS */
.product-hero{padding:72px 0 80px;overflow:hidden}.product-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center;min-height:600px}.product-hero-copy h1{font-size:clamp(64px,7vw,108px);margin:16px 0 20px}.product-hero-copy>p{font-size:20px;max-width:590px;color:#34435f}.product-hero-copy .button{margin-top:18px}.product-hero-image{height:590px;position:relative}.product-hero-image img{position:absolute;right:6%;top:0;width:430px;height:540px;object-fit:cover;border-radius:28px;box-shadow:0 32px 70px rgba(58,58,73,.18);border:1px solid rgba(255,255,255,.65)}.product-hero-image:before{content:"";position:absolute;width:450px;height:450px;border-radius:50%;border:1px solid rgba(11,23,53,.13);right:16%;top:45px}.product-hero-image>span{position:absolute;left:10%;bottom:5px;font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:900}
.tone-bg-orange{background:linear-gradient(135deg,#ffd7b9,#ffad74)}.tone-bg-peach{background:linear-gradient(135deg,#ffe7d6,#ffc29f)}.tone-bg-yellow{background:linear-gradient(135deg,#fff4c9,#f3d981)}.tone-bg-teal{background:linear-gradient(135deg,#d8f4ef,#8bd3ca)}.tone-bg-blue{background:linear-gradient(135deg,#e5f1ff,#98bee9)}.tone-bg-violet{background:linear-gradient(135deg,#eee8ff,#c1b3e3)}.tone-bg-rose{background:linear-gradient(135deg,#fde9ec,#e8aeb9)}.tone-bg-gold{background:linear-gradient(135deg,#fff0c8,#f0ca78)}.tone-bg-pink{background:linear-gradient(135deg,#fee8ee,#edaebe)}
.product-story{background:#fff}.product-story-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:80px;align-items:start}.poster-column>.overline{margin-bottom:20px}.full-poster{border-radius:28px;overflow:hidden;background:#f2f3f5;border:1px solid var(--line)}.full-poster img{width:100%;height:auto}.product-copy-column{padding-top:18px}.product-copy-column h2{margin:15px 0 24px}.enquiry-panel{background:var(--ice);padding:28px;border-radius:22px;margin-top:36px}.enquiry-panel>span{font-size:10px;text-transform:uppercase;letter-spacing:.13em;font-weight:900;color:var(--blue)}.enquiry-panel h3{margin:9px 0 10px}.enquiry-panel p{margin-bottom:20px}.related-products{background:#f3f5f9}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.related-grid .product-card-image{height:450px}

/* DOUBLETITE */
.double-hero{background:linear-gradient(135deg,#0d1938,#284a86);color:#fff;overflow:hidden}.double-hero-grid{min-height:720px;display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}.double-hero h1{margin:16px 0 22px}.double-hero p{color:#b8c5de;font-size:19px;max-width:530px;margin-bottom:32px}.double-image{height:650px;position:relative}.double-ring{position:absolute;width:540px;height:540px;border:1px solid rgba(255,255,255,.14);border-radius:50%;right:10px;top:40px}.double-image img{position:absolute;right:50px;top:45px;width:500px;height:580px;object-fit:cover;object-position:center 48%;border-radius:28px;box-shadow:0 36px 80px rgba(0,0,0,.3)}.double-image span{position:absolute;left:0;bottom:35px;font-size:10px;text-transform:uppercase;letter-spacing:.16em;font-weight:900;color:#b7c7e8}
.double-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:76px;align-items:start}.full-device{border-radius:28px;overflow:hidden;border:1px solid var(--line);background:#fff}.full-device img{width:100%}.double-detail-grid h2{margin:16px 0 26px}

/* SERVICES PAGE */
.services-hero{padding:100px 0 105px;background:#edf2fb}.services-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px}.services-hero h1{font-size:clamp(62px,7vw,108px);margin:16px 0 28px}.services-hero h1 em{color:var(--blue)}.services-hero p{font-size:18px;max-width:540px}.service-collage{height:560px;position:relative}.sc-product,.sc-device{position:absolute;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.sc-product{left:0;top:20px;width:290px;height:430px;transform:rotate(-7deg)}.sc-product img{width:100%;height:100%;object-fit:cover}.sc-device{right:0;top:80px;width:390px;height:410px;transform:rotate(4deg);background:#fff}.sc-device img{width:100%;height:100%;object-fit:cover;object-position:center 50%}.sc-label{position:absolute;left:35%;bottom:20px;background:var(--ink);color:#fff;padding:12px 16px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.service-deep-grid{display:grid;grid-template-columns:100px 1fr 1.05fr;gap:46px;align-items:center}.service-number{font-family:Georgia,serif;font-size:68px;color:#c3ccdc;align-self:start}.service-deep-copy h2{margin:16px 0 24px;max-width:740px}.service-points{display:flex;gap:9px;flex-wrap:wrap;margin:28px 0 34px}.service-points span{padding:10px 13px;border:1px solid #cfd5e0;border-radius:999px;font-size:11px;font-weight:800}.service-image-wall{height:580px;position:relative}.service-image-wall img{position:absolute;width:235px;height:350px;object-fit:cover;border-radius:20px;box-shadow:var(--shadow)}.service-image-wall img:nth-child(1){left:5%;top:70px;transform:rotate(-8deg)}.service-image-wall img:nth-child(2){left:34%;top:15px;transform:rotate(2deg)}.service-image-wall img:nth-child(3){right:0;top:90px;transform:rotate(9deg)}
.agency-band{background:#0e1938;color:#fff;padding:120px 0}.agency-band .service-number{color:#53678f}.agency-band .service-deep-copy p{color:#aab8d1}.service-points.dark span{border-color:#405378;color:#c2cde0}.agency-art{height:560px;position:relative}.agency-circle{position:absolute;width:500px;height:500px;border-radius:50%;border:1px solid rgba(255,255,255,.14);right:0;top:20px}.agency-art img{position:absolute;right:65px;top:40px;width:330px;height:450px;object-fit:cover;border-radius:24px;transform:rotate(5deg);box-shadow:0 30px 70px rgba(0,0,0,.25)}.agency-art>span{position:absolute;left:0;bottom:30px;font-family:Georgia,serif;font-size:34px;line-height:1.08;color:#dbe4f8}
.process-section{background:#fff}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.process-grid>div{padding:34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:230px}.process-grid span{font-family:Georgia,serif;font-size:32px;color:#a4b0c7}.process-grid h3{margin:36px 0 12px}.process-grid p{font-size:14px;margin:0}

/* ABOUT */
.about-hero{padding:98px 0 110px;background:#f8f5ef;overflow:hidden}.about-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:50px}.about-hero h1{font-size:clamp(64px,7vw,108px);margin:16px 0 26px}.about-hero h1 em{color:var(--blue)}.about-hero p{font-size:19px;max-width:530px}.about-collage{height:610px;position:relative}.about-img{margin:0;position:absolute;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(11,23,53,.09)}.about-img img{width:100%;height:100%;object-fit:cover}.ai-one{width:390px;height:440px;right:0;top:20px}.ai-one img{object-position:center 49%}.ai-two{width:230px;height:330px;left:20px;top:110px;transform:rotate(-8deg)}.ai-three{width:190px;height:270px;left:230px;bottom:10px;transform:rotate(7deg)}.about-mark{position:absolute;right:270px;top:0;font-family:Georgia,serif;font-size:180px;font-weight:900;color:#d9e2f6;z-index:-1}
.about-story{background:#fff}.about-photo-section{background:#eef3fb}.about-photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about-photo-large{height:700px;border-radius:28px;overflow:hidden;background:#fff}.about-photo-large img{width:100%;height:100%;object-fit:cover;object-position:center top}.about-photo-copy h2{margin:16px 0 24px}.about-photo-copy>p{font-size:18px}.about-mini-images{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:35px}.about-mini-images img{width:100%;height:250px;object-fit:cover;border-radius:20px}
.values-band{background:#0e1938;color:#fff;padding:110px 0}.values-editorial{display:grid;grid-template-columns:repeat(4,1fr);margin-top:48px;border-top:1px solid rgba(255,255,255,.14);border-left:1px solid rgba(255,255,255,.14)}.values-editorial>div{padding:32px;min-height:260px;border-right:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}.values-editorial span{font-family:Georgia,serif;font-size:29px;color:#6f84ae}.values-editorial h3{margin:42px 0 14px}.values-editorial p{color:#9eadc7;font-size:14px;margin:0}
.location-section{background:#fff}.location-grid{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:70px}.location-grid h2{margin:16px 0 22px}.location-art{height:420px;background:#e6edfb;border-radius:30px;position:relative;display:grid;place-items:center;overflow:hidden}.location-art:before,.location-art:after{content:"";position:absolute;border:1px solid rgba(60,89,181,.25);border-radius:50%}.location-art:before{width:330px;height:330px}.location-art:after{width:220px;height:220px}.location-art span{position:absolute;left:28px;top:25px;font-size:11px;letter-spacing:.13em;font-weight:900;color:var(--blue)}.location-art b{font-size:clamp(50px,7vw,100px);letter-spacing:-.06em;color:#3151a6}.location-art i{position:absolute;width:12px;height:12px;border-radius:50%;background:#ff7a63;box-shadow:0 0 0 8px rgba(255,122,99,.15);left:53%;top:48%}

/* CONTACT */
.contact-hero{background:#0d1938;color:#fff;min-height:calc(100vh - 92px);padding:90px 0 110px}.contact-hero-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:78px;align-items:start}.contact-intro h1{font-size:clamp(64px,7vw,108px);margin:16px 0 26px}.contact-intro h1 em{color:#9bb3ff}.contact-intro>p{color:#aebad1;font-size:18px;max-width:520px}.contact-details{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:58px}.contact-details>div{padding-top:15px;border-top:1px solid rgba(255,255,255,.17)}.contact-details span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.15em;font-weight:900;color:#8397bd;margin-bottom:9px}.contact-details a,.contact-details p{color:#fff;font-size:14px;line-height:1.6;margin:0}
.contact-form-card{background:#fff;color:var(--ink);border-radius:30px;padding:42px;box-shadow:0 36px 90px rgba(0,0,0,.22)}.form-label{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:900;color:var(--blue);margin-bottom:28px}.contact-form-card form{display:grid;gap:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form-card label{display:grid;gap:8px;font-size:11px;font-weight:850;color:#475570}.contact-form-card label small{font-weight:500;color:#9aa5b9}.contact-form-card input,.contact-form-card select,.contact-form-card textarea{width:100%;border:1px solid var(--line);border-radius:13px;background:#f8f9fc;padding:14px 15px;outline:none;color:var(--ink)}.contact-form-card input:focus,.contact-form-card select:focus,.contact-form-card textarea:focus{border-color:#8199d7;box-shadow:0 0 0 3px rgba(60,89,181,.1)}.contact-form-card textarea{min-height:150px;resize:vertical}.contact-form-card button{justify-self:start;border:0;cursor:pointer}

/* FOOTER */
.site-footer{background:#08122a;color:#cad3e4;padding-top:72px}.footer-grid{display:grid;grid-template-columns:1.45fr .8fr .8fr 1fr;gap:55px;padding-bottom:55px}.footer-brand img{width:180px;filter:none;opacity:1;filter:drop-shadow(0 8px 24px rgba(71,105,215,.22))}.footer-brand p{color:#8795af;font-size:14px;max-width:360px;margin-top:22px}.footer-grid h4{margin:0 0 18px;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.15em}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:11px;font-size:13px}.footer-grid a,.footer-grid span{color:#9ba8bf}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0 24px;display:flex;justify-content:space-between;gap:20px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#61718f}

/* REVEALS */
.reveal,.reveal.is-visible{opacity:1;transform:none}.delay-1,.delay-2{transition-delay:0s}


/* PRODUCT CUTOUT PRESENTATION */
.hero-shot{border-color:rgba(255,255,255,.12)}
.shot-main{background:#f2b07d}.shot-side{background:#8fd2cb}
.hero-shot img{object-fit:contain;padding:15px;filter:drop-shadow(0 18px 20px rgba(0,0,0,.22))}
.visual-story-small{display:grid;place-items:center}.visual-story-small.tone-teal{background:#9bdad3}.visual-story-small.tone-rose{background:#ebb3be}.visual-story-small img{object-fit:contain;padding:18px;filter:drop-shadow(0 18px 22px rgba(42,52,75,.18))}
.category-images img,.index-image-stack img,.supp-hero-collage img,.service-image-wall img{object-fit:contain!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;filter:drop-shadow(0 24px 24px rgba(42,45,66,.2))}
.category-images img{height:350px}.index-image-stack img{height:350px}.supp-hero-collage img{height:390px}
.product-card-image{display:grid;place-items:center;padding:22px}
.product-card-image img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 20px 18px rgba(40,42,60,.18))}
.product-card:hover img{transform:translateY(-4px) scale(1.025)}
.product-card-image:after{display:none}
.product-hero-image{display:grid;place-items:center}
.product-hero-image img{position:relative;right:auto;top:auto;width:min(470px,88%);height:550px;object-fit:contain;border-radius:0;box-shadow:none;border:0;filter:drop-shadow(0 30px 28px rgba(46,49,67,.2));z-index:2}
.product-hero-image:before{right:50%;transform:translateX(50%)}
.product-hero-image>span{left:50%;transform:translateX(-50%);white-space:nowrap}
.sc-product{background:#b5ded9;display:grid;place-items:center;overflow:visible}.sc-product img{object-fit:contain;padding:20px;filter:drop-shadow(0 22px 24px rgba(36,45,67,.22))}
.service-image-wall img{height:370px}
.agency-art img{object-fit:contain;border-radius:0;box-shadow:none;filter:drop-shadow(0 28px 28px rgba(0,0,0,.28))}
.about-img.ai-two,.about-img.ai-three{display:grid;place-items:center;overflow:visible;border:0;box-shadow:none}.about-img.ai-two{background:#b5ded9}.about-img.ai-three{background:#efbcc5}.about-img.ai-two img,.about-img.ai-three img{object-fit:contain;padding:15px;filter:drop-shadow(0 22px 22px rgba(48,49,70,.2))}
.about-mini-images{align-items:stretch}.about-mini-images img{object-fit:contain;padding:14px;background:#e9e8f7;filter:drop-shadow(0 14px 14px rgba(45,47,72,.12))}

/* SIMPLIFIED CONTACT */
.contact-simple{min-height:auto;padding:96px 0 112px}.contact-simple-wrap{max-width:960px;margin-inline:auto;display:grid;gap:44px}.contact-simple .contact-form-card{width:100%;max-width:860px;margin-inline:auto}.contact-form-title{font-size:clamp(42px,5vw,70px);margin:4px 0 16px;letter-spacing:-.05em}.contact-form-intro{font-size:17px;max-width:650px;margin:0 0 28px;color:#66728b}
.contact-form-intro a{color:var(--ink);font-weight:750;border-bottom:1px solid #aeb8ca}

/* RESPONSIVE */
@media(max-width:1160px){
  :root{--shell:min(100% - 42px,1380px)}
  .desktop-nav{gap:24px}.brand img{width:158px}
  .hero-layout,.medical-hero-grid,.double-hero-grid{grid-template-columns:1fr 1fr}
  .hero-stage{transform:scale(.9);transform-origin:center}
  .category-images img{width:190px;height:290px}
  .range-products{grid-template-columns:repeat(3,1fr)}
  .service-deep-grid{grid-template-columns:80px 1fr}.service-image-wall,.agency-art{grid-column:2/3}
}
@media(max-width:920px){
  body{padding-top:92px}.desktop-nav{display:none}.menu-toggle{display:block}.site-header{position:fixed;top:0;left:0;right:0;width:100%;background:#fbfaf7;backdrop-filter:none;z-index:200}
  .menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(4.5px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-4.5px) rotate(-45deg)}
  .menu-toggle{position:relative;z-index:140}.mobile-menu{position:fixed;inset:92px 0 0;background:#fbfaf7;padding:26px 28px 50px;display:flex;flex-direction:column;gap:0;transform:translateX(100%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .28s ease,opacity .2s ease,visibility .28s;z-index:130;overflow-y:auto;overscroll-behavior:contain;height:calc(100dvh - 92px);box-shadow:-24px 0 60px rgba(11,23,53,.12)}.mobile-menu.open{transform:translateX(0);opacity:1;visibility:visible;pointer-events:auto}.mobile-menu>a,.mobile-menu summary{font-size:33px;font-weight:780;letter-spacing:-.04em;padding:18px 0;border-bottom:1px solid var(--line);cursor:pointer;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu details>summary{display:flex;align-items:center;justify-content:space-between}.mobile-menu details>summary:after{content:"+";font-size:26px;font-weight:500;color:var(--blue)}.mobile-menu details[open]>summary:after{content:"−"}.mobile-menu details a{display:block;padding:13px 0 13px 20px;color:var(--muted);font-size:18px}
  .hero-layout,.supp-hero-grid,.medical-hero-grid,.double-hero-grid,.page-intro-grid,.services-hero-grid,.about-hero-grid,.contact-hero-grid,.product-hero-grid,.product-story-grid,.double-detail-grid,.single-product-feature,.about-photo-grid,.location-grid{grid-template-columns:1fr}
  .hero-layout{padding-top:62px}.hero-stage{height:540px;transform:none}.shot-device{left:4%}.shot-main{right:26%}.shot-side{right:3%}
  .intro-grid{grid-template-columns:72px 1fr}.intro-copy{grid-column:2}.visual-story{grid-template-columns:1fr 1fr;grid-template-rows:340px 260px 220px}.visual-story-main{grid-column:1/3;grid-row:1}.visual-story-caption{grid-column:1/3;grid-row:3}
  .category-showcase,.category-index-grid{grid-template-columns:1fr}.category-feature,.category-index-card{min-height:570px}
  .device-feature-grid{grid-template-columns:1fr}.device-visual{margin-top:20px}
  .services-grid{grid-template-columns:1fr}.services-title{grid-row:auto;min-height:420px}
  .range-heading{grid-template-columns:74px 1fr}.range-heading p{grid-column:2}.range-products{grid-template-columns:repeat(2,1fr)}
  .medical-device-stage,.double-image{height:590px}.single-image{height:600px}
  .product-hero-image{height:550px}.product-hero-image img{right:50%;transform:translateX(50%)}
  .service-deep-grid{grid-template-columns:64px 1fr}.service-image-wall,.agency-art{height:500px}
  .process-grid,.values-editorial{grid-template-columns:repeat(2,1fr)}
  .about-collage{height:570px}.ai-one{right:5%}
  .contact-hero{min-height:auto}.contact-form-card{margin-top:10px}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  :root{--shell:calc(100% - 28px)}body{padding-top:78px}
  .nav-shell{height:78px}.mobile-menu{inset:78px 0 0}.brand img{width:145px}
  .section{padding:82px 0}.section-top{align-items:flex-start;flex-direction:column;gap:20px}.section-top h2{font-size:46px}
  h1{font-size:58px}.home-hero h1,.supp-hero h1,.medical-hero h1,.double-hero h1,.services-hero h1,.about-hero h1,.contact-intro h1,.page-intro h1,.product-hero-copy h1{font-size:56px}
  h2{font-size:43px}.large-copy{font-size:18px}
  .hero-layout{min-height:auto;gap:0}.hero-copy{padding-right:0}.hero-stage{height:430px;margin-top:20px}.ring-a{width:330px;height:330px;right:0;top:45px}.ring-b{width:230px;height:230px;right:50px;top:95px}.shot-main{width:165px;height:250px;right:25%;top:45px}.shot-side{width:128px;height:190px;right:0;top:155px}.shot-device{width:170px;height:190px;left:0;bottom:10px}.stage-label{display:none}
  .intro-grid{grid-template-columns:1fr;gap:18px}.intro-number{font-size:48px}.intro-copy{grid-column:auto;padding-top:0}.visual-story{margin-top:46px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:290px 220px 210px}.visual-story-main{grid-column:1/3}.visual-story-caption{padding:24px}
  .category-feature{min-height:520px;padding:28px}.category-copy h3{font-size:48px}.category-images{width:90%;height:64%}.category-images img{width:150px;height:225px}.ci-a{left:0}.ci-b{left:30%}.device-cut{width:88%;height:58%}
  .product-scroll{grid-template-columns:repeat(6,235px);margin-right:-14px}.product-card-image{height:345px}
  .device-feature{padding:82px 0}.device-visual{height:430px}.device-halo{width:390px;height:390px;right:-50px}.device-visual>img{width:330px;height:390px;right:8px}.device-note{left:0;bottom:10px}
  .services-title{padding:28px;min-height:380px}.service-block{grid-template-columns:42px 1fr}.service-block>b{display:none}
  .closing-card{padding:34px 26px;flex-direction:column;align-items:flex-start}.closing-card h2{font-size:44px}
  .page-intro{padding:75px 0 60px}.category-index-card{min-height:510px;padding:28px}.index-copy h2{font-size:50px}.index-image-stack{width:96%;height:60%;right:-60px}.index-image-stack img{width:160px;height:240px}.index-device{width:100%;height:58%}
  .directory-list a{grid-template-columns:80px 1fr 22px;gap:12px}.directory-list small{display:none}
  .supp-hero{padding:72px 0}.supp-hero-collage{height:440px}.supp-hero-collage img{width:165px;height:250px}.sh-a{left:0;top:95px}.sh-b{left:28%;top:30px}.sh-c{right:0;top:105px}.supp-hero-collage>span{left:20%;bottom:15px}
  .range-heading{grid-template-columns:1fr;gap:10px}.range-heading p{grid-column:auto}.range-number{font-size:40px}.range-products{grid-template-columns:1fr 1fr;gap:12px}.range-products .product-card-image{height:310px}.product-card-meta h3{font-size:20px}.product-card-meta p{font-size:11px}
  .medical-device-stage,.double-image{height:470px}.medical-orbit,.double-ring{width:390px;height:390px;right:-30px}.medical-device-stage img,.double-image img{width:330px;height:410px;right:10px}.single-image{height:470px}.feature-lines>div,.detail-table>div{grid-template-columns:120px 1fr}
  .product-hero{padding:58px 0}.product-hero-grid{min-height:auto}.product-hero-image{height:440px}.product-hero-image img{width:320px;height:400px}.product-hero-image:before{width:340px;height:340px;right:50%;transform:translateX(50%)}
  .product-story-grid{gap:44px}.related-grid{grid-template-columns:1fr}.related-grid .product-card-image{height:430px}
  .service-collage{height:440px}.sc-product{width:190px;height:285px}.sc-device{width:260px;height:270px;top:105px}.service-deep-grid{grid-template-columns:1fr}.service-number{font-size:45px}.service-image-wall,.agency-art{grid-column:auto;height:410px}.service-image-wall img{width:160px;height:245px}.service-image-wall img:nth-child(1){left:0}.service-image-wall img:nth-child(2){left:28%}.service-image-wall img:nth-child(3){right:0}.agency-circle{width:360px;height:360px}.agency-art img{width:230px;height:320px;right:10px}.agency-art>span{font-size:27px}
  .process-grid,.values-editorial{grid-template-columns:1fr}.process-grid>div,.values-editorial>div{min-height:auto}.about-collage{height:470px}.ai-one{width:270px;height:330px}.ai-two{width:165px;height:240px;left:0}.ai-three{width:140px;height:205px;left:120px}.about-mark{font-size:130px;right:155px}.about-photo-large{height:480px}.about-mini-images img{height:190px}.location-art{height:330px}
  .contact-details{grid-template-columns:1fr}.contact-form-card{padding:26px}.form-row{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:34px}.footer-bottom{flex-direction:column}.contact-simple{padding:64px 0 80px}.contact-simple-wrap{gap:30px}.contact-simple .contact-form-card{padding:24px}.product-card-image{padding:15px}.product-hero-image img{object-fit:contain;transform:none!important;right:auto!important}.mobile-menu{inset:78px 0 0;height:calc(100dvh - 78px)}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}


/* FINAL PASS REFINEMENTS */
.stage-label strong,.device-note strong{letter-spacing:-.02em}
.footer-grid{align-items:start}
.footer-grid a[href^='mailto:']{font-weight:800;color:#fff}
.footer-grid a[href^='tel:']{font-weight:650}
.footer-grid a[href^='https://wa.me']{font-weight:500}
.device-cut img,.device-visual img,.double-image img,.full-device img,.visual-story-main img,.sc-device img,.about-img.ai-one img{object-fit:contain!important;background:transparent!important;box-shadow:none!important;filter:drop-shadow(0 24px 24px rgba(20,24,34,.18))}
.hero-shot.shot-device{background:rgba(255,255,255,.06)}
.hero-shot.shot-device img{padding:0;width:100%;height:100%;object-fit:contain}
.product-card-meta p{min-height:2.8em}
.device-feature,.agency-band{background-image:radial-gradient(circle at 30% 20%, rgba(255,255,255,.08), transparent 40%), radial-gradient(circle at 80% 20%, rgba(155,179,255,.15), transparent 35%)}

/* 2026 PRODUCT REFINEMENT */
.overline{font-size:12px;letter-spacing:.045em;text-transform:none;font-weight:750}
.button,.nav-contact{border-radius:10px!important;transition:background-color .16s ease,color .16s ease,border-color .16s ease!important}
.button:hover{transform:none;box-shadow:0 2px 8px rgba(11,23,53,.12)}
.home-hero{background:linear-gradient(118deg,#09152f 0%,#122650 62%,#23447f 100%)}
.home-hero:before{width:520px;height:520px;background:radial-gradient(circle,rgba(116,151,255,.18),transparent 68%);right:-140px;top:-180px}
.hero-layout{min-height:650px;padding:64px 0 72px}
.hero-stage{height:520px}
.hero-shot{border-radius:14px;box-shadow:0 12px 28px rgba(0,0,0,.22)}
.shot-main{top:42px}.shot-side{top:170px}.shot-device{bottom:12px}
.supplements-preview{background:#fbfaf7}
.product-scroll{scrollbar-width:none}
.product-scroll::-webkit-scrollbar{display:none}
.product-card-image,.category-index-card,.services-title,.service-block,.enquiry-panel,.full-poster,.about-img,.about-photo-large,.about-mini-images img,.contact-form-card{border-radius:12px}
.product-card:hover img,.category-index-card:hover,.service-block:hover{transform:none;box-shadow:none}
.service-block{transition:border-color .16s ease;background:#fff}
.services-title{background:#e4eaf8}
.device-note{border-radius:10px;box-shadow:0 2px 8px rgba(11,23,53,.12)}
.closing-section{padding:0!important;background:#0d1938}
.closing-card{min-height:310px;padding:60px 0;background:none;border-radius:0;color:#fff}
.closing-card:after{display:none}
.closing-card h2{margin-top:14px}
.contact-form-card{box-shadow:0 8px 28px rgba(0,0,0,.18)}
.form-submit-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.form-status{margin:0;color:#5f6c84;font-size:13px}
.contact-form-card .s_website_form_dnone{display:none!important}
.contact-form-card .s_website_form_send[disabled]{cursor:wait;opacity:.62}
.contact-success{padding:22px 0 8px;max-width:640px}
.contact-success h2{font-size:clamp(34px,4vw,52px);margin:0 0 14px;letter-spacing:-.04em}
.contact-success p{font-size:17px;color:#66728b;margin:0 0 28px}
.site-footer{padding-top:56px}
.footer-grid{padding-bottom:44px}

@media(max-width:920px){
  .hero-layout{min-height:auto;padding-bottom:58px}
  .hero-stage{height:500px}
}

@media(max-width:640px){
  .home-hero h1{font-size:52px}
  .hero-copy>p{font-size:16px}
  .hero-stage{height:390px}
  .closing-card{min-height:0;padding:52px 0}
}

/* THERAPEUTIC CATEGORIES */
.dropdown-panel{width:410px}
.category-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.category-index-card{min-height:520px}
.category-index-card .index-copy{max-width:440px}
.category-index-card .index-copy h2{font-size:clamp(42px,4.4vw,64px)}
.skin-index{background:#dcefe9}
.pain-index{background:#dce4f4}
.devices-index:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#13234a 0%,#13234a 43%,rgba(19,35,74,.82) 57%,transparent 78%);z-index:2;pointer-events:none}
.devices-index .index-device{z-index:1}
.index-therapeutic{position:absolute;right:26px;bottom:22px;width:42%;max-height:52%;object-fit:contain;filter:drop-shadow(0 22px 28px rgba(11,23,53,.16))}

.therapeutic-category-hero{overflow:hidden}
.skin-category-hero{background:#e6f2ee}
.pain-category-hero{background:#101f43;color:#fff}
.pain-category-hero p{color:#b9c5dc}
.pain-category-hero .back-link{color:#d6def0}
.therapeutic-category-hero-grid{min-height:690px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:80px;padding:76px 0 84px}
.therapeutic-category-hero h1{font-size:clamp(62px,7vw,104px);margin:18px 0 26px}
.therapeutic-category-hero h1 em{color:var(--blue)}
.pain-category-hero h1 em{color:#9fb5ff}
.therapeutic-category-hero p{font-size:18px;max-width:620px;margin-bottom:30px}
.therapeutic-category-art{height:540px;position:relative;display:grid;place-items:center}
.category-count{position:absolute;top:10px;left:0;font-size:11px;font-weight:850;letter-spacing:.09em;text-transform:uppercase;z-index:2}
.category-art-frame{width:460px;height:460px;display:grid;place-items:center;background:#fff;border:1px solid rgba(11,23,53,.1);transform:rotate(3deg);box-shadow:0 28px 55px rgba(11,23,53,.15)}
.category-art-frame img{width:86%;height:86%;object-fit:contain}
.pain-category-hero .category-art-frame{background:#ecf1fb;border-color:rgba(255,255,255,.18)}
.category-art-note{position:absolute;right:0;bottom:15px;background:var(--ink);color:#fff;padding:13px 16px;font-size:11px;font-weight:800;letter-spacing:.025em}
.pain-category-hero .category-art-note{background:#fff;color:var(--ink)}

.therapeutic-directory{background:#fbfaf7}
.therapeutic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:46px 20px}
.therapeutic-card{min-width:0;border-top:1px solid #cfd6e2;padding-top:14px}
.therapeutic-card-image{height:260px;display:block;position:relative;overflow:hidden;background:#edf1f6;border-radius:12px}
.therapeutic-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.therapeutic-card:hover .therapeutic-card-image img{transform:scale(1.025)}
.therapeutic-card-copy{padding:17px 3px 0}
.therapeutic-card-copy>span{display:block;color:var(--blue);font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}
.therapeutic-card-copy h3{font-size:clamp(23px,2.25vw,32px);line-height:1.04;margin:10px 0 10px}
.therapeutic-card-copy p{font-size:13px;margin:0}
.pain-grid .therapeutic-card:last-child{grid-column:2/3}

.therapeutic-enquiry-band{background:#0d1938;color:#fff;padding:86px 0}
.therapeutic-enquiry-inner{display:flex;justify-content:space-between;align-items:center;gap:50px}
.therapeutic-enquiry-inner h2{font-size:clamp(42px,4.5vw,68px);max-width:850px;margin:15px 0 0}
.therapeutic-enquiry-inner .button{flex:0 0 auto}

/* THERAPEUTIC PRODUCT DETAIL */
.therapeutic-product-hero{background:#e6f2ee}
.therapeutic-pain .therapeutic-product-hero{background:#101f43;color:#fff}
.therapeutic-pain .therapeutic-product-hero p{color:#bdc8dc}
.therapeutic-pain .therapeutic-product-hero .back-link{color:#d5def0}
.therapeutic-pain .therapeutic-product-hero .overline{color:#a9bcff}
.therapeutic-product-grid{min-height:700px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:76px;padding:72px 0 84px}
.therapeutic-product-copy h1{font-size:clamp(58px,6.4vw,98px);margin:18px 0 24px}
.therapeutic-product-copy>p{font-size:19px;max-width:640px}
.therapeutic-product-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}
.sheet-button{min-height:50px}
.therapeutic-pain .sheet-button{background:#fff;color:var(--ink)}
.therapeutic-product-visual{margin:0;min-height:500px;display:flex;flex-direction:column;background:#fff;border:1px solid rgba(11,23,53,.1);padding:18px;box-shadow:0 24px 55px rgba(11,23,53,.14)}
.therapeutic-product-visual>span{font-size:10px;letter-spacing:.07em;text-transform:uppercase;color:#71809b;font-weight:800;padding:2px 2px 15px}
.therapeutic-product-visual img{width:100%;flex:1;min-height:0;object-fit:cover;background:#fff}
.therapeutic-facts-section{background:#fff}
.therapeutic-facts-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start}
.therapeutic-facts-grid h2{margin-top:17px}
.therapeutic-facts{border-top:1px solid var(--line)}
.therapeutic-facts>div{display:grid;grid-template-columns:150px 1fr;gap:24px;padding:22px 0;border-bottom:1px solid var(--line)}
.therapeutic-facts span{font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:850;color:#7f8ba2}
.therapeutic-facts strong{font-size:16px}
.related-therapeutic-section{background:#f1f4f8}
.therapeutic-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.related-therapeutic-card .therapeutic-card-image{height:250px}
.empty-product{min-height:60vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.empty-product h1{max-width:900px;margin:18px 0 24px}
.empty-product .button{margin-top:18px}

@media(max-width:1100px){
  .therapeutic-category-hero-grid,.therapeutic-product-grid{gap:42px}
  .category-art-frame{width:390px;height:390px}
  .therapeutic-category-art{height:480px}
  .therapeutic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pain-grid .therapeutic-card:last-child{grid-column:auto}
}

@media(max-width:920px){
  .category-index-grid,.therapeutic-category-hero-grid,.therapeutic-product-grid,.therapeutic-facts-grid{grid-template-columns:1fr}
  .category-index-card{min-height:500px}
  .therapeutic-category-hero-grid,.therapeutic-product-grid{padding-top:64px}
  .therapeutic-category-art{height:460px}
  .category-art-frame{width:400px;height:400px}
  .therapeutic-product-visual{min-height:480px}
}

@media(max-width:640px){
  .dropdown-panel{width:360px}
  .category-index-card{min-height:470px}
  .category-index-card .index-copy h2{font-size:43px}
  .devices-index:after{background:linear-gradient(180deg,#13234a 0%,#13234a 48%,rgba(19,35,74,.86) 63%,transparent 82%)}
  .index-therapeutic{right:15px;bottom:15px;width:52%;max-height:44%}
  .therapeutic-category-hero-grid{min-height:0;padding:54px 0 66px;gap:34px}
  .therapeutic-category-hero h1,.therapeutic-product-copy h1{font-size:52px}
  .therapeutic-category-art{height:350px}
  .category-art-frame{width:290px;height:290px}
  .category-art-note{bottom:0}
  .therapeutic-grid{grid-template-columns:1fr;gap:38px}
  .therapeutic-card-image{height:220px}
  .therapeutic-card-copy h3{font-size:27px}
  .therapeutic-enquiry-inner{align-items:flex-start;flex-direction:column}
  .therapeutic-product-grid{min-height:0;padding:54px 0 66px;gap:36px}
  .therapeutic-product-copy>p{font-size:17px}
  .therapeutic-product-visual{min-height:330px;padding:12px}
  .therapeutic-product-visual img{min-height:260px}
  .therapeutic-facts-grid{gap:48px}
  .therapeutic-facts>div{grid-template-columns:112px 1fr;gap:16px}
  .therapeutic-related-grid{grid-template-columns:1fr}
  .related-therapeutic-card .therapeutic-card-image{height:220px}
}


/* Odoo integration: show the approved Holda header/footer instead of Odoo's defaults. */
body:has(.holda-page-shell) header#top,
body:has(.holda-page-shell) footer#bottom,
body:has(.holda-page-shell) .o_footer { display: none !important; }
.holda-page-shell { min-height: 100vh; }
