/* KMART corporate website — independent static theme, September 2026. */
:root {
  --blue: #0867b2;
  --blue-dark: #055492;
  --navy: #102c46;
  --ink: #182f43;
  --muted: #5b6b78;
  --paper: #f4f7fa;
  --line: #dce4ec;
  --white: #fff;
  --container: 1180px;
  --header-height: 86px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
button { font: inherit; cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 3px solid #f3b644; outline-offset: 5px; }
::selection { color: var(--navy); background: #b9dff9; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 700; }
h1, h2 { line-height: 1.16; letter-spacing: -.025em; }
h2 { font-size: clamp(32px, 3.1vw, 44px); }
h3 { font-size: 21px; line-height: 1.35; letter-spacing: -.015em; }
p + p { margin-top: 18px; }
.container { width: min(calc(100% - 80px), var(--container)); margin-inline: auto; }
.section { padding-block: 90px; }
.eyebrow { color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px; }
.body-copy { color: var(--muted); font-size: 16px; line-height: 1.85; }
.text-link { display: inline-flex; gap: 24px; align-items: center; min-height: 44px; color: var(--blue); font-size: 14px; font-weight: 700; }
.text-link span, .button span, .service-link span, .nav-contact span { font-size: 21px; line-height: 1; transition: transform .18s ease; }
a:hover > span[aria-hidden] { transform: translateX(4px); }
.text-link:hover { text-decoration: underline; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 26px; min-height: 54px; border: 1px solid var(--blue); border-radius: 3px; padding: 13px 25px; background: var(--blue); color: #fff; font-size: 15px; font-weight: 700; transition: background .18s ease, border-color .18s ease; }
.button:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.button-outline { border-color: #ffffffa6; background: #102c462b; }
.button-outline:hover { background: #ffffff1c; border-color: #fff; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 20px; color: var(--navy); background: #fff; border: 2px solid var(--blue); }
.skip-link:focus { top: 10px; }
.utility-bar { color: #576a7b; background: #f3f6f9; font-size: 10px; font-weight: 600; letter-spacing: .07em; }
.utility-bar .container { display: flex; align-items: center; justify-content: space-between; min-height: 32px; }
.utility-bar a { padding-block: 4px; letter-spacing: 0; font-size: 11px; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid #e7edf2; background: #fff; transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 3px 16px #112a4210; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: var(--header-height); }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; line-height: 1; }
.brand-mark { width: 35px; height: 39px; color: var(--blue); }
.brand-name { display: block; font-size: 27px; letter-spacing: .065em; font-weight: 700; }
.brand-sub { display: block; margin-top: 7px; font-size: 7px; letter-spacing: .2em; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 31px; }
.site-nav > a { display: inline-flex; align-items: center; min-height: 46px; font-size: 13px; font-weight: 600; }
.site-nav > a:hover { color: var(--blue); }
.site-nav .nav-contact { padding: 10px 20px; margin-left: 3px; gap: 25px; color: #fff; background: var(--blue); border-radius: 3px; }
.site-nav .nav-contact:hover { background: var(--blue-dark); }
.menu-toggle { display: none; align-items: center; min-width: 83px; min-height: 44px; padding: 8px 0 8px 12px; gap: 12px; border: 0; color: var(--ink); background: transparent; font-size: 14px; }
.menu-icon { display: grid; width: 22px; gap: 6px; }
.menu-icon::before, .menu-icon::after { content: ''; width: 22px; height: 2px; background: currentColor; }
.menu-toggle[aria-expanded='true'] .menu-icon::before { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded='true'] .menu-icon::after { transform: translateY(-4px) rotate(-45deg); }
.hero { position: relative; isolation: isolate; overflow: hidden; min-height: 620px; display: grid; place-items: center; color: #fff; background: var(--navy); text-align: center; }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.hero-photo { object-fit: cover; object-position: center 66%; }
.hero-shade { background: linear-gradient(180deg, #0b2947a6, #092643a3 65%, #061a2fd1); }
.hero-content { padding-block: 70px 90px; }
.hero .eyebrow { color: #d9ecfb; font-size: 12px; margin-bottom: 22px; letter-spacing: .19em; }
.hero h1 { font-size: clamp(44px, 5.1vw, 72px); line-height: 1.12; letter-spacing: -.025em; text-shadow: 0 2px 20px #0002; }
.hero-description { color: #f0f5fa; font-size: 18px; line-height: 1.75; margin-top: 25px; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 31px; }
.hero-actions .button { min-width: 218px; }
.hero-scroll { position: absolute; bottom: 20px; left: calc(50% - 22px); display: grid; place-items: center; width: 44px; height: 44px; color: #fff; font-size: 25px; }
.channel-band { border-bottom: 1px solid var(--line); background: #fff; }
.channel-row { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; align-items: center; gap: 36px; min-height: 138px; }
.channel-row > p { font-size: 14px; color: var(--muted); line-height: 1.6; }
.channel-row strong { color: var(--ink); font-weight: 600; }
.channel-brand { display: flex; flex-direction: column; align-items: center; justify-content: center; padding-block: 5px; border-left: 1px solid var(--line); }
.platform-name { font-size: 31px; font-weight: 700; line-height: 1.2; letter-spacing: -.035em; }
.channel-brand > span:last-child { color: var(--muted); font-size: 11px; margin-top: 7px; }
.google-name { font-weight: 500; letter-spacing: -.055em; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.intro-photo { position: relative; }
.intro-photo img { width: 100%; height: 380px; object-fit: cover; border-radius: 3px; }
.intro-photo figcaption { padding: 15px 18px; border-left: 3px solid var(--blue); margin-top: 17px; color: var(--muted); font-size: 12px; }
.intro-copy h2 { margin-bottom: 24px; }
.intro-copy .text-link { margin-top: 18px; }
.services { background: var(--paper); }
.section-heading { margin-bottom: 46px; }
.centered { text-align: center; }
.centered .body-copy { max-width: 710px; margin: 20px auto 0; }
.centered .eyebrow { margin-bottom: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.service-item { display: flex; flex-direction: column; align-items: flex-start; padding: 32px 30px 27px; border: 1px solid #e0e7ef; border-top: 3px solid var(--blue); border-radius: 3px; background: #fff; transition: box-shadow .2s ease, border-color .2s ease; }
.service-item:hover { border-color: #bfd4e6; border-top-color: var(--blue); box-shadow: 0 8px 24px #182f4309; }
.service-icon { width: 34px; height: 34px; fill: none; stroke: var(--blue); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 23px; }
.service-item h3 { font-size: 20px; min-height: 54px; margin-bottom: 13px; }
.service-item p { color: var(--muted); font-size: 14px; line-height: 1.8; margin-bottom: 22px; }
.service-link { display: flex; align-items: center; gap: 21px; color: var(--blue); font-size: 12px; font-weight: 600; min-height: 44px; margin-top: auto; }
.service-link:hover { text-decoration: underline; }
.channel-note { margin-top: 31px; }
.channel-note p { color: var(--muted); font-size: 12px; line-height: 1.8; }
.channel-note p + p { margin-top: 8px; font-size: 11px; }
.channel-note strong { color: var(--ink); }
.markets { color: #fff; background: #0a4271; }
.markets-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.markets .eyebrow { color: #9cd2fb; }
.markets .body-copy { color: #d2e3f1; }
.market-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; margin-top: 55px; }
.market-grid article { padding: 27px 0 25px; border-top: 1px solid #6d9dbf; border-bottom: 1px solid #396b92; }
.region-index { color: #afd5f1; font-size: 10px; letter-spacing: .1em; }
.market-grid h3 { font-size: 27px; font-weight: 600; margin-top: 14px; }
.market-grid p { color: #d2e3f1; font-size: 13px; margin-top: 8px; }
.markets .text-link { color: #fff; margin-top: 28px; }
.operations-grid { display: grid; grid-template-columns: .95fr 1.1fr; gap: 100px; align-items: start; }
.operations-intro h2 { margin-bottom: 24px; }
.operations-intro .body-copy { max-width: 410px; }
.operations-intro .text-link { margin-top: 22px; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 44px 1fr; gap: 24px; padding: 0 0 29px; }
.process-list li + li { padding-top: 28px; border-top: 1px solid var(--line); }
.process-list li:last-child { padding-bottom: 0; }
.process-number { color: var(--blue); background: #edf5fb; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; font-size: 14px; font-weight: 700; }
.process-list h3 { margin-bottom: 10px; font-size: 21px; }
.process-list p { font-size: 14px; color: var(--muted); line-height: 1.8; }
.why { background: var(--paper); }
.principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px; }
.principle-line { display: block; width: 36px; height: 3px; background: var(--blue); margin-bottom: 23px; }
.principle h3 { margin-bottom: 13px; font-size: 20px; }
.principle p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.contact { background: #e9f2f9; padding-block: 83px; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: center; }
.contact-copy h2 { margin-bottom: 21px; }
.contact-copy .body-copy { max-width: 490px; }
.contact-copy .button { margin-top: 28px; }
.contact-email { display: block; width: fit-content; color: var(--blue); font-size: 14px; padding-block: 10px; margin-top: 7px; }
.contact-email:hover { text-decoration: underline; }
.contact-details { padding: 33px 38px; background: #fff; border-top: 3px solid var(--blue); border-radius: 3px; }
.contact-details h3 { font-size: 23px; margin-bottom: 12px; }
.contact-details > p { color: var(--muted); font-size: 14px; }
.contact-rule { height: 1px; background: var(--line); margin: 24px 0; }
.contact-details .contact-label { color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 10px; }
.contact-details address { display: flex; flex-direction: column; font-style: normal; font-size: 13px; line-height: 1.85; color: var(--muted); }
.contact-details strong { color: var(--ink); font-size: 13px; margin-bottom: 5px; }
.site-footer { padding-block: 58px 20px; background: #102a40; color: #fff; }
.site-footer .brand-mark { color: #7ec6fb; }
.footer-top { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 80px; padding-bottom: 42px; }
.footer-description { color: #b7c7d3; max-width: 330px; margin-top: 22px; font-size: 13px; line-height: 1.85; }
.footer-title { font-size: 14px; font-weight: 700; margin-bottom: 14px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.footer-links a { color: #c0ced9; font-size: 12px; padding-block: 6px; min-height: 34px; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 21px; border-top: 1px solid #365065; color: #b7c7d3; font-size: 11px; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 36px; }
.photography-note { margin-top: 8px; color: #a9bdcd; font-size: 9px; line-height: 1.7; }
.photography-note a { text-decoration: underline; }
.company-address, .legal-address { display: flex; flex-direction: column; gap: 1px; margin-top: 22px; font-size: 12px; font-style: normal; }
.company-address { color: #b7c7d3; }
.company-address strong { color: #fff; }
.legal-hero { padding-block: 68px; background: var(--paper); }
.legal-hero h1 { font-size: clamp(36px, 4vw, 54px); margin-bottom: 20px; }
.legal-hero > .container > p:last-child { color: var(--muted); font-size: 13px; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 75px; padding-block: 65px 90px; }
.legal-nav { position: sticky; top: 120px; align-self: start; display: flex; flex-direction: column; gap: 9px; }
.legal-nav > a { color: var(--muted); font-size: 13px; min-height: 34px; padding-block: 5px; }
.legal-nav > a:hover { color: var(--blue); text-decoration: underline; }
.legal-copy { color: var(--muted); font-size: 16px; }
.legal-copy h2 { color: var(--ink); font-size: 27px; margin-bottom: 19px; }
.legal-copy > section + section { margin-top: 40px; }
.legal-copy a { color: var(--blue); text-decoration: underline; }
.legal-copy ul { padding-left: 22px; }
.legal-copy li { margin-bottom: 9px; }
.legal-address { border-top: 1px solid var(--line); padding-top: 22px; }
.legal-address strong { color: var(--ink); }
@media (min-width: 1700px) { .hero { min-height: 710px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 56px); }
  .site-nav { gap: 20px; }
  .intro-grid, .operations-grid, .contact-grid { gap: 48px; }
  .markets-heading { gap: 50px; }
  .service-item { padding-inline: 23px; }
  .footer-top { gap: 45px; }
}
@media (max-width: 900px) {
  :root { --header-height: 76px; }
  .header-inner { flex-wrap: wrap; gap: 0; }
  .header-inner > .brand { min-height: var(--header-height); }
  .js .menu-toggle { display: inline-flex; }
  .site-nav { flex-basis: 100%; flex-wrap: wrap; gap: 6px 23px; padding-bottom: 16px; }
  .js .site-nav { display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 7px 0 23px; }
  .js .site-nav.is-open { display: flex; max-height: calc(100dvh - 86px); overflow-y: auto; }
  .site-nav > a { min-height: 49px; font-size: 15px; }
  .site-nav .nav-contact { margin: 9px 0 0; justify-content: space-between; }
  html:not(.js) .site-header { position: static; }
  .section { padding-block: 70px; }
  .hero { min-height: 580px; }
  .hero h1 { font-size: clamp(42px, 6.5vw, 58px); }
  .channel-row { gap: 20px; min-height: 125px; }
  .platform-name { font-size: 28px; }
  .channel-row > p { font-size: 12px; }
  .intro-grid { gap: 35px; }
  .intro-photo img { height: 390px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .operations-grid { gap: 40px; }
  .principles { gap: 28px; }
  .contact-grid { gap: 35px; }
  .contact-details { padding: 28px; }
  .market-grid { gap: 25px; }
  .market-grid h3 { font-size: 23px; }
  .legal-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 35px; }
}
@media (max-width: 640px) {
  :root { --header-height: 72px; }
  .container { width: calc(100% - 40px); }
  .utility-bar .container { min-height: 29px; }
  .utility-bar { font-size: 8px; letter-spacing: .045em; }
  .utility-bar a { font-size: 10px; }
  .brand-name { font-size: 24px; }
  .brand-mark { width: 30px; height: 34px; }
  .brand-sub { font-size: 6px; }
  .section { padding-block: 60px; }
  h2 { font-size: 33px; line-height: 1.18; }
  .eyebrow { font-size: 10px; margin-bottom: 15px; }
  .hero { min-height: 580px; }
  .hero-content { padding-block: 58px 82px; }
  .hero-photo { object-position: center 66%; }
  .hero-shade { background: #082744b5; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .12em; line-height: 1.8; max-width: 270px; margin: 0 auto 23px; }
  .hero h1 { font-size: clamp(36px, 9.5vw, 48px); line-height: 1.16; }
  .hero-description { font-size: 15px; margin-top: 23px; line-height: 1.8; }
  .desktop-break { display: none; }
  .hero-actions { gap: 12px; margin-top: 29px; }
  .hero-actions .button { width: min(100%, 310px); min-width: 0; min-height: 51px; }
  .hero-scroll { bottom: 13px; }
  .channel-row { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; padding-block: 25px 30px; }
  .channel-row > p { grid-column: 1 / -1; text-align: center; margin-bottom: 21px; }
  .channel-row > p br { display: none; }
  .channel-brand:nth-child(2) { border-left: 0; }
  .platform-name { font-size: 23px; }
  .channel-brand > span:last-child { font-size: 9px; }
  .intro-grid { grid-template-columns: 1fr; gap: 33px; }
  .intro-photo { order: 2; }
  .intro-photo img { height: 270px; }
  .intro-photo figcaption { margin-top: 13px; padding-block: 9px; font-size: 11px; }
  .body-copy { font-size: 15px; line-height: 1.85; }
  .intro-copy h2 { margin-bottom: 22px; }
  .section-heading { margin-bottom: 32px; }
  .centered .body-copy { margin-top: 18px; }
  .service-grid { grid-template-columns: 1fr; gap: 17px; }
  .service-item { padding: 26px 26px 20px; }
  .service-icon { width: 31px; height: 31px; margin-bottom: 18px; }
  .service-item h3 { min-height: 0; margin-bottom: 13px; font-size: 21px; }
  .service-item p { margin-bottom: 14px; }
  .service-link { min-height: 44px; }
  .channel-note { margin-top: 24px; }
  .markets-heading, .operations-grid, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .market-grid { grid-template-columns: 1fr; gap: 0; margin-top: 30px; }
  .market-grid article { padding-block: 23px; border-bottom: 0; }
  .market-grid article:last-child { border-bottom: 1px solid #396b92; }
  .market-grid h3 { font-size: 26px; margin-top: 9px; }
  .markets .text-link { margin-top: 22px; }
  .operations-grid { gap: 37px; }
  .operations-intro .text-link { margin-top: 17px; }
  .process-list li { grid-template-columns: 38px 1fr; gap: 16px; }
  .process-number { width: 38px; height: 38px; font-size: 12px; }
  .process-list h3 { font-size: 20px; }
  .principles { grid-template-columns: 1fr; gap: 30px; }
  .principle-line { margin-bottom: 16px; }
  .why .centered { text-align: left; }
  .contact { padding-block: 58px; }
  .contact-grid { gap: 30px; }
  .contact-copy .button { margin-top: 23px; }
  .contact-details { padding: 28px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 31px 22px; padding-bottom: 29px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-description { margin-top: 19px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 0; font-size: 10px; }
  .footer-links a { min-height: 44px; }
  .footer-title { margin-bottom: 10px; }
  .site-footer { padding-top: 46px; }
  .photography-note { margin-top: 10px; font-size: 9px; }
  .legal-hero { padding-block: 46px; }
  .legal-hero h1 { font-size: 39px; }
  .legal-layout { grid-template-columns: 1fr; gap: 32px; padding-block: 40px 60px; }
  .legal-nav { position: static; border-bottom: 1px solid var(--line); padding-bottom: 24px; }
  .legal-nav > a { min-height: 40px; }
  .legal-copy { font-size: 15px; }
  .legal-copy h2 { font-size: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .site-header { position: static; }
  .site-nav, .menu-toggle, .utility-bar, .hero-actions, .hero-scroll, .legal-nav { display: none !important; }
  .hero, .markets, .site-footer, .contact { color: #000; background: #fff; }
  .hero-photo, .hero-shade { display: none; }
  .hero { min-height: 0; }
  .section { padding-block: 28px; }
  .container { width: 100%; }
  .legal-layout { display: block; }
  p, .body-copy { color: #333 !important; }
}
