:root {
  --ink: #172536;
  --warm: #ed6848;
  --cool: #2873ad;
  --pale: #eef7fc;
  --paper: #fcfdff;
  --line: #d9e6ef;
  --muted: #596a78;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
main h1, main h2, main h3, main p, main li { max-width: 100%; overflow-wrap: anywhere; hyphens: auto; }
.shell { width: 100%; max-width: 1180px; min-width: 0; margin: auto; padding: 0 32px; }

header {
  height: 90px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(252, 253, 255, .96);
}
.nav { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 28px; }
.brand {
  display: block;
  width: 270px;
  max-width: 100%;
  aspect-ratio: 1536 / 407;
  flex-shrink: 0;
  overflow: hidden;
  background: #000 url("/assets/ta-fiksaus-logo.jpeg") center / contain no-repeat;
  font-size: 0;
}
.links, .foot-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.links a:hover, .foot-links a:hover { color: var(--cool); }
.nav-cta { border: 1.5px solid var(--ink); border-radius: 999px; padding: 11px 17px; }

.page-hero {
  padding: 92px 0 88px;
  background: linear-gradient(115deg, var(--paper) 0 68%, var(--pale) 68% 100%);
  border-bottom: 1px solid var(--line);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 12px;
  font-weight: 850;
  color: var(--cool);
  margin-bottom: 20px;
}
.eyebrow::before { content: ""; width: 34px; height: 3px; background: var(--warm); }
.page-hero h1 { font-size: clamp(48px, 6vw, 78px); line-height: .98; letter-spacing: -.055em; margin: 0; max-width: 860px; }
.page-hero .accent { color: var(--cool); }
.page-hero p { color: var(--muted); font-size: 19px; line-height: 1.62; max-width: 700px; margin: 28px 0 0; }

.content { padding: 78px 0 92px; }
.content h2 { font-size: 34px; letter-spacing: -.04em; margin: 0 0 24px; }
.content h3 { font-size: 21px; margin: 0 0 10px; }
.content p, .content li { color: var(--muted); line-height: 1.65; }
.grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 64px; align-items: start; }
.grid > *, .cards > *, .panel { min-width: 0; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card, .panel { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 27px; box-shadow: 0 14px 36px rgba(23, 37, 54, .06); }
.card { min-height: 175px; border-top: 4px solid var(--cool); }
.service-card { display: block; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.service-card:hover { transform: translateY(-2px); border-color: var(--cool); box-shadow: 0 18px 42px rgba(23, 37, 54, .11); }
.service-card:focus-visible { outline: 3px solid var(--cool); outline-offset: 3px; }
.panel { background: var(--pale); }
.price { color: var(--cool); font-size: 56px; line-height: 1; font-weight: 900; letter-spacing: -.055em; margin: 14px 0; }
.checklist { padding: 0; list-style: none; }
.checklist li { position: relative; padding: 10px 0 10px 32px; border-bottom: 1px solid var(--line); }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--warm); font-weight: 900; }
.contact-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.btn { display: inline-flex; max-width: 100%; align-items: center; justify-content: center; min-height: 50px; border-radius: 8px; padding: 10px 22px; background: var(--ink); color: var(--white); font-weight: 750; line-height: 1.3; text-align: center; overflow-wrap: anywhere; border: 1.5px solid var(--ink); }
.btn.alt { background: transparent; color: var(--ink); }
.small { font-size: 13px; }

.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; color: var(--muted); font-size: 13px; font-weight: 700; }
.breadcrumb a:hover { color: var(--cool); }
.breadcrumb span::before { content: "›"; margin-right: 8px; color: #91a3b1; }
.section-intro { max-width: 760px; margin: -8px 0 32px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.brand-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.brand-card { position: relative; min-width: 0; overflow: hidden; display: flex; flex-direction: column; min-height: 270px; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 16px 40px rgba(23, 37, 54, .07); }
.brand-card.featured { border-color: #f2aaa3; background: linear-gradient(145deg, #fff 55%, #fff4f2); }
.brand-name { font-size: clamp(26px, 3vw, 38px); line-height: 1; letter-spacing: -.045em; font-weight: 900; overflow-wrap: anywhere; }
.brand-name.mitsubishi { color: #df1b22; }
.brand-name.midea { color: #139bc0; }
.brand-name.gree { color: #1373b9; }
.brand-name.panasonic { color: #173f88; }
.brand-card p { max-width: 520px; margin: 20px 0 24px; }
.brand-card .card-link { margin-top: auto; align-self: flex-start; color: var(--cool); font-weight: 850; }
.brand-card .card-link::after { content: " →"; }
.brand-card .coming { margin-top: auto; color: var(--muted); font-size: 13px; font-weight: 750; }
.status { display: inline-flex; align-self: flex-start; margin: 0 0 18px; padding: 6px 10px; border-radius: 999px; background: #e5f6ec; color: #167444; font-size: 12px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.status.draft { background: #fff1d9; color: #855a00; }
.model-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.model-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 14px 36px rgba(23, 37, 54, .06); }
.model-image { display: grid; place-items: center; width: 100%; height: 210px; padding: 24px; background: linear-gradient(180deg, #f9fbfd, #eef5fa); }
.model-image img { display: block; width: 100%; height: 100%; max-width: 100%; object-fit: contain; }
.midea-model-grid .model-image { align-items: start; overflow: hidden; }
.midea-model-grid .model-image img { align-self: start; height: calc(100% - 10px); min-width: 0; min-height: 0; max-height: calc(100% - 10px); object-position: center top; }
.gree-model-grid .model-image, .panasonic-model-grid .model-image { overflow: hidden; }
.gree-model-grid .model-image img, .panasonic-model-grid .model-image img { width: auto; height: auto; min-width: 0; min-height: 0; max-width: 90%; max-height: 100%; object-position: center; }
.accessory-model-grid .model-image { height: 250px; overflow: hidden; }
.accessory-model-grid .model-image img { width: auto; height: auto; min-width: 0; min-height: 0; max-width: 92%; max-height: 100%; object-position: center; }
.model-copy { display: flex; flex: 1; flex-direction: column; min-width: 0; padding: 24px; }
.midea-model-grid .model-copy, .gree-model-grid .model-copy, .panasonic-model-grid .model-copy, .accessory-model-grid .model-copy { position: relative; z-index: 1; padding-top: 28px; background: var(--white); }
.model-copy h3 { margin: 0 0 8px; font-size: 24px; }
.model-copy p { margin: 0 0 18px; }
.model-facts { display: grid; gap: 0; margin: auto 0 20px; padding: 0; list-style: none; }
.model-facts li { padding: 8px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 14px; }
.model-facts strong { color: var(--cool); }
.model-link { align-self: flex-start; color: var(--cool); font-weight: 850; }
.model-link::after { content: " →"; }
.model-wait { color: var(--muted); font-size: 13px; font-weight: 750; }
.submodels { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 0; }
.submodel { padding: 9px 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); font-size: 14px; font-weight: 800; }
.model-price { margin: 0 0 18px !important; color: var(--cool) !important; font-size: 22px; line-height: 1.15 !important; font-weight: 900; letter-spacing: -.025em; }
.model-price small { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.35; font-weight: 700; letter-spacing: 0; }
.product-price-box { max-width: 660px; margin-top: 24px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.92); }
.product-price-box > span { display: block; color: var(--muted); font-size: 14px; font-weight: 750; }
.product-price-box > strong { display: block; margin-top: 3px; color: var(--cool); font-size: clamp(34px, 4.2vw, 48px); line-height: 1; letter-spacing: -.045em; }
.product-price-box > small { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.4; font-weight: 700; }
.variant-prices { display: grid; gap: 0; margin: 14px 0 0; padding: 0; list-style: none; }
.variant-prices li { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: baseline; gap: 14px; padding: 9px 0; border-top: 1px solid var(--line); color: var(--ink); }
.variant-prices b { color: var(--cool); white-space: nowrap; font-size: 18px; }
.base-install { margin-top: 28px; padding: 24px; border: 1px solid var(--line); border-left: 5px solid var(--warm); border-radius: 14px; background: var(--white); box-shadow: 0 14px 36px rgba(23, 37, 54, .06); }
.base-install h2 { margin-bottom: 8px; }
.base-install .base-install__price { margin: 0 0 12px; color: var(--cool); font-size: clamp(38px, 5vw, 54px); line-height: 1; font-weight: 900; letter-spacing: -.05em; }
.base-install .base-install__vat { margin: 0 0 14px; color: var(--muted); font-size: 13px; font-weight: 750; }
.base-install p:last-child { margin-bottom: 0; }
.color-list { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0 0; padding: 0; list-style: none; }
.color-list li { display: flex; align-items: center; gap: 9px; color: var(--ink); font-size: 14px; font-weight: 700; }
.swatch { width: 22px; height: 22px; flex: 0 0 22px; border: 1px solid #b9c5ce; border-radius: 50%; box-shadow: inset 0 0 0 3px #fff; }
.swatch.snow { background: #f7f7f4; }
.swatch.pearl { background: #ebe7dc; }
.swatch.onyx { background: #202327; }
.swatch.ruby { background: #7d1923; }
.product-hero { padding: 54px 0 62px; border-bottom: 1px solid var(--line); background: linear-gradient(115deg, var(--paper) 0 58%, var(--pale) 58% 100%); }
.product-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); align-items: center; gap: 54px; }
.product-hero-grid > * { min-width: 0; }
.product-hero h1 { max-width: 760px; margin: 0; font-size: clamp(44px, 5.7vw, 72px); line-height: .98; letter-spacing: -.055em; }
.product-lead { max-width: 660px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.62; }
.product-stage { width: 100%; max-width: 520px; min-width: 0; justify-self: center; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.92); box-shadow: 0 24px 60px rgba(23, 37, 54, .11); }
.product-stage img { display: block; width: 100%; max-width: 100%; height: auto; object-fit: contain; }
.accessory-stage { display: grid; place-items: center; aspect-ratio: 1 / 1; }
.accessory-stage img { width: auto; height: auto; max-width: 100%; max-height: 100%; }
.fact-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; overflow: hidden; margin-top: 34px; border: 1px solid var(--line); border-radius: 12px; background: var(--line); }
.fact { min-width: 0; padding: 17px; background: var(--white); }
.fact b { display: block; margin-bottom: 4px; color: var(--cool); font-size: 17px; overflow-wrap: anywhere; }
.fact span { color: var(--muted); font-size: 12px; line-height: 1.35; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.feature { min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.feature h3 { margin: 0 0 8px; }
.feature p { margin: 0; }
.source-note { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.55; }
.source-note a { color: var(--cool); text-decoration: underline; text-underline-offset: 2px; }

.cookie-consent { position: fixed; z-index: 1000; left: 16px; right: 16px; bottom: 16px; max-width: 860px; margin: 0 auto; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 14px 46px rgba(13, 31, 48, .2); color: var(--ink); }
.cookie-consent__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.cookie-consent__copy { min-width: 0; }
.cookie-consent__copy strong { display: block; margin-bottom: 5px; font-size: 17px; line-height: 1.25; }
.cookie-consent p { margin: 0; font-size: 14px; line-height: 1.45; }
.cookie-consent a { color: var(--cool); font-weight: 700; }
.cookie-consent__actions { display: grid; grid-template-columns: 1fr 1fr; flex: 0 0 378px; gap: 8px; }
.cookie-consent button, #analytics-consent-reset { min-height: 44px; padding: 10px 16px; border: 1.5px solid var(--ink); border-radius: 999px; background: #fff; color: var(--ink); font: inherit; font-weight: 800; cursor: pointer; }
.cookie-consent__accept { border-color: var(--cool) !important; background: var(--cool) !important; color: #fff !important; }

.logo-band { padding: 44px 0; background: var(--white); border-top: 1px solid var(--line); }
.logo-title { text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 850; color: var(--muted); margin-bottom: 22px; }
.logos { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; align-items: center; }
.logo { height: 74px; border: 1px solid var(--line); border-radius: 10px; display: grid; place-items: center; padding: 12px; background: var(--white); font-size: 16px; font-weight: 850; text-align: center; }
.logo.mitsu { color: #df1b22; }
.logo.midea { color: #1aa6cf; }
.logo.gree { color: #1576bd; }
.logo.panasonic { color: #17458f; }
.logo.scanoffice { color: #195aa5; }
.logo img { max-width: 100%; max-height: 50px; object-fit: contain; }

footer { background: var(--ink); color: var(--white); padding: 42px 0; }
.foot { display: flex; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.foot strong {
  display: block;
  width: min(300px, 100%);
  aspect-ratio: 1536 / 407;
  overflow: hidden;
  background: #000 url("/assets/ta-fiksaus-logo.jpeg") center / contain no-repeat;
  font-size: 0;
}
.foot p { color: #c8d9e6; line-height: 1.6; }

@media (max-width: 1050px) {
  header { height: auto; padding: 20px 0; }
  .nav { flex-wrap: wrap; justify-content: center; gap: 14px; }
  .brand { width: min(320px, 100%); }
  .links { width: 100%; justify-content: center; gap: 8px; }
  .links a { display: none; }
  .links a.mobile-link { display: inline-flex; }
  .links a.mobile-link:first-child { border: 1.5px solid var(--ink); border-radius: 999px; padding: 11px 17px; }
  .mobile-cta { border: 1.5px solid var(--ink); border-radius: 999px; padding: 11px 17px; }
  .pump-link { border: 1.5px solid var(--cool); border-radius: 999px; padding: 11px 17px; background: var(--cool); color: var(--white); }
  .grid, .cards { grid-template-columns: 1fr; }
  .model-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-hero-grid { grid-template-columns: 1fr; }
  .product-stage { max-width: 600px; }
  .fact-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .logos { grid-template-columns: repeat(3, 1fr); }
  .page-hero { padding: 68px 0; background: linear-gradient(180deg, var(--paper), var(--pale)); }
}

@media (max-width: 720px) {
  .cookie-consent { left: 8px; right: 8px; bottom: 8px; padding: 10px 12px; border-radius: 12px; }
  .cookie-consent__inner { align-items: stretch; flex-direction: column; gap: 8px; }
  .cookie-consent__copy strong { margin-bottom: 2px; font-size: 15px; }
  .cookie-consent p { font-size: 13px; line-height: 1.35; }
  .cookie-consent__actions { grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; flex: none; gap: 6px; }
  .cookie-consent button { width: 100%; min-height: 38px; padding: 7px 8px; font-size: 13px; line-height: 1.15; }
}

@media (max-width: 540px) {
  .shell { padding: 0 20px; }
  .brand { width: min(320px, 100%); }
  .nav { gap: 12px; }
  .links { gap: 8px; flex-wrap: wrap; }
  .links a { font-size: 13px; }
  .links a.mobile-link:first-child { padding: 9px 12px; }
  .mobile-cta { padding: 9px 12px; }
  .pump-link { padding: 9px 12px; }
  .nav-cta { padding: 9px 12px; font-size: 13px; }
  .page-hero h1 { max-width: 100%; font-size: clamp(2.1rem, 10vw, 2.75rem); overflow-wrap: break-word; }
  .page-hero p { font-size: 17px; }
  .content { padding: 56px 0 68px; }
  .content h2 { font-size: clamp(1.75rem, 8vw, 2.1rem); line-height: 1.08; }
  .card, .panel { padding: 22px 18px; }
  .brand-grid, .model-grid, .feature-grid { grid-template-columns: 1fr; }
  .brand-card { min-height: 235px; padding: 24px 20px; }
  .model-image { height: 180px; padding: 20px; }
  .accessory-model-grid .model-image { height: 210px; }
  .model-copy { padding: 22px 18px; }
  .midea-model-grid .model-copy, .gree-model-grid .model-copy, .panasonic-model-grid .model-copy, .accessory-model-grid .model-copy { padding-top: 24px; }
  .product-hero { padding: 42px 0 52px; }
  .product-hero h1 { max-width: 100%; font-size: clamp(2.1rem, 10vw, 2.75rem); overflow-wrap: break-word; }
  .product-stage { width: 100%; padding: 20px; }
  .product-price-box { padding: 16px; }
  .variant-prices li { gap: 10px; }
  .variant-prices b { font-size: 17px; }
  .base-install { padding: 22px 18px; }
  .fact-strip { grid-template-columns: 1fr 1fr; }
  .fact { padding: 14px 12px; }
  .contact-row { flex-direction: column; align-items: stretch; }
  .contact-row .btn, .panel .btn { width: 100%; }
  .logos { grid-template-columns: repeat(2, 1fr); }
  .foot-links { flex-wrap: wrap; }
}
