:root{
  --navy:#061a3a;
  --navy-mid:#0b2c60;
  --navy-soft:#12386d;
  --gold:#c8922d;
  --gold-light:#e4ba62;
  --ink:#111b2e;
  --muted:#647086;
  --paper:#ffffff;
  --cream:#f7f2e7;
  --soft:#f6f8fb;
  --line:rgba(7,31,76,.12);
  --shadow:0 28px 80px rgba(5,24,53,.12);
  --shadow-soft:0 14px 40px rgba(5,24,53,.07);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.68;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
img{max-width:100%;display:block}
.container{width:min(1220px,calc(100% - 56px));margin:auto}
.section{padding:124px 0;scroll-margin-top:88px}
.eyebrow{font-family:"Manrope",sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.21em;text-transform:uppercase;color:var(--gold);margin-bottom:15px}
h1,h2,h3{font-family:"Manrope",sans-serif;margin:0;color:var(--navy);letter-spacing:-.045em}
h1{font-size:clamp(3.35rem,5.75vw,5.85rem);line-height:.99;font-weight:650}
h2{font-size:clamp(2.45rem,4.1vw,4.6rem);line-height:1.04;font-weight:600}
h3{font-size:1.5rem;line-height:1.18;font-weight:650}
p{margin:0 0 16px}
.lead{font-size:1.08rem;line-height:1.75;color:#46536a;max-width:760px}
.small{font-size:.78rem;color:var(--muted)}

/* Header */
.topbar{position:fixed;inset:0 0 auto 0;z-index:60;background:rgba(255,255,255,.93);backdrop-filter:blur(20px);border-bottom:1px solid rgba(7,31,76,.07);box-shadow:0 8px 34px rgba(4,21,49,.035)}
.nav{height:92px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brandmark{height:82px;width:190px;overflow:hidden;display:flex;align-items:center;justify-content:flex-start}
.logo{width:170px;height:170px;object-fit:contain;transform:scale(1.14);transform-origin:left center}
.navlinks{display:flex;align-items:center;gap:28px;font-family:"Manrope",sans-serif;font-size:.84rem;font-weight:600;color:#263550}
.navlinks>a:not(.btn){position:relative;padding:8px 0}
.navlinks>a:not(.btn):after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:1px;background:var(--gold);transition:.25s}
.navlinks>a:not(.btn):hover{color:var(--navy)}
.navlinks>a:not(.btn):hover:after{right:0}
.navCta{margin-left:5px}
.menuBtn{display:none;border:0;background:none;font-size:1.7rem;color:var(--navy)}

/* Buttons */
.btn{border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;border-radius:7px;font-family:"Manrope",sans-serif;font-weight:650;font-size:.86rem;letter-spacing:-.01em;transition:.24s ease}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--navy);color:#fff;box-shadow:0 12px 26px rgba(5,24,53,.15)}
.btn-primary:hover{background:#0a2b60}
.btn-gold{background:linear-gradient(135deg,var(--gold-light),var(--gold));color:#11203c;box-shadow:0 14px 30px rgba(200,146,45,.22)}
.btn-outline{background:#fff;color:var(--navy);border:1px solid rgba(7,31,76,.18)}
.btn-outline-light{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.56);color:#fff;backdrop-filter:blur(8px)}
.btn-korean{background:transparent;color:#f2d995;border:1px solid rgba(226,185,97,.5);padding-inline:16px;font-size:.82rem}

/* Hero */
.hero{position:relative;min-height:820px;padding-top:92px;overflow:hidden}
.heroMedia{position:absolute;inset:92px 0 0 0}
.heroMedia img{width:100%;height:100%;object-fit:cover;object-position:center 48%}
.heroMedia:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,10,28,.94) 0%,rgba(3,17,43,.80) 38%,rgba(3,18,45,.36) 68%,rgba(3,18,45,.08) 100%)}
.heroMedia:before{content:"";position:absolute;inset:auto 0 0 0;height:150px;background:linear-gradient(transparent,rgba(2,10,28,.32));z-index:1}
.heroContent{position:relative;z-index:2;min-height:728px;display:flex;align-items:center;color:#fff}
.heroCopy{max-width:785px;padding:72px 0 62px}
.heroEyebrow{color:#e8c36b}
.hero h1{color:#fff;max-width:760px;text-wrap:balance}
.hero .sub{font-family:"Manrope",sans-serif;color:#e7bc58;font-size:clamp(1.18rem,1.8vw,1.55rem);line-height:1.42;font-weight:600;margin:24px 0 22px;max-width:690px}
.hero .desc{font-size:1.02rem;max-width:660px;color:#edf2f9;line-height:1.76}
.hero .nameLine{margin-top:20px;color:#e8edf6}.hero .nameLine strong{color:#f0cb76}
.heroActions{display:flex;gap:11px;margin-top:30px;flex-wrap:wrap}

/* Benefits */
.valueFlow{padding:118px 0 112px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.benefitsHead{margin-bottom:52px}.benefitsHead h2{max-width:850px;font-size:clamp(2.5rem,3.7vw,4.15rem)}
.sectionHead{display:flex;justify-content:space-between;gap:52px;align-items:flex-end}
.valueSteps{display:grid;grid-template-columns:repeat(7,1fr);border-top:1px solid rgba(7,31,76,.13);border-bottom:1px solid rgba(7,31,76,.1)}
.valueStep{position:relative;padding:30px 18px 28px;min-height:225px}
.valueStep:not(:last-child){border-right:1px solid rgba(7,31,76,.085)}
.valueIcon{width:38px;height:38px;margin-bottom:21px;display:grid;place-items:center;color:var(--gold)}
.valueIcon svg{width:28px;height:28px;stroke-width:1.45}
.valueStep strong{font-family:"Manrope",sans-serif;font-size:.98rem;line-height:1.35;display:block;color:var(--navy);font-weight:650}
.valueStep p{font-size:.79rem;color:#718097;line-height:1.58;margin:11px 0 0}
.benefitGallery{margin-top:48px;display:grid;grid-template-columns:1.45fr .75fr;gap:18px;height:335px}
.benefitVisual{margin:0;overflow:hidden;border-radius:18px;position:relative;background:#e6ebf2}
.benefitVisual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,rgba(4,21,49,.16))}
.benefitVisual img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease;filter:saturate(.94) contrast(1.02)}
.benefitVisual:hover img{transform:scale(1.015)}
.benefitTall img{object-position:center 44%}

/* Solutions */
.solutions{background:#071b3d;color:#e8eef7;position:relative;overflow:hidden}
.solutions:before{content:"";position:absolute;width:560px;height:560px;border-radius:50%;right:-250px;top:-220px;background:radial-gradient(circle,rgba(201,148,46,.09),transparent 68%)}
.solutionIntro{max-width:810px;margin-bottom:62px;position:relative}.solutionIntro h2{color:#fff}.solutionIntro .lead{color:#c9d4e4}.solutionIntro .eyebrow{color:#e0b55a}
.solutionGrid{display:grid;grid-template-columns:1fr 1fr;gap:18px;position:relative}
.solutionCard{background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:34px;display:grid;grid-template-columns:62px 1fr;gap:24px;backdrop-filter:blur(6px);transition:.28s ease}
.solutionCard:hover{transform:translateY(-4px);border-color:rgba(224,181,90,.45);background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.045))}
.roundIcon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(224,181,90,.35);color:#e0b55a;background:rgba(255,255,255,.025)}
.roundIcon svg{width:24px;height:24px;stroke-width:1.5}
.solutionCard .num{font-family:"Manrope",sans-serif;color:#d8a84b;font-weight:650;font-size:.72rem;letter-spacing:.16em;margin-bottom:4px}
.solutionCard h3{font-size:1.28rem;color:#fff;letter-spacing:-.025em;margin:2px 0 7px}
.solutionCard .statement{font-weight:600;color:#eef2f8;margin:0 0 12px;font-size:.92rem}
.solutionCard p{color:#b8c5d7;font-size:.89rem;line-height:1.68}
.solutionCard .bullets{padding-left:18px;margin:10px 0 18px;color:#c8d2e1;font-size:.86rem}
.solutionCard .btn-outline{background:transparent;border-color:rgba(255,255,255,.22);color:#fff;margin-top:6px}
.solutionCard .btn-outline:hover{border-color:#d8a84b;background:rgba(216,168,75,.08)}
.solutionPhoto{margin-top:52px;height:330px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 25px 70px rgba(0,0,0,.18)}
.solutionPhoto img{width:100%;height:100%;object-fit:cover;object-position:center 45%}
.solutionPhoto:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(5,24,53,.7))}
.solutionPhotoCaption{position:absolute;left:32px;bottom:26px;z-index:2;color:#fff;font-family:"Manrope",sans-serif;font-size:1.45rem;font-weight:500;letter-spacing:-.03em}

/* Brands */
.brandsSection{background:#fff}.brandsHero{display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:center;margin-bottom:76px}
.beautyPhoto{height:455px;border-radius:22px;overflow:hidden;background:#f5f1e9;box-shadow:var(--shadow-soft)}
.beautyPhoto img{width:100%;height:100%;object-fit:cover;filter:saturate(.86) contrast(1.015)}
.categoryBlock{background:linear-gradient(180deg,#f8f5ee,#fbfaf7);border:1px solid rgba(201,148,46,.16);border-radius:20px;padding:34px 34px 30px;margin-bottom:42px}
.categoryHeading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:23px}.categoryHeading .eyebrow{margin:0}.categoryHeading p{margin:0;color:#768196;font-size:.88rem}
.filterRow{display:flex;flex-wrap:wrap;gap:10px}
.pill{border:1px solid rgba(7,31,76,.12);background:rgba(255,255,255,.78);color:#43516a;border-radius:999px;padding:11px 17px;font-family:"Manrope",sans-serif;font-size:.78rem;font-weight:600;cursor:pointer;transition:.22s;box-shadow:0 4px 14px rgba(7,31,76,.025)}
.pill:hover{border-color:rgba(201,148,46,.55);color:var(--navy);transform:translateY(-1px)}
.pill.active{background:var(--navy);color:#fff;border-color:var(--navy);box-shadow:0 10px 25px rgba(7,31,76,.14)}
.brandTools{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:24px}
.searchBox{width:min(380px,100%)}.searchBox input{width:100%;padding:13px 16px;border:1px solid rgba(7,31,76,.14);border-radius:8px;outline:none;background:#fff}.searchBox input:focus{border-color:rgba(201,148,46,.65);box-shadow:0 0 0 4px rgba(201,148,46,.08)}
.brandGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.brandTile{border:1px solid rgba(7,31,76,.105);background:#fff;border-radius:12px;min-height:116px;padding:18px;display:flex;align-items:center;justify-content:center;text-align:center;font-family:"Manrope",sans-serif;font-size:.95rem;font-weight:650;color:#20304d;cursor:pointer;transition:.24s}
.brandTile:hover{transform:translateY(-3px);border-color:rgba(201,148,46,.65);box-shadow:0 15px 35px rgba(7,31,76,.065)}
.brandTile small{display:block;font-family:"DM Sans",sans-serif;font-weight:400;color:#8a94a5;margin-top:5px;font-size:.72rem}
.brandFooterCta{margin-top:46px;border-top:1px solid rgba(7,31,76,.12);border-bottom:1px solid rgba(7,31,76,.12);padding:30px 0;display:grid;grid-template-columns:1.05fr 1.45fr auto;gap:34px;align-items:center}
.brandFooterCta h3{font-size:1.28rem}.brandFooterCta p{margin:0;color:#6b7689;font-size:.88rem}

/* How it works */
.how{background:linear-gradient(180deg,#f6f8fb,#eef2f7)}.howHead{align-items:flex-start}.howHead .lead{max-width:530px;margin-top:12px}
.processGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:58px}
.processCard{position:relative;border:1px solid rgba(7,31,76,.10);border-radius:20px;padding:30px;background:rgba(255,255,255,.93);display:flex;flex-direction:column;min-height:650px;box-shadow:0 18px 50px rgba(7,31,76,.055);overflow:hidden}
.processCard:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),#edcf86,transparent 88%)}
.processCard>.num{font-family:"Manrope",sans-serif!important;color:#c9942e!important;font-weight:600!important;font-size:.74rem!important;letter-spacing:.18em;margin-bottom:7px}
.processCard h3{font-size:1.38rem;margin-bottom:7px;color:var(--navy)}
.processLead{font-size:.86rem;color:#788397;min-height:48px;line-height:1.58}
.flow{display:flex;flex-direction:column;margin:22px 0 24px;gap:0;flex:1;position:relative}
.flowStep{position:relative;border:0;border-bottom:1px solid rgba(7,31,76,.09);padding:15px 9px 15px 24px;text-align:left;font-size:.84rem;font-weight:600;color:#2c3b56;background:transparent}
.flowStep:before{content:"";position:absolute;left:1px;top:23px;width:8px;height:8px;border:1.5px solid var(--gold);border-radius:50%;background:#fff}
.flowStep:after{content:"";position:absolute;left:4.5px;top:31px;width:1px;height:calc(100% - 5px);background:rgba(201,148,46,.35)}
.flowStep:last-child:after{display:none}
.flowArrow{display:none}
.restBlock{background:#f9fafc;padding:16px 14px 16px 24px;margin:6px 0;border-radius:10px;border:1px solid rgba(7,31,76,.07)}
.restBlock:before{left:7px}.restBlock:after{left:10.5px}
.restBlock ul{margin:8px 0 0;padding-left:17px;font-weight:400;color:#758094;font-size:.75rem;line-height:1.55}
.processCard .btn{margin-top:auto;width:100%;background:var(--navy);color:#fff;border:0}

/* Why we exist */
.whySection{background:#fff}.aboutHero{display:grid;grid-template-columns:1.03fr .97fr;gap:72px;align-items:center}
.aboutCopy>p:not(.lead){color:#59667c;font-size:.96rem;max-width:650px}.aboutImage{height:550px;border-radius:22px;overflow:hidden;position:relative;box-shadow:var(--shadow-soft)}
.aboutImage img{width:100%;height:100%;object-fit:cover;object-position:center 48%}.aboutImage:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 62%,rgba(5,24,53,.28))}
.nameMeaning{font-family:"Manrope",sans-serif;font-size:1.34rem;font-weight:650;color:var(--navy);margin:23px 0 14px}
.teamBand{margin-top:88px;background:var(--navy);color:#fff;border-radius:22px;overflow:hidden;display:grid;grid-template-columns:.92fr 1.08fr;min-height:560px}
.teamImage{min-height:560px;overflow:hidden}.teamImage img{width:100%;height:100%;object-fit:cover;object-position:center}
.teamCopy{padding:56px 58px}.teamCopy .eyebrow{color:#e5ba60}.teamCopy h2{color:#fff;font-size:clamp(2.35rem,3.3vw,3.75rem);margin-bottom:24px}.teamCopy p{color:#c7d1e0;font-size:.93rem;line-height:1.7}.teamClosing{padding-top:12px;border-top:1px solid rgba(255,255,255,.14);margin-top:22px;color:#fff!important}
.howWork{margin-top:102px}.howWorkIntro{max-width:780px}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:48px;border-top:1px solid rgba(7,31,76,.12);border-bottom:1px solid rgba(7,31,76,.12)}
.principle{padding:30px 32px 34px 0;min-height:220px;position:relative}.principle:not(:last-child){border-right:1px solid rgba(7,31,76,.09);margin-right:32px}.principleNum{font-family:"Manrope",sans-serif;color:var(--gold);font-size:.72rem;letter-spacing:.18em;font-weight:650}.principle h3{font-size:1.24rem;margin:28px 0 10px}.principle p{font-size:.87rem;color:#6d788b;max-width:320px}
.lookingAhead{margin-top:92px;height:390px;border-radius:22px;overflow:hidden;position:relative;display:flex;align-items:center;box-shadow:var(--shadow-soft)}
.lookingAhead>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.lookingOverlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,14,34,.93),rgba(3,17,40,.66) 56%,rgba(3,17,40,.2))}.lookingContent{position:relative;z-index:2;color:#fff;padding:48px 56px;max-width:780px}.lookingContent .eyebrow{color:#e4ba62}.lookingContent p{color:#d7dfec;font-size:.96rem;max-width:620px}.lookingContent strong{font-family:"Manrope",sans-serif;font-size:clamp(1.9rem,3vw,3.15rem);line-height:1.14;font-weight:550;letter-spacing:-.045em;color:#fff;display:block;max-width:760px}

/* Closing CTA */
.contact-simple{padding:0 0 72px;background:#fff}.closingBand{min-height:350px;border-radius:22px;background:linear-gradient(135deg,#061a3a,#0d2f69);display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:56px;padding:52px 58px;color:#fff;position:relative;overflow:hidden}
.closingBand:after{content:"";position:absolute;width:390px;height:390px;border-radius:50%;right:-140px;top:-160px;background:radial-gradient(circle,rgba(226,185,97,.17),transparent 68%)}
.closingCopy,.closingActions{position:relative;z-index:2}.closingCopy .eyebrow{color:#e7c46d}.closingCopy h2{font-size:clamp(2.35rem,3.7vw,4rem);color:#fff}.closingCopy p{color:#cbd6e7;margin:14px 0 0}.closingActions{display:flex;align-items:flex-start;flex-direction:column;gap:22px}.contactMini{display:grid;gap:5px;color:#b9c6d8;font-size:.83rem}.contactMini a{color:#fff}

/* Footer */
footer{background:#03142e;color:#dce5f5;padding:34px 0}.footerInner{display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap}.footerBrand{display:flex;align-items:center;gap:14px}.footerBrand img{height:50px;width:50px;object-fit:cover;background:#fff;border-radius:6px}.footerLinks{display:flex;gap:20px;font-size:.76rem;color:#c9d2e0}.footerMeta{font-size:.73rem;color:#98a7bd}.credits{font-size:.65rem;color:#74849c;margin-top:14px}

/* Modals */
.modal{position:fixed;inset:0;background:rgba(3,13,32,.74);z-index:100;display:none;align-items:center;justify-content:center;padding:24px}.modal.open{display:flex}.modalCard{width:min(760px,96vw);max-height:90vh;overflow:auto;background:#fff;border-radius:20px;box-shadow:0 40px 120px rgba(0,0,0,.35);padding:34px;position:relative}.modalClose{position:absolute;top:18px;right:18px;border:0;background:#f2f5f8;width:38px;height:38px;border-radius:50%;cursor:pointer;font-size:1.1rem}.modalBrand{font-size:2.2rem;margin-right:44px}.tags{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.tag{font-size:.72rem;background:#f4f6f9;color:#3f4d63;border-radius:999px;padding:7px 10px}.modalCols{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:24px 0}.modalCols h4{margin:0 0 9px;color:var(--navy)}.modalCols ul{margin:0;padding-left:18px;color:#536078;font-size:.9rem}.formModalCard{max-width:760px}.formModalCard h2{margin-bottom:20px}.formGrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:.78rem;font-weight:700;color:#39465f}.field input,.field textarea{width:100%;border:1px solid #d9e0ea;border-radius:9px;padding:12px 13px}.field textarea{min-height:120px;resize:vertical}.formNote{font-size:.76rem;color:#6f798b;margin-top:12px}

@media(max-width:1050px){
  .navlinks{gap:18px}.brandmark{width:165px}.logo{width:155px;height:155px}
  .valueSteps{grid-template-columns:repeat(4,1fr)}.valueStep:nth-child(4){border-right:0}.valueStep:nth-child(-n+4){border-bottom:1px solid rgba(7,31,76,.085)}
  .solutionGrid{grid-template-columns:1fr}.brandsHero,.aboutHero{gap:48px}.brandGrid{grid-template-columns:repeat(3,1fr)}
  .teamBand{grid-template-columns:1fr}.teamImage{height:390px;min-height:390px}.teamCopy{padding:48px}
  .processGrid{grid-template-columns:1fr}.processCard{min-height:auto}.principles{grid-template-columns:1fr 1fr}.principle:nth-child(2){border-right:0;margin-right:0}.principle:last-child{grid-column:1/-1;border-top:1px solid rgba(7,31,76,.09)}
}
@media(max-width:900px){
  .navlinks{display:none}.menuBtn{display:block}.navlinks.open{display:flex;position:absolute;top:92px;left:0;right:0;background:#fff;padding:22px 28px 28px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line);box-shadow:0 20px 40px rgba(5,24,53,.08)}
  .hero{min-height:760px}.heroContent{min-height:668px}.heroMedia{inset:92px 0 0 0}.heroMedia:after{background:rgba(3,17,43,.66)}
  .benefitGallery{grid-template-columns:1fr 1fr;height:290px}.brandsHero,.aboutHero{grid-template-columns:1fr}.beautyPhoto,.aboutImage{height:430px}.brandFooterCta{grid-template-columns:1fr;gap:16px}.closingBand{grid-template-columns:1fr;gap:30px;min-height:0}.categoryHeading{display:block}.categoryHeading p{margin-top:8px}.sectionHead{display:block}.howHead .lead{max-width:760px;margin-top:20px}
}
@media(max-width:640px){
  .container{width:min(100% - 28px,1220px)}.section{padding:86px 0}.nav{height:82px}.brandmark{height:74px;width:145px}.logo{width:140px;height:140px}.navlinks.open{top:82px}
  .hero{padding-top:82px;min-height:760px}.heroMedia{inset:82px 0 0 0}.heroContent{min-height:678px}.heroCopy{padding-top:70px}.hero h1{font-size:clamp(2.9rem,13vw,4.4rem)}.hero .desc{font-size:.95rem}.heroActions{flex-direction:column;align-items:flex-start}.heroActions .btn{width:100%;max-width:310px}
  .valueFlow{padding:86px 0}.valueSteps{grid-template-columns:1fr}.valueStep{min-height:0;padding:24px 8px;display:grid;grid-template-columns:44px 1fr;column-gap:10px;text-align:left}.valueStep:not(:last-child){border-right:0;border-bottom:1px solid rgba(7,31,76,.085)}.valueStep strong,.valueStep p{grid-column:2}.valueIcon{margin:0}.benefitGallery{grid-template-columns:1fr;height:auto}.benefitVisual{height:245px}.benefitTall{height:300px}
  .solutionCard{grid-template-columns:1fr;padding:27px}.solutionPhoto{height:260px}.solutionPhotoCaption{font-size:1.2rem;left:22px;bottom:20px}
  .beautyPhoto,.aboutImage{height:350px}.categoryBlock{padding:26px 20px}.brandGrid{grid-template-columns:repeat(2,1fr)}.brandTools{display:block}.searchBox{margin-top:13px}.processCard{padding:26px}.teamImage{height:300px;min-height:300px}.teamCopy{padding:34px 26px}.principles{grid-template-columns:1fr}.principle,.principle:not(:last-child){margin:0;border-right:0;border-bottom:1px solid rgba(7,31,76,.09);padding:27px 0}.principle:last-child{grid-column:auto;border-bottom:0}.lookingAhead{height:430px}.lookingContent{padding:34px 26px}.lookingOverlay{background:rgba(3,14,34,.76)}
  .contact-simple{padding-bottom:42px}.closingBand{border-radius:16px;padding:36px 26px}.footerInner{align-items:flex-start;flex-direction:column}.modalCols,.formGrid{grid-template-columns:1fr}.field.full{grid-column:auto}
}


/* Premium refinement round 02 */
.topbar{background:rgba(255,255,255,.965);border-bottom:1px solid rgba(6,26,58,.08);box-shadow:0 10px 35px rgba(6,26,58,.045)}
.nav{height:104px}
.brandmark{height:94px;width:238px;overflow:visible;align-items:center}
.logo{width:220px;height:auto;transform:none;object-fit:contain;margin-top:3px}
.navlinks{gap:30px;font-size:.86rem;letter-spacing:-.012em}
.navlinks a[href="#why"]{font-weight:800;color:var(--navy)}
.navlinks a[href="#why"]:before{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;background:linear-gradient(90deg,var(--gold-light),var(--gold));border-radius:2px}
.navCta{border-radius:4px;padding:12px 19px}
.hero{padding-top:104px;min-height:830px}
.heroMedia{inset:104px 0 0 0}
.heroContent{min-height:726px}
.heroCopy{padding-top:46px;max-width:800px}
.hero h1{font-size:clamp(3.7rem,5.8vw,6rem);line-height:.98;max-width:790px;font-weight:600;letter-spacing:-.055em}
.hero .sub{font-size:clamp(1.22rem,1.65vw,1.55rem);font-weight:650;letter-spacing:-.025em;margin-top:28px;color:#e4b34b}
.hero .desc{font-size:1.03rem;max-width:650px;color:rgba(255,255,255,.88)}
.heroActions{margin-top:34px;gap:12px}
.heroActions .btn{min-height:48px;border-radius:5px;padding-inline:23px}

.valueFlow{padding:126px 0 120px;background:linear-gradient(180deg,#f9fafc 0%,#fff 54%,#f6f8fb 100%);position:relative}
.valueFlow:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,transparent,rgba(200,146,45,.45),transparent)}
.benefitsHead{margin-bottom:60px;max-width:930px}
.benefitsHead .eyebrow{font-size:.76rem;letter-spacing:.24em;margin-bottom:18px}
.benefitsHead h2{font-size:clamp(2.8rem,4.25vw,4.9rem);line-height:1.02;letter-spacing:-.055em;max-width:920px}
.valueSteps{grid-template-columns:repeat(4,1fr);gap:0;border:0;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 28px 80px rgba(6,26,58,.09);border:1px solid rgba(6,26,58,.07)}
.valueStep{min-height:246px;padding:34px 30px 30px;background:#fff;transition:.28s ease}
.valueStep:not(:last-child){border-right:1px solid rgba(6,26,58,.07)}
.valueStep:nth-child(-n+4){border-bottom:1px solid rgba(6,26,58,.07)}
.valueStep:nth-child(4){border-right:0}
.valueStep:nth-child(5),.valueStep:nth-child(6),.valueStep:nth-child(7){grid-column:span 1}
.valueStep:nth-child(7){grid-column:4}
.valueStep:hover{background:linear-gradient(180deg,#fff,#fbf8f1);transform:translateY(-2px)}
.valueIcon{width:46px;height:46px;margin-bottom:27px;border:1px solid rgba(200,146,45,.28);border-radius:50%;background:#fffaf0}
.valueIcon svg{width:23px;height:23px;stroke-width:1.35}
.valueStep strong{font-size:1.06rem;line-height:1.32;letter-spacing:-.025em}
.valueStep p{font-size:.84rem;line-height:1.68;color:#6b788e;margin-top:13px;max-width:230px}
.benefitGallerySingle{margin-top:42px;display:block;height:420px}
.benefitGallerySingle .benefitVisual{height:100%;border-radius:20px;box-shadow:0 24px 70px rgba(6,26,58,.12)}
.benefitGallerySingle .benefitVisual img{object-position:center 55%;filter:saturate(.92) contrast(1.04)}
.benefitGallerySingle .benefitVisual:after{background:linear-gradient(180deg,rgba(4,18,42,.02),rgba(4,18,42,.22))}

.section h2{letter-spacing:-.055em}
.solutionCard,.processCard,.categoryBlock,.teamBand,.lookingAhead,.closingBand,.beautyPhoto,.aboutImage{border-radius:16px}
.solutionCard{border-color:rgba(255,255,255,.1);box-shadow:none}
.solutionCard:hover{box-shadow:0 24px 60px rgba(0,0,0,.12)}
.categoryBlock{background:#faf8f3;padding:38px 38px 34px}
.pill{border-radius:5px;padding:12px 16px}
.processCard{box-shadow:0 20px 55px rgba(6,26,58,.07);border:1px solid rgba(6,26,58,.08)}
.principles{margin-top:54px}
.principle h3{font-size:1.36rem}

@media(max-width:1050px){
 .brandmark{width:190px}.logo{width:180px}
 .valueSteps{grid-template-columns:repeat(2,1fr)}
 .valueStep:nth-child(n){grid-column:auto;border-right:1px solid rgba(6,26,58,.07);border-bottom:1px solid rgba(6,26,58,.07)}
 .valueStep:nth-child(even){border-right:0}.valueStep:last-child{border-bottom:0}
}
@media(max-width:900px){.nav{height:94px}.hero{padding-top:94px}.heroMedia{inset:94px 0 0 0}.brandmark{height:84px}.navlinks.open{top:94px}}
@media(max-width:640px){
 .nav{height:84px}.brandmark{height:76px;width:158px}.logo{width:150px}.navlinks.open{top:84px}
 .hero{padding-top:84px}.heroMedia{inset:84px 0 0 0}.heroCopy{padding-top:42px}
 .valueFlow{padding:88px 0}.valueSteps{grid-template-columns:1fr}.valueStep:nth-child(n){border-right:0}.valueStep{padding:28px 24px;min-height:0;display:grid;grid-template-columns:54px 1fr;column-gap:15px}.valueIcon{grid-row:1/3}.valueStep strong,.valueStep p{grid-column:2}.benefitGallerySingle{height:300px;margin-top:28px}
}

/* === Premium Solutions refinement 03 === */
.solutionIntro{
  max-width:900px;
  margin-bottom:76px;
}
.solutionIntro .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:14px;
  font-size:.92rem;
  letter-spacing:.24em;
  font-weight:750;
  color:#e5bd67;
  margin-bottom:24px;
}
.solutionIntro .eyebrow:before{
  content:"";
  width:42px;
  height:1px;
  background:linear-gradient(90deg,#e8c66f,#b8791d);
}
.solutionIntro h2{
  color:#fff;
  margin-bottom:30px;
  max-width:820px;
  font-size:clamp(2.8rem,4.5vw,4.85rem);
  line-height:1.02;
  font-weight:560;
  letter-spacing:-.052em;
}
.solutionIntro .lead{
  color:#c7d3e5;
  font-size:1.12rem;
  line-height:1.82;
  max-width:790px;
  margin:0;
}
.solutionGrid{
  gap:22px;
}
.solutionCard{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:38px 38px 34px;
  border-radius:14px;
  background:linear-gradient(148deg,rgba(255,255,255,.072),rgba(255,255,255,.026));
  border:1px solid rgba(255,255,255,.105);
  box-shadow:0 22px 58px rgba(0,0,0,.075);
  overflow:hidden;
  backdrop-filter:blur(8px);
  transition:transform .35s ease,border-color .35s ease,background .35s ease,box-shadow .35s ease;
}
.solutionCard:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:2px;
  background:linear-gradient(90deg,rgba(229,189,103,.88),rgba(229,189,103,.08) 62%,transparent);
  opacity:.72;
}
.solutionCard:hover{
  transform:translateY(-5px);
  border-color:rgba(229,189,103,.34);
  background:linear-gradient(148deg,rgba(255,255,255,.09),rgba(255,255,255,.034));
  box-shadow:0 30px 72px rgba(0,0,0,.13);
}
.solutionCardTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:30px;
}
.roundIcon{
  width:44px;
  height:44px;
  border-radius:0;
  border:0;
  background:transparent;
  color:#e2b85e;
  display:grid;
  place-items:start;
}
.roundIcon svg{
  width:30px;
  height:30px;
  stroke-width:1.25;
}
.solutionCard .num{
  margin:0;
  color:rgba(232,198,111,.88);
  font-family:"Manrope",sans-serif;
  font-size:.76rem;
  letter-spacing:.19em;
  font-weight:700;
}
.solutionCardBody{
  display:flex;
  flex-direction:column;
  flex:1;
}
.solutionCard h3{
  margin:0 0 16px;
  color:#fff;
  font-size:1.55rem;
  line-height:1.18;
  font-weight:590;
  letter-spacing:-.034em;
}
.solutionCard .statement{
  color:#f3f6fb;
  font-size:1rem;
  line-height:1.55;
  font-weight:560;
  margin:0 0 17px;
}
.solutionCard p{
  color:#c1cde0;
  font-size:.96rem;
  line-height:1.78;
  margin:0 0 17px;
}
.solutionCard .bullets{
  list-style:none;
  padding:0;
  margin:3px 0 24px;
  color:#d1d9e7;
  font-size:.91rem;
  line-height:1.62;
}
.solutionCard .bullets li{
  position:relative;
  padding:8px 0 8px 19px;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.solutionCard .bullets li:last-child{border-bottom:0}
.solutionCard .bullets li:before{
  content:"";
  position:absolute;
  left:0;
  top:17px;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#d9ad51;
  box-shadow:0 0 0 3px rgba(217,173,81,.08);
}
.solutionCard .tail{
  color:#d7dfeb;
  font-size:.91rem;
}
.solutionCta{
  width:max-content;
  min-height:45px;
  margin-top:auto;
  padding:12px 2px 10px 0;
  border:0;
  border-bottom:1px solid rgba(229,189,103,.62);
  border-radius:0;
  background:transparent;
  color:#f0cf80;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap:16px;
  font-family:"Manrope",sans-serif;
  font-size:.88rem;
  font-weight:650;
  letter-spacing:.01em;
  transition:color .25s ease,border-color .25s ease,gap .25s ease;
}
.solutionCta:hover{
  color:#fff0bc;
  border-color:#efd287;
  gap:20px;
}
.solutionCta .ctaArrow{
  font-size:1.05rem;
  line-height:1;
  transform:translateY(-1px);
}

@media (max-width:700px){
  .solutionIntro{margin-bottom:52px}
  .solutionIntro .eyebrow{font-size:.82rem;margin-bottom:18px}
  .solutionIntro .eyebrow:before{width:28px}
  .solutionIntro h2{margin-bottom:24px}
  .solutionIntro .lead{font-size:1rem;line-height:1.72}
  .solutionCard{padding:30px 26px 27px}
  .solutionCardTop{margin-bottom:23px}
  .solutionCard h3{font-size:1.35rem}
  .solutionCard p{font-size:.92rem}
}


/* ===== Premium art-direction refinement ===== */
:root{--gold:#c89a45;--gold-light:#e5c77f;--navy:#061a3a}
body{font-size:16px}
.topbar .brandmark{height:88px;width:220px;overflow:visible}
.topbar .logo{width:190px;height:150px;transform:none;object-fit:contain;object-position:left center}
.navlinks{font-size:.9rem;gap:31px}.navlinks a[href="#why"]{font-weight:800;color:var(--navy)}
.heroCopy{padding-top:92px}.hero .sub{font-size:clamp(1.32rem,2vw,1.72rem);font-weight:700;color:#e7bd61}
.btn-gold,.solutionCard .btn-outline,.brandFooterCta .btn,.processCard .btn{background:linear-gradient(135deg,#e7c978,#c89435)!important;color:#071b3d!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 12px 28px rgba(183,128,32,.20)}

.valueFlow{padding:132px 0 120px}.benefitsHead .eyebrow{font-size:.82rem}.benefitsHead h2{font-size:clamp(3rem,4.3vw,4.9rem);max-width:980px}
.valueSteps{grid-template-columns:repeat(4,1fr);border:0;gap:1px;background:rgba(7,31,76,.08)}
.valueStep{background:#fff;min-height:240px;padding:34px 28px}.valueStep:nth-child(4){border-right:0}.valueStep:nth-child(n+5){border-top:1px solid rgba(7,31,76,.08)}
.valueStep strong{font-size:1.08rem}.valueStep p{font-size:.88rem}.valueIcon{width:44px;height:44px}.valueIcon svg{width:34px;height:34px}
.benefitGallerySingle{display:block!important;height:430px!important;margin-top:52px}.benefitGallerySingle .benefitVisual{height:100%;border-radius:10px}.benefitGallerySingle img{object-position:center 53%}

.solutions{padding:150px 0}.solutionIntro{max-width:930px;margin-bottom:76px}.solutionIntro .eyebrow{font-size:.86rem}.solutionIntro h2{font-size:clamp(3.2rem,4.8vw,5.25rem);margin-bottom:30px}.solutionIntro .lead{font-size:1.18rem;line-height:1.8;max-width:790px}
.solutionGrid{gap:24px}.solutionCard{padding:44px;border-radius:12px;grid-template-columns:72px 1fr}.roundIcon{width:62px;height:62px}.solutionCard h3{font-size:1.55rem}.solutionCard .statement{font-size:1.02rem}.solutionCard p{font-size:.98rem}.solutionCard .bullets{font-size:.94rem;line-height:1.75}.solutionCard .btn{padding:13px 19px;font-size:.9rem}
.solutionPhoto{height:440px;border-radius:10px}.solutionPhotoCaption{font-size:1.75rem;font-weight:700}

.brandsSection{padding-top:148px}.brandsHero{grid-template-columns:.88fr 1.12fr;gap:78px;margin-bottom:96px}.brandsHero h2{font-size:clamp(3.3rem,4.9vw,5.35rem);margin-bottom:26px}.brandsHero .lead{font-size:1.15rem}.beautyPhoto{height:560px;border-radius:10px}
.categoryBlock{padding:44px 42px;border-radius:10px;margin-bottom:64px}.categoryHeading .eyebrow,.brandTools .eyebrow{font-size:.9rem}.categoryHeading p{font-size:.98rem}.pill{font-size:.88rem;padding:13px 20px}
.brandTools{margin:12px 0 30px}.brandGrid{grid-template-columns:repeat(4,1fr);gap:18px}.brandTile{min-height:168px;border-radius:8px;padding:26px;justify-content:flex-start;text-align:left;font-size:1.18rem;position:relative;overflow:hidden;background:linear-gradient(145deg,#fff,#f9fafc)}.brandTile:before{content:"BRAND";position:absolute;top:20px;right:20px;font-size:.62rem;letter-spacing:.2em;color:#c89a45}.brandTile small{font-size:.78rem;margin-top:10px}.brandTile:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(7,31,76,.10)}
.brandFooterCta{margin-top:70px;padding:48px 0}.brandFooterCta .eyebrow{font-size:.85rem}.brandFooterCta h3{font-size:1.7rem}.brandFooterCta p{font-size:1rem;line-height:1.7}

.how{padding:150px 0}.howHead{display:block}.howHead>div{max-width:900px}.howHead .eyebrow{font-size:.88rem}.howHead h2{font-size:clamp(3.2rem,4.8vw,5.2rem)}.howHead .lead{font-size:1.15rem;max-width:800px;margin-top:28px}
.processGrid{gap:24px;margin-top:76px}.processCard{min-height:760px;padding:42px 38px;border-radius:12px}.processCard>.num{font-size:1rem!important;font-weight:800!important}.processCard h3{font-size:1.72rem;margin:8px 0 12px}.processLead{font-size:1rem;min-height:62px}.flow{margin:30px 0}.flowStep{font-size:1.02rem;padding:17px 12px;text-align:center;border:0;font-weight:700;color:#172c50}.flowStep:before,.flowStep:after{display:none}.flowArrow{display:block!important;text-align:center;color:#c89435;font-size:1.45rem;line-height:1;padding:6px 0}.restBlock{padding:20px 18px;background:#f5f1e7;border:1px solid rgba(200,154,69,.22);border-radius:8px}.restBlock ul{font-size:.86rem;line-height:1.65;text-align:left}.processCard .btn{font-size:.95rem;padding:15px 18px}

.whySection{padding:0 0 140px}.aboutHero{min-height:860px;grid-template-columns:.9fr 1.1fr;gap:82px;align-items:center}.aboutCopy .eyebrow{font-size:.9rem}.aboutCopy h2{font-size:clamp(3.4rem,5vw,5.5rem);margin-bottom:32px}.aboutCopy .lead{font-size:1.3rem}.aboutCopy>p:not(.lead){font-size:1.08rem;line-height:1.78}.aboutImage{height:700px;border-radius:8px}.aboutImage img{object-position:center 50%}
.teamBand{margin-top:0;border-radius:0;min-height:720px}.teamImage{min-height:720px}.teamCopy{padding:78px 70px}.teamCopy h2{font-size:clamp(3.1rem,4.5vw,5rem);margin-bottom:34px}.teamCopy p{font-size:1.06rem;line-height:1.78}
.howWork{margin-top:135px}.howWorkIntro{max-width:900px}.howWorkIntro .eyebrow{font-size:.9rem}.howWorkIntro h2{font-size:clamp(3.1rem,4.6vw,5rem);margin-bottom:28px}.howWorkIntro .lead{font-size:1.18rem}.principles{margin-top:68px}.principle{min-height:310px;padding:48px 42px 44px 0}.principle:not(:last-child){margin-right:42px}.principleNum{font-size:1.05rem;font-weight:800}.principle h3{font-size:1.65rem;margin:38px 0 16px}.principle p{font-size:1.02rem;line-height:1.72}
.lookingAhead{margin-top:125px;height:560px;border-radius:8px}.lookingContent{padding:70px 72px;max-width:950px}.lookingContent .eyebrow{font-size:.92rem}.lookingContent p{font-size:1.25rem;line-height:1.7;max-width:720px;margin-bottom:22px}.lookingContent strong{font-size:clamp(2.7rem,4.2vw,4.7rem);max-width:900px}
.closingBand{min-height:330px;border-radius:8px}

@media(max-width:900px){.valueSteps{grid-template-columns:repeat(2,1fr)}.brandsHero{grid-template-columns:1fr}.processGrid{grid-template-columns:1fr}.aboutHero{grid-template-columns:1fr;padding:100px 0}.teamBand{grid-template-columns:1fr}.brandGrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.topbar .brandmark{width:160px}.topbar .logo{width:150px}.valueSteps,.brandGrid{grid-template-columns:1fr}.benefitGallerySingle{height:270px!important}.solutionCard{padding:30px;grid-template-columns:1fr}.processCard{min-height:0;padding:30px 24px}.aboutHero{min-height:0;gap:40px}.aboutImage{height:430px}.teamCopy{padding:48px 26px}.lookingContent{padding:38px 28px}}

/* =========================================================
   Design Master implementation — v1.20
   Design-only refinement. Approved website wording preserved.
   ========================================================= */

:root{
  --navy:#071f4c;
  --navy-deep:#04152f;
  --gold:#c9963f;
  --gold-light:#e6c776;
  --gold-soft:#f3e5bd;
}

/* Header: balanced logo, bold navigation, no underlines */
.topbar{background:rgba(255,255,255,.975);box-shadow:0 10px 35px rgba(5,25,58,.055)}
.nav{height:92px}
.topbar .brandmark{width:188px;height:82px;overflow:visible}
.topbar .logo{width:176px;height:auto;transform:none;margin:0;object-fit:contain}
.navlinks{gap:27px;font-size:.86rem;font-weight:750;color:#172642}
.navlinks>a:not(.btn){font-weight:750;padding:9px 0}
.navlinks>a:not(.btn):after,.navlinks a[href="#why"]:before{display:none!important}
.navlinks>a:not(.btn):hover,.navlinks>a:not(.btn):focus{color:var(--gold)}
.navlinks a[href="#why"]{font-weight:800;color:var(--navy)}
.navCta{border-radius:6px;padding:12px 18px}

/* Hero: approved composition, slightly quieter headline */
.hero{padding-top:92px;min-height:790px}
.heroMedia{inset:92px 0 0 0}
.heroContent{min-height:698px}
.heroCopy{padding-top:48px;max-width:770px}
.hero h1{font-size:clamp(3.25rem,5.05vw,5.05rem);line-height:1.005;font-weight:650;letter-spacing:-.052em;max-width:760px}
.hero .sub{font-size:clamp(1.2rem,1.55vw,1.48rem);font-weight:700;color:#e5b953}

/* Benefits: one cohesive premium row, one-line desktop layout */
.valueFlow{padding:88px 0 92px;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)}
.benefitsHead{margin-bottom:34px}
.benefitsHead h2{font-size:clamp(2rem,2.8vw,3.25rem);font-weight:680;letter-spacing:-.045em;max-width:920px}
.valueSteps{
  display:grid!important;
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  gap:0!important;
  border:1px solid rgba(7,31,76,.09)!important;
  border-radius:14px!important;
  background:#fff!important;
  overflow:hidden!important;
  box-shadow:0 20px 55px rgba(7,31,76,.07)!important;
}
.valueStep{
  min-height:214px!important;
  padding:27px 20px 24px!important;
  background:#fff!important;
  text-align:left!important;
  display:block!important;
  transition:background .25s ease,transform .25s ease!important;
}
.valueStep:not(:last-child){border-right:1px solid rgba(7,31,76,.075)!important;border-bottom:0!important}
.valueStep:hover{background:#fcfaf5!important;transform:none!important}
.valueIcon{width:40px;height:40px;margin:0 0 22px!important;border:1px solid rgba(201,150,63,.28)!important;border-radius:9px!important;background:#fffaf0!important;color:var(--gold)!important}
.valueIcon svg{width:22px;height:22px;stroke-width:1.55!important}
.valueStep strong{font-size:.98rem!important;font-weight:720!important;line-height:1.34!important;letter-spacing:-.022em!important}
.valueStep p{font-size:.79rem!important;line-height:1.58!important;color:#6d788b!important;margin-top:10px!important}
.benefitGallerySingle{height:245px!important;margin-top:30px!important}
.benefitGallerySingle .benefitVisual{border-radius:12px!important;box-shadow:0 16px 42px rgba(5,25,58,.10)!important}
.benefitGallerySingle .benefitVisual img{object-position:center 51%!important;filter:saturate(.96) contrast(1.04)!important}

/* Our Solutions: more compact cards, stronger type, real CTA buttons */
.solutions{padding:110px 0 104px}
.solutionIntro{margin-bottom:54px;max-width:870px}
.solutionIntro .eyebrow{font-size:1rem!important;font-weight:800!important;letter-spacing:.2em!important;margin-bottom:21px!important}
.solutionIntro h2{font-size:clamp(2.7rem,4vw,4.35rem)!important;font-weight:650!important;margin-bottom:34px!important}
.solutionIntro .lead{font-size:1.05rem!important;line-height:1.82!important;max-width:780px!important}
.solutionGrid{gap:16px!important}
.solutionCard{
  min-height:0!important;
  padding:28px 29px 27px!important;
  border-radius:11px!important;
  display:grid!important;
  grid-template-columns:48px 1fr!important;
  gap:18px!important;
  background:linear-gradient(150deg,rgba(255,255,255,.075),rgba(255,255,255,.032))!important;
  border:1px solid rgba(255,255,255,.11)!important;
}
.solutionCard .solutionCardTop{display:flex;flex-direction:column;align-items:center;gap:13px}
.solutionCard .roundIcon{width:46px;height:46px;border-radius:10px}
.solutionCard .roundIcon svg{width:22px;height:22px;stroke-width:1.6}
.solutionCard .num{font-size:.7rem!important;font-weight:800!important;letter-spacing:.18em!important}
.solutionCard h3{font-size:1.42rem!important;font-weight:720!important;line-height:1.2!important;margin:0 0 11px!important}
.solutionCard .statement{font-size:.96rem!important;font-weight:650!important;line-height:1.55!important;margin-bottom:12px!important}
.solutionCard p{font-size:.92rem!important;line-height:1.7!important;color:#c3cede!important}
.solutionCard .bullets{font-size:.88rem!important;line-height:1.65!important;margin:13px 0 18px!important}
.solutionCta{
  margin-top:18px!important;
  width:auto!important;
  min-width:165px;
  border-radius:6px!important;
  padding:11px 16px!important;
  font-size:.82rem!important;
  box-shadow:none!important;
}
.btn-solution-secondary{background:transparent!important;color:#f5f7fb!important;border:1px solid rgba(229,199,118,.52)!important}
.btn-solution-secondary:hover{background:rgba(229,199,118,.08)!important;border-color:var(--gold-light)!important}
.solutionPhoto{height:245px!important;margin-top:34px!important;border-radius:12px!important;box-shadow:0 18px 50px rgba(0,0,0,.16)!important}
.solutionPhoto img{object-position:center 52%!important}
.solutionPhotoCaption{font-size:1.22rem!important;font-weight:650!important;bottom:20px!important;left:25px!important}

/* Brands: stronger opening, selected image, curated card system */
.brandsSection{padding:112px 0 106px!important}
.brandsHero{grid-template-columns:.9fr 1.1fr!important;gap:70px!important;margin-bottom:78px!important}
.brandsHero .eyebrow{font-size:.92rem;font-weight:800;letter-spacing:.21em}
.brandsHero h2{font-size:clamp(3.4rem,5vw,5.5rem)!important;font-weight:730!important;letter-spacing:-.058em!important;margin-bottom:28px!important}
.brandsHero .lead{font-size:1.08rem!important;line-height:1.82!important;max-width:610px}
.beautyPhoto{height:500px!important;border-radius:12px!important;box-shadow:0 24px 65px rgba(7,31,76,.10)!important}
.beautyPhoto img{object-fit:cover!important;object-position:center!important;filter:saturate(.86) contrast(1.04)!important}
.categoryBlock{border-radius:12px!important;padding:34px 36px 32px!important;margin-bottom:58px!important}
.categoryHeading .eyebrow,.brandTools .eyebrow{font-size:.88rem!important;font-weight:800!important;letter-spacing:.17em!important}
.pill{border-radius:7px!important;font-size:.82rem!important;font-weight:680!important;padding:11px 17px!important}
.brandTools{margin:0 0 26px!important}
.brandGrid{grid-template-columns:repeat(4,1fr)!important;gap:16px!important}
.brandTile{
  min-height:142px!important;
  border-radius:9px!important;
  padding:22px!important;
  justify-content:flex-start!important;
  text-align:left!important;
  font-size:1.1rem!important;
  position:relative!important;
  gap:15px!important;
  overflow:hidden!important;
  background:linear-gradient(145deg,#fff,#f9fafc)!important;
  border:1px solid rgba(7,31,76,.09)!important;
}
.brandTile:before{display:none!important;content:none!important}
.brandMark{flex:0 0 38px;width:38px;height:38px;border:1px solid rgba(201,150,63,.28);border-radius:9px;display:grid;place-items:center;font-family:"Manrope",sans-serif;font-size:.85rem;font-weight:800;color:var(--gold);background:#fffaf1}
.brandTileText{font-family:"Manrope",sans-serif;font-size:1.08rem;font-weight:720;color:#172b4e;line-height:1.25}
.brandTile small{font-size:.73rem!important;margin-top:8px!important;line-height:1.4!important;color:#7f8a9c!important}
.brandArrow{position:absolute;right:18px;bottom:17px;color:#b47d23;font-size:.94rem;transition:transform .22s ease}
.brandTile:hover{transform:translateY(-3px)!important;border-color:rgba(201,150,63,.48)!important;box-shadow:0 18px 45px rgba(7,31,76,.08)!important}
.brandTile:hover .brandArrow{transform:translate(2px,-2px)}
.brandFooterCta{
  margin-top:58px!important;
  padding:34px 36px!important;
  border:1px solid rgba(201,150,63,.22)!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#071f4c,#0a2a5e)!important;
  color:#fff!important;
  grid-template-columns:.95fr 1.45fr auto!important;
  gap:32px!important;
  box-shadow:0 20px 55px rgba(7,31,76,.12)!important;
}
.brandFooterCta .eyebrow{color:#e4bd69!important;font-size:.78rem!important}
.brandFooterCta h3{color:#fff!important;font-size:1.55rem!important;font-weight:720!important}
.brandFooterCta p{color:#ced7e5!important;font-size:.93rem!important;line-height:1.68!important}
.brandFooterCta .btn{background:linear-gradient(135deg,var(--gold-light),var(--gold))!important;color:#071b3d!important;border:0!important;border-radius:6px!important;padding:12px 18px!important}

/* How It Works: strong title, smaller cards, bigger text, visible down arrows */
.how{padding:110px 0 112px!important;background:linear-gradient(180deg,#f5f7fa,#edf1f6)!important}
.howHead{align-items:flex-end!important}
.howHead .eyebrow{
  font-size:clamp(2.8rem,4.4vw,4.8rem)!important;
  line-height:1!important;
  letter-spacing:-.05em!important;
  text-transform:none!important;
  color:var(--navy)!important;
  font-weight:760!important;
  margin-bottom:14px!important;
}
.howHead h2{font-size:clamp(1.65rem,2.25vw,2.4rem)!important;font-weight:600!important;color:#33435f!important;letter-spacing:-.035em!important}
.howHead .lead{font-size:1rem!important;line-height:1.75!important;max-width:520px!important;margin-bottom:3px!important}
.processGrid{gap:16px!important;margin-top:44px!important;align-items:start!important}
.processCard{
  min-height:0!important;
  padding:25px 25px 24px!important;
  border-radius:11px!important;
  box-shadow:0 14px 38px rgba(7,31,76,.055)!important;
}
.processCard>.num{font-size:.76rem!important;font-weight:850!important;margin-bottom:8px!important}
.processCard h3{font-size:1.5rem!important;font-weight:760!important;line-height:1.18!important;margin-bottom:9px!important}
.processLead{font-size:.93rem!important;line-height:1.55!important;min-height:0!important;margin-bottom:15px!important;color:#6f7c91!important}
.flow{margin:8px 0 20px!important;gap:0!important;flex:0!important}
.flowStep{font-size:.94rem!important;font-weight:670!important;line-height:1.45!important;padding:11px 8px!important;text-align:center!important;border:0!important;color:#263956!important;background:#f8fafc!important;border-radius:7px!important}
.flowStep:before,.flowStep:after{display:none!important}
.flowArrow{display:block!important;text-align:center!important;color:var(--gold)!important;font-size:1.05rem!important;line-height:1!important;padding:6px 0!important;font-weight:800!important}
.restBlock{font-size:.9rem!important;padding:13px 14px!important;margin:0!important;border-radius:7px!important;background:#f7f9fc!important;text-align:left!important}
.restBlock ul{font-size:.78rem!important;line-height:1.55!important}
.processCard .btn{width:auto!important;min-width:155px!important;margin-top:5px!important;border-radius:6px!important;padding:11px 15px!important;font-size:.82rem!important;align-self:flex-start!important}
.processCard-2 .btn{align-self:center!important}
.processCard-3 .btn{align-self:flex-end!important}
.btn-process-blue{background:linear-gradient(135deg,#0b3575,#071f4c)!important;color:#fff!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 10px 22px rgba(7,31,76,.16)!important}

/* Why We Exist: one continuous editorial chapter */
.whySection{padding:118px 0 96px!important;background:linear-gradient(180deg,#fff 0%,#fbfcfe 48%,#fff 100%)!important}
.aboutHero{grid-template-columns:.93fr 1.07fr!important;gap:70px!important;align-items:center!important}
.aboutCopy .eyebrow{
  font-size:clamp(3rem,4.7vw,5.2rem)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  text-transform:none!important;
  color:var(--gold)!important;
  font-weight:780!important;
  margin-bottom:22px!important;
}
.aboutCopy h2{font-size:clamp(1.7rem,2.3vw,2.5rem)!important;font-weight:620!important;line-height:1.2!important;letter-spacing:-.035em!important;margin-bottom:25px!important}
.aboutCopy .lead{font-size:1.08rem!important;font-weight:600!important;color:#3d4c65!important}
.aboutCopy>p:not(.lead){font-size:1rem!important;line-height:1.78!important;color:#5b677b!important}
.aboutImage{height:480px!important;border-radius:12px!important;box-shadow:0 22px 60px rgba(7,31,76,.10)!important}
.aboutImage img{object-position:center 48%!important}

.teamBand{margin-top:70px!important;border-radius:12px!important;grid-template-columns:1.02fr .98fr!important;min-height:500px!important}
.teamImage{min-height:500px!important}
.teamImage img{object-position:center!important;filter:saturate(.88) contrast(1.03)!important}
.teamCopy{padding:48px 52px!important}
.teamCopy h2{font-size:clamp(2.6rem,3.7vw,4.2rem)!important;font-weight:760!important;margin-bottom:25px!important}
.teamCopy p{font-size:.98rem!important;line-height:1.72!important}
.teamCopy p strong{color:#fff!important;font-weight:800!important}

.howWork{margin-top:88px!important}
.howWorkIntro{max-width:800px!important}
.howWorkIntro .eyebrow{
  font-size:clamp(2.8rem,4.25vw,4.65rem)!important;
  line-height:1!important;
  letter-spacing:-.05em!important;
  text-transform:none!important;
  color:var(--navy)!important;
  font-weight:770!important;
  margin-bottom:16px!important;
}
.howWorkIntro h2{font-size:clamp(1.45rem,2vw,2.05rem)!important;font-weight:620!important;color:#485770!important;letter-spacing:-.032em!important;margin-bottom:12px!important}
.howWorkIntro .lead{font-size:.98rem!important;line-height:1.72!important}
.principles{width:min(930px,100%)!important;margin:42px auto 0!important;border:0!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important}
.principle{padding:28px 30px 30px!important;min-height:210px!important;margin:0!important;border:0!important;position:relative!important}
.principle:not(:last-child){border-right:1px solid rgba(7,31,76,.11)!important}
.principleNum{font-size:2.3rem!important;letter-spacing:-.04em!important;color:rgba(201,150,63,.65)!important;font-weight:760!important;line-height:1!important}
.principle h3{font-size:1.3rem!important;font-weight:740!important;margin:22px 0 12px!important}
.principle p{font-size:.92rem!important;line-height:1.68!important;color:#657187!important}

.lookingAhead{margin-top:78px!important;height:370px!important;border-radius:12px!important;box-shadow:0 20px 55px rgba(7,31,76,.11)!important}
.lookingAhead>img{object-position:center 49%!important}
.lookingOverlay{background:linear-gradient(90deg,rgba(3,14,34,.94),rgba(3,17,40,.70) 55%,rgba(3,17,40,.24))!important}
.lookingContent{padding:42px 48px!important;max-width:770px!important}
.lookingContent .eyebrow{
  font-size:clamp(2.6rem,4vw,4.35rem)!important;
  line-height:1!important;
  letter-spacing:-.05em!important;
  text-transform:none!important;
  color:#fff!important;
  font-weight:780!important;
  margin-bottom:18px!important;
}
.lookingContent p{font-size:1rem!important;line-height:1.7!important;color:#d6deea!important;max-width:590px!important}
.lookingContent strong{font-size:1.28rem!important;line-height:1.45!important;font-weight:650!important;letter-spacing:-.025em!important;max-width:650px!important;margin-top:6px!important}

/* Compact final CTA */
.contact-simple{padding:0 0 34px!important;background:#fff!important}
.closingBand{min-height:0!important;padding:30px 38px!important;border-radius:10px!important;grid-template-columns:1fr auto!important;gap:34px!important}
.closingCopy .eyebrow{
  font-size:clamp(1.8rem,2.9vw,2.8rem)!important;
  line-height:1.08!important;
  letter-spacing:-.04em!important;
  text-transform:none!important;
  color:#fff!important;
  font-weight:800!important;
  margin-bottom:8px!important;
}
.closingCopy h2{font-size:1.22rem!important;font-weight:600!important;color:#e7c876!important;letter-spacing:-.02em!important}
.closingCopy p{font-size:.88rem!important;line-height:1.55!important;margin-top:7px!important;color:#c8d3e4!important}
.closingActions{align-items:flex-end!important;justify-content:center!important;gap:0!important}
.closingActions .btn{border-radius:6px!important;padding:12px 18px!important;white-space:nowrap!important}

/* Footer: full logo + only bold contact/location, very compact */
footer{padding:16px 0!important;background:#03142e!important}
.footerInner{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;flex-wrap:wrap!important}
.footerBrand{display:block!important}
.footerBrand img{height:58px!important;width:auto!important;object-fit:contain!important;background:transparent!important;border-radius:0!important}
.footerContact{display:flex;align-items:center;gap:24px;flex-wrap:wrap;font-family:"Manrope",sans-serif;font-size:.78rem;color:#fff}
.footerContact strong{font-weight:760}
.footerLinks,.credits{display:none!important}

@media(max-width:1180px){
  .valueSteps{overflow-x:auto!important;grid-template-columns:repeat(7,minmax(185px,1fr))!important}
  .brandGrid{grid-template-columns:repeat(3,1fr)!important}
}
@media(max-width:900px){
  .nav{height:86px}.topbar .brandmark{width:166px;height:76px}.topbar .logo{width:154px}.navlinks.open{top:86px}
  .hero{padding-top:86px}.heroMedia{inset:86px 0 0}.heroContent{min-height:660px}
  .solutionGrid{grid-template-columns:1fr!important}
  .brandsHero,.aboutHero{grid-template-columns:1fr!important;gap:38px!important}
  .beautyPhoto,.aboutImage{height:390px!important}
  .processGrid{grid-template-columns:1fr!important}
  .processCard .btn,.processCard-2 .btn,.processCard-3 .btn{align-self:flex-start!important}
  .teamBand{grid-template-columns:1fr!important}.teamImage{min-height:330px!important;height:330px!important}
  .principles{grid-template-columns:1fr!important;width:100%!important}.principle:not(:last-child){border-right:0!important;border-bottom:1px solid rgba(7,31,76,.1)!important}
  .brandFooterCta{grid-template-columns:1fr!important;gap:18px!important}
  .closingBand{grid-template-columns:1fr!important}.closingActions{align-items:flex-start!important}
}
@media(max-width:640px){
  .container{width:min(100% - 28px,1220px)}
  .topbar .brandmark{width:145px}.topbar .logo{width:136px}
  .hero h1{font-size:clamp(2.8rem,12vw,4rem)!important}
  .valueFlow{padding:68px 0 72px}.valueSteps{grid-template-columns:1fr!important;overflow:visible!important}.valueStep{min-height:0!important;padding:22px!important;display:grid!important;grid-template-columns:44px 1fr!important;gap:12px!important}.valueStep:not(:last-child){border-right:0!important;border-bottom:1px solid rgba(7,31,76,.075)!important}.valueIcon{margin:0!important}.valueStep strong,.valueStep p{grid-column:2!important}.benefitGallerySingle{height:210px!important}
  .solutionCard{grid-template-columns:42px 1fr!important;padding:24px 22px!important}.solutionPhoto{height:210px!important}
  .brandsSection{padding:80px 0!important}.brandsHero h2{font-size:clamp(3rem,13vw,4.2rem)!important}.beautyPhoto{height:320px!important}.categoryBlock{padding:25px 21px!important}.brandGrid{grid-template-columns:1fr!important}.brandTile{min-height:112px!important}.brandFooterCta{padding:28px 24px!important}
  .how{padding:80px 0!important}.howHead{display:block!important}.howHead .lead{margin-top:18px!important}.processCard{padding:23px 20px!important}
  .whySection{padding:82px 0 72px!important}.aboutImage{height:320px!important}.teamBand{margin-top:44px!important}.teamCopy{padding:34px 25px!important}.howWork{margin-top:62px!important}.principle{padding:24px 8px!important}.lookingAhead{height:390px!important}.lookingContent{padding:30px 24px!important}
  .closingBand{padding:26px 24px!important}.footerInner{gap:15px!important}.footerBrand img{height:48px!important}.footerContact{gap:12px 18px;font-size:.72rem}
}


/* =========================================================
   VIAKOR DESIGN MASTER v1.20 — FINAL IMPLEMENTATION OVERRIDES
   Source of truth for refined_v06
   ========================================================= */

/* Global premium rhythm */
:root{
  --navy:#071f4c;
  --navy-deep:#03142e;
  --gold:#c9963f;
  --gold-light:#e1bb69;
  --ink:#17243a;
}
body{font-family:"Manrope","DM Sans",sans-serif}
h1,h2,h3,strong,.navlinks a{font-family:"Manrope","DM Sans",sans-serif}

/* HEADER — transparent over hero, balanced logo, bold nav, no underline */
.topbar{
  position:absolute!important;
  top:0;left:0;right:0;
  background:linear-gradient(180deg,rgba(2,11,30,.72),rgba(2,11,30,.18))!important;
  border-bottom:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  z-index:50;
}
.nav{height:92px!important}
.topbar .brandmark{
  width:172px!important;height:78px!important;
  overflow:visible!important;
  display:flex!important;align-items:center!important;
}
.topbar .logo{
  width:166px!important;height:auto!important;
  margin:0!important;transform:none!important;
  object-fit:contain!important;
  filter:none!important;
}
.navlinks{gap:27px!important;font-size:.86rem!important}
.navlinks>a:not(.btn){
  color:#fff!important;
  font-weight:750!important;
  text-decoration:none!important;
  position:relative!important;
}
.navlinks>a:not(.btn):before,
.navlinks>a:not(.btn):after{display:none!important;content:none!important}
.navlinks>a:not(.btn):hover{color:var(--gold-light)!important}
.navCta{background:rgba(255,255,255,.08)!important;color:#fff!important;border:1px solid rgba(225,187,105,.7)!important}
.navCta:hover{background:var(--gold)!important;color:var(--navy-deep)!important}

/* HERO — retain composition, slightly smaller headline */
.hero{padding-top:0!important;min-height:760px!important}
.heroMedia{inset:0!important}
.heroContent{min-height:760px!important;padding-top:92px!important}
.heroCopy{padding-top:84px!important;max-width:760px!important}
.hero h1{
  font-size:clamp(3.05rem,4.65vw,5rem)!important;
  line-height:1.02!important;
  font-weight:650!important;
  letter-spacing:-.052em!important;
  max-width:730px!important;
}
.hero .sub{color:#e0ad43!important;font-size:clamp(1.12rem,1.5vw,1.42rem)!important;font-weight:690!important}
.hero .desc{font-size:1rem!important;line-height:1.68!important}
.heroActions .btn{border-radius:6px!important;font-weight:720!important}
.btn-gold{background:linear-gradient(135deg,#e2bb68,#c89538)!important;color:#071f4c!important;border:1px solid rgba(255,255,255,.12)!important}
.btn-outline-light{background:rgba(3,20,46,.30)!important;border-color:rgba(255,255,255,.72)!important;color:#fff!important}
.btn-korean{background:rgba(3,20,46,.44)!important;border:1px solid rgba(225,187,105,.72)!important;color:#fff!important}

/* BENEFITS — one heading + ALL 7 benefits in ONE premium horizontal box */
.valueFlow{padding:82px 0 82px!important;background:#f7f9fc!important}
.benefitsHead{margin-bottom:28px!important;max-width:900px!important}
.benefitsHead .eyebrow{display:none!important}
.benefitsHead h2{
  font-size:clamp(2rem,2.9vw,3.25rem)!important;
  line-height:1.08!important;font-weight:720!important;
  letter-spacing:-.045em!important;
}
.valueSteps{
  display:grid!important;
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  gap:0!important;
  width:100%!important;
  overflow:visible!important;
  background:#fff!important;
  border:1px solid rgba(7,31,76,.09)!important;
  border-radius:12px!important;
  box-shadow:0 18px 48px rgba(7,31,76,.08)!important;
}
.valueStep{
  min-width:0!important;
  min-height:190px!important;
  padding:25px 15px 22px!important;
  background:transparent!important;
  text-align:center!important;
  border:0!important;
  display:block!important;
}
.valueStep:not(:last-child){border-right:1px solid rgba(7,31,76,.08)!important}
.valueStep:hover{transform:none!important;background:#fbfaf7!important}
.valueIcon{
  width:40px!important;height:40px!important;
  margin:0 auto 17px!important;
  background:transparent!important;
  border:1px solid rgba(201,150,63,.32)!important;
}
.valueIcon svg{width:20px!important;height:20px!important;stroke-width:1.55!important}
.valueStep strong{
  display:block!important;
  font-size:.88rem!important;
  line-height:1.3!important;
  font-weight:760!important;
  letter-spacing:-.02em!important;
}
.valueStep p{
  font-size:.70rem!important;
  line-height:1.55!important;
  color:#68758a!important;
  margin:9px auto 0!important;
  max-width:145px!important;
}
.benefitGallerySingle{
  display:block!important;
  height:215px!important;
  margin-top:28px!important;
}
.benefitGallerySingle .benefitVisual{
  height:100%!important;border-radius:10px!important;
  box-shadow:0 15px 38px rgba(7,31,76,.09)!important;
}
.benefitGallerySingle img{object-position:center 52%!important}

/* OUR SOLUTIONS — smaller cards, premium readable typography, real buttons */
.solutions{padding:88px 0!important}
.solutionIntro{max-width:870px!important;margin-bottom:38px!important}
.solutionIntro .eyebrow{
  font-size:clamp(2.4rem,3.7vw,3.9rem)!important;
  text-transform:none!important;letter-spacing:-.045em!important;
  color:var(--navy)!important;font-weight:780!important;
  margin-bottom:13px!important;
}
.solutionIntro h2{font-size:clamp(1.8rem,2.55vw,2.8rem)!important;font-weight:700!important;margin-bottom:24px!important}
.solutionIntro .lead{font-size:1rem!important;line-height:1.72!important;max-width:760px!important}
.solutionGrid{gap:16px!important}
.solutionCard{
  padding:26px 27px!important;
  min-height:0!important;
  border-radius:10px!important;
}
.solutionCard h3{font-size:1.22rem!important;font-weight:780!important;line-height:1.25!important}
.solutionCard .statement{font-size:.91rem!important;font-weight:700!important;line-height:1.48!important}
.solutionCard p,.solutionCard li{font-size:.83rem!important;line-height:1.62!important}
.solutionCard .roundIcon{width:42px!important;height:42px!important}
.solutionCta{
  display:inline-flex!important;
  align-items:center!important;justify-content:center!important;
  min-height:40px!important;
  width:auto!important;
  padding:10px 15px!important;
  border-radius:6px!important;
  font-size:.78rem!important;font-weight:760!important;
  text-decoration:none!important;
}
.btn-solution-secondary{background:#0a2d62!important;color:#fff!important;border:1px solid #183e75!important}
.solutionPhoto{height:215px!important;margin-top:28px!important;border-radius:10px!important}
.solutionPhoto img{object-position:center 55%!important}
.solutionPhotoCaption{font-size:1.08rem!important;font-weight:760!important}

/* BRANDS — bigger/bolder opening, exact selected unbranded visual */
.brandsSection{padding:94px 0!important}
.brandsHero{grid-template-columns:.92fr 1.08fr!important;gap:54px!important;align-items:center!important}
.brandsHero .eyebrow{
  font-size:clamp(2.75rem,4.4vw,4.7rem)!important;
  line-height:1!important;
  text-transform:none!important;
  letter-spacing:-.052em!important;
  font-weight:800!important;color:var(--navy)!important;
  margin-bottom:13px!important;
}
.brandsHero h2{
  font-size:clamp(2.65rem,4vw,4.35rem)!important;
  line-height:1.03!important;font-weight:790!important;
  letter-spacing:-.052em!important;
}
.brandsHero .lead{font-size:1rem!important;line-height:1.75!important;max-width:620px!important}
.beautyPhoto{height:430px!important;border-radius:11px!important;box-shadow:0 20px 52px rgba(7,31,76,.10)!important}
.beautyPhoto img{object-position:center!important}

/* Browse by category */
.categoryBlock{margin-top:58px!important;padding:30px!important;border-radius:10px!important}
.categoryHeading .eyebrow,.brandTools .eyebrow{
  font-size:1.35rem!important;font-weight:790!important;
  letter-spacing:-.025em!important;text-transform:none!important;color:var(--navy)!important;
}
.pill{border-radius:5px!important;font-weight:720!important}

/* Browse by Brand cards: no "BRAND" label; premium visual marks */
.brandGrid{grid-template-columns:repeat(4,1fr)!important;gap:13px!important}
.brandTile{
  min-height:118px!important;
  padding:18px 18px!important;
  border-radius:9px!important;
  border:1px solid rgba(7,31,76,.085)!important;
  background:linear-gradient(180deg,#fff,#fbfcfe)!important;
  box-shadow:0 8px 24px rgba(7,31,76,.045)!important;
}
.brandTile:hover{transform:translateY(-2px)!important;border-color:rgba(201,150,63,.45)!important;box-shadow:0 15px 34px rgba(7,31,76,.08)!important}
.brandMark{
  width:33px!important;height:33px!important;border-radius:50%!important;
  border:1px solid rgba(201,150,63,.40)!important;
  background:linear-gradient(135deg,#fffaf0,#fff)!important;
  color:#9a6b17!important;font-size:.85rem!important;font-weight:800!important;
  display:grid!important;place-items:center!important;
}
.brandTileText{font-size:1rem!important;font-weight:780!important;letter-spacing:-.022em!important}
.brandTile small{font-size:.67rem!important;color:#758198!important;margin-top:6px!important}
.brandArrow{font-size:1rem!important;color:#b58126!important}

/* Brands closing CTA */
.brandFooterCta{
  margin-top:34px!important;
  padding:30px 32px!important;
  border-radius:10px!important;
  background:linear-gradient(110deg,#061b3f,#0a2b5e)!important;
  border:1px solid rgba(225,187,105,.20)!important;
  box-shadow:0 18px 50px rgba(7,31,76,.13)!important;
}
.brandFooterCta .eyebrow{color:#e2bb68!important}
.brandFooterCta h3{color:#fff!important;font-size:1.45rem!important;font-weight:790!important}
.brandFooterCta p{color:#cbd6e6!important;font-size:.88rem!important;line-height:1.65!important}
.brandFooterCta .btn{background:linear-gradient(135deg,#e2bb68,#c89538)!important;color:#071f4c!important;border-radius:6px!important}

/* HOW IT WORKS — bigger heading, smaller cards, larger copy, arrows, outer blue/middle gold */
.how{padding:92px 0!important}
.howHead{align-items:end!important;margin-bottom:38px!important}
.howHead .eyebrow{
  font-size:clamp(2.8rem,4.5vw,4.8rem)!important;
  line-height:1!important;text-transform:none!important;
  letter-spacing:-.052em!important;font-weight:800!important;color:var(--navy)!important;
  margin-bottom:10px!important;
}
.howHead h2{font-size:clamp(1.65rem,2.35vw,2.55rem)!important;font-weight:720!important}
.howHead .lead{font-size:.96rem!important;line-height:1.7!important;max-width:560px!important}
.processGrid{gap:15px!important}
.processCard{
  min-height:0!important;
  padding:26px 24px!important;
  border-radius:10px!important;
  box-shadow:0 12px 34px rgba(7,31,76,.065)!important;
}
.processCard .num{font-size:1.15rem!important}
.processCard h3{font-size:1.28rem!important;font-weight:800!important}
.processLead{font-size:.91rem!important;line-height:1.55!important}
.flowStep{
  font-size:.96rem!important;font-weight:730!important;line-height:1.42!important;
  padding:10px 8px!important;border-radius:5px!important;background:#f7f9fc!important;
}
.flowArrow{font-size:1.06rem!important;color:var(--gold)!important;padding:5px 0!important}
.restBlock{font-size:.91rem!important}
.restBlock ul{font-size:.79rem!important;line-height:1.55!important}
.processCard .btn{border-radius:6px!important;font-weight:760!important}
.processCard-1 .btn{align-self:flex-start!important}
.processCard-2 .btn{align-self:center!important;background:linear-gradient(135deg,#e2bb68,#c89538)!important;color:#071f4c!important}
.processCard-3 .btn{align-self:flex-end!important}
.btn-process-blue{background:linear-gradient(135deg,#0b397f,#071f4c)!important;color:#fff!important}

/* WHY WE EXIST — unified editorial chapter */
.whySection{padding:92px 0 72px!important}
.aboutHero{grid-template-columns:.92fr 1.08fr!important;gap:54px!important;align-items:center!important}
.aboutCopy .eyebrow{
  font-size:clamp(3rem,4.8vw,5.05rem)!important;
  line-height:.98!important;text-transform:none!important;
  letter-spacing:-.055em!important;font-weight:820!important;color:var(--gold)!important;
  margin-bottom:15px!important;
}
.aboutCopy h2{
  font-size:clamp(1.65rem,2.15vw,2.25rem)!important;
  font-weight:650!important;line-height:1.22!important;margin-bottom:23px!important;
}
.aboutCopy .lead{font-size:1.05rem!important;font-weight:670!important;line-height:1.6!important}
.aboutCopy>p:not(.lead){font-size:.97rem!important;line-height:1.78!important;color:#59677d!important}
.aboutImage{height:430px!important;border-radius:10px!important;box-shadow:0 18px 48px rgba(7,31,76,.09)!important}
.aboutImage img{object-position:center 50%!important}

.teamBand{margin-top:54px!important;grid-template-columns:1fr 1fr!important;min-height:455px!important;border-radius:10px!important}
.teamImage{min-height:455px!important}
.teamImage img{object-fit:cover!important;object-position:center!important}
.teamCopy{padding:42px 46px!important}
.teamCopy h2{font-size:clamp(2.3rem,3.4vw,3.7rem)!important;font-weight:790!important}
.teamCopy p{font-size:.94rem!important;line-height:1.72!important}
.teamCopy strong{font-weight:830!important}

/* How We Work narrower editorial grid */
.howWork{margin-top:72px!important}
.howWorkIntro{max-width:760px!important}
.howWorkIntro .eyebrow{
  font-size:clamp(2.8rem,4.3vw,4.6rem)!important;
  line-height:1!important;text-transform:none!important;
  letter-spacing:-.052em!important;font-weight:800!important;color:var(--navy)!important;
}
.howWorkIntro h2{font-size:clamp(1.35rem,1.8vw,1.85rem)!important;font-weight:620!important;color:#4d5c72!important}
.howWorkIntro .lead{font-size:.94rem!important;line-height:1.7!important}
.principles{
  width:min(880px,100%)!important;margin:36px auto 0!important;
  grid-template-columns:repeat(3,1fr)!important;
}
.principle{min-height:190px!important;padding:24px 26px!important}
.principleNum{font-size:2.15rem!important;color:rgba(201,150,63,.72)!important;font-weight:800!important}
.principle h3{font-size:1.22rem!important;font-weight:790!important}
.principle p{font-size:.87rem!important;line-height:1.64!important}

/* Looking Ahead */
.lookingAhead{margin-top:60px!important;height:330px!important;border-radius:10px!important}
.lookingContent{padding:36px 42px!important}
.lookingContent .eyebrow{
  font-size:clamp(2.55rem,4vw,4.2rem)!important;
  text-transform:none!important;letter-spacing:-.05em!important;
  font-weight:810!important;color:#fff!important;
}
.lookingContent p{font-size:.96rem!important;line-height:1.65!important}
.lookingContent strong{font-size:1.10rem!important;font-weight:640!important;line-height:1.45!important}

/* Final CTA — narrower, only one button */
.contact-simple{padding:0 0 22px!important}
.closingBand{
  padding:23px 30px!important;
  min-height:0!important;
  border-radius:9px!important;
  grid-template-columns:1fr auto!important;
}
.closingCopy .eyebrow{
  font-size:clamp(1.75rem,2.7vw,2.65rem)!important;
  font-weight:820!important;text-transform:none!important;letter-spacing:-.04em!important;
}
.closingCopy h2{font-size:1.08rem!important;font-weight:610!important;color:#e4c16e!important}
.closingCopy p{font-size:.82rem!important;line-height:1.5!important}
.closingActions .contactMini{display:none!important}

/* FOOTER — full logo, only bold email/phone/South Korea, narrow */
footer{padding:11px 0!important;background:#03142e!important}
.footerInner{min-height:62px!important}
.footerBrand img{height:52px!important;width:auto!important;object-fit:contain!important;background:transparent!important}
.footerContact{display:flex!important;align-items:center!important;gap:22px!important;font-size:.77rem!important;color:#fff!important}
.footerContact a,.footerContact span{color:#fff!important;text-decoration:none!important}
.footerContact strong{font-weight:800!important}

/* RESPONSIVE */
@media(max-width:1180px){
  .valueSteps{grid-template-columns:repeat(7,minmax(155px,1fr))!important;overflow-x:auto!important}
  .brandGrid{grid-template-columns:repeat(3,1fr)!important}
}
@media(max-width:900px){
  .topbar{position:absolute!important;background:rgba(2,11,30,.88)!important}
  .nav{height:86px!important}
  .topbar .brandmark{width:155px!important;height:74px!important}.topbar .logo{width:150px!important}
  .navlinks.open{top:86px!important;background:#041a3a!important;border:0!important}
  .navlinks.open a{color:#fff!important}
  .heroContent{padding-top:86px!important;min-height:720px!important}
  .valueSteps{grid-template-columns:repeat(7,minmax(170px,1fr))!important}
  .solutionGrid,.processGrid{grid-template-columns:1fr!important}
  .brandsHero,.aboutHero,.teamBand{grid-template-columns:1fr!important}
  .beautyPhoto,.aboutImage{height:360px!important}
  .teamImage{min-height:320px!important;height:320px!important}
  .brandGrid{grid-template-columns:repeat(2,1fr)!important}
  .principles{grid-template-columns:1fr!important;width:100%!important}
  .principle:not(:last-child){border-right:0!important;border-bottom:1px solid rgba(7,31,76,.1)!important}
  .closingBand{grid-template-columns:1fr!important}
  .processCard .btn{align-self:flex-start!important}
}
@media(max-width:640px){
  .container{width:min(100% - 28px,1220px)}
  .topbar .brandmark{width:138px!important}.topbar .logo{width:134px!important}
  .heroCopy{padding-top:62px!important}
  .hero h1{font-size:clamp(2.65rem,12vw,3.8rem)!important}
  .valueFlow{padding:62px 0!important}
  .valueSteps{grid-template-columns:1fr!important;overflow:visible!important}
  .valueStep{display:grid!important;grid-template-columns:44px 1fr!important;text-align:left!important;min-height:0!important;padding:20px!important}
  .valueStep:not(:last-child){border-right:0!important;border-bottom:1px solid rgba(7,31,76,.08)!important}
  .valueIcon{margin:0!important;grid-row:1/3!important}.valueStep strong,.valueStep p{grid-column:2!important}.valueStep p{max-width:none!important;margin-left:0!important}
  .benefitGallerySingle{height:180px!important}
  .solutionPhoto{height:185px!important}
  .brandsHero .eyebrow,.brandsHero h2{font-size:clamp(2.7rem,12vw,3.8rem)!important}
  .brandGrid{grid-template-columns:1fr!important}
  .aboutImage{height:310px!important}
  .teamCopy{padding:31px 24px!important}
  .lookingAhead{height:360px!important}.lookingContent{padding:28px 23px!important}
  .closingBand{padding:21px 23px!important}
  .footerInner{gap:12px!important}.footerBrand img{height:45px!important}.footerContact{gap:10px 16px!important;font-size:.7rem!important}
}


/* =========================================================
   VIAKOR REFINEMENT v07 — Design Notes v1.21–v1.23
   Base: FROZEN v06
   Copy remains unchanged.
   ========================================================= */

/* v1.21 — WHITE HEADER + SMALLER LOGO */
.topbar{
  position:relative!important;
  background:#fff!important;
  border-bottom:1px solid rgba(7,31,76,.07)!important;
  box-shadow:0 3px 18px rgba(7,31,76,.035)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.nav{height:76px!important}
.topbar .brandmark{
  width:136px!important;
  height:62px!important;
  overflow:visible!important;
}
.topbar .logo{
  width:130px!important;
  height:auto!important;
  object-fit:contain!important;
}
.navlinks{gap:27px!important}
.navlinks>a:not(.btn){
  color:#071f4c!important;
  font-weight:760!important;
  text-decoration:none!important;
}
.navlinks>a:not(.btn):hover{color:#b47c22!important}
.navCta{
  background:#071f4c!important;
  color:#fff!important;
  border:1px solid #071f4c!important;
}
.navCta:hover{
  background:#c9963f!important;
  color:#071f4c!important;
  border-color:#c9963f!important;
}

/* v1.21 — SHORTER HOME HERO */
.hero,
.heroContent{
  min-height:625px!important;
}
.heroContent{
  padding-top:0!important;
}
.heroCopy{
  padding-top:52px!important;
  padding-bottom:52px!important;
}

/* v1.21 — ALL SEVEN BENEFITS IN ONE ROW */
.valueSteps{
  display:grid!important;
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  width:100%!important;
  gap:0!important;
  overflow:visible!important;
}
.valueStep{
  min-width:0!important;
  padding:22px 11px 20px!important;
}
.valueStep strong{
  font-size:.82rem!important;
  line-height:1.28!important;
}
.valueStep p{
  font-size:.67rem!important;
  line-height:1.48!important;
  max-width:138px!important;
}
.valueIcon{
  width:37px!important;
  height:37px!important;
  margin-bottom:14px!important;
}
.valueIcon svg{
  width:18px!important;
  height:18px!important;
}

/* v1.21 — SLIMMER BRIDGE IMAGE BELOW BENEFITS */
.benefitGallerySingle{
  height:155px!important;
  margin-top:24px!important;
}
.benefitGallerySingle .benefitVisual{
  height:155px!important;
}

/* v1.22 — STANDARD SMALL GOLD SECTION LABEL SYSTEM
   Applied to equivalent major section/page labels. */
.solutionIntro .eyebrow,
.brandsHero .eyebrow,
.howHead .eyebrow,
.aboutCopy .eyebrow,
.howWorkIntro .eyebrow{
  font-size:.88rem!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
  letter-spacing:.16em!important;
  font-weight:800!important;
  color:#c9963f!important;
  margin-bottom:14px!important;
}

/* v1.22 — OUR SOLUTIONS: SMALLER CARDS, LARGER PREMIUM TYPE */
.solutions{padding:76px 0!important}
.solutionIntro{
  margin-bottom:32px!important;
}
.solutionGrid{
  gap:14px!important;
}
.solutionCard{
  padding:21px 22px!important;
  min-height:0!important;
  border-radius:8px!important;
  border:1px solid rgba(7,31,76,.09)!important;
  box-shadow:0 8px 24px rgba(7,31,76,.045)!important;
}
.solutionCard:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 15px 34px rgba(7,31,76,.075)!important;
  border-color:rgba(201,150,63,.30)!important;
}
.solutionCard .roundIcon{
  width:38px!important;
  height:38px!important;
  margin-bottom:15px!important;
}
.solutionCard h3{
  font-size:1.28rem!important;
  line-height:1.22!important;
  font-weight:800!important;
  letter-spacing:-.025em!important;
}
.solutionCard .statement{
  font-size:.96rem!important;
  line-height:1.48!important;
  font-weight:720!important;
}
.solutionCard p,
.solutionCard li{
  font-size:.88rem!important;
  line-height:1.62!important;
}
.solutionCard ul{
  margin-top:10px!important;
  margin-bottom:14px!important;
}

/* All four Solutions CTAs = exact same premium navy treatment */
.solutionCard .solutionCta,
.solutionCard .btn,
.solutionCard a.solutionCta,
.btn-solution-secondary{
  background:#071f4c!important;
  color:#fff!important;
  border:1px solid #071f4c!important;
  border-radius:5px!important;
  box-shadow:none!important;
  font-weight:760!important;
}
.solutionCard .solutionCta:hover,
.solutionCard .btn:hover,
.solutionCard a.solutionCta:hover,
.btn-solution-secondary:hover{
  background:#0b326d!important;
  color:#fff!important;
  border-color:#0b326d!important;
}

/* v1.23 — SLIMMER PHOTO BELOW OUR SOLUTIONS */
.solutionPhoto{
  height:155px!important;
  margin-top:24px!important;
  border-radius:8px!important;
}
.solutionPhoto img{
  height:100%!important;
  object-fit:cover!important;
}

/* Keep desktop seven-benefit row intact at normal laptop widths */
@media (min-width:901px){
  .valueSteps{
    grid-template-columns:repeat(7,minmax(0,1fr))!important;
    overflow:visible!important;
  }
}

/* Responsive behavior */
@media(max-width:900px){
  .topbar{position:relative!important;background:#fff!important}
  .nav{height:72px!important}
  .topbar .brandmark{width:126px!important;height:58px!important}
  .topbar .logo{width:120px!important}
  .navlinks.open{
    top:72px!important;
    background:#fff!important;
    border-top:1px solid rgba(7,31,76,.07)!important;
  }
  .navlinks.open a{color:#071f4c!important}
  .hero,.heroContent{min-height:600px!important}
  .valueSteps{
    grid-template-columns:repeat(7,minmax(150px,1fr))!important;
    overflow-x:auto!important;
  }
}
@media(max-width:640px){
  .valueSteps{
    grid-template-columns:1fr!important;
    overflow:visible!important;
  }
  .benefitGallerySingle,
  .benefitGallerySingle .benefitVisual,
  .solutionPhoto{
    height:145px!important;
  }
}


/* =========================================================
   VIAKOR REFINEMENT v08 — Design Notes v1.24–v1.31
   Base: FROZEN v07
   ========================================================= */

/* v1.24 HEADER: smaller logo, primary nav clearly bold */
.nav{height:76px!important}
.topbar .brandmark{
  width:116px!important;
  height:54px!important;
  overflow:visible!important;
  display:flex!important;
  align-items:center!important;
}
.topbar .logo{
  width:110px!important;
  max-height:50px!important;
  object-fit:contain!important;
}
.navlinks>a:not(.btn){
  font-weight:820!important;
}

/* v1.25 HERO: shorter; remove excess space below CTA row */
.hero,
.heroContent{
  min-height:535px!important;
}
.heroCopy{
  padding-top:42px!important;
  padding-bottom:28px!important;
}
.heroActions{
  margin-bottom:0!important;
}

/* v1.25 BENEFITS: exactly one straight premium row on desktop */
.valueFlow{padding-top:68px!important;padding-bottom:68px!important}
.valueSteps{
  display:grid!important;
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  gap:0!important;
  width:100%!important;
  overflow:visible!important;
  background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)!important;
  border:1px solid rgba(7,31,76,.085)!important;
  border-radius:9px!important;
  box-shadow:0 16px 42px rgba(7,31,76,.065)!important;
}
.valueStep{
  min-width:0!important;
  min-height:176px!important;
  padding:22px 10px 18px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  text-align:center!important;
  border:0!important;
  background:transparent!important;
}
.valueStep:not(:last-child){
  border-right:1px solid rgba(7,31,76,.075)!important;
}
.valueIcon{
  width:46px!important;
  height:46px!important;
  flex:0 0 46px!important;
  margin:0 auto 15px!important;
  border-radius:50%!important;
  border:1px solid rgba(201,150,63,.34)!important;
  background:#fff!important;
  box-shadow:0 6px 18px rgba(7,31,76,.045)!important;
}
.valueIcon svg{
  width:23px!important;
  height:23px!important;
  stroke:#071f4c!important;
  stroke-width:1.55!important;
}
.valueStep strong{
  font-size:.80rem!important;
  line-height:1.27!important;
  font-weight:800!important;
  letter-spacing:-.015em!important;
}
.valueStep p{
  font-size:.65rem!important;
  line-height:1.48!important;
  max-width:132px!important;
  margin:8px auto 0!important;
  color:#657289!important;
}

/* v1.28: standardized page-opening label: — + small champagne gold */
.pageOpeningLabel{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  font-size:.88rem!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
  letter-spacing:.16em!important;
  font-weight:800!important;
  color:#c9963f!important;
  margin-bottom:14px!important;
}
.pageOpeningLabel::before{
  content:"—"!important;
  color:#c9963f!important;
  font-weight:800!important;
  letter-spacing:0!important;
}

/* v1.26: removed helper statements leave no phantom spacing */
.solutionCard .statement:empty{display:none!important}

/* v1.27: ALL four Solutions CTA buttons champagne gold */
.solutionCard .solutionCta,
.solutionCard .btn,
.solutionCard a.solutionCta,
.btn-solution-secondary,
.solutionCard .btn-gold{
  background:linear-gradient(135deg,#e1bb69,#c9963f)!important;
  color:#071f4c!important;
  border:1px solid #c9963f!important;
  box-shadow:none!important;
  font-weight:790!important;
}
.solutionCard .solutionCta:hover,
.solutionCard .btn:hover,
.solutionCard a.solutionCta:hover,
.btn-solution-secondary:hover,
.solutionCard .btn-gold:hover{
  background:#d6aa54!important;
  color:#071f4c!important;
  border-color:#b9852d!important;
}

/* v1.31: premium dark-navy alphabet marks in Browse by Brand */
.brandMark{
  width:34px!important;
  height:34px!important;
  border-radius:6px!important;
  display:grid!important;
  place-items:center!important;
  background:#f7f9fc!important;
  border:1px solid rgba(7,31,76,.13)!important;
  color:#071f4c!important;
  font-size:.86rem!important;
  font-weight:850!important;
  letter-spacing:.01em!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.75)!important;
}
.brandTile:hover .brandMark{
  border-color:rgba(201,150,63,.46)!important;
  background:#fff!important;
}
.brandTile{
  border-radius:8px!important;
  border:1px solid rgba(7,31,76,.08)!important;
  box-shadow:0 8px 22px rgba(7,31,76,.04)!important;
}
.brandTileText{
  color:#071f4c!important;
  font-weight:800!important;
}

/* Desktop guarantee: no seventh benefit drops below */
@media(min-width:901px){
  .valueSteps{
    grid-template-columns:repeat(7,minmax(0,1fr))!important;
    overflow:visible!important;
  }
  .valueStep{
    width:auto!important;
    min-width:0!important;
  }
}
@media(max-width:900px){
  .topbar .brandmark{width:108px!important;height:52px!important}
  .topbar .logo{width:102px!important;max-height:48px!important}
  .hero,.heroContent{min-height:520px!important}
  .valueSteps{
    grid-template-columns:repeat(7,minmax(150px,1fr))!important;
    overflow-x:auto!important;
  }
}
@media(max-width:640px){
  .valueSteps{grid-template-columns:1fr!important;overflow:visible!important}
  .valueStep{
    min-height:0!important;
    display:grid!important;
    grid-template-columns:54px 1fr!important;
    text-align:left!important;
    align-items:center!important;
  }
  .valueStep:not(:last-child){
    border-right:0!important;
    border-bottom:1px solid rgba(7,31,76,.075)!important;
  }
}


/* =========================================================
   VIAKOR REFINEMENT v10 — Approved changes through Notes v1.33
   Base: FROZEN v08
   ========================================================= */

/* v1.32: all seven Benefits in one row; requested title stays one line */
@media(min-width:901px){
  .valueSteps{
    grid-template-columns:repeat(7,minmax(0,1fr))!important;
    overflow:visible!important;
  }
  .valueStep strong{
    white-space:nowrap!important;
    font-size:.73rem!important;
    letter-spacing:-.025em!important;
  }
}

/* v1.33: exactly ONE dash on every major opening label */
.pageOpeningLabel{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  color:#c9963f!important;
  font-size:.88rem!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
  letter-spacing:.16em!important;
  font-weight:800!important;
}
.pageOpeningLabel::before{
  content:"—"!important;
  display:inline-block!important;
  color:#c9963f!important;
  font-weight:800!important;
  letter-spacing:0!important;
}
.pageOpeningLabel::after{content:none!important;display:none!important}

/* Remove any older decorative line attached to section eyebrow labels */
.solutionIntro .eyebrow:not(.pageOpeningLabel)::before,
.brandsHero .eyebrow:not(.pageOpeningLabel)::before,
.howHead .eyebrow:not(.pageOpeningLabel)::before,
.aboutCopy .eyebrow:not(.pageOpeningLabel)::before{
  content:none!important;
  display:none!important;
}

/* v1.33: remove Solutions card numbers */
.solutionCard .num,
.solutionCard .cardNum,
.solutionCard .solutionNum{
  display:none!important;
}

/* v1.33: larger icons in refined circular containers */
.solutionCard .roundIcon{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:#fff!important;
  border:1px solid rgba(7,31,76,.13)!important;
  box-shadow:0 7px 20px rgba(7,31,76,.055)!important;
  margin-bottom:18px!important;
}
.solutionCard .roundIcon svg{
  width:27px!important;
  height:27px!important;
  stroke:#071f4c!important;
  stroke-width:1.55!important;
}

/* v1.33: all four CTA buttons identical champagne-gold and aligned right */
.solutionCard{
  display:flex!important;
  flex-direction:column!important;
}
.solutionCard .solutionCta,
.solutionCard > .btn,
.solutionCard a.btn,
.solutionCard a.solutionCta{
  align-self:flex-end!important;
  margin-left:auto!important;
  margin-top:auto!important;
  background:linear-gradient(135deg,#e1bb69,#c9963f)!important;
  color:#071f4c!important;
  border:1px solid #c9963f!important;
  border-radius:5px!important;
  font-weight:790!important;
  box-shadow:none!important;
}
.solutionCard .solutionCta:hover,
.solutionCard > .btn:hover,
.solutionCard a.btn:hover,
.solutionCard a.solutionCta:hover{
  background:#d6aa54!important;
  color:#071f4c!important;
  border-color:#b9852d!important;
}

/* === Home benefits layout refinement v11 === */
.valueFlow{
  margin:18px 18px 34px;
  padding:68px 24px 88px;
  background:#fff;
  border:1px solid rgba(7,31,76,.13);
  border-radius:26px;
  box-shadow:0 2px 12px rgba(7,31,76,.02);
}
.valueFlow:before{display:none}
.valueFlow>.container{width:min(100% - 18px,1640px);max-width:1640px}
.benefitsHead{
  display:block;
  max-width:none;
  margin:0 0 88px;
  text-align:center;
}
.benefitsHead h2{
  max-width:none;
  margin:0 auto;
  color:var(--navy);
  font-size:clamp(2.7rem,3.25vw,4.25rem);
  line-height:1.04;
  letter-spacing:-.045em;
  font-weight:600;
}
.valueSteps{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}
.valueStep,
.valueStep:nth-child(n){
  min-height:500px;
  padding:0 28px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  background:transparent;
  border:0;
  border-right:1px solid rgba(7,31,76,.08);
  border-bottom:0;
  transition:none;
}
.valueStep:last-child{border-right:0}
.valueStep:hover{background:transparent;transform:none}
.valueIcon{
  width:86px;
  height:86px;
  margin:0 0 42px;
  flex:0 0 auto;
  border:1.5px solid rgba(201,143,44,.72);
  border-radius:50%;
  background:#fff;
  color:var(--navy);
}
.valueIcon svg{width:42px;height:42px;stroke-width:1.8}
.valueStep strong{
  min-height:72px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  color:var(--navy);
  font-size:1.12rem;
  line-height:1.55;
  letter-spacing:-.03em;
  font-weight:750;
}
.valueStep p{
  max-width:215px;
  margin:24px auto 0;
  color:#53637d;
  font-size:.96rem;
  line-height:1.9;
}
@media(max-width:1280px){
  .valueFlow{margin-inline:12px;padding-inline:18px}
  .valueFlow>.container{width:100%}
  .valueStep{padding-inline:18px}
  .valueStep strong{font-size:1rem}
  .valueStep p{font-size:.88rem}
}
@media(max-width:1050px){
  .benefitsHead{margin-bottom:60px}
  .valueSteps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .valueStep,.valueStep:nth-child(n){min-height:330px;padding:28px 30px;border-right:1px solid rgba(7,31,76,.08);border-bottom:1px solid rgba(7,31,76,.08)}
  .valueStep:nth-child(even){border-right:0}
  .valueStep:last-child{border-bottom:0}
  .valueIcon{margin-bottom:24px}
  .valueStep strong{min-height:auto}
  .valueStep p{margin-top:15px}
}
@media(max-width:640px){
  .valueFlow{margin:10px 8px 24px;padding:62px 18px;border-radius:20px}
  .benefitsHead{margin-bottom:42px}
  .benefitsHead h2{font-size:clamp(2.15rem,10vw,3rem)}
  .valueSteps{grid-template-columns:1fr}
  .valueStep,.valueStep:nth-child(n){min-height:0;padding:30px 8px;display:flex;text-align:center;border-right:0;border-bottom:1px solid rgba(7,31,76,.08)}
  .valueStep:last-child{border-bottom:0}
  .valueIcon{width:76px;height:76px;margin-bottom:22px}
  .valueIcon svg{width:36px;height:36px}
  .valueStep strong{display:block;min-height:0;font-size:1.08rem}
  .valueStep p{max-width:310px;margin-top:12px;font-size:.93rem;line-height:1.75}
}

/* === Home benefits exact reference match v12 === */
.valueFlow{
  margin:18px 18px 34px!important;
  padding:70px 22px 96px!important;
  background:#fff!important;
  border:1px solid rgba(7,31,76,.13)!important;
  border-radius:26px!important;
  box-shadow:0 2px 12px rgba(7,31,76,.02)!important;
}
.valueFlow>.container{
  width:min(calc(100% - 8px),1680px)!important;
  max-width:1680px!important;
}
.benefitsHead{
  margin:0 0 100px!important;
  text-align:center!important;
  max-width:none!important;
}
.benefitsHead h2{
  margin:0 auto!important;
  max-width:1500px!important;
  font-family:"Cormorant Garamond",serif!important;
  color:#071f4c!important;
  font-size:clamp(3rem,3.35vw,4rem)!important;
  line-height:1.02!important;
  letter-spacing:-.04em!important;
  font-weight:600!important;
}
.valueSteps{
  display:grid!important;
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  gap:0!important;
  align-items:stretch!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.valueStep,
.valueStep:nth-child(n){
  grid-column:auto!important;
  min-width:0!important;
  min-height:495px!important;
  padding:0 20px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  text-align:center!important;
  background:transparent!important;
  border:0!important;
  border-right:1px solid rgba(7,31,76,.085)!important;
  border-bottom:0!important;
  transition:none!important;
}
.valueStep:last-child{border-right:0!important}
.valueStep:hover{background:transparent!important;transform:none!important}
.valueIcon{
  width:112px!important;
  height:112px!important;
  min-width:112px!important;
  margin:0 0 45px!important;
  display:grid!important;
  place-items:center!important;
  border:1.7px solid rgba(201,143,44,.72)!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#071f4c!important;
  box-shadow:none!important;
}
.valueIcon svg{
  width:48px!important;
  height:48px!important;
  stroke-width:1.75!important;
}
.valueStep strong{
  width:100%!important;
  min-width:0!important;
  min-height:88px!important;
  display:block!important;
  color:#071f4c!important;
  font-size:1.05rem!important;
  line-height:1.55!important;
  letter-spacing:-.035em!important;
  font-weight:760!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}
.valueStep p{
  width:100%!important;
  max-width:205px!important;
  margin:18px auto 0!important;
  color:#53637d!important;
  font-size:.92rem!important;
  line-height:1.9!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}
@media(max-width:1350px){
  .valueFlow{padding-inline:14px!important}
  .valueFlow>.container{width:100%!important}
  .benefitsHead{margin-bottom:78px!important}
  .valueStep,.valueStep:nth-child(n){padding-inline:10px!important;min-height:450px!important}
  .valueIcon{width:88px!important;height:88px!important;min-width:88px!important;margin-bottom:32px!important}
  .valueIcon svg{width:39px!important;height:39px!important}
  .valueStep strong{font-size:.88rem!important;line-height:1.48!important;min-height:72px!important}
  .valueStep p{max-width:165px!important;font-size:.78rem!important;line-height:1.72!important;margin-top:12px!important}
}
@media(max-width:980px){
  .valueSteps{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .valueStep,.valueStep:nth-child(n){min-height:330px!important;padding:28px 24px!important;border-right:1px solid rgba(7,31,76,.085)!important;border-bottom:1px solid rgba(7,31,76,.085)!important}
  .valueStep:nth-child(even){border-right:0!important}
  .valueStep:last-child{border-bottom:0!important}
  .valueStep strong{font-size:1rem!important;min-height:auto!important}
  .valueStep p{font-size:.88rem!important;max-width:240px!important}
}
@media(max-width:640px){
  .valueSteps{grid-template-columns:1fr!important}
  .valueStep,.valueStep:nth-child(n){min-height:0!important;padding:30px 8px!important;border-right:0!important;border-bottom:1px solid rgba(7,31,76,.085)!important}
  .valueStep:last-child{border-bottom:0!important}
}


/* =========================================================
   v13 consolidated refinements — applied to frozen v12 base
   ========================================================= */

/* 1. Home benefits: reduce excess space below content */
.valueFlow{
  padding-bottom:52px!important;
}
.valueStep,.valueStep:nth-child(n){
  min-height:390px!important;
}
@media(max-width:1350px){
  .valueStep,.valueStep:nth-child(n){min-height:365px!important}
}
@media(max-width:980px){
  .valueStep,.valueStep:nth-child(n){min-height:300px!important}
}
@media(max-width:640px){
  .valueFlow{padding-bottom:38px!important}
  .valueStep,.valueStep:nth-child(n){min-height:0!important}
}

/* 3. Keep one clean transition line before Solutions */
#solutions{
  border-top:1px solid rgba(201,150,63,.28)!important;
  box-shadow:none!important;
}
#solutions:after{display:none!important}

/* 4. Solutions: icon immediately before title; gold ring */
.solutionCardTop{margin-bottom:10px!important}
.solutionTitleRow{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  margin-bottom:16px!important;
}
.solutionTitleRow h3{
  margin:0!important;
}
.solutionCard .roundIcon{
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  margin:0!important;
  border:1.5px solid rgba(201,150,63,.80)!important;
  background:rgba(255,255,255,.98)!important;
  box-shadow:none!important;
}
.solutionCard .roundIcon svg{width:24px!important;height:24px!important}

/* Solutions typography adjusted for dark page */
.solutions .solutionIntro .eyebrow,
.solutions .solutionIntro h2{color:#fff!important}
.solutions .solutionIntro .lead{color:#cdd8e8!important}

/* 6. Browse by Category aligned to ViaKor palette */
.categoryBlock{
  background:linear-gradient(135deg,#071f4c 0%,#0b315f 100%)!important;
  border:1px solid rgba(201,150,63,.34)!important;
  box-shadow:0 14px 36px rgba(7,31,76,.10)!important;
}
.categoryHeading .eyebrow{color:#fff!important}
.categoryHeading p{color:#cbd6e6!important}
.categoryBlock .pill{
  background:rgba(255,255,255,.07)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18)!important;
}
.categoryBlock .pill:hover,
.categoryBlock .pill.active{
  background:linear-gradient(135deg,#e1bb69,#c9963f)!important;
  color:#071f4c!important;
  border-color:#c9963f!important;
}

/* 7. Smaller, squarer brand cards; no alphabet icons */
.brandGrid{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:12px!important;
}
.brandTile{
  min-height:104px!important;
  aspect-ratio:1.45/1!important;
  padding:16px 17px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  background:#fff!important;
  border:1px solid rgba(7,31,76,.12)!important;
  box-shadow:0 6px 18px rgba(7,31,76,.045)!important;
}
.brandTile:before{display:none!important}
.brandMark{display:none!important}
.brandTileText{color:#071f4c!important;font-size:.96rem!important}
.brandTile small{color:#6c7890!important}
.brandArrow{color:#c9963f!important}
@media(max-width:1180px){.brandGrid{grid-template-columns:repeat(4,1fr)!important}}
@media(max-width:900px){.brandGrid{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:640px){.brandGrid{grid-template-columns:repeat(2,1fr)!important}}

/* 8 + 9. How It Works: dark navy page, consistent typography, equal cards */
.how{
  background:linear-gradient(180deg,#071b3d 0%,#06172f 100%)!important;
  color:#fff!important;
}
.how .howHead .eyebrow,
.how .howHead h2{color:#fff!important}
.how .howHead .lead{color:#cbd6e6!important}
.processGrid{align-items:stretch!important}
.processCard{
  height:100%!important;
  min-height:680px!important;
  display:flex!important;
  flex-direction:column!important;
  background:#fff!important;
  border:1px solid rgba(201,150,63,.28)!important;
}
.processCard h3{color:#071f4c!important}
.processLead{color:#59677d!important}
.processCard .flow{flex:1 1 auto!important}
.processCard .btn{margin-top:auto!important}
.processCard .num{font-size:.9rem!important}
@media(max-width:900px){.processCard{min-height:0!important}}

/* 10. Why We Exist selected Marine City night treatment */
.aboutImage img{
  object-fit:cover!important;
  object-position:center center!important;
}

/* 11. Your Team in Korea selected teamwork image treatment */
.teamImage img{
  object-fit:cover!important;
  object-position:center center!important;
}

/* 12 + 13. How We Work: same type/color system, cleaner and narrower */
.howWork{
  margin-top:58px!important;
  max-width:1080px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.howWorkIntro{
  max-width:720px!important;
  margin:0 auto!important;
  text-align:center!important;
}
.howWorkIntro .eyebrow{
  font-family:"DM Sans",sans-serif!important;
  font-size:.82rem!important;
  line-height:1.2!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
  color:#c9963f!important;
  font-weight:700!important;
}
.howWorkIntro h2{
  font-family:"Manrope",sans-serif!important;
  color:#071f4c!important;
  font-size:clamp(1.9rem,2.6vw,2.65rem)!important;
  line-height:1.18!important;
  font-weight:700!important;
  margin:14px 0 14px!important;
}
.howWorkIntro .lead{
  color:#59677d!important;
  font-size:.98rem!important;
  line-height:1.65!important;
  margin:0!important;
}
.principles{
  width:min(930px,100%)!important;
  margin:26px auto 0!important;
}
.principle{
  min-height:150px!important;
  padding:22px 24px!important;
}
.principleNum{display:none!important}
.principle h3{
  color:#071f4c!important;
  font-family:"Manrope",sans-serif!important;
  font-size:1.12rem!important;
  margin:0 0 10px!important;
}
.principle p{color:#66748a!important;font-size:.86rem!important;line-height:1.58!important}

/* 14. Looking Ahead: narrower and consistent site typography/colors */
.lookingAhead{
  width:min(1050px,100%)!important;
  margin:46px auto 0!important;
  height:280px!important;
}
.lookingContent{
  padding:30px 38px!important;
  max-width:760px!important;
}
.lookingContent .eyebrow{
  font-family:"DM Sans",sans-serif!important;
  font-size:.82rem!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
  color:#e1bb69!important;
  font-weight:700!important;
}
.lookingContent p{
  font-family:"DM Sans",sans-serif!important;
  color:#d7dfec!important;
  font-size:.92rem!important;
  line-height:1.6!important;
}
.lookingContent strong{
  font-family:"Manrope",sans-serif!important;
  color:#fff!important;
  font-size:1.08rem!important;
  line-height:1.45!important;
  font-weight:650!important;
}

/* 15. White footer + correct ViaKor contact treatment */
footer{
  background:#fff!important;
  color:#071f4c!important;
  border-top:1px solid rgba(7,31,76,.10)!important;
}
.footerContact,
.footerContact a,
.footerContact span{
  color:#071f4c!important;
}
.footerContact a:hover{color:#a97522!important}

/* Keep white / navy / white / navy / white chapter rhythm */
.brandsSection,.whySection{background:#fff!important}

@media(max-width:640px){
  .solutionTitleRow{align-items:flex-start!important}
  .lookingAhead{height:330px!important}
}


/* =========================================================
   VIAKOR REFINEMENT v14 — approved refinement batch from v13
   Base: FROZEN v13
   Copy preserved unless explicitly requested.
   ========================================================= */

/* 1–2. Home Benefits: narrower overall section + slightly smaller explanation copy */
.valueFlow{
  margin:14px 18px 26px!important;
  padding:46px 24px 48px!important;
}
.benefitsHead{margin-bottom:40px!important}
.valueSteps{border-radius:12px!important}
.valueStep{
  min-height:164px!important;
  padding:20px 12px 18px!important;
}
.valueIcon{margin-bottom:13px!important}
.valueStep strong{font-size:.80rem!important}
.valueStep p{
  font-size:.59rem!important;
  line-height:1.46!important;
  margin-top:7px!important;
  max-width:130px!important;
}

/* 3–4. One gold dash only + one consistent major page-opening label system */
#solutions{border-top:1px solid rgba(201,150,63,.24)!important}
.pageOpeningLabel,
.solutionIntro .pageOpeningLabel,
.brandsHero .pageOpeningLabel,
.howHead .pageOpeningLabel,
.aboutCopy .pageOpeningLabel{
  display:flex!important;
  align-items:center!important;
  gap:11px!important;
  font-family:"DM Sans",sans-serif!important;
  font-size:.92rem!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
  letter-spacing:.17em!important;
  font-weight:800!important;
  color:#c9963f!important;
  margin:0 0 15px!important;
}
.pageOpeningLabel::before{
  content:""!important;
  display:inline-block!important;
  width:38px!important;
  height:2px!important;
  flex:0 0 38px!important;
  border-radius:2px!important;
  background:#c9963f!important;
}
.pageOpeningLabel::after{content:none!important;display:none!important}
.solutionIntro .pageOpeningLabel::after,
.solutionIntro .pageOpeningLabel span::before{display:none!important;content:none!important}
.solutions .pageOpeningLabel,.how .pageOpeningLabel{color:#e1bb69!important}
.solutions .pageOpeningLabel::before,.how .pageOpeningLabel::before{background:#e1bb69!important}

/* 5. Browse by Brand: smaller cards, larger brand names */
.brandGrid{gap:10px!important}
.brandTile{
  min-height:78px!important;
  aspect-ratio:1.85/1!important;
  padding:12px 14px!important;
  border-radius:7px!important;
}
.brandTileText{
  font-size:1.12rem!important;
  line-height:1.18!important;
  font-weight:820!important;
}
.brandTile small{
  font-size:.62rem!important;
  line-height:1.35!important;
  margin-top:5px!important;
}
.brandArrow{right:13px!important;bottom:11px!important;font-size:.9rem!important}

/* 6. How It Works: center all three CTA buttons consistently */
.processCard .btn,
.processCard-1 .btn,
.processCard-2 .btn,
.processCard-3 .btn{
  align-self:center!important;
  margin-top:auto!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* 7–11. ABOUT chapter: one continuous, tighter page with a shared title hierarchy */
.whySection{
  padding:64px 0 30px!important;
  background:#fff!important;
}
.aboutHero{
  gap:42px!important;
  margin-bottom:0!important;
}
.aboutImage{height:355px!important}
.aboutCopy h2{
  font-size:clamp(1.8rem,2.25vw,2.35rem)!important;
  margin-bottom:16px!important;
}
.aboutCopy .lead{font-size:1rem!important}
.aboutCopy>p:not(.lead){font-size:.92rem!important;line-height:1.62!important;margin:8px 0!important}
.nameMeaning{margin:14px 0 8px!important}

/* 9. Your Team in Korea: new business-hands image + much tighter section */
.teamBand{
  margin-top:28px!important;
  min-height:350px!important;
  border-radius:9px!important;
  overflow:hidden!important;
}
.teamImage{min-height:350px!important;height:350px!important}
.teamImage img{object-position:center 48%!important}
.teamCopy{padding:28px 34px!important}
.teamCopy h2,
.howWorkIntro .eyebrow,
.lookingContent .eyebrow{
  font-family:"Manrope",sans-serif!important;
  font-size:clamp(1.55rem,2vw,1.85rem)!important;
  line-height:1.18!important;
  font-weight:780!important;
  letter-spacing:-.03em!important;
}
.teamCopy h2{margin:0 0 15px!important}
.teamCopy p{font-size:.88rem!important;line-height:1.56!important;margin:7px 0!important}
.teamClosing{margin-top:12px!important}

/* 10. How We Work: left aligned, compact, more polished principle cards */
.howWork{
  margin-top:28px!important;
  max-width:none!important;
}
.howWorkIntro{
  max-width:760px!important;
  margin:0!important;
  text-align:left!important;
}
.howWorkIntro .eyebrow{
  color:#071f4c!important;
  text-transform:none!important;
  margin:0 0 8px!important;
}
.howWorkIntro h2{
  font-size:1rem!important;
  line-height:1.45!important;
  font-weight:600!important;
  color:#59677d!important;
  margin:0 0 4px!important;
}
.howWorkIntro .lead{
  font-size:.95rem!important;
  line-height:1.55!important;
  color:#071f4c!important;
  font-weight:650!important;
}
.principles{
  width:100%!important;
  margin:18px 0 0!important;
  gap:14px!important;
}
.principle{
  min-height:126px!important;
  padding:20px 22px!important;
  border:1px solid rgba(7,31,76,.09)!important;
  border-top:3px solid #c9963f!important;
  border-radius:8px!important;
  background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)!important;
  box-shadow:0 8px 22px rgba(7,31,76,.045)!important;
}
.principle h3{
  font-family:"Manrope",sans-serif!important;
  font-size:1.08rem!important;
  font-weight:800!important;
  color:#071f4c!important;
  margin:0 0 8px!important;
}
.principle p{font-size:.82rem!important;line-height:1.52!important;color:#66748a!important;margin:0!important}

/* 11. Looking Ahead: same About-page hierarchy, tighter transition */
.lookingAhead{
  width:100%!important;
  margin:26px auto 0!important;
  height:240px!important;
  border-radius:9px!important;
}
.lookingContent{padding:28px 34px!important;max-width:720px!important}
.lookingContent .eyebrow{
  color:#e1bb69!important;
  text-transform:none!important;
  letter-spacing:-.03em!important;
  margin-bottom:10px!important;
}
.lookingContent p{font-size:.88rem!important;line-height:1.55!important;margin:0 0 7px!important}
.lookingContent strong{font-size:1rem!important;line-height:1.42!important}

/* 12. Ready to Work With Us/Korea: same ViaKor colors, tied visually to About chapter */
.contact-simple{
  padding:0 0 18px!important;
  background:#fff!important;
}
.closingBand{
  padding:22px 28px!important;
  border-radius:9px!important;
  background:linear-gradient(135deg,#071f4c 0%,#0a315f 100%)!important;
  border:1px solid rgba(201,150,63,.34)!important;
  box-shadow:0 10px 28px rgba(7,31,76,.09)!important;
}
.closingCopy .eyebrow{
  font-family:"Manrope",sans-serif!important;
  color:#fff!important;
  font-size:1.45rem!important;
  line-height:1.2!important;
  font-weight:780!important;
  letter-spacing:-.025em!important;
  text-transform:none!important;
  margin-bottom:5px!important;
}
.closingCopy h2{color:#e1bb69!important;font-size:1rem!important;margin:0 0 5px!important}
.closingCopy p{color:#d4deec!important;font-size:.82rem!important;margin:0!important}
.closingActions .btn-gold{background:linear-gradient(135deg,#e1bb69,#c9963f)!important;color:#071f4c!important}

@media(max-width:900px){
  .brandTile{aspect-ratio:auto!important;min-height:82px!important}
  .teamBand{min-height:0!important}
  .teamImage{height:280px!important;min-height:280px!important}
  .principles{grid-template-columns:1fr!important}
}
@media(max-width:640px){
  .valueFlow{margin:10px!important;padding:36px 14px!important}
  .benefitsHead{margin-bottom:28px!important}
  .valueStep p{font-size:.68rem!important;max-width:none!important}
  .brandGrid{grid-template-columns:1fr!important}
  .brandTile{min-height:72px!important}
  .teamCopy{padding:24px 22px!important}
  .lookingAhead{height:285px!important}
}

/* =========================================================
   VIAKOR REFINEMENT v15 — approved adjustments from frozen v14
   Copy preserved exactly; visual/layout refinements only.
   ========================================================= */

/* 1. Benefits: remove unnecessary space below content before Our Solutions */
.valueFlow{
  margin-bottom:8px!important;
  padding-bottom:16px!important;
}
.valueFlow .container{padding-bottom:0!important}
.valueSteps{margin-bottom:0!important}
#solutions{margin-top:0!important}

/* 2. OUR SOLUTIONS label: same ViaKor gold */
#solutions .pageOpeningLabel{color:#c9963f!important}
#solutions .pageOpeningLabel::before{background:#c9963f!important}

/* 3. All four Solutions cards: tighter vertically */
.solutionCard{
  min-height:0!important;
  height:auto!important;
}
.solutionCardTop{padding-top:12px!important;padding-bottom:4px!important}
.solutionCardBody{
  padding-top:8px!important;
  padding-bottom:18px!important;
  gap:8px!important;
}
.solutionCardBody p{margin-top:6px!important;margin-bottom:6px!important}
.solutionCardBody .bullets{margin-top:8px!important;margin-bottom:8px!important}
.solutionCta{margin-top:10px!important}

/* 4. Browse by Brand cards: reduce vertical height */
.brandTile{
  min-height:58px!important;
  aspect-ratio:auto!important;
  padding-top:8px!important;
  padding-bottom:8px!important;
}
.brandTile small{margin-top:3px!important}

/* 5. HOW IT WORKS label: same ViaKor gold */
#how .pageOpeningLabel{color:#c9963f!important}
#how .pageOpeningLabel::before{background:#c9963f!important}

/* 6. How It Works: gold circled pathway numbers immediately before existing titles */
.processCard>.num{display:none!important}
.processTitleRow{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  margin:0 0 10px!important;
}
.processTitleRow h3{
  margin:0!important;
  text-align:left!important;
}
.processTitleNum{
  width:32px!important;
  height:32px!important;
  flex:0 0 32px!important;
  border:1.5px solid #c9963f!important;
  border-radius:50%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#c9963f!important;
  font-family:"DM Sans",sans-serif!important;
  font-size:.85rem!important;
  font-weight:800!important;
  line-height:1!important;
}

/* 7. Remove huge gap between How It Works and Why We Exist */
#how{padding-bottom:24px!important}
#why{padding-top:24px!important}

/* 8. Remove excessive gap before Your Team in Korea */
.aboutHero{margin-bottom:0!important}
.teamBand{margin-top:12px!important}

/* 9. How We Work on About page: horizontal, white, compact, wording locked */
.howWork{
  margin-top:18px!important;
  padding:0!important;
  background:#fff!important;
}
.howWorkIntro{
  max-width:100%!important;
  margin:0!important;
  text-align:left!important;
}
.howWorkIntro .pageOpeningLabel{
  color:#c9963f!important;
  text-transform:uppercase!important;
  letter-spacing:.17em!important;
  font-family:"DM Sans",sans-serif!important;
  font-size:.92rem!important;
  font-weight:800!important;
  margin:0 0 8px!important;
}
.howWorkIntro .pageOpeningLabel::before{background:#c9963f!important}
.howWorkIntro h2{
  margin:0!important;
  color:#071f4c!important;
  font-family:"Manrope",sans-serif!important;
  font-size:1rem!important;
  line-height:1.42!important;
  font-weight:650!important;
}
.howWorkFocus{
  text-align:center!important;
  margin:12px auto 12px!important;
}
.howWorkFocus .lead{
  margin:0!important;
  color:#071f4c!important;
  font-family:"Manrope",sans-serif!important;
  font-size:.96rem!important;
  line-height:1.35!important;
  font-weight:750!important;
}
.focusAccent{
  width:56px!important;
  height:2px!important;
  background:#c9963f!important;
  margin:7px auto 0!important;
}
.principles{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
  margin:0!important;
  width:100%!important;
  align-items:start!important;
}
.principle{
  position:relative!important;
  min-height:0!important;
  padding:4px 28px 6px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  text-align:center!important;
}
.principle+ .principle{border-left:1px solid rgba(201,150,63,.42)!important}
.principleIcon{
  width:58px!important;
  height:58px!important;
  margin:0 auto 6px!important;
  border:1.5px solid #c9963f!important;
  border-radius:50%!important;
  background:#fffaf0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#071f4c!important;
}
.principleIcon svg{
  width:27px!important;
  height:27px!important;
  stroke:#071f4c!important;
  stroke-width:1.6!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.principleAccent{
  width:32px!important;
  height:2px!important;
  background:#c9963f!important;
  margin:0 auto 8px!important;
}
.principle h3{
  margin:0 0 5px!important;
  color:#071f4c!important;
  font-family:"Manrope",sans-serif!important;
  font-size:1rem!important;
  line-height:1.25!important;
  font-weight:800!important;
}
.principle p{
  margin:0 auto!important;
  max-width:330px!important;
  color:#66748a!important;
  font-family:"Manrope",sans-serif!important;
  font-size:.77rem!important;
  line-height:1.48!important;
}

@media(max-width:760px){
  .principles{grid-template-columns:1fr!important}
  .principle{padding:14px 8px!important}
  .principle+.principle{border-left:0!important;border-top:1px solid rgba(201,150,63,.30)!important}
  .processTitleRow{justify-content:flex-start!important}
}

/* =========================================================
   VIAKOR REFINEMENT v16 — approved adjustments from working v15
   MASTER CONSTRAINT: website copy is locked; visual/layout only.
   ========================================================= */

/* 1. Benefits: remove the outer outline rectangle only */
.valueFlow{
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

/* 2. Benefits: slightly larger explanatory text and section ends close to content */
.valueStep p{
  font-size:.82rem!important;
  line-height:1.68!important;
}
.valueFlow{
  padding-bottom:28px!important;
  margin-bottom:0!important;
}
.valueSteps{margin-bottom:0!important}
.valueStep,.valueStep:nth-child(n){
  min-height:0!important;
  height:auto!important;
  padding-bottom:0!important;
}
@media(min-width:1360px){
  .valueStep p{font-size:.95rem!important;line-height:1.72!important}
}

/* 3. Solutions cards: almost no excess space above titles or below CTAs */
.solutionCard{
  min-height:0!important;
  height:auto!important;
  align-content:start!important;
}
.solutionCardTop{
  padding-top:2px!important;
  margin-top:0!important;
  margin-bottom:5px!important;
}
.solutionCardBody{
  padding-top:4px!important;
  padding-bottom:4px!important;
}
.solutionCta{
  margin-top:7px!important;
  margin-bottom:0!important;
}
.solutionCard>:last-child{margin-bottom:0!important}

/* 4. Solutions section: remove excess space above heading and below Korea photo */
#solutions{
  padding-top:34px!important;
  padding-bottom:30px!important;
}
.solutionIntro{margin-top:0!important}
.solutionPhoto{margin-bottom:0!important}
#solutions .container>:last-child{margin-bottom:0!important}

/* 5. Brands -> How It Works: remove unnecessary transition gap */
#brands{padding-bottom:24px!important}
.brandFooterCta{margin-bottom:0!important}
#how{
  margin-top:0!important;
  padding-top:30px!important;
}

/* 6. How It Works: remove the visual pathway numbers added in v15 */
.processTitleNum{display:none!important}
.processTitleRow{gap:0!important}

/* 7. How It Works -> Why We Exist: virtually no empty transition area */
#how{padding-bottom:18px!important}
#why{padding-top:18px!important}

/* 8. Why We Exist opening block: section hugs its actual content */
.whySection{padding-top:18px!important}
.aboutHero{
  min-height:0!important;
  margin-top:0!important;
  margin-bottom:0!important;
  padding-top:0!important;
  padding-bottom:0!important;
}
.aboutCopy{padding-top:0!important;padding-bottom:0!important}
.aboutCopy>:first-child{margin-top:0!important}
.aboutCopy>:last-child{margin-bottom:0!important}

/* 9. Your Team in Korea starts directly after Why We Exist block */
.teamBand{margin-top:8px!important}

/* 10. Looking Ahead -> Ready to Work with Korea: remove transition gap */
.lookingAhead{margin-bottom:0!important}
.whySection{padding-bottom:8px!important}
.contact-simple{padding-top:0!important;margin-top:0!important}
.closingBand{margin-top:0!important}

/* Keep these spacing refinements responsive without creating fixed-height gaps */
@media(max-width:900px){
  .valueFlow{padding-bottom:24px!important}
  #solutions{padding-top:28px!important;padding-bottom:26px!important}
  #brands{padding-bottom:20px!important}
  #how{padding-top:26px!important;padding-bottom:16px!important}
  #why{padding-top:16px!important}
  .teamBand{margin-top:8px!important}
}
@media(max-width:640px){
  .valueFlow{margin-left:0!important;margin-right:0!important;padding-bottom:20px!important}
  .valueStep p{font-size:.76rem!important}
  #solutions{padding-top:24px!important;padding-bottom:22px!important}
  #brands{padding-bottom:18px!important}
  #how{padding-top:22px!important;padding-bottom:14px!important}
  #why{padding-top:14px!important}
}

/* =========================================================
   VIAKOR REFINEMENT v17 — final approved refinements from v16
   MASTER CONSTRAINT: website copy remains unchanged.
   ========================================================= */

/* 1. Top navigation: stronger weight only */
.navlinks>a:not(.btn){
  font-weight:850!important;
}

/* 2. Benefits: clearer title / description hierarchy */
.valueStep strong{
  font-size:1.18rem!important;
  line-height:1.42!important;
  font-weight:800!important;
}
.valueStep p{
  font-size:.96rem!important;
  line-height:1.64!important;
}

/* 3. Solutions cards: almost no space between card top and icon row */
.solutionCardTop{
  padding-top:0!important;
  margin-top:0!important;
}
.solutionCard{
  padding-top:8px!important;
}

/* 4. Left-aligned titles stay left; appropriate body copy is justified */
.heroCopy .desc,
.solutionIntro .lead,
.brandsHero .lead,
.brandFooterCta>p,
.aboutCopy>p,
.teamCopy>p,
.lookingContent>p,
.closingCopy>p,
.solutionCardBody>p,
.processCard p{
  text-align:justify!important;
  text-justify:inter-word!important;
}

/* Preserve intentionally centered body copy */
.principle p,
.valueStep p{
  text-align:center!important;
}

/* 5. About imagery: matching inner seam, rounded inner corners, aligned image boundary */
.aboutHero,
.teamBand{
  grid-template-columns:1fr 1fr!important;
}
.aboutHero{gap:0!important}
.aboutCopy{padding-right:42px!important}
.aboutImage{
  border-radius:10px!important;
  overflow:hidden!important;
}
.teamBand{
  gap:0!important;
  overflow:visible!important;
  background:transparent!important;
}
.teamImage{
  border-radius:10px!important;
  overflow:hidden!important;
}
.teamImage img{
  border-radius:10px!important;
}
.teamCopy{
  border-radius:0 10px 10px 0!important;
}

/* 6. How We Work: "That's why we focus on:" aligns left with section intro */
.howWorkFocus{
  text-align:left!important;
  margin-left:0!important;
  margin-right:0!important;
}
.howWorkFocus .lead{
  text-align:left!important;
}
.focusAccent{
  margin-left:0!important;
  margin-right:0!important;
}

@media(max-width:900px){
  .aboutHero,
  .teamBand{grid-template-columns:1fr!important}
  .aboutCopy{padding-right:0!important}
  .teamImage,
  .teamImage img{border-radius:10px 10px 0 0!important}
  .teamCopy{border-radius:0 0 10px 10px!important}
}

/* =========================================================
   VIAKOR REFINEMENT v18 — approved refinements from v17
   MASTER CONSTRAINT: website copy remains unchanged.
   ========================================================= */

/* 1–2. Benefits: slightly smaller titles; descriptions clearly smaller */
.valueStep strong{
  font-size:1.05rem!important;
  line-height:1.34!important;
  font-weight:800!important;
}
.valueStep p{
  font-size:.84rem!important;
  line-height:1.58!important;
}
@media(min-width:1360px){
  .valueStep strong{font-size:1.08rem!important}
  .valueStep p{font-size:.86rem!important}
}
@media(max-width:640px){
  .valueStep strong{font-size:1rem!important}
  .valueStep p{font-size:.78rem!important}
}

/* 3. How It Works: refined slim rectangular title labels; wording/structure unchanged */
.processTitleRow{
  width:fit-content!important;
  max-width:100%!important;
  margin:0 auto 14px!important;
  padding:8px 14px!important;
  border:1px solid rgba(201,150,63,.72)!important;
  border-radius:7px!important;
  background:rgba(255,255,255,.045)!important;
  box-shadow:none!important;
  justify-content:center!important;
}
.processTitleRow h3{
  margin:0!important;
  line-height:1.2!important;
  text-align:center!important;
}
.processTitleNum{display:none!important}

/* 4. Your Team in Korea: restore established ViaKor navy fill */
.teamBand{
  background:var(--navy)!important;
}
.teamCopy{
  background:var(--navy)!important;
  color:#fff!important;
}
.teamCopy h2{color:#fff!important}
.teamCopy p{color:#c7d1e0!important}
.teamCopy p strong,
.teamCopy .teamClosing{color:#fff!important}

/* 5. How We Work: remove decorative gold rules under focus sentence and icons */
.focusAccent,
.principleAccent{
  display:none!important;
}
.howWorkFocus{margin-bottom:12px!important}
.principleIcon{margin-bottom:10px!important}

/* 6. Header Get in Touch is already wired in markup to info@viakorglobal.com. */

@media(max-width:760px){
  .processTitleRow{
    margin-left:0!important;
    margin-right:0!important;
    justify-content:flex-start!important;
  }
  .processTitleRow h3{text-align:left!important}
}

/* =========================================================
   VIAKOR REFINEMENT v19 — approved refinements from v18
   ========================================================= */

/* 1–2. Benefits: slightly smaller typography and icons, hierarchy preserved */
.valueStep strong{
  font-size:.96rem!important;
  line-height:1.32!important;
}
.valueStep p{
  font-size:.76rem!important;
  line-height:1.52!important;
}
.valueIcon{
  width:42px!important;
  height:42px!important;
}
.valueIcon svg{
  width:20px!important;
  height:20px!important;
}
@media(min-width:1360px){
  .valueStep strong{font-size:.99rem!important}
  .valueStep p{font-size:.79rem!important}
}
@media(max-width:640px){
  .valueStep strong{font-size:.93rem!important}
  .valueStep p{font-size:.74rem!important}
  .valueIcon{width:39px!important;height:39px!important}
  .valueIcon svg{width:18px!important;height:18px!important}
}

/* 4. Your Team in Korea image: identical radius on all four corners */
.teamImage{
  border-radius:10px!important;
  overflow:hidden!important;
}
.teamImage img{
  border-radius:10px!important;
  overflow:hidden!important;
  clip-path:inset(0 round 10px)!important;
}
@media(max-width:900px){
  .teamImage,
  .teamImage img{
    border-radius:10px!important;
    clip-path:inset(0 round 10px)!important;
  }
}


/* =========================================================
   VIAKOR REFINEMENT v20 — final approved refinements from v19
   ========================================================= */

/* 2. Your Team in Korea: inner corners mirror the photo above exactly */
.teamImage,
.teamImage img{
  border-radius:10px!important;
  overflow:hidden!important;
  clip-path:inset(0 round 10px)!important;
}
.teamImage img{
  display:block!important;
  width:100%!important;
  height:100%!important;
}

/* 3. Benefits: slightly larger/bolder icons in true 1:1 gold circles */
.valueIcon{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  min-height:48px!important;
  flex:0 0 48px!important;
  aspect-ratio:1 / 1!important;
  box-sizing:border-box!important;
  border:1.8px solid rgba(201,143,44,.78)!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
}
.valueIcon svg{
  width:24px!important;
  height:24px!important;
  stroke-width:2.05!important;
}
@media(max-width:640px){
  .valueIcon{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    flex-basis:44px!important;
  }
  .valueIcon svg{width:22px!important;height:22px!important;stroke-width:2!important}
}


/* =========================================================
   VIAKOR v20 approved post-freeze adjustments — 2026-08-10
   ========================================================= */
/* How It Works: CTA-free cards should end naturally after final shipment step */
.processGrid{align-items:start!important}
.processCard{height:auto!important;min-height:0!important}
.processCard .flow{flex:0 0 auto!important;margin-bottom:0!important}

/* Footer: compact legal company information, address, and clickable email */
.footerInner{align-items:center!important}
.footerContact{align-items:center!important;line-height:1.45!important}
.footerAddress{font-weight:600!important}
@media(max-width:900px){
  .footerInner{align-items:flex-start!important}
  .footerContact{align-items:flex-start!important}
}


/* =========================================================
   VIAKOR REFINEMENT v21 — approved refinements from v20/v21
   2026-08-10
   ========================================================= */

/* 2. Navigation: one subtle additional weight step, dimensions unchanged */
.navlinks>a:not(.btn){font-weight:900!important}

/* 3. Footer: intentional two-column company information group */
footer{
  padding:24px 0!important;
  background:#03142e!important;
}
.footerInner{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:44px!important;
  flex-wrap:nowrap!important;
}
.footerBrand{
  flex:0 0 auto!important;
}
.footerBrand img{
  height:56px!important;
  width:auto!important;
  object-fit:contain!important;
  background:transparent!important;
  border-radius:0!important;
}
.footerInfoGrid{
  margin-left:auto!important;
  display:grid!important;
  grid-template-columns:minmax(180px,auto) minmax(300px,auto)!important;
  gap:52px!important;
  align-items:start!important;
  justify-content:end!important;
  font-family:"Manrope",sans-serif!important;
  color:#dbe4f2!important;
}
.footerCompany,
.footerAddress{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  text-align:left!important;
  line-height:1.55!important;
}
.footerCompany strong{
  color:#fff!important;
  font-size:.86rem!important;
  font-weight:800!important;
  margin-bottom:5px!important;
}
.footerCompany a{
  color:#dbe4f2!important;
  text-decoration:none!important;
  font-size:.77rem!important;
  font-weight:600!important;
  transition:color .2s ease!important;
}
.footerCompany a:hover{color:var(--gold-light)!important}
.footerAddress{
  color:#c7d2e2!important;
  font-size:.76rem!important;
  font-weight:550!important;
}

/* 4. How It Works: premium equal-height card system; all wording preserved */
.processGrid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:20px!important;
  align-items:stretch!important;
  margin-top:46px!important;
}
.processCard{
  height:100%!important;
  min-height:0!important;
  padding:30px 28px 28px!important;
  border:1px solid rgba(205,155,65,.34)!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fdfdfd 100%)!important;
  box-shadow:0 22px 56px rgba(0,11,32,.22)!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
}
.processCard:before{
  height:3px!important;
  background:linear-gradient(90deg,#d6a54a,#f0d18c,#d6a54a)!important;
  opacity:.96!important;
}
.processTitleRow{
  width:fit-content!important;
  max-width:100%!important;
  margin:2px auto 17px!important;
  padding:8px 16px!important;
  border:1px solid rgba(201,150,63,.8)!important;
  border-radius:7px!important;
  background:#fff!important;
  box-shadow:0 5px 14px rgba(7,31,76,.035)!important;
  justify-content:center!important;
}
.processTitleRow h3{
  margin:0!important;
  color:#071f4c!important;
  font-size:1.34rem!important;
  line-height:1.18!important;
  font-weight:800!important;
  text-align:center!important;
}
.processLead{
  min-height:50px!important;
  margin:0 2px 20px!important;
  color:#69768a!important;
  font-size:.91rem!important;
  line-height:1.58!important;
  text-align:left!important;
}
.processCard .flow{
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  gap:0!important;
  margin:0!important;
}
.flowStep{
  position:relative!important;
  border:1px solid rgba(7,31,76,.035)!important;
  border-radius:7px!important;
  background:#f6f8fb!important;
  color:#10274e!important;
  padding:13px 14px!important;
  font-size:.94rem!important;
  line-height:1.35!important;
  font-weight:730!important;
  text-align:center!important;
  box-shadow:none!important;
}
.flowStep .small{
  display:block!important;
  margin-top:5px!important;
  color:#65748b!important;
  font-size:.79rem!important;
  line-height:1.35!important;
  font-weight:600!important;
}
.flowArrow{
  display:block!important;
  flex:0 0 auto!important;
  color:#c9942e!important;
  font-size:1.18rem!important;
  line-height:1!important;
  padding:5px 0!important;
  text-align:center!important;
  font-weight:700!important;
}
.restBlock{
  background:#f6f8fb!important;
  border:1px solid rgba(7,31,76,.04)!important;
  border-radius:7px!important;
  padding:14px 14px 13px!important;
  text-align:left!important;
}
.restBlock strong{
  display:block!important;
  color:#10274e!important;
  font-size:.94rem!important;
  line-height:1.25!important;
  font-weight:800!important;
  margin-bottom:8px!important;
}
.restBlock ul{
  margin:0!important;
  padding-left:17px!important;
  color:#6b778b!important;
  font-size:.79rem!important;
  line-height:1.48!important;
  font-weight:500!important;
  text-align:left!important;
}
.restBlock li{margin:2px 0!important}
.restBlock li::marker{color:#76869c!important}
.processCard .flow>.flowStep:last-child{
  background:#f4f7fa!important;
  border-color:rgba(201,150,63,.11)!important;
  color:#10274e!important;
  font-weight:800!important;
}

@media(max-width:900px){
  .processGrid{grid-template-columns:1fr!important;gap:18px!important;align-items:start!important}
  .processCard{height:auto!important;padding:26px 24px!important}
  .processCard .flow{justify-content:flex-start!important}
  .processTitleRow{margin-left:0!important;margin-right:0!important}
  .processTitleRow h3{text-align:left!important}
  .footerInner{align-items:flex-start!important;gap:26px!important;flex-wrap:wrap!important}
  .footerInfoGrid{margin-left:0!important;grid-template-columns:1fr 1.35fr!important;gap:30px!important;width:100%!important;justify-content:start!important}
}
@media(max-width:640px){
  footer{padding:22px 0!important}
  .footerBrand img{height:48px!important}
  .footerInfoGrid{grid-template-columns:1fr!important;gap:18px!important}
  .processGrid{margin-top:32px!important}
  .processCard{padding:24px 20px!important}
  .processLead{min-height:0!important;margin-bottom:16px!important}
  .flowStep{font-size:.9rem!important;padding:12px!important}
  .restBlock ul{font-size:.77rem!important}
}

/* =========================================================
   VIAKOR v23 — approved refinements from v22
   2026-08-10
   Design-only: preserve 100% of current website wording
   ========================================================= */

/* 1. How It Works — premium reference-inspired card design, current wording unchanged */
.processGrid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
  margin-top:42px!important;
}
.processCard{
  position:relative!important;
  height:100%!important;
  min-height:690px!important;
  padding:0 26px 24px!important;
  overflow:hidden!important;
  border:1px solid rgba(214,165,74,.72)!important;
  border-radius:15px!important;
  background:#fff!important;
  box-shadow:0 20px 52px rgba(0,10,28,.28)!important;
  display:flex!important;
  flex-direction:column!important;
}
.processCard:before{
  content:""!important;
  position:absolute!important;
  inset:0 0 auto 0!important;
  height:4px!important;
  background:linear-gradient(90deg,#d7a84d,#f1d48e,#d7a84d)!important;
  z-index:4!important;
}
.processCard:after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:4px!important;
  height:154px!important;
  background:linear-gradient(135deg,#071f4c 0%,#03142e 100%)!important;
  z-index:0!important;
}
.processTitleRow,
.processLead,
.processCard .flow{position:relative!important;z-index:2!important}
.processTitleRow{
  width:auto!important;
  max-width:none!important;
  min-height:78px!important;
  margin:18px 0 4px!important;
  padding:0 0 0 92px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  text-align:left!important;
}
.processTitleRow:before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:66px!important;
  height:66px!important;
  border:1.7px solid #d7a84d!important;
  border-radius:50%!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  background-size:31px 31px!important;
}
.processCard-1 .processTitleRow:before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23d7a84d' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 5h6'/%3E%3Cpath d='M9 3h6v4H9z'/%3E%3Cpath d='M7 5H5v16h14V5h-2'/%3E%3Cpath d='M8 11h8M8 15h5'/%3E%3C/svg%3E")!important;
}
.processCard-2 .processTitleRow:before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23d7a84d' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6'/%3E%3Cpath d='m16 16 5 5'/%3E%3C/svg%3E")!important;
}
.processCard-3 .processTitleRow:before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23d7a84d' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 21V8l6-4v17'/%3E%3Cpath d='M10 21V11l10-4v14'/%3E%3Cpath d='M7 10h1M7 13h1M14 12h1M17 11h1M14 15h1M17 14h1'/%3E%3C/svg%3E")!important;
}
.processTitleNum{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#e0aa45!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  font-size:1.26rem!important;
  line-height:1!important;
  font-weight:850!important;
  letter-spacing:.03em!important;
}
.processTitleNum:before{content:"0"!important}
.processTitleRow h3{
  margin:0!important;
  padding-bottom:5px!important;
  color:#fff!important;
  font-size:1.18rem!important;
  line-height:1.16!important;
  font-weight:780!important;
  text-align:left!important;
  border-bottom:1px solid rgba(215,168,77,.72)!important;
}
.processLead{
  min-height:0!important;
  margin:0 0 28px 92px!important;
  color:#eef3fb!important;
  font-size:.82rem!important;
  line-height:1.45!important;
  font-weight:520!important;
  text-align:left!important;
}
.processCard .flow{
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  gap:0!important;
  margin:8px 0 0!important;
  padding-left:48px!important;
  counter-reset:viakor-step!important;
}
.processCard .flow:before{
  content:""!important;
  position:absolute!important;
  left:17px!important;
  top:16px!important;
  bottom:24px!important;
  width:1px!important;
  background:linear-gradient(180deg,#d7a84d 0%,rgba(215,168,77,.48) 86%,rgba(215,168,77,0) 100%)!important;
}
.flowStep{
  counter-increment:viakor-step!important;
  position:relative!important;
  min-height:62px!important;
  margin:0!important;
  padding:12px 15px 12px 62px!important;
  border:0!important;
  border-radius:9px!important;
  background:linear-gradient(180deg,#f9fafc 0%,#f4f6fa 100%)!important;
  color:#10274e!important;
  box-shadow:inset 0 0 0 1px rgba(7,31,76,.035)!important;
  font-size:.91rem!important;
  line-height:1.36!important;
  font-weight:760!important;
  text-align:left!important;
}
.flowStep:before{
  content:counter(viakor-step)!important;
  position:absolute!important;
  left:-48px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:28px!important;
  height:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:50%!important;
  background:#d49a2d!important;
  color:#fff!important;
  font-size:.72rem!important;
  font-weight:850!important;
  line-height:1!important;
  box-shadow:0 0 0 4px #fff!important;
  z-index:3!important;
}
.flowStep:after{
  content:""!important;
  position:absolute!important;
  left:16px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:31px!important;
  height:31px!important;
  border:1px solid #d8dee8!important;
  border-radius:50%!important;
  background:#fff center/17px 17px no-repeat!important;
}
.processCard .flow>.flowStep:nth-of-type(1):after{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23071f4c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3h7l3 3v15H7z'/%3E%3Cpath d='M14 3v4h4M9 11h6M9 15h6'/%3E%3C/svg%3E")!important;
}
.processCard .flow>.flowStep:nth-of-type(2):after{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23071f4c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M8 12h8M12 8v8'/%3E%3C/svg%3E")!important;
}
.processCard .flow>.flowStep:nth-of-type(3):after{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23071f4c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16l-1.5 8h-13z'/%3E%3Ccircle cx='8' cy='19' r='1'/%3E%3Ccircle cx='17' cy='19' r='1'/%3E%3C/svg%3E")!important;
}
.processCard .flow>.flowStep:nth-of-type(4):after,
.processCard .restBlock:after{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23071f4c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h11v9H3zM14 10h4l3 3v3h-7z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3C/svg%3E")!important;
}
.processCard .flow>.flowStep:last-child:after{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23071f4c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21M12 3C9.6 5.5 8.4 8.5 8.4 12S9.6 18.5 12 21'/%3E%3C/svg%3E")!important;
}
.flowStep .small{
  display:block!important;
  margin-top:4px!important;
  color:#62718a!important;
  font-size:.78rem!important;
  line-height:1.35!important;
  font-weight:560!important;
}
.flowArrow{
  height:12px!important;
  padding:0!important;
  margin:0!important;
  color:transparent!important;
  font-size:0!important;
  line-height:0!important;
}
.restBlock{
  min-height:0!important;
  padding:12px 15px 12px 62px!important;
  background:linear-gradient(180deg,#f9fafc 0%,#f4f6fa 100%)!important;
  border:0!important;
  border-radius:9px!important;
  text-align:left!important;
}
.restBlock strong{
  display:block!important;
  margin:0 0 6px!important;
  color:#10274e!important;
  font-size:.91rem!important;
  line-height:1.25!important;
  font-weight:820!important;
}
.restBlock ul{
  margin:0!important;
  padding-left:17px!important;
  color:#5f6f87!important;
  font-size:.74rem!important;
  line-height:1.42!important;
  font-weight:520!important;
  text-align:left!important;
}
.restBlock li{margin:1px 0!important}
.restBlock li::marker{color:#d49a2d!important}
.processCard .flow>.flowStep:last-child{
  margin-top:auto!important;
  background:linear-gradient(180deg,#f8fafc 0%,#f2f5f9 100%)!important;
  border-top:1px solid rgba(7,31,76,.08)!important;
  font-weight:820!important;
}

/* 2. Footer — dark navy, no white logo box; preserve two-column information layout */
footer{
  background:linear-gradient(135deg,#071f4c 0%,#03142e 100%)!important;
  border-top:1px solid rgba(215,168,77,.28)!important;
  padding:28px 0!important;
}
.footerInner{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:48px!important;
  flex-wrap:nowrap!important;
}
.footerBrand img{
  height:58px!important;
  width:auto!important;
  object-fit:contain!important;
  background:transparent!important;
  border-radius:0!important;
  filter:drop-shadow(0 0 1px rgba(255,255,255,.8)) drop-shadow(0 3px 12px rgba(0,0,0,.25))!important;
}
.footerInfoGrid{
  margin-left:auto!important;
  display:grid!important;
  grid-template-columns:minmax(180px,auto) minmax(310px,auto)!important;
  gap:58px!important;
  align-items:start!important;
  justify-content:end!important;
}
.footerCompany strong{color:#fff!important}
.footerCompany a{color:#dbe4f2!important}
.footerAddress{color:#c8d3e2!important}

@media(max-width:900px){
  .processGrid{grid-template-columns:1fr!important;gap:20px!important;align-items:start!important}
  .processCard{height:auto!important;min-height:0!important;padding:0 22px 22px!important}
  .processCard:after{height:150px!important}
  .processTitleRow{margin-top:16px!important;padding-left:86px!important}
  .processLead{margin-left:86px!important;margin-bottom:26px!important}
  .processCard .flow{padding-left:46px!important}
  .processCard .flow>.flowStep:last-child{margin-top:12px!important}
  .footerInner{align-items:flex-start!important;gap:28px!important;flex-wrap:wrap!important}
  .footerInfoGrid{margin-left:0!important;grid-template-columns:1fr 1.35fr!important;gap:32px!important;width:100%!important;justify-content:start!important}
}
@media(max-width:640px){
  .processCard{padding:0 18px 20px!important}
  .processCard:after{height:145px!important}
  .processTitleRow{padding-left:76px!important;gap:9px!important;min-height:72px!important}
  .processTitleRow:before{width:58px!important;height:58px!important;background-size:27px 27px!important}
  .processTitleRow h3{font-size:1.04rem!important}
  .processTitleNum{font-size:1.05rem!important}
  .processLead{margin-left:76px!important;font-size:.78rem!important;margin-bottom:24px!important}
  .processCard .flow{padding-left:42px!important}
  .flowStep{padding-left:55px!important;font-size:.86rem!important}
  .flowStep:before{left:-42px!important;width:26px!important;height:26px!important}
  .flowStep:after{left:14px!important;width:28px!important;height:28px!important;background-size:15px 15px!important}
  .restBlock{padding-left:55px!important}
  .restBlock ul{font-size:.72rem!important}
  footer{padding:24px 0!important}
  .footerBrand img{height:50px!important}
  .footerInfoGrid{grid-template-columns:1fr!important;gap:18px!important}
}

/* v23(2) targeted fix — How It Works, right card only.
   Keep the first step safely below the navy header while preserving the card bottom alignment. */
@media (min-width: 901px){
  .processCard-3 .flow{
    margin-top:30px!important;
  }
}

/* =========================================================
   VIAKOR REFINEMENT v25 — consolidated approved adjustments
   Base: v24. Copy remains unchanged.
   ========================================================= */

/* 1. HOW IT WORKS — slimmer step rectangles and true vertical text centering */
@media (min-width:901px){
  .processCard .flow > .flowStep{
    width:calc(100% - 18px)!important;
    align-self:center!important;
  }
}
.flowStep:not(.restBlock){
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.flowStepText{
  display:block!important;
  width:100%!important;
}

/* Keep the detailed logistics block readable while matching the slimmer rectangle width */
.restBlock{
  width:calc(100% - 18px)!important;
  align-self:center!important;
}

/* 2. HOW IT WORKS — shallower navy card header and smaller icon circles */
.processCard:after{
  height:128px!important;
}
.processTitleRow{
  min-height:64px!important;
  margin-top:12px!important;
  padding-left:78px!important;
}
.processTitleRow:before{
  width:54px!important;
  height:54px!important;
  background-size:25px 25px!important;
}
.processLead{
  margin-left:78px!important;
  margin-bottom:20px!important;
  font-size:.80rem!important;
}

/* Preserve the v24 right-card correction after making the header shallower */
@media (min-width:901px){
  .processCard-3 .flow{
    margin-top:22px!important;
  }
}

/* 3. FOOTER — white logo panel for clear contrast on navy */
.footerBrand{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:8px 10px!important;
  background:#fff!important;
  border-radius:4px!important;
  box-shadow:0 4px 14px rgba(0,0,0,.16)!important;
}
.footerBrand img{
  background:transparent!important;
  filter:none!important;
}

/* 4. OUR SOLUTIONS — approximately 15–20% more compact vertically */
.solutionCard{
  padding:7px 20px 14px!important;
}
.solutionCardTop{
  padding:0!important;
  margin:0!important;
  min-height:0!important;
}
.solutionCardBody{
  padding-top:2px!important;
  padding-bottom:0!important;
}
.solutionTitleRow{
  margin-bottom:5px!important;
}
.solutionCard .roundIcon{
  margin-bottom:10px!important;
}
.solutionCardBody>p{
  margin-top:4px!important;
  margin-bottom:4px!important;
}
.solutionCard .bullets{
  margin-top:6px!important;
  margin-bottom:6px!important;
}
.solutionCta{
  margin-top:6px!important;
  margin-bottom:0!important;
}

@media(max-width:900px){
  .processCard:after{height:124px!important}
  .processTitleRow{padding-left:72px!important}
  .processLead{margin-left:72px!important}
  .restBlock{width:100%!important}
  .processCard .flow > .flowStep{width:100%!important}
}
@media(max-width:640px){
  .processCard:after{height:120px!important}
  .processTitleRow{padding-left:66px!important;min-height:60px!important}
  .processTitleRow:before{width:50px!important;height:50px!important;background-size:23px 23px!important}
  .processLead{margin-left:66px!important;margin-bottom:18px!important}
  .footerBrand{padding:7px 9px!important}
}

/* =========================================================
   VIAKOR REFINEMENT v26 — finalized 5-adjustment batch
   Base: v25. All non-listed design/copy remains unchanged.
   ========================================================= */

/* 1. HOME HERO — mirror the existing image; preserve crop, overlay and content */
.heroMedia img{
  transform:scaleX(-1)!important;
}

/* 2. BRANDS — slightly shallower portfolio image without distortion */
.beautyPhoto{
  height:366px!important;
}

/* 3. BRANDS CTA — reduce only vertical padding/overall height */
.brandFooterCta{
  padding-top:22px!important;
  padding-bottom:22px!important;
}

/* 4. HOW IT WORKS — left-align copy inside every step rectangle; retain vertical centering */
.flowStep:not(.restBlock){
  align-items:flex-start!important;
  text-align:left!important;
}
.flowStepText{
  text-align:left!important;
}

/* Responsive equivalents of the Brands image height reduction */
@media(max-width:900px){
  .beautyPhoto{height:306px!important}
}
@media(max-width:640px){
  .beautyPhoto{height:272px!important}
}


/* =========================================================
   VIAKOR REFINEMENT v27 — finalized 5-adjustment batch
   Base: v26. Everything else remains unchanged.
   ========================================================= */
.processCard .flowStep:not(.restBlock),
.processCard .flowStep:not(.restBlock) .flowStepText{text-align:left!important}
.processCard .flowStep:not(.restBlock){align-items:flex-start!important}
.processCard .flowStep:not(.restBlock) .flowStepText{align-self:stretch!important;margin-left:0!important;margin-right:0!important}
.lookingAhead{height:250px!important}
.lookingContent{padding-top:20px!important;padding-bottom:20px!important}
.contact-simple{padding-top:0!important;padding-bottom:0!important}
.closingBand{padding-top:18px!important;padding-bottom:18px!important}
@media(max-width:900px){.lookingAhead{height:245px!important}.lookingContent{padding-top:18px!important;padding-bottom:18px!important}.closingBand{padding-top:17px!important;padding-bottom:17px!important}}
@media(max-width:640px){.lookingAhead{height:235px!important}.lookingContent{padding-top:16px!important;padding-bottom:16px!important}.closingBand{padding-top:16px!important;padding-bottom:16px!important}}


/* =========================================================
   VIAKOR REFINEMENT v28 — final 4-adjustment batch
   Base: v27. Everything else remains unchanged.
   ========================================================= */

/* 1. HOME HERO — slightly shorter vertically (~10–12%) */
.hero,
.heroContent{
  min-height:670px!important;
}
.heroMedia{
  height:670px!important;
}
@media(max-width:900px){
  .hero,.heroContent{min-height:635px!important}
  .heroMedia{height:635px!important}
}
@media(max-width:640px){
  .hero,.heroContent{min-height:460px!important}
  .heroMedia{height:460px!important}
}

/* 2. WHY WE EXIST — new selected Busan Port Bridge image.
   Existing frame, layout, typography, and copy remain unchanged. */

/* 3. LOOKING AHEAD — new selected skyline image, mirrored horizontally,
   and section height reduced by ~35% from v27 */
.lookingAhead{
  height:162px!important;
  min-height:162px!important;
}
.lookingAhead>img{
  transform:scaleX(-1)!important;
  object-fit:cover!important;
  object-position:center center!important;
}
.lookingContent{
  padding-top:12px!important;
  padding-bottom:12px!important;
}
@media(max-width:900px){
  .lookingAhead{height:160px!important;min-height:160px!important}
}
@media(max-width:640px){
  .lookingAhead{height:152px!important;min-height:152px!important}
}

/* 4. READY TO WORK WITH KOREA → FOOTER — add separation */
footer{
  margin-top:28px!important;
}


/* =========================================================
   VIAKOR REFINEMENT v29 — final approved corrections
   Base: v28. Everything else remains unchanged.
   ========================================================= */

/* 1. HOME HERO — reduce current v28 vertical height by ~35% */
.hero,
.heroContent{
  min-height:436px!important;
}
.heroMedia{
  height:436px!important;
}
@media(max-width:900px){
  .hero,.heroContent{min-height:413px!important}
  .heroMedia{height:413px!important}
}
@media(max-width:640px){
  .hero,.heroContent{min-height:350px!important}
  .heroMedia{height:350px!important}
}

/* 3. READY TO WORK WITH KOREA → FOOTER — halve v28 separation */
footer{
  margin-top:14px!important;
}


/* =========================================================
   VIAKOR REFINEMENT v30 — final touches
   Base: v29. Everything else remains unchanged.
   ========================================================= */

/* TOUCH 1 — HOME HERO: increase v29 vertical height by ~11% */
.hero,
.heroContent{
  min-height:484px!important;
}
.heroMedia{
  height:484px!important;
}
@media(max-width:900px){
  .hero,.heroContent{min-height:458px!important}
  .heroMedia{height:458px!important}
}
@media(max-width:640px){
  .hero,.heroContent{min-height:389px!important}
  .heroMedia{height:389px!important}
}

/* TOUCH 2 — FOOTER: slightly reduce vertical height by tightening top/bottom padding only */
footer{
  padding-top:22px!important;
  padding-bottom:22px!important;
}
@media(max-width:640px){
  footer{
    padding-top:18px!important;
    padding-bottom:18px!important;
  }
}

/* =========================================================
   VIAKOR FINAL v32 — fixed-on-scroll header only
   Base: Final v31. Everything else unchanged.
   ========================================================= */
.topbar{
  position:sticky!important;
  top:0!important;
  z-index:9999!important;
}


/* =========================================================
   VIAKOR MOBILE REFINEMENT — corrected selector pass
   Base: frozen FINAL v32 hosting-ready.
   Desktop unchanged except approved removal of .formNote copy.
   ========================================================= */

@media (max-width:640px){

  /* 1. MOBILE HEADER — visible Get in Touch CTA in open menu */
  .navlinks.open .navCta{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    min-width:132px!important;
    min-height:42px!important;
    padding:11px 18px!important;
    background:#071f4c!important;
    color:#fff!important;
    border:1px solid #071f4c!important;
    opacity:1!important;
    visibility:visible!important;
    text-indent:0!important;
    font-size:.86rem!important;
    line-height:1!important;
    white-space:nowrap!important;
  }

  /* 2. MOBILE BENEFITS — 25–30% more compact without reducing body type */
  .valueFlow{
    padding-top:44px!important;
    padding-bottom:46px!important;
  }
  .benefitsHead{
    margin-bottom:28px!important;
  }
  .valueStep,
  .valueStep:nth-child(n){
    min-height:0!important;
    padding:20px 8px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    text-align:center!important;
  }
  .valueIcon{
    width:64px!important;
    height:64px!important;
    min-width:64px!important;
    flex:0 0 64px!important;
    margin:0 auto 14px!important;
  }
  .valueIcon svg{
    width:31px!important;
    height:31px!important;
  }
  .valueStep strong{
    min-height:0!important;
    margin:0!important;
  }
  .valueStep p{
    margin:8px auto 0!important;
    line-height:1.65!important;
  }

  /* 3. OUR SOLUTIONS — remove mobile-only grey arrow and center CTA copy */
  .solutionCta .ctaArrow{
    display:none!important;
  }
  .solutionCta{
    justify-content:center!important;
    text-align:center!important;
  }

  /* 5. HOW IT WORKS — mobile header geometry */
  .processCard{
    padding-top:0!important;
  }
  .processCard:after{
    height:158px!important;
  }
  .processTitleRow{
    min-height:64px!important;
    margin:14px 0 4px!important;
    padding-left:72px!important;
    gap:8px!important;
    align-items:center!important;
  }
  .processTitleRow:before{
    left:0!important;
    width:52px!important;
    height:52px!important;
    background-size:24px 24px!important;
  }
  .processTitleNum{
    flex:0 0 auto!important;
    margin:0!important;
    font-size:1rem!important;
    line-height:1!important;
  }
  .processTitleRow h3{
    min-width:0!important;
    margin:0!important;
    font-size:1.02rem!important;
    line-height:1.16!important;
    padding-bottom:4px!important;
  }
  .processLead{
    margin:2px 8px 26px 72px!important;
    padding:0!important;
    min-height:44px!important;
    max-width:none!important;
    color:#eef3fb!important;
    font-size:.78rem!important;
    line-height:1.42!important;
  }
  .processCard .flow{
    margin-top:8px!important;
  }
}


/* =========================================================
   VIAKOR v36 — FINAL MOBILE HERO CONTINUITY FIX
   Base: v35 MOBILE FIXED. This is the only change.
   ========================================================= */
@media (max-width:640px){
  .hero{
    position:relative!important;
    background:#03112b!important;
  }

  .heroMedia{
    inset:84px 0 0 0!important;
    width:100%!important;
    height:auto!important;
    bottom:0!important;
  }

  .heroMedia img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center 48%!important;
  }

  .heroMedia:after{
    inset:0!important;
    background:rgba(3,17,43,.66)!important;
  }

  .heroContent{
    position:relative!important;
    z-index:2!important;
    height:auto!important;
  }

  .heroCopy,
  .hero .nameLine,
  .heroActions{
    background:transparent!important;
  }
}
