.ard-shell{
  --ard-shell-gold:#d3941a;
  --ard-shell-gold-light:#f0bf5e;
  --ard-shell-gold-dark:#a8720f;
  --ard-shell-ink:#111318;
  --ard-shell-coal:#17191e;
  --ard-shell-panel:#1d2129;
  --ard-shell-panel-line:#353b46;
  --ard-shell-paper:#f7f2e9;
  --ard-shell-ivory:#fffaf2;
  --ard-shell-sand:#eee7da;
  --ard-shell-line:#ded4c1;
  --ard-shell-muted:#626975;
  --ard-shell-muted-dark:#c2c6ce;
  --ard-shell-radius:6px;
  --ard-shell-shadow:0 16px 42px rgba(38,28,10,.12);
  position:relative;
  isolation:isolate;
  width:100%;
  max-width:100vw;
  margin-inline:calc(50% - 50vw);
  overflow-x:clip;
  background:var(--ard-shell-paper);
  color:var(--ard-shell-ink);
}.ard-shell{box-sizing:border-box}.ard-shell *{box-sizing:border-box}.ard-shell *::before{box-sizing:border-box}.ard-shell *::after{box-sizing:border-box}.ard-shell ::selection{background:var(--ard-shell-gold);color:#171006}.ard-shell a:not(.ins-btn){color:inherit;transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease,border-color .22s ease,color .22s ease}.ard-shell a:not(.ins-btn):focus-visible{outline:3px solid var(--ard-shell-gold-light);outline-offset:3px}.ard-shell button:focus-visible{outline:3px solid var(--ard-shell-gold-light);outline-offset:3px}.ard-shell summary:focus-visible{outline:3px solid var(--ard-shell-gold-light);outline-offset:3px}.ard-shell input:focus-visible{outline:3px solid var(--ard-shell-gold-light);outline-offset:3px}.ard-shell textarea:focus-visible{outline:3px solid var(--ard-shell-gold-light);outline-offset:3px}.ard-shell select:focus-visible{outline:3px solid var(--ard-shell-gold-light);outline-offset:3px}.ard-shell img{display:block;max-width:100%;height:auto}.ard-shell h1{margin:0;color:inherit;line-height:1.08}.ard-shell h2{margin:0;color:inherit;line-height:1.08}.ard-shell h3{margin:0;color:inherit;line-height:1.08}.ard-shell h4{margin:0;color:inherit;line-height:1.08}.ard-shell p{margin:0}.ard-shell ul{margin:0;padding:0}.ard-shell ol{margin:0;padding:0}.ard-shell__inner{width:100%;max-width:1200px;margin:0 auto;padding:clamp(56px,6vw,82px) 24px}.ard-shell__inner--wide{max-width:1280px}.ard-shell__inner--narrow{max-width:900px}.ard-shell__section{background:var(--ard-shell-paper);color:var(--ard-shell-ink)}.ard-shell__section--ivory{background:var(--ard-shell-ivory)}.ard-shell__section--sand{background:var(--ard-shell-sand)}.ard-shell__section--dark{background:var(--ard-shell-coal);color:#fff}.ard-shell__section--ink{background:var(--ard-shell-ink);color:#fff}.ard-shell__section--gold{background:var(--ard-shell-gold);color:#171006}.ard-shell__section--tight .ard-shell__inner{padding-block:clamp(34px,4vw,54px)}.ard-shell__eyebrow{display:block;margin:0 0 14px;color:var(--ard-shell-gold-dark);font-size:12px;font-weight:900;letter-spacing:.18em;line-height:1.3;text-transform:uppercase}.ard-shell__kicker{display:block;margin:0 0 14px;color:var(--ard-shell-gold-dark);font-size:12px;font-weight:900;letter-spacing:.18em;line-height:1.3;text-transform:uppercase}.ard-shell__eyebrow--light{color:var(--ard-shell-gold-light)}.ard-shell__kicker--light{color:var(--ard-shell-gold-light)}.ard-shell__lead{max-width:760px;color:var(--ard-shell-muted);font-size:18px;line-height:1.75}.ard-shell__section--dark .ard-shell__lead{color:var(--ard-shell-muted-dark)}.ard-shell__section--ink .ard-shell__lead{color:var(--ard-shell-muted-dark)}.ard-shell__subtle{color:var(--ard-shell-muted);font-size:14px;line-height:1.65}.ard-shell__rule{width:64px;height:4px;margin:18px 0 24px;background:var(--ard-shell-gold)}.ard-shell__hero{
  position:relative;
  display:flex;
  align-items:flex-end;
  min-height:clamp(440px,62vw,720px);
  color:#fff;
  background:
    radial-gradient(circle at 82% 18%,rgba(211,148,26,.22),transparent 34%),
    linear-gradient(125deg,#101217 0%,#272b33 100%);
}.ard-shell__hero--image{
  background-image:
    linear-gradient(90deg,rgba(10,11,14,.9) 0%,rgba(10,11,14,.7) 48%,rgba(10,11,14,.16) 100%),
    var(--ard-shell-hero-image,none);
  background-position:center;
  background-size:cover;
}.ard-shell__hero::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(0deg,rgba(7,8,10,.64),transparent 55%)}.ard-shell__hero>.ard-shell__inner{position:relative;z-index:1;width:100%}.ard-shell__hero-copy{max-width:820px}.ard-shell__hero h1{max-width:900px;text-wrap:balance}.ard-shell__hero .ard-shell__lead{max-width:760px;margin-top:22px;color:#e4e5e8}.ard-shell__hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.ard-shell__section h2{;text-wrap:balance}.ard-shell__section-heading{max-width:820px;margin-bottom:30px}.ard-shell__section-heading--split{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.ard-shell__section-heading--split>*{margin-bottom:0}.ard-shell__center{text-align:center}.ard-shell__center .ard-shell__lead{margin-inline:auto}.ard-shell__center .ard-shell__rule{margin-inline:auto}.ard-shell__stack{display:flex;flex-direction:column;gap:18px}.ard-shell__actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.ard-shell__actions--end{justify-content:flex-end}.ard-shell__grid{display:grid;gap:18px}.ard-shell__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.ard-shell__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.ard-shell__grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.ard-shell__grid--auto{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr))}.ard-shell__grid--split{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:clamp(34px,6vw,78px);align-items:center}.ard-shell__span-2{grid-column:span 2}.ard-shell .ard-shell__button--full{width:100%;}.ard-shell__card{
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:100%;
  padding:28px;
  border:1px solid var(--ard-shell-line);
  border-top:4px solid var(--ard-shell-ink);
  border-radius:var(--ard-shell-radius);
  background:var(--ard-shell-ivory);
  color:var(--ard-shell-ink);
  box-shadow:0 8px 24px rgba(38,28,10,.04);
}.ard-shell__card--dark{border-color:var(--ard-shell-panel-line);border-top-color:var(--ard-shell-gold);background:var(--ard-shell-panel);color:#fff}.ard-shell__card--light{background:#fff}.ard-shell__card--accent{border-top-color:var(--ard-shell-gold)}.ard-shell__card--linked{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.ard-shell__card--linked:hover{transform:translateY(-4px);border-color:var(--ard-shell-gold);box-shadow:var(--ard-shell-shadow)}.ard-shell__card-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:rgba(211,148,26,.16);color:var(--ard-shell-gold-dark);font-size:22px;font-weight:900}.ard-shell__card--dark .ard-shell__card-icon{color:var(--ard-shell-gold-light)}.ard-shell__card-title{margin-top:20px!important}.ard-shell__card-copy{margin-top:10px;color:var(--ard-shell-muted);line-height:1.7}.ard-shell__card--dark .ard-shell__card-copy{color:var(--ard-shell-muted-dark)}.ard-shell__card-link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:20px;color:var(--ard-shell-gold-dark);font-weight:900;text-decoration:none!important}.ard-shell__card--dark .ard-shell__card-link{color:var(--ard-shell-gold-light)}.ard-shell__list{display:grid;gap:10px;list-style:none}.ard-shell__list li{position:relative;padding-inline-start:24px;color:var(--ard-shell-muted);line-height:1.65}.ard-shell__section--dark .ard-shell__list li{color:var(--ard-shell-muted-dark)}.ard-shell__section--ink .ard-shell__list li{color:var(--ard-shell-muted-dark)}.ard-shell__list li::before{content:"";position:absolute;top:.7em;left:2px;width:9px;height:9px;border-radius:50%;background:var(--ard-shell-gold)}.ard-shell__media{position:relative;overflow:hidden;border-radius:var(--ard-shell-radius);background:#242830}.ard-shell__media img{width:100%;aspect-ratio:16/10;object-fit:cover}.ard-shell__media--square img{aspect-ratio:1/1}.ard-shell__media--portrait img{aspect-ratio:4/5}.ard-shell__media--contain img{object-fit:contain;background:#f0ece4}.ard-shell__badge{position:absolute;right:16px;bottom:16px;max-width:calc(100% - 32px);padding:10px 14px;background:rgba(17,19,24,.9);color:#fff;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ard-shell__quote{position:relative;padding:30px 28px;border:1px solid var(--ard-shell-line);border-left:4px solid var(--ard-shell-gold);background:#fff;color:#4f535b}.ard-shell__quote::before{content:"“";position:absolute;top:4px;left:16px;color:rgba(211,148,26,.3);font-size:68px;font-weight:900;line-height:1}.ard-shell__quote p{position:relative;z-index:1;font-size:17px;line-height:1.75}.ard-shell__quote cite{display:block;margin-top:16px;color:var(--ard-shell-gold-dark);font-size:14px;font-style:normal;font-weight:900}.ard-shell__notice{padding:18px 20px;border:1px solid rgba(211,148,26,.45);border-left:4px solid var(--ard-shell-gold);background:#fff7e7;color:#4e4538}.ard-shell__notice--dark{background:#242830;color:#e5e7eb;border-color:var(--ard-shell-panel-line);border-left-color:var(--ard-shell-gold)}.ard-shell__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--ard-shell-line)}.ard-shell__stat{padding:24px 20px;background:var(--ard-shell-ivory)}.ard-shell__stat-number{display:block;color:var(--ard-shell-gold-dark);font-size:clamp(28px,4vw,46px);font-weight:900;letter-spacing:-.04em;line-height:1}.ard-shell__stat-label{display:block;margin-top:8px;color:var(--ard-shell-muted);font-size:13px;font-weight:750}.ard-shell__steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;counter-reset:ard-shell-step}.ard-shell__step{position:relative;padding:26px 22px;border-top:3px solid var(--ard-shell-gold);background:var(--ard-shell-ivory);color:var(--ard-shell-ink)}.ard-shell__step-number{display:grid;place-items:center;width:34px;height:34px;margin-bottom:18px;border-radius:50%;background:var(--ard-shell-ink);color:#fff;font-size:13px;font-weight:900}.ard-shell__step p{margin-top:9px;color:var(--ard-shell-muted);line-height:1.65}.ard-shell__links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.ard-shell__links a:not(.ins-btn){display:flex;align-items:center;min-height:54px;padding:13px 16px;border:1px solid var(--ard-shell-line);background:#fff;color:var(--ard-shell-ink);font-weight:800;text-decoration:none!important}.ard-shell__links a:not(.ins-btn):hover{transform:translateY(-2px);border-color:var(--ard-shell-gold);background:var(--ard-shell-ivory)}.ard-shell__table-wrap{overflow-x:auto;border:1px solid var(--ard-shell-line);-webkit-overflow-scrolling:touch}.ard-shell .ard-shell__table{width:100%;min-width:680px;border-collapse:collapse;background:#fff}.ard-shell .ard-shell__table th{padding:17px 18px;border:1px solid var(--ard-shell-line);text-align:left;vertical-align:top;line-height:1.55}.ard-shell .ard-shell__table td{padding:17px 18px;border:1px solid var(--ard-shell-line);text-align:left;vertical-align:top;line-height:1.55}.ard-shell .ard-shell__table th{background:var(--ard-shell-coal);color:#fff;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.ard-shell .ard-shell__table td:first-child{color:var(--ard-shell-gold-dark);font-weight:900}.ard-shell__form{padding:28px;border:1px solid var(--ard-shell-line);background:#fff;border-radius:var(--ard-shell-radius)}.ard-shell__form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ard-shell__field{display:grid;gap:7px}.ard-shell__field--full{grid-column:1/-1}.ard-shell__field label{color:var(--ard-shell-ink);font-size:13px;font-weight:900}.ard-shell__input{width:100%;border:1px solid #cfc5b4;border-radius:4px;background:#fff;color:var(--ard-shell-ink);font:inherit;font-size:16px;line-height:1.4}.ard-shell__textarea{width:100%;border:1px solid #cfc5b4;border-radius:4px;background:#fff;color:var(--ard-shell-ink);font:inherit;font-size:16px;line-height:1.4}.ard-shell__select{width:100%;border:1px solid #cfc5b4;border-radius:4px;background:#fff;color:var(--ard-shell-ink);font:inherit;font-size:16px;line-height:1.4}.ard-shell__input{min-height:50px;padding:12px 14px}.ard-shell__select{min-height:50px;padding:12px 14px}.ard-shell__textarea{min-height:130px;padding:13px 14px;resize:vertical}.ard-shell__input::placeholder{color:#7d8086}.ard-shell__textarea::placeholder{color:#7d8086}.ard-shell__input:focus{border-color:var(--ard-shell-gold-dark);box-shadow:0 0 0 3px rgba(211,148,26,.16);outline:0}.ard-shell__textarea:focus{border-color:var(--ard-shell-gold-dark);box-shadow:0 0 0 3px rgba(211,148,26,.16);outline:0}.ard-shell__select:focus{border-color:var(--ard-shell-gold-dark);box-shadow:0 0 0 3px rgba(211,148,26,.16);outline:0}.ard-shell__check{display:flex;align-items:flex-start;gap:10px;color:var(--ard-shell-muted);font-size:13px;line-height:1.55}.ard-shell__check input{flex:0 0 auto;margin-top:4px;accent-color:var(--ard-shell-gold-dark)}.ard-shell__error{color:#a02121;font-size:13px;font-weight:750}.ard-shell__cta{background:linear-gradient(118deg,#111318 0%,#2a2f38 100%);color:#fff}.ard-shell__cta .ard-shell__inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.ard-shell__cta-copy{max-width:760px}.ard-shell__cta p{margin-top:14px;color:var(--ard-shell-muted-dark);font-size:17px;line-height:1.7}.ard-shell__cta-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:12px}.ard-shell__dock{display:none}body:has(.ard-shell) #banner-area{display:none!important}body:has(.ard-shell) .banner-area{display:none!important}body:has(.ard-shell) .page-banner{display:none!important}body:has(.ard-shell) .breadcrumb-area{display:none!important}body:has(.ard-shell) .ts-breadcrumb{display:none!important}body:has(.ard-shell) .page-title-banner{display:none!important}body:has(.ard-shell) .entry-title{display:none!important}body:has(.ard-shell) .page-title{display:none!important}body:has(.ard-shell) .post-meta{display:none!important}body:has(.ard-shell) .post-edit-link{display:none!important}body:has(.ard-shell) .edit-link{display:none!important}body:has(.ard-shell) .entry-thumbnail{display:none!important}body:has(.ard-shell) .entry-footer{display:none!important}body:has(.ard-shell) .main-container{margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}body:has(.ard-shell) .content-area{margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}body:has(.ard-shell) .site-main{margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}body:has(.ard-shell) .page-content{margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}body:has(.ard-shell) .entry-content>p:empty{display:none!important;height:0!important;margin:0!important;padding:0!important;line-height:0!important}body:has(.ard-shell) .entry-content>p:has(>br:only-child){display:none!important;height:0!important;margin:0!important;padding:0!important;line-height:0!important}body:has(.ard-shell) .entry-content>br{display:none!important;height:0!important;margin:0!important;padding:0!important;line-height:0!important}body:has(.ard-shell) .post-body>p:empty{display:none!important;height:0!important;margin:0!important;padding:0!important;line-height:0!important}body:has(.ard-shell) .post-body>p:has(>br:only-child){display:none!important;height:0!important;margin:0!important;padding:0!important;line-height:0!important}body:has(.ard-shell) .post-body>br{display:none!important;height:0!important;margin:0!important;padding:0!important;line-height:0!important}.ard-shell>p:empty{display:none!important;height:0!important;margin:0!important;padding:0!important;line-height:0!important}.ard-shell>p:has(>br:only-child){display:none!important;height:0!important;margin:0!important;padding:0!important;line-height:0!important}.ard-shell>br{display:none!important;height:0!important;margin:0!important;padding:0!important;line-height:0!important}

@media(max-width:980px){.ard-shell__grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.ard-shell__steps{grid-template-columns:repeat(2,minmax(0,1fr))}.ard-shell__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.ard-shell__links{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.ard-shell__grid--split{grid-template-columns:1fr;gap:28px}.ard-shell__cta .ard-shell__inner{align-items:flex-start;flex-direction:column}}
@media(max-width:680px){.ard-shell__inner{padding-inline:18px}.ard-shell__hero{min-height:520px}.ard-shell__hero-actions{align-items:stretch;flex-direction:column}.ard-shell__actions{align-items:stretch;flex-direction:column}.ard-shell__hero-actions .ard-shell__button{width:100%;}.ard-shell__actions .ard-shell__button{width:100%;}.ard-shell__cta-actions .ard-shell__button{width:100%;}.ard-shell__grid--2{grid-template-columns:1fr}.ard-shell__grid--3{grid-template-columns:1fr}.ard-shell__grid--4{grid-template-columns:1fr}.ard-shell__stats{grid-template-columns:1fr}.ard-shell__steps{grid-template-columns:1fr}.ard-shell__links{grid-template-columns:1fr}.ard-shell__form-grid{grid-template-columns:1fr}.ard-shell__span-2{grid-column:auto}.ard-shell__field--full{grid-column:auto}.ard-shell__section-heading--split{align-items:flex-start;flex-direction:column}.ard-shell__card{padding:22px 18px}.ard-shell__form{padding:22px 18px}.ard-shell__table-wrap{border-inline:0}.ard-shell .ard-shell__table--stacked{display:block;min-width:0}.ard-shell .ard-shell__table--stacked thead{display:none}.ard-shell .ard-shell__table--stacked tbody{display:block;width:100%}.ard-shell .ard-shell__table--stacked tr{display:block;width:100%}.ard-shell .ard-shell__table--stacked td{display:block;width:100%}.ard-shell .ard-shell__table--stacked tr{padding:10px 0;border-bottom:1px solid var(--ard-shell-line)}.ard-shell .ard-shell__table--stacked tr:last-child{border-bottom:0}.ard-shell .ard-shell__table--stacked td{display:flex;gap:12px;padding:7px 16px;border:0}.ard-shell .ard-shell__table--stacked td::before{content:attr(data-label);flex:0 0 38%;color:var(--ard-shell-gold-dark);font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.ard-shell .ard-shell__table--stacked td:first-child{color:inherit}.ard-shell__cta-actions{width:100%;flex-direction:column}.ard-shell__dock{
    position:fixed;
    z-index:9999;
    right:0;
    bottom:0;
    left:0;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    padding-bottom:env(safe-area-inset-bottom,0px);
    background:#090b0f;
  }.ard-shell__dock-link{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:56px;
    padding:12px;
    border:0;
    border-radius:0;
    font-size:14px;
    font-weight:900;
    text-align:center;
    text-decoration:none!important;
  }.ard-shell__dock-link--gold{background:#e0a428;color:#161006}.ard-shell__dock-link--light{background:#f5efe4;color:#111318}body:has(.ard-shell__dock){padding-bottom:calc(56px + env(safe-area-inset-bottom,0px))}}
@media(prefers-reduced-motion:reduce){.ard-shell a:not(.ins-btn){transition:none!important}}.ard-shell__section--white{background:#fff}.ard-shell__section--tech{
  position:relative;
  overflow:hidden;
  background:#050609;
  color:#fff;
}.ard-shell__section--tech::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:72px 72px;
  opacity:.5;
}.ard-shell__section--tech::after{
  content:"";
  position:absolute;
  right:-170px;
  top:-240px;
  width:620px;
  height:620px;
  pointer-events:none;
  border-radius:50%;
  background:radial-gradient(circle,rgba(196,131,17,.26),rgba(196,131,17,0) 68%);
}.ard-shell__hero--tech{
  min-height:clamp(560px,64vw,760px);
  background:#050609;
}.ard-shell__hero--tech::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:72px 72px;
  opacity:.5;
}.ard-shell__hero--tech::after{
  background:
    linear-gradient(0deg,rgba(7,8,10,.7),transparent 58%),
    radial-gradient(circle at 82% 18%,rgba(211,148,26,.24),transparent 34%);
}.ard-shell__hero-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,500px),1fr));gap:clamp(42px,7vw,92px);align-items:center}.ard-shell__hero-prompt{display:inline-flex;align-items:center;gap:11px;margin-bottom:26px;padding:9px 14px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.045);color:#f1f2f4;font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.ard-shell__hero-prompt::before{content:"";width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:var(--ard-shell-gold);box-shadow:0 0 0 6px rgba(196,131,17,.16)}.ard-shell__hero-panel{position:relative;width:min(92%,560px);margin-inline:auto;padding:clamp(28px,4vw,46px);border:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,rgba(30,33,40,.96),rgba(12,14,18,.97));box-shadow:0 34px 90px rgba(0,0,0,.48)}.ard-shell__hero-panel-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.ard-shell__hero-panel-kicker{color:#9aa1ad;font-size:11px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.ard-shell__hero-panel-title{margin-top:6px;color:#fff;font-size:25px;font-weight:800;letter-spacing:-.025em}.ard-shell__hero-panel-check{display:grid;place-items:center;width:48px;height:48px;flex:0 0 auto;border-radius:50%;background:var(--ard-shell-gold);color:#fff;font-size:23px;font-weight:900}.ard-shell__hero-panel-list{display:grid;gap:13px;margin-top:22px}.ard-shell__hero-panel-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;background:rgba(255,255,255,.045);color:#eef0f3;font-weight:700}.ard-shell__hero-panel-row span:last-child{color:#cbd0d8;font-size:13px}.ard-shell__hero-panel-row--active{background:rgba(196,131,17,.16);border-left:3px solid var(--ard-shell-gold);color:#fff}.ard-shell__hero-panel-row--active span:last-child{color:#fff}.ard-shell__hero-panel-note{margin:22px 0 0;color:#aeb4be;font-size:14px;line-height:1.65}.ard-shell__feature-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));margin-top:clamp(48px,7vw,82px);border:1px solid rgba(255,255,255,.1);background:rgba(16,18,23,.86)}.ard-shell__feature{padding:23px 24px;border-bottom:2px solid #343840}.ard-shell__feature--hot{border-bottom-color:var(--ard-shell-gold)}.ard-shell__feature-title{color:#fff;font-size:16px;font-weight:800}.ard-shell__feature-copy{margin-top:6px;color:#9aa1ad;font-size:13px}.ard-shell__tile{padding:23px 25px;border:1px solid var(--ard-shell-line);background:#fff}.ard-shell__tile--hot{border-top:4px solid var(--ard-shell-gold)}.ard-shell__tile--ink{border-top:4px solid var(--ard-shell-ink)}.ard-shell__tile-number{color:var(--ard-shell-gold-dark);font-size:13px;font-weight:900;letter-spacing:.08em}.ard-shell__tile-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.ard-shell__tile-title{margin:0!important;color:#111!important;font-size:21px!important}.ard-shell__tile-code{color:var(--ard-shell-gold-dark);font-size:13px;font-weight:900}.ard-shell__tile-copy{margin:10px 0 0;color:#625d55;line-height:1.7}.ard-shell__process-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,440px),1fr));gap:clamp(40px,7vw,90px);align-items:start}.ard-shell__process-intro{padding:28px;border:1px solid var(--ard-shell-line);background:#fff;box-shadow:14px 14px 0 #e8dec9}.ard-shell__process-intro-title{color:#101216;font-size:21px;font-weight:850}.ard-shell__process-intro-list{margin:18px 0 0;padding-left:20px;color:#5c636e;line-height:1.85}.ard-shell__process-list{position:relative;display:grid;gap:16px;padding-left:24px}.ard-shell__process-list::before{content:"";position:absolute;left:45px;top:24px;bottom:24px;width:2px;background:#d7c7aa}.ard-shell__process-card{position:relative;display:grid;grid-template-columns:46px 1fr;gap:18px;align-items:start;padding:24px;border:1px solid var(--ard-shell-line);background:#fff}.ard-shell__process-card--dark{border-color:#101216;background:#101216;color:#fff}.ard-shell__process-index{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--ard-shell-gold);color:#fff;font-size:14px;font-weight:850}.ard-shell__process-card--dark .ard-shell__process-index{background:var(--ard-shell-gold)}.ard-shell__process-card:not(.ard-shell__process-card--dark) .ard-shell__process-index--muted{background:#23262d}.ard-shell__process-title{margin:1px 0 7px!important;font-size:21px!important}.ard-shell__process-copy{margin:0;color:var(--ard-shell-muted);line-height:1.65}.ard-shell__process-card--dark .ard-shell__process-copy{color:var(--ard-shell-muted-dark)}.ard-shell__process-card--dark .ard-shell__process-title{color:#fff}.ard-shell__matrix-wrap{overflow-x:auto;border:1px solid #dccba9;-webkit-overflow-scrolling:touch}.ard-shell__matrix{display:grid;min-width:760px;gap:1px;background:#dccba9;box-shadow:0 24px 60px rgba(56,41,17,.08)}.ard-shell__matrix-row{display:grid;grid-template-columns:minmax(150px,.7fr) minmax(260px,1.3fr) minmax(260px,1.5fr);gap:1px;background:#dccba9}.ard-shell__matrix-row--head{background:var(--ard-shell-coal);color:#fff;font-size:13px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.ard-shell__matrix-cell{padding:22px 20px;background:#fff;color:#5e584f;line-height:1.65}.ard-shell__matrix-row--head .ard-shell__matrix-cell{padding:17px 20px;background:transparent;color:#fff}.ard-shell__matrix-cell--label{background:var(--ard-shell-ivory);color:var(--ard-shell-gold-dark);font-weight:900}.ard-shell__dark-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.ard-shell__dark-card{padding:27px;border:1px solid #383c44;background:#202329;color:#fff}.ard-shell__dark-card--featured{border-color:#5a451f;background:linear-gradient(145deg,rgba(196,131,17,.22),rgba(196,131,17,.07))}.ard-shell__dark-number{color:var(--ard-shell-gold-light);font-size:12px;font-weight:900}.ard-shell__dark-card-title{margin:17px 0 9px!important;color:#fff!important;font-size:21px!important}.ard-shell__dark-card-copy{margin:0;color:#abb1ba;line-height:1.65}.ard-shell__detail-list{display:grid;gap:13px}.ard-shell__detail-row{padding:14px 16px;background:#191c22;color:#d4d7dc}.ard-shell__bar-note{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:22px;padding:28px 30px;border-left:4px solid var(--ard-shell-gold);background:#101216;color:#fff;box-shadow:18px 18px 0 #eadfc9}.ard-shell__bar-note-copy{max-width:760px}.ard-shell__bar-note-title{font-size:22px;font-weight:850;line-height:1.45}.ard-shell__bar-note-text{margin-top:7px;color:#b9bec7;line-height:1.6}.ard-shell__proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;border:1px solid #d7c39e;background:#d7c39e}.ard-shell__proof-card{padding:28px;background:#fff}.ard-shell__proof-number{color:var(--ard-shell-gold-dark);font-size:38px;font-weight:900;line-height:1}.ard-shell__proof-title{margin:15px 0 9px!important;font-size:21px!important}.ard-shell__proof-copy{margin:0;color:#68635b;line-height:1.65}.ard-shell__gallery{display:grid;grid-auto-flow:column;grid-auto-columns:min(82vw,560px);gap:18px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;padding:4px 4px 22px;scrollbar-color:var(--ard-shell-gold) #292c32;scrollbar-width:thin}.ard-shell__gallery-card{scroll-snap-align:start;overflow:hidden;border:1px solid var(--ard-shell-panel-line);background:var(--ard-shell-panel)}.ard-shell__gallery-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.ard-shell__gallery-copy{padding:24px 25px}.ard-shell__gallery-copy h3{margin:0 0 8px!important;color:#fff!important;}.ard-shell__gallery-copy p{margin:0;color:#abb1bb;line-height:1.65}.ard-shell__chips{display:flex;flex-wrap:wrap;gap:12px}.ard-shell__chip{display:inline-flex;align-items:center;justify-content:center;min-width:128px;min-height:54px;padding:14px 20px;border:1px solid #343842;background:#14171d;color:#fff;font-size:18px;font-weight:850;text-align:center;text-decoration:none!important}.ard-shell__chip:hover{transform:translateY(-3px);border-color:var(--ard-shell-gold);background:#1d2028}.ard-shell__chip--active{border-color:var(--ard-shell-gold);background:var(--ard-shell-gold);color:#171006}.ard-shell__chip--muted{color:#d7c7aa;font-weight:750}.ard-shell__booking-list{display:grid;gap:13px}.ard-shell__booking-item{padding:14px 16px;border:1px solid #30343d;background:var(--ard-shell-panel);color:#e4e6ea}.ard-shell__booking-item strong{color:#fff}.ard-shell__decor{position:absolute;pointer-events:none}.ard-shell__decor--bar{width:36%;height:8px;background:linear-gradient(90deg,var(--ard-shell-gold-dark),var(--ard-shell-gold-light))}.ard-shell__decor--ring{border:1px solid rgba(196,131,17,.22);border-radius:50%;box-shadow:0 0 0 75px rgba(196,131,17,.055),0 0 0 150px rgba(196,131,17,.028)}.ard-shell__decor--dots{width:150px;height:150px;background:radial-gradient(circle,var(--ard-shell-gold-dark) 1.5px,transparent 2px);background-size:15px 15px;opacity:.17}

@media(max-width:820px){.ard-shell__proof-grid{grid-template-columns:1fr}.ard-shell__process-list{padding-left:0}.ard-shell__process-list::before{left:21px}}
@media(max-width:680px){.ard-shell__hero--tech{min-height:520px}.ard-shell__hero-grid{grid-template-columns:1fr}.ard-shell__process-layout{grid-template-columns:1fr}.ard-shell__hero-panel{width:100%}.ard-shell__feature-strip{grid-template-columns:1fr;margin-top:48px}.ard-shell__matrix-wrap{border-inline:0}.ard-shell__gallery{grid-auto-columns:88vw}.ard-shell__bar-note{align-items:stretch;flex-direction:column;padding:22px 18px}.ard-shell__dark-grid{grid-template-columns:1fr}.ard-shell__chips{gap:8px}.ard-shell__chip{min-width:calc(50% - 4px);font-size:16px}}.ard-shell .ard-shell__button{position:relative;}.ard-shell .ard-shell__button--shine{position:relative;}
@media(prefers-reduced-motion:reduce){}.ard-shell__dark-card--featured{
  border-color:#7b5a22;
  background:
    linear-gradient(145deg,rgba(196,131,17,.28),rgba(196,131,17,.08)),
    var(--ard-shell-panel);
  color:#fff;
}.ard-shell__hero--service h1{
  max-width:780px;
}
@media(max-width:680px){.ard-shell__hero--service{min-height:520px}}.ard-shell .ard-shell__card-title{
  margin:0 0 10px!important;
  line-height:1.22!important;
}.ard-shell .ard-shell__card > .ard-shell__eyebrow + .ard-shell__card-title{
  margin-top:17px!important;
}.ard-shell .ard-shell__card > .ard-shell__tile-number + .ard-shell__card-title{
  margin-top:17px!important;
}.ard-shell .ard-shell__card-copy{margin:0!important}.ard-shell .ard-shell__tile-title{
  margin:10px 0 8px!important;
  line-height:1.24!important;
}.ard-shell .ard-shell__tile-copy{margin:0!important}.ard-shell .ard-shell__card--dark .ard-shell__lead{
  color:var(--ard-shell-muted-dark)!important;
}.ard-shell .ard-shell__card--dark .ard-shell__subtle{
  color:var(--ard-shell-muted-dark)!important;
}.ard-shell__section--tech>.ard-shell__inner{position:relative;z-index:1}.ard-shell__section--tech .ard-shell__lead{color:var(--ard-shell-muted-dark)}.ard-shell__section--tech .ard-shell__subtle{color:var(--ard-shell-muted-dark)}body:has(.ard-shell) #banner-area{display:none!important}body:has(.ard-shell) .entry-content > .ard-shell{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}.ard-shell__grid--split > .ard-shell__links{
  grid-template-columns:repeat(2,minmax(0,1fr));
}.ard-shell__links > br{
  display:none!important;
}
@media(max-width:680px){.ard-shell__grid--split > .ard-shell__links{
    grid-template-columns:1fr;
  }}.ard-shell__process-intro--light{
  color:var(--ard-shell-ink);
}.ard-shell__section--dark .ard-shell__process-intro{
  color:var(--ard-shell-ink);
}.ard-shell__section--ink .ard-shell__process-intro{
  color:var(--ard-shell-ink);
}.ard-shell__section--tech .ard-shell__process-intro{
  color:var(--ard-shell-ink);
}.ard-shell__section--dark .ard-shell__process-intro p{
  color:var(--ard-shell-muted);
}.ard-shell__section--ink .ard-shell__process-intro p{
  color:var(--ard-shell-muted);
}.ard-shell__section--tech .ard-shell__process-intro p{
  color:var(--ard-shell-muted);
}.ard-shell__section--dark .ard-shell__process-intro .ard-shell__list li{
  color:var(--ard-shell-muted);
}.ard-shell__section--ink .ard-shell__process-intro .ard-shell__list li{
  color:var(--ard-shell-muted);
}.ard-shell__section--tech .ard-shell__process-intro .ard-shell__list li{
  color:var(--ard-shell-muted);
}
@media(max-width:680px){}body:has(.ard-shell) #content{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}body:has(.ard-shell) #content>.ast-container{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}body:has(.ard-shell) #primary{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}body:has(.ard-shell) #main{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}body:has(.ard-shell) article.type-page{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}body:has(.ard-shell) article.type-page>.entry-content{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}body:has(.ard-shell) .entry-header{display:none!important}body:has(.ard-shell) .ast-single-post-featured-section{display:none!important}.ard-shell__section{padding:0}.ard-shell__media--natural img{aspect-ratio:auto;object-fit:contain}