/* CITRUS V4.21 PC / Tablet / Mobile integrated */
:root{
  --orange:#FDB813;
  --green:#A6CE39;
  --ink:#1E2528;
  --muted:#5E6863;
  --line:rgba(30,37,40,.12);
  --dark:#151A1C;
  --warm:#F5F1E8;
  --sage:#EEF2EA;
  --blue:#EDF2F5;
  --header-h:76px;
  --content:1180px;
  --shadow:0 16px 38px rgba(27,34,31,.08);
  --brand-gradient:linear-gradient(105deg,#304329 0%,#64724D 54%,#AD7F32 100%);

  --fs-hero-main:40px;
  --fs-hero-sub:36px;
  --fs-section:30px;
  --fs-card:18.5px;
  --fs-body:15px;
  --fs-card-body:13.75px;
  --fs-eyebrow:10px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;overflow-x:hidden;background:#fff;color:var(--ink);font-family:"Pretendard Variable",Pretendard,"Noto Sans KR","Malgun Gothic",Arial,sans-serif;font-size:var(--fs-body);line-height:1.7;letter-spacing:-.012em;word-break:keep-all}
button,input,select,textarea{font:inherit}
button{color:inherit}
img,svg{display:block;max-width:100%}
a{color:inherit}
address{font-style:normal}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{margin-bottom:0;color:var(--ink);line-height:1.22;letter-spacing:-.038em}
p{color:var(--muted)}
.wrap{width:min(calc(100% - 64px),var(--content));margin-inline:auto}
.route{display:none}
.route.active{display:block}
.route section[id],.route div[id],.route aside[id]{scroll-margin-top:calc(var(--header-h) + 16px)}
.skip-link{position:fixed;z-index:2000;left:12px;top:10px;transform:translateY(-150%);padding:10px 14px;background:#fff;color:#111;text-decoration:none;box-shadow:0 8px 24px rgba(0,0,0,.2)}
.skip-link:focus{transform:translateY(0)}
.eyebrow{display:flex;align-items:center;gap:12px;color:#737D78;font-size:var(--fs-eyebrow);font-weight:760;line-height:1.2;letter-spacing:.14em;text-transform:uppercase}
.eyebrow::before{content:"";width:32px;height:2px;flex:none;background:linear-gradient(90deg,var(--orange),var(--green))}
.btn{min-height:44px;padding:0 19px;border:1px solid rgba(30,37,40,.34);background:rgba(255,255,255,.92);font-size:13px;font-weight:750;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}
.btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(27,34,31,.11)}
.btn:focus-visible{outline:3px solid rgba(166,206,57,.38);outline-offset:3px}
.btn.primary{border-color:var(--orange);background:linear-gradient(135deg,#F2A300,#F7B82A);color:#fff}

/* Header */
.site-header{position:sticky;top:0;z-index:1000;min-height:var(--header-h);background:var(--dark);border-top:2px solid rgba(166,206,57,.8);border-bottom:1px solid rgba(255,255,255,.09)}
.header-inner{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand{width:178px;height:58px;padding:0;border:0;background:transparent;cursor:pointer}
.brand:focus-visible{outline:2px solid var(--green);outline-offset:4px}
.brand-logo{width:100%;height:100%;object-fit:contain;object-position:left center}
.desktop-nav{height:100%;display:flex;align-items:center;gap:4px}
.nav-item{height:100%;display:flex;align-items:center}
.nav button{border:0;background:transparent;cursor:pointer}
.nav .nav-page{height:100%;padding:0 17px;border:0;border-bottom:2px solid transparent;color:#C8CDCA;font-size:13.5px;font-weight:690}
.nav .nav-page:hover,.nav .nav-page:focus-visible,.nav .nav-page.active{color:#fff;border-bottom-color:var(--green)}
.nav .inquiry{height:44px;margin-left:12px;padding:0 19px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.04);color:#fff;font-size:12.5px;font-weight:730}
.nav .inquiry:hover,.nav .inquiry:focus-visible{background:rgba(255,255,255,.11);outline:none}
.mobile-quick-nav{display:none}

/* Main hero */
.home-simple-hero{position:relative;overflow:hidden;background:#F8F4EC}
.home-simple-picture{display:contents}
.home-simple-stage{position:relative;width:100%;height:clamp(500px,35vw,560px);overflow:hidden;isolation:isolate;background:#F8F4EC}
.home-simple-art{position:absolute;z-index:0;top:50%;right:0;left:auto;width:auto;height:100%;max-width:none;object-fit:contain;object-position:right center;transform:translateY(-50%)}
.home-simple-stage::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#F8F4EC 0%,rgba(248,244,236,.995) 18%,rgba(248,244,236,.96) 31%,rgba(248,244,236,.82) 43%,rgba(248,244,236,.42) 55%,rgba(248,244,236,.08) 66%,rgba(248,244,236,0) 73%)}
.home-simple-stage::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(248,244,236,.04),transparent 18%,transparent 84%,rgba(248,244,236,.10))}
.home-simple-content{position:relative;z-index:2;height:100%;display:flex;align-items:center}
.home-simple-copy{width:min(520px,43%);padding:18px 0}
.home-simple-copy h1{margin:17px 0 19px;font-size:var(--fs-hero-main);font-weight:750;line-height:1.16}
.home-simple-copy h1 .hero-title-line{display:block;white-space:nowrap;color:#252B28}
.home-simple-copy h1 .hero-title-line+.hero-title-line{margin-top:2px}
.home-simple-copy>p{max-width:510px;margin-bottom:0;font-size:var(--fs-body);line-height:1.72;color:#59635E}
.home-summary-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}

/* Subpage hero */
.page-hero{position:relative;min-height:260px;overflow:hidden;background:var(--brand-gradient);color:#fff}
.page-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),radial-gradient(circle at 88% 42%,rgba(253,184,19,.15),transparent 31%),radial-gradient(circle at 10% 76%,rgba(166,206,57,.08),transparent 28%);background-size:72px 72px,72px 72px,auto,auto;pointer-events:none}
.page-hero .wrap{position:relative;min-height:260px;display:flex;align-items:center}
.page-hero-copy{position:relative;z-index:2;max-width:780px;padding:36px 310px 36px 0}
.page-hero .eyebrow{color:rgba(255,255,255,.75)}
.page-hero h1{margin:16px 0 16px;color:#fff;font-size:var(--fs-hero-sub);font-weight:750}
.page-hero p{max-width:730px;margin:0;color:rgba(255,255,255,.84);font-size:var(--fs-body);line-height:1.7}
.page-hero-ci{position:absolute;z-index:1;right:64px;top:50%;width:210px;max-height:76%;object-fit:contain;transform:translateY(-50%);opacity:.24;pointer-events:none}

/* Common sections */
.section{padding:60px 0}
.tone-warm{background:var(--warm)}
.tone-sage{background:var(--sage)}
.tone-blue{background:var(--blue)}
.section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,470px);align-items:end;gap:40px;margin-bottom:27px}
.section-head h2,.home-service-intro h2,.company-overview h2,.org-wrap>h2,.business-brand-endcap h2,.inquiry-form h2,.map-copy h2{margin:15px 0 0;font-size:var(--fs-section);font-weight:735}
.section-head>p{margin:0;font-size:var(--fs-body);line-height:1.72}

/* Main service cards */
.home-services{position:relative;overflow:hidden}
.home-service-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,470px);align-items:end;gap:40px;margin-bottom:27px}
.home-service-intro .eyebrow{grid-column:1/-1}
.home-service-intro h2{margin-top:0}
.home-service-intro>p{margin:0}
.delivery-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.delivery-card{min-height:148px;padding:20px;border:1px solid rgba(30,37,40,.08);box-shadow:var(--shadow)}
.delivery-card.orange{background:linear-gradient(145deg,#FFF9E8,#FFE9AF)}
.delivery-card.green{background:linear-gradient(145deg,#F6FCEB,#DFF2B8)}
.delivery-card.blue{background:linear-gradient(145deg,#F5F9FC,#DDEAF2)}
.delivery-card.sand{background:linear-gradient(145deg,#FBF8F0,#EEE4CC)}
.compact-card-title{display:flex;align-items:center;gap:13px}
.delivery-icon{width:42px;height:42px;flex:none;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.8)}
.delivery-icon svg{width:22px;stroke:currentColor;stroke-width:1.65}
.delivery-card h3{font-size:var(--fs-card);font-weight:735}
.delivery-card p{margin:17px 0 0;font-size:var(--fs-card-body);line-height:1.65}

/* Company overview */
.company-overview{display:grid;grid-template-columns:.84fr 1.16fr;gap:58px;align-items:start}
.company-overview h2{margin:15px 0 16px}
.company-overview>div:first-child p{max-width:520px;margin-bottom:0}
.fact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.fact{min-height:148px;padding:22px;border-top:3px solid var(--orange);border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.fact:nth-child(2),.fact:nth-child(3){border-top-color:var(--green)}
.fact b{display:block;font-size:var(--fs-card);font-weight:735;line-height:1.3;letter-spacing:-.03em}
.fact small{display:block;margin-top:16px;color:#66716B;font-size:var(--fs-card-body);line-height:1.65}

/* Values */
.value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.value-card{min-height:196px;padding:25px;border-top:3px solid var(--orange);background:rgba(255,255,255,.8);box-shadow:0 14px 32px rgba(30,37,40,.055)}
.value-card:nth-child(2){border-top-color:#BBA35F}
.value-card:nth-child(3){border-top-color:var(--green)}
.value-card>small{color:#858F89;font-size:9.5px;font-weight:720;letter-spacing:.13em}
.value-card h3{margin:23px 0 11px;font-size:var(--fs-card);font-weight:735}
.value-card p{margin:0;font-size:var(--fs-card-body);line-height:1.68}

/* Organization */
.org-wrap{text-align:center}
.org-wrap>.eyebrow{justify-content:center}
.org-wrap>h2{margin:15px 0 30px}
.org-chart{width:100%;margin-inline:auto}
.ceo-box{width:138px;margin:0 auto 30px;padding:12px;background:#202527;color:#fff;font-size:13.5px;font-weight:760}
.org-branches{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.org-branches::before{content:"";position:absolute;left:16.5%;right:16.5%;top:-19px;height:1px;background:#BBC1BD}
.org-branch{border-top:3px solid var(--orange)}
.org-branch:nth-child(2){border-top-color:var(--green)}
.org-branch:nth-child(3){border-top-color:#9BA29E}
.org-branch h3{padding:15px;border:1px solid var(--line);background:#fff;font-size:var(--fs-card);font-weight:735}
.team{padding:12px;border:1px solid var(--line);border-top:0;background:#FAFBFA;color:#606B65;font-size:var(--fs-card-body)}

/* Closing bands and certifications */
.closing-band{position:relative;overflow:hidden;background:var(--brand-gradient);color:#fff}
.closing-band::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:72px 72px;pointer-events:none}
.closing-band>.wrap{position:relative}
.closing-band h2,.closing-band h3{color:#fff}
.closing-band p{color:rgba(255,255,255,.82)}
.closing-band .eyebrow{color:rgba(255,255,255,.72)}
.expertise{display:block}
.expertise-certifications{width:100%}
.expertise-certifications h2{margin:15px 0 8px;font-size:var(--fs-section);font-weight:735}
.expertise-lead{max-width:760px;margin:0 0 24px;font-size:15px;font-weight:620;line-height:1.68;color:rgba(255,255,255,.86)}
.cert-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.cert{min-height:92px;padding:16px 17px;display:flex;flex-direction:column;justify-content:center;gap:4px;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.96);box-shadow:0 9px 22px rgba(13,20,16,.08)}
.cert b{color:#28342D;font-size:13.5px;font-weight:760;line-height:1.3}
.cert small{color:#65706A;font-size:11px;line-height:1.38}

/* Business */
.core-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:19px}
.core-card{position:relative;min-height:320px;overflow:hidden;padding:38px;border-top:4px solid var(--orange);background:linear-gradient(145deg,#20262B,#2A3237);box-shadow:var(--shadow);color:#fff}
.core-card:nth-child(2){border-top-color:var(--green);background:linear-gradient(145deg,#203027,#2B3D30)}
.core-card small{color:#A3ACA7;font-size:10.5px;font-weight:720;letter-spacing:.13em}
.core-card h3{margin:37px 0 11px;color:#fff;font-size:21px;font-weight:735}
.core-card p{max-width:68%;margin:0;color:rgba(255,255,255,.78);font-size:var(--fs-card-body);line-height:1.66}
.server-art{position:absolute;right:20px;bottom:0;width:42%;height:70%;display:flex;align-items:flex-end;gap:8px}
.server-art i{flex:1;height:72%;border:1px solid rgba(255,255,255,.2);background:repeating-linear-gradient(180deg,rgba(255,255,255,.1) 0 2px,transparent 2px 24px)}
.server-art i:nth-child(2){height:100%}
.server-art i:nth-child(3){height:84%}
.server-art i::after{content:"";display:block;width:5px;height:5px;margin:8px 8px 0 auto;border-radius:50%;background:var(--green);box-shadow:0 24px var(--green),0 48px var(--green),0 72px var(--green),0 96px var(--green)}
.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.service-card{min-height:226px;padding:27px;border:1px solid rgba(30,37,40,.08);box-shadow:0 12px 30px rgba(30,37,40,.055)}
.service-card:nth-child(1){background:#F2F8E9}
.service-card:nth-child(2){background:#EEF5F8}
.service-card:nth-child(3){background:#FBF5E8}
.service-card:nth-child(4){background:#F3F1ED}
.service-icon{width:46px;height:46px;margin-bottom:24px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.76)}
.service-icon svg{width:24px;stroke:#679C18;stroke-width:1.6}
.service-card:nth-child(2) svg{stroke:#527991}
.service-card:nth-child(3) svg,.service-card:nth-child(4) svg{stroke:#C88719}
.service-card h3{font-size:var(--fs-card);font-weight:735}
.service-card p{margin:16px 0 0;font-size:var(--fs-card-body);line-height:1.65}
.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.process-step{min-height:164px;padding:26px;border:1px solid rgba(30,37,40,.1);background:#fff}
.process-step h3{margin:0 0 10px;font-size:var(--fs-card);font-weight:735}
.process-step p{margin:0;font-size:var(--fs-card-body);line-height:1.65}

/* Partners */
.partner-showcase{padding:66px 0;background:#F0F3EC}
.partner-head{display:grid;grid-template-columns:1fr minmax(300px,470px);gap:40px;align-items:end;margin-bottom:28px}
.partner-head h2{margin:15px 0 0;font-size:var(--fs-section);font-weight:735}
.partner-head>p{margin:0}
.partner-logos{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;padding:1px;background:var(--line)}
.partner-logo-card{appearance:none;min-width:0;min-height:150px;padding:22px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:0;background:#fff;cursor:pointer;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}
.partner-logo-card:hover,.partner-logo-card:focus-visible,.partner-logo-card.is-active{position:relative;z-index:1;background:#FBFDF9;box-shadow:inset 0 0 0 2px rgba(166,206,57,.55)}
.partner-logo-card:focus-visible{outline:3px solid rgba(166,206,57,.35);outline-offset:-4px}
.partner-logo-visual{height:48px;display:flex;align-items:center;justify-content:center}
.partner-logo-card img{width:auto;max-width:none;max-height:44px;filter:grayscale(1);opacity:.58;transition:filter .18s ease,opacity .18s ease,transform .18s ease}
.partner-logo-card:hover img,.partner-logo-card:focus-visible img,.partner-logo-card.is-active img{filter:none;opacity:1;transform:translateY(-1px)}
.partner-logo-card[data-brand="hpe"] img{width:132px}
.partner-logo-card[data-brand="dell"] img{width:134px}
.partner-logo-card[data-brand="vmware"] img{width:112px}
.partner-logo-card[data-brand="commvault"] img{width:132px}
.partner-logo-card[data-brand="cisco"] img{width:116px}
.partner-logo-card[data-brand="amd"] img{width:94px;max-height:31px}
.partner-logo-card span:last-child{margin-top:15px;color:#7E8983;font-size:9.5px;font-weight:680;text-transform:uppercase;letter-spacing:.12em}
.partner-logo-card.is-active span:last-child{color:#59655E}
.business-brand-endcap{padding:62px 0 64px}
.business-brand-endcap h2{max-width:780px;margin:14px 0 12px}
.business-brand-endcap p{max-width:690px;margin:0}

/* Support */
.support-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);gap:26px;align-items:start}
.inquiry-form,.contact-panel{padding:32px;border:1px solid rgba(30,37,40,.1);background:#fff;box-shadow:var(--shadow)}
.inquiry-form h2{margin:15px 0 9px}
.inquiry-form>p{margin:0 0 26px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}
.field{display:flex;flex-direction:column;gap:7px}
.field.full,.agree,.privacy-note,.submit{grid-column:1/-1}
.field label{font-size:12.5px;font-weight:720}
.field input,.field select,.field textarea{width:100%;border:1px solid rgba(30,37,40,.18);background:#fff;color:var(--ink);outline:none}
.field input,.field select{height:48px;padding:0 14px}
.field textarea{min-height:138px;padding:13px 14px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{border-color:#86AF24;box-shadow:0 0 0 3px rgba(166,206,57,.13)}
.agree{display:flex;gap:9px;align-items:flex-start;color:#606B65;font-size:12px}
.privacy-note{margin:-7px 0 0;color:#7B847F;font-size:11.5px;line-height:1.55}
.submit{display:flex;justify-content:space-between;align-items:center;gap:15px}
.message{max-width:70%;color:#647169;font-size:11.5px;line-height:1.5}
.contact-panel h3{margin:0 0 8px;font-size:var(--fs-card);font-weight:735}
.contact-panel>p{margin-bottom:24px;font-size:var(--fs-card-body)}
.contact-item{display:grid;grid-template-columns:88px 1fr;gap:12px;padding:15px 0;border-top:1px solid var(--line)}
.contact-item span{color:#727D77;font-size:12px}
.contact-item b,.contact-item a{font-size:13px;font-weight:730;text-decoration:none}
.contact-item a:hover{text-decoration:underline}
.support-alert{margin-top:21px;padding:21px;background:#F1F5EC;border-left:3px solid var(--green)}
.support-alert strong{font-size:13px}
.support-alert p{margin:8px 0 14px;font-size:12px;line-height:1.6}
.remote-support-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 17px;background:#243027;color:#fff;text-decoration:none;font-size:12px;font-weight:730}
.support-closing{padding:60px 0 62px}
.map-card{width:min(calc(100% - 64px),var(--content));margin-inline:auto;display:grid;grid-template-columns:.72fr 1.28fr;overflow:hidden;background:#fff;box-shadow:0 18px 40px rgba(13,20,16,.14)}
.map-copy{padding:34px}
.map-copy h2{margin:15px 0 17px;color:var(--ink)}
.map-copy address{margin-bottom:14px;color:#414A45;font-size:13px;line-height:1.65}
.map-copy p{margin:0;color:#606B65;font-size:12.5px}
.google-map-embed iframe{display:block;width:100%;height:100%;min-height:330px;border:0}

/* Footer */
.site-footer{position:relative;background:#14191B;color:#fff}
.footer-accent{height:3px;background:linear-gradient(90deg,var(--orange) 0 33%,#DDE4DF 33% 66%,var(--green) 66%)}
.simple-footer{min-height:174px;padding:34px 0;display:flex;align-items:center;justify-content:space-between;gap:48px}
.footer-logo{width:185px;height:66px;object-fit:contain;object-position:left center}
.simple-footer-brand p{margin:0;color:rgba(255,255,255,.65);font-size:12.5px}
.simple-footer-contact{text-align:right}
.simple-footer-contact address,.simple-footer-contact p{margin:0 0 5px;color:rgba(255,255,255,.68);font-size:12px}
.simple-footer-contact a{text-decoration:none}
.simple-footer-contact a:hover{text-decoration:underline}
.simple-footer-contact small{color:rgba(255,255,255,.46);font-size:10.5px}

/* Tablet and compact desktop */
@media(max-width:1024px){
  :root{
    --content:930px;
    --fs-hero-main:33px;
    --fs-hero-sub:32px;
    --fs-section:27px;
    --fs-card:17px;
    --fs-body:14px;
    --fs-card-body:13px;
  }
  .wrap{width:min(calc(100% - 42px),var(--content))}
  .brand{width:158px}
  .nav .nav-page{padding-inline:12px}
  .home-simple-stage{height:clamp(460px,52vw,510px)}
  .home-simple-art{object-position:68% 48%}
  .home-simple-stage::before{background:linear-gradient(90deg,#F8F4EC 0%,rgba(248,244,236,.99) 19%,rgba(248,244,236,.93) 34%,rgba(248,244,236,.68) 48%,rgba(248,244,236,.15) 64%,rgba(248,244,236,0) 75%)}
  .home-simple-copy{width:min(470px,50%)}
  .page-hero-copy{padding-right:285px}
  .page-hero-ci{width:226px;right:20px}
  .delivery-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .company-overview{grid-template-columns:1fr;gap:34px}
  .company-overview>div:first-child p{max-width:700px}
  .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .partner-logos{grid-template-columns:repeat(3,minmax(0,1fr))}
  .support-layout{grid-template-columns:1fr}
}

/* Navigation switches to hamburger on tablets and phones */


/* Phones */
@media(max-width:640px){
  :root{
    --header-h:62px;
    --fs-hero-main:21.5px;
    --fs-hero-sub:22px;
    --fs-section:21.5px;
    --fs-card:15.5px;
    --fs-body:12.75px;
    --fs-card-body:11.75px;
    --fs-eyebrow:8.6px;
  }
  html{scroll-behavior:auto}
  body{font-size:var(--fs-body);line-height:1.58}
  .wrap{width:calc(100% - 28px)}
  .header-inner{height:var(--header-h)}
  .brand{width:122px;height:45px}
  .mobile-toggle{width:42px;height:42px}
  .mobile-nav-inner{grid-template-columns:1fr 1fr;width:calc(100% - 28px)}

  /* Mobile hero retains the desktop overlay composition with a shorter crop. */
  .home-simple-stage{height:clamp(340px,92vw,390px);min-height:0}
  .home-simple-art{object-position:84% center}
  .home-simple-stage::before{background:linear-gradient(90deg,#F8F4EC 0%,rgba(248,244,236,.99) 25%,rgba(248,244,236,.96) 39%,rgba(248,244,236,.80) 53%,rgba(248,244,236,.30) 67%,rgba(248,244,236,0) 80%)}
  .home-simple-stage::after{background:linear-gradient(180deg,rgba(248,244,236,.04),transparent 72%,rgba(248,244,236,.18))}
  .home-simple-content{align-items:center}
  .home-simple-copy{width:59%;padding:6px 0 0}
  .home-simple-copy .eyebrow{gap:8px;white-space:nowrap}
  .home-simple-copy .eyebrow::before{width:26px}
  .home-simple-copy h1{margin:11px 0 10px;font-size:var(--fs-hero-main);line-height:1.18}
  .home-simple-copy>p{max-width:225px;font-size:11.5px;line-height:1.55}
  .home-summary-actions{display:flex;flex-wrap:nowrap;gap:7px;margin-top:14px}
  .home-summary-actions .btn{min-height:35px;padding:0 9px;font-size:10.5px;white-space:nowrap}

  .page-hero,.page-hero .wrap{min-height:190px}
  .page-hero-copy{max-width:100%;padding:25px 102px 25px 0}
  .page-hero h1{margin:10px 0 9px;font-size:var(--fs-hero-sub);line-height:1.2}
  .page-hero p{font-size:var(--fs-body);line-height:1.55}
  .page-hero-ci{right:4px;width:142px;opacity:.17}

  .section{padding:38px 0}
  .section-head,.home-service-intro,.partner-head{gap:8px;margin-bottom:18px}
  .section-head h2,.home-service-intro h2,.company-overview h2,.org-wrap>h2,.business-brand-endcap h2,.inquiry-form h2,.map-copy h2{font-size:var(--fs-section)}
  .delivery-cards{grid-template-columns:1fr;gap:10px}
  .delivery-card{min-height:0;padding:15px}
  .delivery-icon{width:35px;height:35px}
  .delivery-icon svg{width:19px}
  .delivery-card p{margin-top:10px}

  .company-overview{grid-template-columns:1fr;gap:22px}
  .fact-grid{grid-template-columns:1fr;gap:9px}
  .fact{min-height:0;padding:15px}
  .fact small{margin-top:9px}
  .value-grid{grid-template-columns:1fr;gap:10px}
  .value-card{min-height:0;padding:16px}
  .value-card h3{margin:13px 0 7px}
  .org-wrap>h2{margin-bottom:19px}
  .ceo-box{width:116px;margin-bottom:19px;padding:9px;font-size:11.5px}
  .org-branches{grid-template-columns:1fr;gap:10px}
  .org-branches::before{display:none}
  .expertise-certifications h2{margin-bottom:7px}
  .expertise-lead{margin-bottom:17px;font-size:12.25px}
  .cert-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .cert{min-height:66px;padding:10px 11px}
  .cert b{font-size:11px}
  .cert small{font-size:9px}

  .core-grid{grid-template-columns:1fr;gap:10px}
  .core-card{min-height:218px;padding:20px}
  .core-card h3{margin:23px 0 8px;font-size:16px}
  .core-card p{max-width:75%;font-size:var(--fs-card-body)}
  .service-grid{grid-template-columns:1fr;gap:10px}
  .service-card{min-height:0;padding:17px}
  .service-icon{width:37px;height:37px;margin-bottom:13px}
  .service-card p{margin-top:8px}
  .process-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .process-step{min-height:100px;padding:14px}

  .partner-showcase{padding:32px 0 34px}
  .partner-logos{grid-template-columns:repeat(2,minmax(0,1fr))}
  .partner-logo-card{min-height:104px;padding:13px 8px}
  .partner-logo-visual{height:32px}
  .partner-logo-card img{max-height:30px}
  .partner-logo-card[data-brand="hpe"] img{width:94px}
  .partner-logo-card[data-brand="dell"] img{width:94px}
  .partner-logo-card[data-brand="vmware"] img{width:82px}
  .partner-logo-card[data-brand="commvault"] img{width:92px}
  .partner-logo-card[data-brand="cisco"] img{width:84px}
  .partner-logo-card[data-brand="amd"] img{width:66px;max-height:22px}
  .partner-logo-card span:last-child{margin-top:9px;font-size:8.5px}
  .business-brand-endcap{padding:36px 0 38px}

  .support-layout{grid-template-columns:1fr}
  .inquiry-form,.contact-panel{padding:17px}
  .form-grid{grid-template-columns:1fr;gap:11px}
  .field.full,.agree,.privacy-note,.submit{grid-column:auto}
  .submit{align-items:flex-start;flex-direction:column}
  .message{max-width:100%}
  .map-card{width:calc(100% - 28px);grid-template-columns:1fr}
  .map-copy{padding:18px}
  .google-map-embed iframe{min-height:205px}
  .simple-footer{min-height:0;padding:24px 0;flex-direction:column;align-items:flex-start;gap:15px}
  .footer-logo{width:136px;height:49px}
  .simple-footer-contact{text-align:left}
}

@media(max-width:370px){
  .home-simple-copy{width:61%}
  .home-simple-copy h1{font-size:20px}
  .home-simple-copy>p{font-size:11px}
  .home-summary-actions .btn{padding-inline:7px;font-size:10px}
}

@media(min-width:1600px){
  .home-simple-art{height:116%}
  .home-simple-stage::before{background:linear-gradient(90deg,#F8F4EC 0%,#F8F4EC 41%,rgba(248,244,236,.97) 47%,rgba(248,244,236,.78) 55%,rgba(248,244,236,.36) 65%,rgba(248,244,236,.06) 74%,rgba(248,244,236,0) 80%)}
}

/* V4.12j integrated responsive finalization */
@media(max-width:1024px){
  .home-simple-stage{height:clamp(445px,50vw,500px)}
  .home-simple-art{right:-10px;height:100%;object-position:right center}
  .home-simple-stage::before{background:linear-gradient(90deg,#F8F4EC 0%,rgba(248,244,236,.995) 20%,rgba(248,244,236,.96) 34%,rgba(248,244,236,.78) 48%,rgba(248,244,236,.32) 61%,rgba(248,244,236,0) 74%)}
  .page-hero-copy{padding-right:240px}
  .page-hero-ci{right:28px;width:184px;max-height:72%;opacity:.22}
}

@media(max-width:900px){
  :root{--header-h:110px}
  .site-header{min-height:0}
  .header-inner{height:66px}
  .brand{width:138px;height:50px}
  .desktop-nav{display:none}
  .mobile-quick-nav{display:block;border-top:1px solid rgba(255,255,255,.08);background:#181D1F}
  .mobile-quick-nav-inner{height:44px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:0}
  .mobile-quick-link{min-width:0;height:44px;padding:0 6px;border:0;border-right:1px solid rgba(255,255,255,.09);border-bottom:2px solid transparent;background:transparent;color:#C9CECB;font-size:11.5px;font-weight:700;cursor:pointer}
  .mobile-quick-link:last-child{border-right:0}
  .mobile-quick-link:hover,.mobile-quick-link:focus-visible,.mobile-quick-link.active{color:#fff;border-bottom-color:var(--green);background:rgba(255,255,255,.025);outline:none}
  .mobile-quick-contact.active{border-bottom-color:var(--orange)}
  .home-simple-stage{height:clamp(400px,55vw,460px)}
  .home-simple-art{right:-12px;height:100%}
  .home-simple-stage::before{background:linear-gradient(90deg,#F8F4EC 0%,rgba(248,244,236,.995) 23%,rgba(248,244,236,.96) 38%,rgba(248,244,236,.76) 52%,rgba(248,244,236,.27) 66%,rgba(248,244,236,0) 79%)}
  .home-simple-copy{width:52%}
  .home-simple-copy h1{font-size:clamp(29px,3.75vw,32px)}
  .section-head,.home-service-intro,.partner-head{grid-template-columns:1fr;gap:9px}
  .section-head>p,.home-service-intro>p,.partner-head>p{max-width:720px}
  .page-hero-copy{padding-right:210px}
  .page-hero-ci{right:22px;width:164px;max-height:68%}
  .cert-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .map-card{width:min(calc(100% - 42px),var(--content))}
}

@media(max-width:640px){
  :root{--header-h:104px}
  .header-inner{height:62px}
  .brand{width:122px;height:45px}
  .mobile-quick-nav-inner{width:100%;height:42px}
  .mobile-quick-link{height:42px;min-height:42px;padding:0 3px;font-size:10.5px}

  /* Mobile-only hero artwork avoids side clipping and excess bottom space. */
  .home-simple-stage{height:clamp(324px,86vw,348px);min-height:0}
  .home-simple-art{top:0;right:0;left:0;width:100%;height:100%;max-width:none;transform:none;object-fit:cover;object-position:center center}
  .home-simple-stage::before{background:linear-gradient(90deg,#F8F4EC 0%,rgba(248,244,236,1) 24%,rgba(248,244,236,.97) 36%,rgba(248,244,236,.78) 49%,rgba(248,244,236,.40) 61%,rgba(248,244,236,.10) 71%,rgba(248,244,236,0) 79%)}
  .home-simple-stage::after{background:linear-gradient(180deg,rgba(248,244,236,.02),transparent 78%,rgba(248,244,236,.08))}
  .home-simple-content{align-items:flex-start;padding-top:16px;padding-bottom:10px}
  .home-simple-copy{width:64%;padding:0;transform:translateY(26px)}
  .home-simple-copy .eyebrow{gap:8px;white-space:nowrap}
  .home-simple-copy .eyebrow::before{width:26px}
  .home-simple-copy h1{margin:10px 0 10px;font-size:clamp(17px,4.65vw,18.5px);line-height:1.18;letter-spacing:-.045em}
  .home-simple-copy>p{max-width:238px;font-size:11px;line-height:1.5}
  .home-summary-actions{display:flex;flex-wrap:nowrap;gap:7px;margin-top:14px}
  .home-summary-actions .btn{min-height:36px;padding:0 9px;font-size:10.5px;white-space:nowrap}

  .page-hero,.page-hero .wrap{min-height:190px}
  .page-hero-copy{max-width:100%;padding:25px 112px 25px 0}
  .page-hero-ci{right:14px;width:112px;max-height:62%;opacity:.20}

  /* Mobile business cards: keep text clear of the server artwork. */
  .core-card{min-height:0;padding:20px}
  .core-card h3{margin:21px 0 8px;font-size:16px}
  .core-card p{font-size:var(--fs-card-body)}
  .core-card-server{min-height:198px;padding-right:46%}
  .core-card-server p{max-width:none}
  .core-card-operation{min-height:154px}
  .core-card-operation p{max-width:100%}
  .server-art{right:13px;bottom:0;width:39%;height:64%;gap:5px}
  .server-art i{background:repeating-linear-gradient(180deg,rgba(255,255,255,.1) 0 2px,transparent 2px 21px)}
  .server-art i::after{width:4px;height:4px;margin:7px 7px 0 auto;box-shadow:0 21px var(--green),0 42px var(--green),0 63px var(--green),0 84px var(--green)}
}

@media(max-width:370px){
  .home-simple-stage{height:clamp(314px,88vw,338px)}
  .home-simple-copy{width:66%}
  .home-simple-copy h1{font-size:clamp(16.5px,4.7vw,17.5px)}
  .home-simple-copy>p{max-width:218px;font-size:10.7px}
  .home-summary-actions .btn{padding-inline:7px;font-size:10px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}




/* V4.14 charcoal hero-copy finalization */
@media(min-width:1025px){
  .home-simple-copy{width:min(610px,47%)}
}
@media(min-width:641px) and (max-width:1024px){
  .home-simple-copy h1 .hero-title-line{white-space:nowrap}
}
@media(max-width:640px){
  .home-simple-copy{width:64%}
  .home-simple-copy h1 .hero-title-line{white-space:nowrap}
  .home-simple-copy>p{max-width:238px;font-size:11px;line-height:1.5}
  .home-summary-actions{margin-top:12px}
}
@media(max-width:370px){
  .home-simple-copy{width:66%}
  .home-simple-copy>p{max-width:218px;font-size:10.7px}
}


/* V4.17 verified desktop hero: full-width composite, aligned text, no right blank strip */
@media (min-width:1025px){
  .home-simple-stage{height:clamp(520px,34vw,580px);background:#F8F4EC}
  .home-simple-art{top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:right center;transform:none}
  .home-simple-stage::before{background:linear-gradient(90deg,rgba(248,244,236,.35) 0%,rgba(248,244,236,.18) 28%,rgba(248,244,236,.05) 46%,rgba(248,244,236,0) 62%)}
  .home-simple-stage::after{background:linear-gradient(180deg,rgba(248,244,236,.02),transparent 18%,transparent 84%,rgba(248,244,236,.08))}
  .home-simple-copy{width:min(570px,45%);padding:12px 0 8px}
  .home-service-intro{grid-template-columns:minmax(0,1fr) minmax(330px,410px);gap:30px}
  .home-service-intro>p{width:100%;max-width:410px;justify-self:end}
}
@media (min-width:1025px) and (max-width:1366px){
  .home-simple-stage{height:clamp(500px,38vw,545px)}
  .home-simple-copy{width:min(540px,46%)}
}


/* V4.18 centered-content / fluid-background hero system */
@media (min-width:1025px){
  .home-simple-stage{
    height:clamp(520px,31.25vw,600px);
    min-height:520px;
    max-height:600px;
    background:#F8F4EC;
  }
  .home-simple-art{
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    max-width:none;
    object-fit:cover;
    object-position:center center;
    transform:none;
  }
  .home-simple-stage::before{
    background:linear-gradient(90deg,
      rgba(248,244,236,.18) 0%,
      rgba(248,244,236,.10) 26%,
      rgba(248,244,236,.035) 43%,
      rgba(248,244,236,0) 58%);
  }
  .home-simple-stage::after{
    background:linear-gradient(180deg,
      rgba(248,244,236,.015),
      transparent 18%,
      transparent 86%,
      rgba(248,244,236,.055));
  }
  .home-simple-content{height:100%;align-items:center}
  .home-simple-copy{width:min(560px,44%);padding:10px 0}
  .home-service-intro{grid-template-columns:minmax(0,1fr) minmax(330px,410px);gap:32px}
  .home-service-intro>p{width:100%;max-width:410px;justify-self:end}
}
@media (min-width:1025px) and (max-width:2399px){
  .home-simple-art{object-position:center center}
}
@media (min-width:2400px){
  .home-simple-stage{height:clamp(560px,17.45vw,600px)}
  .home-simple-art{object-position:center center}
  .home-simple-copy{width:min(570px,43%)}
}


/* V4.19 final desktop layout: common content box + hero background connection (no stretched edge) */
@media (min-width:1025px){
  :root{--desktop-content:1460px}
  .wrap{width:min(calc(100% - 64px), var(--desktop-content))}
  .home-simple-stage{
    height:clamp(520px,31vw,600px) !important;
    min-height:520px !important;
    max-height:600px !important;
    background:linear-gradient(90deg,#F8F4EC 0%,#F8F4EC 43%,#E8D8BC 63%,#5A544D 100%) !important;
  }
  .home-simple-content{height:100%;align-items:center !important}
  .home-simple-copy{width:min(600px,42%) !important;padding:10px 0 !important}
  .home-service-intro{grid-template-columns:minmax(0,1fr) minmax(330px,410px) !important;gap:32px !important}
  .home-service-intro>p{width:100%;max-width:410px;justify-self:end !important}
  .home-simple-stage::before{
    background:linear-gradient(90deg,
      #F8F4EC 0%,
      rgba(248,244,236,.995) 24%,
      rgba(248,244,236,.94) 38%,
      rgba(248,244,236,.76) 50%,
      rgba(248,244,236,.28) 61%,
      rgba(248,244,236,0) 69%) !important;
  }
  .home-simple-stage::after{
    background:
      linear-gradient(90deg, rgba(90,84,77,0) 83%, rgba(90,84,77,.55) 100%),
      linear-gradient(180deg, rgba(248,244,236,.02), transparent 18%, transparent 86%, rgba(248,244,236,.05)) !important;
  }
}
@media (min-width:1025px) and (max-width:1460px){
  .home-simple-art{
    top:0 !important;left:auto !important;right:32px !important;bottom:0 !important;
    width:min(57vw,820px) !important;height:100% !important;max-width:none !important;
    object-fit:cover !important;object-position:center center !important;transform:none !important;
  }
}
@media (min-width:1461px){
  .home-simple-art{
    top:0 !important;left:auto !important;right:calc((100vw - var(--desktop-content)) / 2) !important;bottom:0 !important;
    width:min(56vw,900px) !important;height:100% !important;max-width:none !important;
    object-fit:cover !important;object-position:center center !important;transform:none !important;
  }
}
@media (min-width:2000px){
  .home-simple-art{width:min(52vw,920px) !important}
}


/* V4.20 verified hero system: fixed 1920 artwork + natural ultrawide edge continuation */
@media (min-width:1025px){
  :root{--desktop-content:1460px}
  .wrap{width:min(calc(100% - 64px),var(--desktop-content))}
  .home-simple-stage{
    min-height:0 !important;
    max-height:none !important;
    height:clamp(440px,31.25vw,600px) !important;
    background:#F8F4EC !important;
  }
  .home-simple-art{
    z-index:1 !important;
    top:0 !important;
    bottom:auto !important;
    left:0 !important;
    right:auto !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    object-fit:cover !important;
    object-position:center center !important;
    transform:none !important;
  }
  .home-simple-stage::before{
    content:"" !important;
    display:none !important;
  }
  .home-simple-stage::after{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    z-index:1 !important;
    pointer-events:none !important;
    background:linear-gradient(180deg,rgba(248,244,236,.015),transparent 18%,transparent 86%,rgba(248,244,236,.045)) !important;
  }
  .home-simple-content{z-index:2 !important;height:100%;align-items:center !important}
  .home-simple-copy{width:min(600px,42%) !important;padding:10px 0 !important}
  .home-service-intro{grid-template-columns:minmax(0,1fr) minmax(330px,410px) !important;gap:32px !important}
  .home-service-intro>p{width:100%;max-width:410px;justify-self:end !important}
}
@media (min-width:1921px){
  .home-simple-stage{height:600px !important}
  .home-simple-art{
    left:50% !important;
    width:1920px !important;
    height:600px !important;
    object-fit:contain !important;
    object-position:center center !important;
    transform:translateX(-50%) !important;
  }
  .home-simple-stage::before{
    display:block !important;
    position:absolute !important;
    z-index:0 !important;
    top:0 !important;
    right:0 !important;
    bottom:0 !important;
    left:auto !important;
    width:calc((100vw - 1920px) / 2 + 4px) !important;
    background:linear-gradient(180deg,#3B3C3D 0%,#75685E 28%,#6D665E 68%,#5A5647 100%) !important;
    pointer-events:none !important;
  }
}
@media (min-width:1025px) and (max-width:1279px){
  .home-simple-stage{height:460px !important}
  .home-simple-art{object-position:56% center !important}
  .home-simple-copy{width:min(540px,46%) !important}
}


/* V4.21 ultrawide right-side art blend: no stretching, no flat gray block */
@media (min-width:1921px){
  .home-simple-art{z-index:0 !important}
  .home-simple-stage::before{
    display:block !important;
    position:absolute !important;
    z-index:1 !important;
    top:0 !important;
    right:0 !important;
    bottom:0 !important;
    left:auto !important;
    width:calc((100vw - 1920px) / 2 + 220px) !important;
    pointer-events:none !important;
    background:
      radial-gradient(circle at 20% 18%,rgba(253,184,19,.20) 0 2px,transparent 3px),
      radial-gradient(circle at 43% 35%,rgba(255,255,255,.11) 0 1px,transparent 2px),
      radial-gradient(circle at 65% 68%,rgba(166,206,57,.12) 0 2px,transparent 3px),
      repeating-linear-gradient(90deg,transparent 0 63px,rgba(255,255,255,.025) 64px 65px),
      repeating-linear-gradient(0deg,transparent 0 63px,rgba(255,255,255,.018) 64px 65px),
      linear-gradient(180deg,#3B3C3D 0%,#75685E 28%,#6D665E 68%,#5A5647 100%) !important;
    -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.15) 8%,rgba(0,0,0,.72) 24%,#000 42%,#000 100%) !important;
    mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.15) 8%,rgba(0,0,0,.72) 24%,#000 42%,#000 100%) !important;
  }
  .home-simple-stage::after{z-index:1 !important}
  .home-simple-content{z-index:2 !important}
}

/* V4.22 desktop hero rebuild: business-page style natural band, fixed centered content, no stretched edge */
@media (min-width:1025px){
  .home-simple-hero{
    background:linear-gradient(90deg,#F8F4EC 0%,#F6F1E8 56%,#766C63 100%) !important;
  }
  .home-simple-stage{
    height:clamp(500px,31vw,560px) !important;
    max-height:none !important;
    background:linear-gradient(90deg,#F8F4EC 0%,#F6F1E8 56%,#766C63 100%) !important;
  }
  .home-simple-art{
    display:none !important;
  }
  .home-simple-stage::before{
    content:"" !important;
    display:block !important;
    position:absolute !important;
    top:0 !important;
    bottom:0 !important;
    left:auto !important;
    right:max(calc((100vw - var(--content)) / 2), 32px) !important;
    width:min(56vw,860px) !important;
    background:url('assets/citrus-hero-panel.webp') center center / cover no-repeat !important;
    z-index:0 !important;
    pointer-events:none !important;
  }
  .home-simple-stage::after{
    content:"" !important;
    display:block !important;
    position:absolute !important;
    top:0 !important;
    bottom:0 !important;
    left:auto !important;
    right:max(calc((100vw - var(--content)) / 2), 32px) !important;
    width:min(56vw,860px) !important;
    pointer-events:none !important;
    z-index:1 !important;
    background:
      linear-gradient(90deg,#F8F4EC 0%,rgba(248,244,236,.985) 10%,rgba(248,244,236,.80) 23%,rgba(248,244,236,.38) 38%,rgba(248,244,236,.08) 49%,rgba(248,244,236,0) 58%),
      linear-gradient(180deg,rgba(248,244,236,.02),transparent 18%,transparent 84%,rgba(248,244,236,.05)) !important;
  }
  .home-simple-content{
    z-index:2 !important;
    height:100% !important;
    align-items:center !important;
    position:relative !important;
  }
  .home-simple-copy{
    width:min(520px,44%) !important;
    padding:10px 0 !important;
  }
}
@media (min-width:1025px) and (max-width:1279px){
  .home-simple-stage::before,
  .home-simple-stage::after{
    right:32px !important;
    width:min(54vw,720px) !important;
  }
  .home-simple-copy{
    width:min(500px,46%) !important;
  }
}
@media (min-width:1280px) and (max-width:1599px){
  .home-simple-stage::before,
  .home-simple-stage::after{
    width:min(55vw,800px) !important;
  }
}
@media (min-width:1600px){
  .home-simple-stage::before,
  .home-simple-stage::after{
    width:860px !important;
  }
}

/* V4.23 final hero system: full 1920 artwork centered, natural ultrawide side fill, no stretched smear */
@media (min-width:1025px){
  .home-simple-hero{
    background:#F8F4EC !important;
  }
  .home-simple-stage{
    height:clamp(440px,31.25vw,600px) !important;
    min-height:0 !important;
    max-height:600px !important;
    background:
      linear-gradient(90deg,#F8F4EC 0%,#F8F4EC 46%,rgba(248,244,236,.72) 58%,rgba(248,244,236,0) 72%),
      linear-gradient(180deg,#453E35 0%,#515254 20%,#85766A 42%,#4D493C 64%,#675A41 88%,#2E3033 100%) !important;
  }
  .home-simple-art{
    display:block !important;
    position:absolute !important;
    z-index:0 !important;
    top:0 !important;
    bottom:auto !important;
    left:50% !important;
    right:auto !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    object-fit:cover !important;
    object-position:center center !important;
    transform:translateX(-50%) !important;
    -webkit-mask-image:none !important;
    mask-image:none !important;
  }
  .home-simple-stage::before{
    content:"" !important;
    display:block !important;
    position:absolute !important;
    inset:0 !important;
    z-index:1 !important;
    pointer-events:none !important;
    width:auto !important;
    background:linear-gradient(90deg,
      rgba(248,244,236,.46) 0%,
      rgba(248,244,236,.25) 22%,
      rgba(248,244,236,.08) 40%,
      rgba(248,244,236,0) 57%) !important;
    -webkit-mask-image:none !important;
    mask-image:none !important;
  }
  .home-simple-stage::after{
    content:"" !important;
    display:block !important;
    position:absolute !important;
    inset:0 !important;
    z-index:1 !important;
    pointer-events:none !important;
    width:auto !important;
    background:linear-gradient(180deg,rgba(248,244,236,.015),transparent 18%,transparent 85%,rgba(248,244,236,.045)) !important;
  }
  .home-simple-content{
    position:relative !important;
    z-index:2 !important;
    height:100% !important;
    align-items:center !important;
  }
  .home-simple-copy{
    width:min(520px,44%) !important;
    padding:10px 0 !important;
  }
}
@media (min-width:1921px){
  .home-simple-stage{
    height:600px !important;
  }
  .home-simple-art{
    width:1920px !important;
    height:600px !important;
    object-fit:contain !important;
    -webkit-mask-image:linear-gradient(90deg,#000 0%,#000 90%,rgba(0,0,0,.98) 92%,rgba(0,0,0,.72) 95%,rgba(0,0,0,.28) 98%,transparent 100%) !important;
    mask-image:linear-gradient(90deg,#000 0%,#000 90%,rgba(0,0,0,.98) 92%,rgba(0,0,0,.72) 95%,rgba(0,0,0,.28) 98%,transparent 100%) !important;
  }
  .home-simple-stage::before{
    background:
      linear-gradient(90deg,
        rgba(248,244,236,.44) 0%,
        rgba(248,244,236,.22) 20%,
        rgba(248,244,236,.06) 38%,
        rgba(248,244,236,0) 54%),
      linear-gradient(90deg,
        transparent 0%,
        transparent calc(50% + 730px),
        rgba(74,67,59,.06) calc(50% + 780px),
        rgba(74,67,59,.30) calc(50% + 880px),
        rgba(74,67,59,.70) calc(50% + 960px),
        rgba(74,67,59,.70) 100%) !important;
  }
}


/* V4.24 ultrawide balance refinement: move artwork right, shorten and brighten the side continuation */
@media (min-width:1921px){
  .home-simple-stage{
    background:
      linear-gradient(90deg,#F8F4EC 0%,#F8F4EC 47%,rgba(248,244,236,.72) 59%,rgba(248,244,236,0) 73%),
      linear-gradient(180deg,#514A42 0%,#626164 20%,#948477 42%,#625D52 65%,#75684F 88%,#424448 100%) !important;
  }
  .home-simple-art{
    left:calc(50% + 40px) !important;
    -webkit-mask-image:linear-gradient(90deg,#000 0%,#000 92%,rgba(0,0,0,.98) 93.5%,rgba(0,0,0,.76) 96%,rgba(0,0,0,.34) 98.5%,transparent 100%) !important;
    mask-image:linear-gradient(90deg,#000 0%,#000 92%,rgba(0,0,0,.98) 93.5%,rgba(0,0,0,.76) 96%,rgba(0,0,0,.34) 98.5%,transparent 100%) !important;
  }
  .home-simple-stage::before{
    background:
      linear-gradient(90deg,
        rgba(248,244,236,.44) 0%,
        rgba(248,244,236,.22) 20%,
        rgba(248,244,236,.06) 38%,
        rgba(248,244,236,0) 54%),
      linear-gradient(90deg,
        transparent 0%,
        transparent calc(50% + 790px),
        rgba(91,83,74,.04) calc(50% + 830px),
        rgba(91,83,74,.18) calc(50% + 900px),
        rgba(91,83,74,.48) calc(50% + 970px),
        rgba(91,83,74,.48) 100%) !important;
  }
}

/* V4.25 final desktop hero alignment: preserve tablet/mobile framing */
@media (min-width:1025px) and (max-width:1599px){
  .home-simple-art{
    left:calc(50% + 24px) !important;
  }
}
@media (min-width:1600px) and (max-width:1920px){
  .home-simple-art{
    left:calc(50% + 38px) !important;
  }
}
@media (min-width:1921px){
  .home-simple-art{
    left:calc(50% + 52px) !important;
  }
}
/* V4.26 reference-matched desktop hero: fixed panel art with natural bright ultrawide extensions */
@media (min-width:1025px){
  .home-simple-stage{
    height:clamp(520px,45vw,600px) !important;
    min-height:520px !important;
    max-height:600px !important;
    background:linear-gradient(90deg,
      #F8F4EC 0%,
      #F8F4EC calc(50% + 700px),
      #F1F0EC calc(50% + 850px),
      #E6E7E5 100%) !important;
  }
  .home-simple-art{
    top:0 !important;
    bottom:auto !important;
    left:auto !important;
    right:max(0px,calc((100vw - 1920px)/2)) !important;
    width:auto !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:right center !important;
    transform:none !important;
    -webkit-mask-image:linear-gradient(90deg,#000 0%,#000 93%,rgba(0,0,0,.96) 94.5%,rgba(0,0,0,.70) 97%,rgba(0,0,0,.24) 99.2%,transparent 100%) !important;
    mask-image:linear-gradient(90deg,#000 0%,#000 93%,rgba(0,0,0,.96) 94.5%,rgba(0,0,0,.70) 97%,rgba(0,0,0,.24) 99.2%,transparent 100%) !important;
  }
  .home-simple-stage::before{
    background:linear-gradient(90deg,
      rgba(248,244,236,.34) 0%,
      rgba(248,244,236,.18) 24%,
      rgba(248,244,236,.045) 42%,
      rgba(248,244,236,0) 58%) !important;
  }
}
/* V4.27 static full-color partners */
.partner-logo-card{
  cursor:default !important;
}
.partner-logo-card img,
.partner-logo-card:hover img,
.partner-logo-card:focus-visible img,
.partner-logo-card.is-active img{
  filter:none !important;
  opacity:1 !important;
  transform:none !important;
}
.partner-logo-card:hover,
.partner-logo-card:focus-visible,
.partner-logo-card.is-active{
  background:#fff !important;
  box-shadow:none !important;
  outline:none !important;
}

/* V4.28 three-item mobile navigation */
@media(max-width:900px){
  .mobile-quick-nav-inner{grid-template-columns:repeat(3,minmax(0,1fr)) !important}
}

/* V4.29 branded partner finale */
.partner-showcase{
  position:relative;
  overflow:hidden;
  padding:72px 0 76px;
  background:var(--brand-gradient) !important;
  color:#fff;
}
.partner-showcase::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:72px 72px;
  pointer-events:none;
}
.partner-showcase>.wrap{
  position:relative;
  z-index:1;
}
.partner-showcase .partner-head h2{
  color:#fff;
}
.partner-showcase .partner-head>p{
  color:rgba(255,255,255,.82);
}
.partner-showcase .partner-head .eyebrow{
  color:rgba(255,255,255,.72);
}
.partner-showcase .partner-logos{
  background:rgba(255,255,255,.22);
  box-shadow:0 22px 54px rgba(12,18,17,.18);
}
.partner-showcase .partner-logo-card,
.partner-showcase .partner-logo-card:hover,
.partner-showcase .partner-logo-card:focus-visible{
  background:rgba(255,255,255,.98) !important;
}
@media(max-width:640px){
  .partner-showcase{
    padding:38px 0 42px;
  }
}