.halwel-form-shell{position:relative;min-height:100vh;min-height:100dvh;background:var(--bg);color:var(--text);display:flex;flex-direction:column}.halwel-form-shell-header{position:fixed;top:0;left:0;right:0;height:var(--form-header-height);background:var(--bg);z-index:5}.halwel-form-shell-header-fade{position:fixed;top:var(--form-header-height);left:0;right:0;height:var(--form-footer-fade-height);pointer-events:none;z-index:3;background:linear-gradient(to top,rgba(0,0,0,0) 0,var(--bg) 100%)}.halwel-form-shell[data-has-system-banner=true] .halwel-form-shell-header-fade{display:none}.halwel-form-shell-header-brand{display:flex;align-items:center;gap:10px;position:absolute;left:56px;top:0;bottom:0}.halwel-form-shell-header-progress{width:100%;max-width:var(--form-stage-max-width);height:100%;margin:0 auto;padding:0 var(--form-stage-padding-x);display:flex;align-items:center}.halwel-form-shell-header-progress .halwel-progress{max-width:none;width:100%}.halwel-form-shell-header-actions{right:var(--form-stage-padding-x);display:flex;gap:12px;z-index:1}.halwel-form-devnav-trigger,.halwel-form-shell-header-actions{position:absolute;top:50%;transform:translateY(-50%);align-items:center}.halwel-form-devnav-trigger{left:12px;width:32px;height:32px;display:inline-flex;justify-content:center;background:transparent;color:var(--text);border:1px solid transparent;border-radius:var(--radius-sm);cursor:pointer;font-size:18px;line-height:1;opacity:0;transition:opacity .16s var(--ease),border-color .16s var(--ease),background-color .16s var(--ease);z-index:6}.halwel-form-devnav-trigger:focus-visible{opacity:.6;outline:none;border-color:var(--border-focus)}.halwel-form-devnav-trigger.is-pressed,.halwel-form-devnav-trigger:active{opacity:.8;background:var(--bg-panel);border-color:var(--divider)}.halwel-form-devnav-trigger:hover{opacity:.45}.halwel-form-shell-system-banner{position:fixed;top:var(--form-header-height);left:0;right:0;display:flex;align-items:center;justify-content:center;width:100%;padding:12px var(--form-stage-padding-x);background:rgba(239,189,26,.14);border-top:1px solid rgba(239,189,26,.32);border-bottom:1px solid rgba(239,189,26,.32);color:var(--text);font-size:.9rem;line-height:1.4;z-index:4;max-height:160px;overflow-y:auto}.halwel-form-shell-system-banner-inner{width:100%;max-width:var(--form-stage-max-width);display:flex;align-items:center;gap:12px}.halwel-form-shell-system-banner-message{flex:1 1 auto;margin:0}.halwel-form-shell-system-banner-dismiss{flex:0 0 auto;background:transparent;border:0;color:var(--text-muted);font:inherit;font-size:.85rem;cursor:pointer;padding:4px 8px;border-radius:var(--radius-sm);transition:background-color .14s var(--ease),color .14s var(--ease)}.halwel-form-shell-system-banner-dismiss:hover{background:rgba(255,255,255,.08);color:var(--text)}@media (max-width:767px){.halwel-form-shell-system-banner{padding:10px var(--form-stage-padding-x-mobile)}}.halwel-form-shell-stage{position:relative;flex:1 1 auto;display:flex;flex-direction:column;overflow:hidden;min-height:0}.halwel-form-shell-stage-scroll{flex:1 1 auto;overflow-y:auto;scrollbar-gutter:stable both-edges;padding:calc(var(--form-header-height) + var(--form-stage-padding-y)) var(--form-stage-padding-x) calc(var(--form-footer-height) + var(--form-stage-padding-y))}.halwel-form-shell[data-has-system-banner=true] .halwel-form-shell-stage-scroll{padding-top:calc(var(--form-header-height) + 88px + var(--form-stage-padding-y))}.halwel-form-shell[data-center-content=true] .halwel-form-shell-stage-scroll{display:flex;flex-direction:column;justify-content:center}.halwel-form-shell-stage-content{width:100%;max-width:var(--form-stage-max-width);margin:0 auto;display:flex;flex-direction:column;gap:24px}.halwel-form-shell-stage-content>.halwel-form-shell-question{margin-bottom:var(--form-question-gap,24px)}.halwel-form-shell-stage-content>.halwel-form-shell-prose{margin-bottom:32px}.halwel-form-shell-stage-content .compact-input-draft-wide,.halwel-form-shell-stage-content .compact-input-draft:not(.compact-input-draft-standard):not(.compact-input-draft-narrow){max-width:none}.halwel-form-shell-question{margin:0;font-size:var(--form-question-size);font-weight:var(--form-question-weight);line-height:var(--form-question-line-height);letter-spacing:-.01em}.halwel-form-shell-prose{margin:0;font-size:var(--form-prose-size);font-weight:var(--form-prose-weight);line-height:1.1;letter-spacing:-.015em}.halwel-form-shell-mobile-question{display:none;max-width:var(--form-stage-max-width);margin:0 auto 24px;font-size:var(--form-mobile-question-size);line-height:1.15;font-weight:500;letter-spacing:-.01em}.halwel-form-shell-footer{position:fixed;left:0;right:0;bottom:0;height:var(--form-footer-height);pointer-events:none;z-index:3;display:flex;align-items:stretch;justify-content:center;padding:0 var(--form-stage-padding-x)}.halwel-form-shell-footer-fade{position:absolute;left:0;right:0;bottom:100%;height:var(--form-footer-fade-height);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,var(--bg) 100%);pointer-events:none}.halwel-form-shell-footer-inner{width:100%;max-width:var(--form-stage-max-width);display:flex;align-items:center;justify-content:space-between;pointer-events:auto;background:var(--bg);padding-bottom:var(--form-footer-bottom-gutter)}.body-metrics-cluster{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:20px;gap:20px;align-items:stretch}.body-metrics-cluster-col{display:flex;flex-direction:column;gap:18px;min-width:0}.body-metrics-cluster-field{display:flex;flex-direction:column;gap:8px}.body-metrics-cluster-label{display:block;font-size:.78rem;letter-spacing:.04em;text-transform:none;color:var(--text-muted)}.body-metrics-cluster-inline{display:flex;align-items:center;gap:12px;width:100%;max-width:320px}.body-metrics-cluster-inline>*{flex:1 1;min-width:0}.body-metrics-cluster-col-bmi{display:flex;flex-direction:column;gap:8px}.body-metrics-cluster-col-bmi .halwel-calculated-result{flex:1 1 auto;width:100%;max-width:none;min-height:0}.body-metrics-cluster-col-bmi .calculated-value-draft{height:100%}@media (max-width:640px){.body-metrics-cluster{grid-template-columns:minmax(0,1fr)}.body-metrics-cluster-col-bmi .halwel-calculated-result{min-height:173px}}.halwel-address-fields{display:flex;flex-direction:column;gap:18px}.halwel-address-row-2col{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:16px;gap:16px}.halwel-address-cell{display:flex;flex-direction:column;min-width:0}.halwel-address-autocomplete-shell{position:relative}.halwel-address-autocomplete-menu{position:absolute;top:100%;left:0;right:0;margin-top:6px;z-index:12;display:flex;flex-direction:column;background:var(--bg);border:1px solid var(--divider);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.32);max-height:280px;overflow-y:auto}.halwel-address-autocomplete-option{display:flex;flex-direction:column;gap:2px;padding:10px 14px;background:transparent;border:0;text-align:left;font:inherit;color:var(--text);cursor:pointer;transition:background-color .14s var(--ease)}.halwel-address-autocomplete-option:focus-visible,.halwel-address-autocomplete-option:hover{background:rgba(255,255,255,.08);outline:none}.halwel-address-autocomplete-primary{font-size:.95rem}.halwel-address-autocomplete-secondary{font-size:.8rem;color:var(--text-muted)}.halwel-address-country-static{display:flex;align-items:center;gap:10px;height:50px;padding:0 14px;border-radius:6px;background:rgba(255,255,255,.06);color:var(--text);font-size:.95rem}.halwel-address-helper{margin:0;font-size:.85rem;color:var(--text-muted);line-height:1.5}.halwel-address-helper.is-warning{color:var(--brand-gold)}@media (max-width:640px){.halwel-address-row-2col{grid-template-columns:minmax(0,1fr)}}.halwel-form-shell-footer-mobile{margin:32px auto var(--form-footer-bottom-gutter);max-width:var(--form-stage-max-width);padding-top:24px;border-top:1px solid var(--divider);display:flex;align-items:center;justify-content:space-between}.halwel-form-shell{--journey-x:-100%}.halwel-form-shell[data-journey-revealed=true]{--journey-x:0%}.halwel-form-shell-journey{position:fixed;left:0;top:0;bottom:0;width:var(--form-journey-width);background:var(--bg);border-right:1px solid var(--divider);transform:translateX(var(--journey-x));pointer-events:none;z-index:10;display:flex;flex-direction:column;overflow:hidden}.halwel-form-shell[data-journey-revealed=true] .halwel-form-shell-journey{pointer-events:auto}.halwel-form-shell-journey-inner{flex:1 1 auto;overflow-y:auto;padding:28px 24px}.halwel-form-shell-journey-backdrop{position:fixed;inset:0;background:rgba(0,0,0,0);border:0;padding:0;cursor:default;z-index:9;pointer-events:none;transition:background-color .24s var(--ease)}.halwel-form-shell[data-journey-revealed=true].halwel-form-shell[data-mobile=true] .halwel-form-shell-journey-backdrop{background:rgba(0,0,0,.45);pointer-events:auto;cursor:pointer}@media (max-width:767px){.halwel-form-shell-header{height:auto;min-height:var(--form-header-height);padding:12px var(--form-stage-padding-x-mobile);display:flex;flex-direction:column;gap:8px}.halwel-form-shell-header-brand{position:static;margin-left:44px}.halwel-form-shell-header-progress{padding:0}.halwel-form-shell-header-actions{position:static;transform:none;align-self:flex-end}.halwel-form-shell-stage-scroll{padding:calc(var(--form-header-height) + var(--form-stage-padding-y-mobile)) var(--form-stage-padding-x-mobile) var(--form-stage-padding-y-mobile);overflow-y:visible}.halwel-form-shell[data-has-system-banner=true] .halwel-form-shell-stage-scroll{padding-top:calc(var(--form-header-height) + 88px + var(--form-stage-padding-y-mobile))}.halwel-form-shell-stage{overflow:visible}.halwel-form-shell-mobile-question{display:block}.halwel-form-shell-journey{width:100%;max-width:360px}}:root{--container-max-width-tablet:1100px;--container-max-width-desktop:1440px;--page-padding-inline:16px;--section-space:48px}.page-shell{width:min(calc(100% - (var(--page-padding-inline) * 2)),var(--container-max-width-desktop));margin:0 auto}@media (min-width:768px){:root{--page-padding-inline:24px;--section-space:64px}.page-shell{width:min(calc(100% - (var(--page-padding-inline) * 2)),var(--container-max-width-tablet))}}@media (min-width:1280px){:root{--page-padding-inline:32px;--section-space:88px}.page-shell{width:min(calc(100% - (var(--page-padding-inline) * 2)),var(--container-max-width-desktop))}}.halwel-auth-page{box-sizing:border-box;color:var(--text)}.halwel-auth-frame,.halwel-auth-page{min-height:100vh;min-height:100dvh;background:var(--brand-deep)}.halwel-auth-frame{position:relative;overflow:hidden}.halwel-auth-bg{position:absolute;inset:0;z-index:0}.halwel-auth-bg-slide{position:absolute;inset:0;background-size:cover;background-position:50%;opacity:0;transform:scale(1.06);transition:opacity 1.1s ease,transform 7.5s ease;will-change:opacity,transform}.halwel-auth-bg-slide.is-active{opacity:1;transform:scale(1)}.halwel-auth-bg-scrim{position:absolute;inset:0;background:radial-gradient(120% 105% at 50% 42%,rgba(11,24,21,.26) 0,rgba(11,24,21,.6) 68%,rgba(11,24,21,.78) 100%),linear-gradient(0deg,rgba(11,24,21,.72) 0,transparent 34%);pointer-events:none}.halwel-auth-back-link{position:absolute;top:28px;right:28px;z-index:3;display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 18px;border-radius:999px;background:rgba(255,255,255,.06);border:1.5px solid rgba(255,255,255,.5);color:#ffffff;font-family:var(--font-display,"silenon",serif);font-size:.9rem;font-weight:400;letter-spacing:var(--font-display-tracking,.02em);text-decoration:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .18s ease,border-color .18s ease,transform .18s ease}.halwel-auth-back-link:hover{background:rgba(255,255,255,.12);border-color:#ffffff;transform:translateY(-1px)}.halwel-auth-back-link:hover .halwel-auth-back-arrow{transform:translateX(2px)}.halwel-auth-back-arrow{display:inline-block;transition:transform .18s ease}.halwel-auth-center{position:relative;z-index:2;min-height:calc(100vh - 28px);min-height:calc(100dvh - 28px);display:flex;align-items:center;justify-content:center;padding:88px 24px 96px}.halwel-auth-card{width:100%;max-width:452px;padding:38px 40px 34px;border-radius:20px;background:rgba(20,36,31,.82);border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 40px 90px rgba(0,0,0,.55);-webkit-backdrop-filter:blur(18px) saturate(1.1);backdrop-filter:blur(18px) saturate(1.1)}.halwel-auth-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px}.halwel-auth-wordmark{display:inline-flex;align-items:center;gap:8px;line-height:1}.halwel-auth-wordmark .halwel-auth-brand-dot{width:16px;height:16px}.halwel-auth-wordmark .halwel-auth-brand-wordmark{font-size:.95rem}.halwel-auth-card-portal{margin:0;font-family:var(--font-display,"silenon",serif);font-size:1rem;font-weight:400;letter-spacing:var(--font-display-tracking,.02em);color:var(--brand-gold,#c8b07a)}.halwel-auth-brand-dot{width:22px;height:22px;border-radius:999px;background:var(--brand-sky);flex-shrink:0}.halwel-auth-brand-wordmark{font-family:var(--font-display,"silenon",system-ui,sans-serif);font-size:1.24rem;font-weight:500;letter-spacing:.06em;color:#ffffff;text-transform:uppercase}.halwel-auth-form-wrap{width:100%}.halwel-auth-footerbar{position:absolute;z-index:3;left:0;right:0;bottom:0;display:flex;align-items:flex-end;justify-content:flex-start;padding:30px 34px;pointer-events:none}.halwel-auth-footerbar .halwel-carousel-dots{pointer-events:auto}@media (max-width:600px){.halwel-auth-card{padding:30px 24px 26px}.halwel-auth-center{padding:74px 16px 84px}.halwel-auth-footerbar{justify-content:center;padding:22px}.halwel-auth-back-link{top:18px;right:18px}}@media (prefers-reduced-motion:reduce){.halwel-auth-bg-slide{transition:opacity .3s ease;transform:none}.halwel-auth-bg-slide.is-active{transform:none}}.halwel-auth-title{font-family:var(--font-display,"Newsreader",Georgia,serif);font-size:2.4rem;font-weight:400;line-height:1.08;letter-spacing:-.005em;color:#ffffff;margin:0;text-transform:none}.halwel-auth-subtitle{font-family:var(--font-karla,"Karla",system-ui,sans-serif);font-size:.9375rem;color:rgba(255,255,255,.6);margin:12px 0 0;text-transform:none}.halwel-auth-subtitle-link{color:var(--brand-sky);text-decoration:underline;text-underline-offset:3px;background:none;border:none;padding:0;cursor:pointer;font:inherit;text-transform:none}.halwel-auth-subtitle-link:hover{color:#ffffff}.halwel-auth-form{display:flex;flex-direction:column;gap:14px;margin-top:28px}.halwel-auth-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.halwel-auth-form-aside{display:flex;justify-content:flex-end;margin-top:-4px;font-size:13px}@media (max-width:540px){.halwel-auth-row{grid-template-columns:1fr}}.halwel-auth-field{display:flex;flex-direction:column;gap:6px}.halwel-auth-label{font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--brand-sky)}.halwel-auth-input,.halwel-auth-label{font-family:var(--font-karla,"Karla",system-ui,sans-serif);font-weight:400}.halwel-auth-input{width:100%;height:50px;padding:0 16px;border-radius:var(--radius-sm);background:var(--bg-input);border:1px solid var(--border);color:#ffffff;font-size:.9375rem;transition:background .18s cubic-bezier(.22,1,.36,1),border-color .18s cubic-bezier(.22,1,.36,1),box-shadow .18s cubic-bezier(.22,1,.36,1)}.halwel-auth-input::placeholder{color:var(--text-dim)}.halwel-auth-input:focus{outline:none;background:var(--bg-input-focus);border-color:var(--brand-primary);box-shadow:0 0 0 3px rgba(74,208,209,.1)}.halwel-auth-error{border-radius:var(--radius-sm);background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);color:#fca5a5}.halwel-auth-error,.halwel-auth-notice{padding:12px 14px;font-size:.875rem;line-height:1.4}.halwel-auth-notice{border-radius:var(--radius-sm);background:rgba(74,208,209,.08);border:1px solid rgba(74,208,209,.2);color:rgba(255,255,255,.84)}.halwel-auth-submit{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:50px;border-radius:var(--radius-sm);background:var(--brand-action,#c36a3d);color:#ffffff;border:none;font-family:var(--font-display,"silenon",system-ui,sans-serif);font-size:.9375rem;font-weight:500;letter-spacing:.01em;cursor:pointer;margin-top:12px;text-transform:none;transition:background .18s cubic-bezier(.22,1,.36,1),transform .18s cubic-bezier(.22,1,.36,1),box-shadow .18s cubic-bezier(.22,1,.36,1)}.halwel-auth-submit:hover:not(:disabled){background:color-mix(in srgb,var(--brand-action,#c36a3d) 88%,#000);transform:translateY(-1px);box-shadow:0 8px 20px rgba(11,24,21,.35)}.halwel-auth-submit:active:not(:disabled){background:color-mix(in srgb,var(--brand-action,#c36a3d) 78%,#000);transform:translateY(0);box-shadow:0 3px 10px rgba(11,24,21,.28)}.halwel-auth-submit:disabled{opacity:.55;cursor:not-allowed}.halwel-auth-secondary{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:44px;margin-top:16px;border-radius:var(--radius-sm);background:transparent;border:1px solid var(--divider);color:rgba(255,255,255,.8);font-family:var(--font-karla,"Karla",system-ui,sans-serif);font-size:.875rem;font-weight:400;cursor:pointer;text-transform:none;transition:background .18s cubic-bezier(.22,1,.36,1),border-color .18s cubic-bezier(.22,1,.36,1),color .18s cubic-bezier(.22,1,.36,1)}.halwel-auth-secondary:hover{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.3);color:#ffffff}.halwel-auth-footer{margin-top:24px;text-align:center}.halwel-auth-footer-link{color:var(--brand-sky);text-decoration:none;font-size:.875rem;text-transform:none}.halwel-auth-footer-link:hover{color:#ffffff;text-decoration:underline;text-underline-offset:3px}.pdp-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-family:var(--font-display);font-size:14px;letter-spacing:.02em;color:var(--color-sage)}.pdp-breadcrumb a{color:var(--color-sage);text-decoration:none;font-weight:400;transition:color .2s ease}.pdp-breadcrumb a:hover{color:#f4efe6}.pdp-breadcrumb-current{color:#f4efe6;font-weight:400}.pdp-breadcrumb-sep{color:var(--color-sage);opacity:.7}.halwel-shell-page{min-height:100vh;background:var(--brand-deep);color:#ffffff}.halwel-shell{display:grid;height:100vh;height:100dvh;overflow:hidden;grid-template-columns:var(--shell-sidenav-width) minmax(0,1fr);grid-template-rows:var(--shell-topnav-height) minmax(0,1fr);grid-template-areas:"brand   topnav" "sidenav stage"}.halwel-shell-brand{grid-area:brand;gap:10px;padding:0 24px 0 27px;border-right:1px solid var(--divider)}.halwel-shell-brand,.halwel-shell-topnav{display:flex;align-items:center;border-bottom:1px solid var(--divider);min-width:0}.halwel-shell-topnav{grid-area:topnav;justify-content:space-between;gap:24px;padding:0 32px}.halwel-shell-subheader{display:none}.halwel-shell-subheader-title{font-size:1.18rem;line-height:1.1;font-weight:600;letter-spacing:-.015em;color:#ffffff;white-space:nowrap}.halwel-shell-sidenav{grid-area:sidenav;display:flex;flex-direction:column;border-right:1px solid var(--divider);min-width:0;min-height:0}.halwel-shell-sidenav-content{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:24px;padding:28px 24px 28px 27px;scrollbar-width:none}.halwel-shell-sidenav-content::-webkit-scrollbar{width:0;height:0}.halwel-scroll-fade{--scroll-fade-top:0px;--scroll-fade-bottom:0px;overflow-y:auto;scrollbar-width:none;-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 var(--scroll-fade-top),#000 calc(100% - var(--scroll-fade-bottom)),transparent 100%);mask-image:linear-gradient(to bottom,transparent 0,#000 var(--scroll-fade-top),#000 calc(100% - var(--scroll-fade-bottom)),transparent 100%)}.halwel-scroll-fade::-webkit-scrollbar{width:0;height:0}.halwel-shell-sidenav-footer{flex:0 0 var(--shell-topnav-height);height:var(--shell-topnav-height);display:flex;align-items:center;padding:0 24px 0 27px;border-top:1px solid var(--divider)}.halwel-shell-stage{grid-area:stage;display:flex;flex-direction:column;overflow-y:auto;scrollbar-gutter:stable;min-height:0}.halwel-shell-stage-content{flex:1 0 auto;padding:32px 40px 64px}.halwel-shell-stage-footer{flex:0 0 var(--shell-topnav-height);height:var(--shell-topnav-height);display:flex;align-items:center;padding:0 40px;border-top:1px solid var(--divider)}@media (max-width:1279px){.halwel-shell{grid-template-columns:minmax(0,1fr);grid-template-rows:var(--shell-topnav-height) auto minmax(0,1fr);grid-template-areas:"topnav" "subheader" "stage";height:auto;min-height:100vh;overflow:visible}.halwel-shell-brand,.halwel-shell-sidenav{display:none}.halwel-shell-subheader{grid-area:subheader;display:flex;align-items:center;gap:16px;min-width:0;padding:14px 20px;border-bottom:1px solid var(--divider)}.halwel-shell-stage{overflow-y:visible}.halwel-shell-stage-content{padding:24px 20px 48px}.halwel-shell-stage-footer,.halwel-shell-topnav{padding:0 20px}}@media (max-width:640px){.halwel-shell-stage-content{padding:20px 14px 40px}.halwel-shell-stage-footer,.halwel-shell-subheader,.halwel-shell-topnav{padding-left:14px;padding-right:14px}}.halwel-shell-brand-dot{width:34px;height:34px;border-radius:999px;background:var(--brand-sky);flex-shrink:0}.halwel-shell-brand-wordmark{font-size:1.6rem;line-height:1;font-weight:500;font-family:var(--font-display,"silenon",system-ui,sans-serif);letter-spacing:.06em;text-transform:uppercase;color:#ffffff}.halwel-shell-brand-suffix{font-size:1.2rem;line-height:1;font-weight:400;letter-spacing:-.02em;text-transform:none;color:rgba(255,255,255,.55);margin-left:2px}