:root {
    color-scheme: light;
    --navy: #081c27;
    --ink: #101e29;
    --muted: #63717e;
    --yellow: #ffdc28;
    --red: #f31125;
    --border: #e9edf0;
    font-family: "Segoe UI", Arial, sans-serif;
    color: var(--ink);
    background: #fff;
    font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
a:focus-visible { outline: 3px solid #168bc2; outline-offset: 5px; }
.container { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.icon { display: inline-block; width: 24px; height: 24px; flex-shrink: 0; }
.skip-link { position: absolute; top: 8px; left: 16px; z-index: 10; padding: 12px 20px; background: var(--yellow); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { background: var(--navy); color: #fff; }
.header-inner { min-height: 90px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-tag { width: 39px; height: 51px; display: grid; place-items: center; background: var(--red); color: #fff; font-size: 30px; font-weight: 800; line-height: 1; transform: rotate(36deg); border-radius: 7px 7px 5px 5px; clip-path: polygon(50% 0, 100% 23%, 100% 100%, 0 100%, 0 23%); }
.brand-name { display: flex; flex-direction: column; font-size: 25px; font-weight: 900; line-height: .97; letter-spacing: -.9px; }
.brand-name > span { color: var(--yellow); }
.site-nav { display: flex; gap: 30px; align-items: center; margin-inline: auto; font-size: 14px; font-weight: 700; }
.site-nav a { padding-block: 32px; position: relative; white-space: nowrap; transition: color .15s; }
.site-nav a:hover, .site-nav .nav-active { color: var(--yellow); }
.site-nav .nav-active::after { content: ""; position: absolute; width: 28px; height: 3px; background: var(--yellow); bottom: 22px; left: calc(50% - 14px); border-radius: 3px; }
.site-nav a > span { padding-left: 4px; }
.country { display: flex; gap: 9px; align-items: center; font-size: 13px; color: #c7d2d9; }
.german-flag { display: block; width: 22px; height: 22px; border: 1px solid #ffffff24; border-radius: 50%; background: linear-gradient(#121212 0 33.33%, #ed1024 33.33% 66.66%, #ffd731 66.66%); }

.hero { color: #fff; background-color: #4c463f; background-image: linear-gradient(90deg, rgba(4, 16, 24, .9) 0%, rgba(4, 16, 24, .67) 31%, rgba(4, 16, 24, .12) 62%, transparent 78%), url('/assets/shopping-hero.png'); background-position: center; background-size: cover; }
.hero-inner { min-height: 456px; display: flex; align-items: center; padding-block: 42px; }
.hero-copy { max-width: 660px; }
.hero h1 { margin: 0; line-height: 1; }
.hero-label { display: table; position: relative; padding: 9px 17px 11px; margin-left: 2px; background: var(--red); border-radius: 4px; font-size: clamp(28px, 3.1vw, 43px); font-weight: 900; letter-spacing: -.7px; transform: rotate(-1.5deg); }
.hero-country { display: block; margin-top: 10px; font-size: clamp(46px, 6vw, 82px); font-weight: 900; letter-spacing: -2.5px; }
.hero h2 { margin: 19px 0 9px; font-size: clamp(19px, 2vw, 25px); line-height: 1.25; letter-spacing: -.6px; font-weight: 750; }
.hero p { margin: 0 0 24px; font-size: 17px; color: #f0f1f2; line-height: 1.6; }
.button { min-height: 48px; padding: 12px 19px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; font-size: 15px; font-weight: 750; transition: background .15s, transform .15s; }
.button .icon { width: 18px; height: 18px; }
.button .icon:last-child { margin-left: 7px; }
.button-yellow { background: var(--yellow); color: var(--navy); box-shadow: 0 5px 20px #00000014; }
.button-yellow:hover { background: #ffe65c; transform: translateY(-2px); }

.categories { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); padding-block: 36px 31px; }
.category { position: relative; text-align: center; display: flex; align-items: center; flex-direction: column; padding: 0 12px; border-radius: 8px; }
.category + .category::before { content: ""; position: absolute; top: 22px; bottom: 15px; left: 0; width: 1px; background: linear-gradient(transparent, var(--border), transparent); }
.category-icon { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 20px; margin-bottom: 12px; background: var(--tile-bg); color: var(--tile-color); transition: transform .18s; }
.category:hover .category-icon { transform: translateY(-5px); }
.category-selected .category-icon { outline: 2px solid currentColor; outline-offset: 4px; }
.category-icon .icon { width: 36px; height: 36px; stroke-width: 2; }
.category-name { font-size: 15px; font-weight: 750; line-height: 1.3; }
.category-description { margin-top: 6px; max-width: 140px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.violet { --tile-bg: #e7e7ff; --tile-color: #4359a6; }
.green { --tile-bg: #e2f3e7; --tile-color: #10923e; }
.blue { --tile-bg: #e4f4ff; --tile-color: #229fe8; }
.pink { --tile-bg: #ffebf0; --tile-color: #ec4c7b; }
.slate { --tile-bg: #eef1f4; --tile-color: #132637; }
.cyan { --tile-bg: #e4f7fa; --tile-color: #0ba5bb; }
.red { --tile-bg: #ffe7eb; --tile-color: #f31125; }

.deals { padding-top: 23px; padding-bottom: 54px; }
.section-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 22px; }
.section-heading h2 { display: flex; align-items: center; gap: 10px; font-size: 29px; font-weight: 800; line-height: 1.2; letter-spacing: -.9px; margin: 0; }
.flame { color: var(--red); fill: #ffdf28; stroke-width: 2; width: 30px; height: 30px; }
.section-heading p { margin: 7px 0 0; color: #56616c; font-size: 15px; }
.preview-badge { border: 1px solid #e3e9ed; border-radius: 20px; padding: 6px 12px; color: #697681; font-size: 12px; white-space: nowrap; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: #157daf; font-size: 14px; font-weight: 650; }
.text-link .icon { width: 17px; }
.empty-deals { min-height: 128px; display: flex; align-items: center; gap: 22px; padding: 26px 30px; border: 1px solid var(--border); background: linear-gradient(115deg, #f8fafb, #fff); border-radius: 12px; }
.empty-icon { display: grid; place-items: center; width: 62px; height: 62px; flex-shrink: 0; color: #6c828e; background: #edf2f5; border-radius: 50%; }
.empty-icon .icon { width: 29px; height: 29px; }
.empty-deals h3 { font-size: 18px; margin: 0 0 5px; font-weight: 700; }
.empty-deals p { margin: 0; color: var(--muted); font-size: 14px; }

.site-footer { background: var(--navy); color: #fff; padding-block: 32px 22px; }
.footer-top { display: flex; align-items: center; gap: 52px; padding-bottom: 27px; }
.footer-top .brand-name { font-size: 23px; }
.footer-top .brand-tag { width: 34px; height: 44px; font-size: 26px; }
.footer-top p { margin: 0; font-size: 14px; color: #b9c6ce; }
.footer-link { margin-left: auto; font-size: 13px; color: #d2dce2; }
.footer-link:hover { color: var(--yellow); }
.footer-bottom { display: flex; align-items: flex-start; gap: 30px; justify-content: space-between; padding-top: 18px; border-top: 1px solid #ffffff15; color: #a9b9c3; font-size: 12px; }
.footer-bottom small { font-size: inherit; white-space: nowrap; }
.footer-bottom p { max-width: 740px; text-align: right; margin: 0; }

@media (min-width: 1600px) {
    .hero-inner { min-height: 500px; }
}
@media (max-width: 1100px) {
    .container { width: calc(100% - 56px); }
    .header-inner { gap: 25px; }
    .site-nav { gap: 23px; }
    .country { font-size: 0; gap: 0; }
    .category { padding-inline: 7px; }
    .category-name { font-size: 14px; }
    .hero-inner { min-height: 430px; }
    .hero-country { font-size: 70px; }
    .hero-label { font-size: 36px; }
}
@media (max-width: 760px) {
    .container { width: calc(100% - 36px); }
    .header-inner { min-height: 112px; flex-wrap: wrap; gap: 0 16px; padding-top: 17px; }
    .brand-name { font-size: 22px; }
    .brand-tag { width: 31px; height: 42px; font-size: 25px; }
    .country { margin-left: auto; }
    .site-nav { order: 3; width: 100%; justify-content: space-between; gap: 10px; font-size: 13px; margin-top: 8px; }
    .site-nav a { padding-block: 13px 17px; }
    .site-nav .nav-active::after { bottom: 8px; height: 2px; }
    .hero { background-position: 59% center; background-image: linear-gradient(90deg, rgba(4, 16, 24, .9), rgba(4, 16, 24, .58) 65%, rgba(4, 16, 24, .13)), url('/assets/shopping-hero.png'); }
    .hero-inner { min-height: 408px; padding-block: 35px; }
    .hero-country { font-size: clamp(46px, 10.6vw, 70px); letter-spacing: -1.6px; }
    .hero-label { font-size: 31px; padding: 8px 14px 10px; }
    .hero h2 { font-size: 20px; max-width: 345px; margin-top: 19px; }
    .hero p { font-size: 15px; margin-bottom: 25px; }
    .categories { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px 8px; padding-block: 30px 25px; }
    .category + .category::before { display: none; }
    .category-icon { width: 59px; height: 59px; border-radius: 16px; margin-bottom: 10px; }
    .category-icon .icon { width: 29px; height: 29px; }
    .category-name { font-size: 13px; }
    .category-description { display: none; }
    .deals { padding-top: 17px; padding-bottom: 35px; }
    .section-heading { align-items: flex-start; gap: 12px; }
    .section-heading h2 { font-size: 23px; gap: 7px; letter-spacing: -.6px; }
    .flame { width: 25px; height: 25px; }
    .section-heading p { font-size: 14px; }
    .preview-badge { font-size: 11px; padding: 5px 8px; }
    .text-link { font-size: 12px; }
    .empty-deals { gap: 15px; padding: 23px 18px; }
    .empty-icon { width: 46px; height: 46px; }
    .empty-deals h3 { font-size: 16px; }
    .empty-deals p { font-size: 13px; }
    .footer-top { flex-wrap: wrap; gap: 20px; padding-bottom: 23px; }
    .footer-top p { flex-basis: 100%; order: 3; }
    .footer-bottom { flex-direction: column; gap: 12px; }
    .footer-bottom p { text-align: left; }
}
@media (max-width: 380px) {
    .container { width: calc(100% - 28px); }
    .site-nav { font-size: 12px; }
    .section-heading { flex-direction: column; }
    .categories { column-gap: 0; }
    .category { padding-inline: 3px; }
    .category-name { font-size: 12px; }
    .hero p { font-size: 14px; }
    .button { font-size: 14px; gap: 8px; padding-inline: 14px; }
    .footer-link { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}
