:root {
  --yellow: #EAB308;
  --blue: #1E3A8A;
  --light: #F3F4F6;
  --white: #FFFFFF;
  --text: #172033;
  --muted: #5B6475;
  --border: #E4E7EC;
  --shadow: 0 24px 70px rgba(30, 58, 138, 0.14);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; background: var(--blue); color: var(--white); padding: 8px 12px; z-index: 100; }
.skip-link:focus { left: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; color: var(--blue); font-size: 1.16rem; }
.logo-mark { background: var(--yellow); color: var(--blue); width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; box-shadow: 0 10px 22px rgba(234,179,8,.35); }
.nav-links { display: flex; align-items: center; gap: 22px; font-weight: 700; font-size: .94rem; }
.nav-links a { padding: 9px 0; color: #26324A; }
.nav-links a:hover { color: var(--blue); }
.nav-cta { background: var(--blue); color: var(--white) !important; padding: 10px 16px !important; border-radius: 999px; }
.burger { display: none; width: 46px; height: 46px; border: 0; border-radius: 14px; background: var(--light); cursor: pointer; }
.burger span { display: block; width: 22px; height: 2px; background: var(--blue); margin: 5px auto; transition: .25s; }
.section { padding: 88px 0; }
.hero { padding-top: 96px; background: radial-gradient(circle at 90% 20%, rgba(234,179,8,.22), transparent 34%), linear-gradient(180deg, #fff, #fff8db); }
.hero-grid, .two-col, .repair-grid, .contact-grid, .footer-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 52px; align-items: center; }
.eyebrow { text-transform: uppercase; letter-spacing: .15em; font-weight: 900; color: var(--blue); font-size: .78rem; margin: 0 0 10px; }
h1, h2, h3 { line-height: 1.15; margin: 0 0 16px; color: #111827; }
h1 { font-size: clamp(2.5rem, 6vw, 5.2rem); letter-spacing: -0.06em; }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: -0.045em; }
h3 { font-size: 1.28rem; }
.lead { font-size: 1.18rem; color: var(--muted); max-width: 700px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 30px 0 22px; }
.btn { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 14px 21px; font-weight: 900; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--yellow); color: var(--blue); box-shadow: 0 16px 34px rgba(234,179,8,.26); }
.btn.secondary { background: var(--blue); color: var(--white); }
.btn.small { padding: 10px 14px; background: var(--yellow); color: var(--blue); }
.trust-list { display: grid; gap: 8px; padding: 0; margin: 0; list-style: none; color: #2B3550; font-weight: 700; }
.hero-card { background: var(--white); border-radius: calc(var(--radius) + 10px); padding: 20px; box-shadow: var(--shadow); border: 1px solid rgba(30,58,138,.08); }
.hero-card img { border-radius: var(--radius); background: var(--light); }
.card-note { margin-top: 16px; background: var(--light); border-left: 5px solid var(--yellow); padding: 14px; border-radius: 14px; }
.intro-seo { background: var(--blue); color: var(--white); }
.intro-seo h2, .intro-seo h3, .intro-seo .eyebrow { color: var(--white); }
.intro-seo p { color: rgba(255,255,255,.84); }
.seo-panel { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); padding: 28px; border-radius: var(--radius); }
.tags { display: flex; flex-wrap: wrap; gap: 10px; }
.tags span { background: var(--white); color: var(--blue); border-radius: 999px; padding: 8px 12px; font-weight: 800; }
.section-head { max-width: 760px; margin-bottom: 36px; }
.section-head p { color: var(--muted); }
.cards { display: grid; gap: 22px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card, .tool-box, .policy-box { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; box-shadow: 0 14px 45px rgba(15,23,42,.06); }
.card .number { display: inline-grid; place-items: center; width: 42px; height: 42px; background: var(--yellow); color: var(--blue); border-radius: 14px; font-weight: 900; margin-bottom: 18px; }
.card ul, .tool-box ol { padding-left: 20px; margin-bottom: 0; color: var(--muted); }
.light { background: var(--light); }
.checklist { display: grid; gap: 14px; margin-top: 26px; }
.checklist div { background: var(--white); border-radius: 16px; padding: 16px; border-left: 5px solid var(--yellow); }
.rounded-img { border-radius: var(--radius); box-shadow: var(--shadow); }
.tool-layout { display: grid; grid-template-columns: 1fr 1fr .9fr; gap: 22px; align-items: stretch; }
.tool-box.accent { background: var(--blue); color: var(--white); }
.tool-box.accent h3 { color: var(--white); }
.tool-box.accent p { color: rgba(255,255,255,.84); }
.tool-layout img { background: #fff8db; border-radius: var(--radius); height: 100%; object-fit: cover; border: 1px solid var(--border); }
.meta { color: var(--blue); font-weight: 900; font-size: .9rem; margin-top: 0; }
.post a { color: var(--blue); font-weight: 900; }
.faq details { background: var(--white); border: 1px solid var(--border); border-radius: 18px; padding: 20px 24px; margin-bottom: 14px; box-shadow: 0 12px 36px rgba(15,23,42,.05); }
.faq summary { cursor: pointer; font-weight: 900; color: var(--blue); }
.contact { background: linear-gradient(135deg, var(--blue), #102052); color: var(--white); }
.contact h2, .contact .eyebrow { color: var(--white); }
.contact p, .contact address { color: rgba(255,255,255,.86); font-style: normal; }
.contact-form { background: var(--white); color: var(--text); padding: 28px; border-radius: var(--radius); box-shadow: var(--shadow); display: grid; gap: 16px; }
.contact-form label { font-weight: 900; }
input, textarea, select { width: 100%; border: 1px solid var(--border); border-radius: 14px; padding: 13px 14px; margin-top: 7px; font: inherit; background: var(--light); }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(234,179,8,.42); border-color: var(--yellow); }
.policy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.footer { background: #0B1636; color: var(--white); padding: 56px 0 24px; }
.footer-grid { align-items: start; grid-template-columns: 1.4fr .7fr .9fr; }
.footer a { display: block; color: rgba(255,255,255,.78); margin: 6px 0; }
.footer h3 { color: var(--white); }
.footer p, .copyright { color: rgba(255,255,255,.7); }
.footer-logo { color: var(--white); }
.copyright { border-top: 1px solid rgba(255,255,255,.14); margin-top: 32px; padding-top: 20px; font-size: .9rem; }
.cookie-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; max-width: 760px; margin: 0 auto; background: var(--blue); color: var(--white); border-radius: 20px; padding: 16px; box-shadow: var(--shadow); display: none; align-items: center; justify-content: space-between; gap: 16px; z-index: 80; }
.cookie-banner.show { display: flex; }
.cookie-banner p { margin: 0; }
.alert-overlay { position: fixed; inset: 0; background: rgba(11,22,54,.72); display: none; align-items: center; justify-content: center; padding: 24px; z-index: 100; }
.alert-overlay.show { display: flex; }
.animated-alert { max-width: 440px; width: 100%; background: var(--white); border-radius: 28px; padding: 34px; text-align: center; animation: popIn .35s ease-out both; box-shadow: var(--shadow); }
.checkmark { width: 72px; height: 72px; margin: 0 auto 18px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); color: var(--blue); font-size: 2.2rem; font-weight: 900; animation: pulse .9s ease-in-out infinite alternate; }
@keyframes popIn { from { transform: translateY(20px) scale(.92); opacity: 0; } to { transform: translateY(0) scale(1); opacity: 1; } }
@keyframes pulse { from { transform: scale(1); } to { transform: scale(1.08); } }
@media (max-width: 900px) {
  .burger { display: block; }
  .nav-links { position: fixed; top: 78px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--border); padding: 22px; flex-direction: column; align-items: flex-start; transform: translateY(-130%); transition: transform .3s; box-shadow: 0 22px 50px rgba(15,23,42,.12); }
  .nav-links.open { transform: translateY(0); }
  .burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .burger.active span:nth-child(2) { opacity: 0; }
  .burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid, .two-col, .repair-grid, .contact-grid, .footer-grid, .tool-layout, .policy-grid { grid-template-columns: 1fr; }
  .cards.three { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  h1 { font-size: clamp(2.3rem, 11vw, 4rem); }
}
@media (max-width: 560px) {
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .cookie-banner { flex-direction: column; align-items: stretch; }
}
.inspiration { background: #fff; }
.pin-grid {
  columns: 4 220px;
  column-gap: 18px;
}
.pin {
  break-inside: avoid;
  margin: 0 0 18px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(15, 23, 42, .08);
}
.pin img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform .35s ease;
}
.pin:hover img { transform: scale(1.035); }
.pin figcaption {
  padding: 12px 14px 14px;
  font-weight: 900;
  color: var(--blue);
  background: linear-gradient(180deg, #fff, #fff8db);
}
/* Premium polish and animation layer */
.page-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--yellow), #FDE68A, var(--blue));
  z-index: 120;
  box-shadow: 0 0 18px rgba(234, 179, 8, .55);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 14%, rgba(234,179,8,.08), transparent 24%),
    radial-gradient(circle at 88% 28%, rgba(30,58,138,.08), transparent 28%),
    linear-gradient(90deg, rgba(30,58,138,.025) 1px, transparent 1px),
    linear-gradient(rgba(30,58,138,.025) 1px, transparent 1px);
  background-size: auto, auto, 42px 42px, 42px 42px;
  z-index: -1;
}
.site-header.scrolled {
  box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}
.logo-mark { position: relative; overflow: hidden; }
.logo-mark::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -70%;
  width: 48%;
  transform: rotate(18deg);
  background: rgba(255,255,255,.42);
  animation: logoShine 4.8s ease-in-out infinite;
}
@keyframes logoShine { 0%, 55% { left: -70%; } 78%, 100% { left: 120%; } }
.nav-links a:not(.nav-cta) { position: relative; }
.nav-links a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 2px;
  background: var(--yellow);
  transition: width .25s ease;
}
.nav-links a:hover::after { width: 100%; }
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 14%, rgba(234,179,8,.34), transparent 28%),
    radial-gradient(circle at 16% 78%, rgba(30,58,138,.1), transparent 34%),
    linear-gradient(180deg, #fff, #fff9e5 55%, #ffffff);
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.hero::before {
  width: 420px;
  height: 420px;
  right: -190px;
  top: 90px;
  background: rgba(234,179,8,.18);
  filter: blur(3px);
}
.hero::after {
  width: 180px;
  height: 180px;
  left: 5%;
  bottom: 9%;
  border: 34px solid rgba(30,58,138,.08);
}
.hero-content, .hero-card { position: relative; z-index: 1; }
.hero-card {
  transform-style: preserve-3d;
  transition: transform .22s ease, box-shadow .22s ease;
}
.hero-card::after {
  content: "";
  position: absolute;
  inset: 18px -14px -14px 30px;
  background: var(--yellow);
  border-radius: 30px;
  z-index: -1;
  opacity: .38;
}
.hero-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.premium-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}
.premium-stats div {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(30,58,138,.08);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 12px 34px rgba(15,23,42,.06);
}
.premium-stats strong {
  display: block;
  color: var(--blue);
  font-size: 2rem;
  line-height: 1;
}
.premium-stats span {
  display: block;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 800;
  margin-top: 6px;
}
.section { position: relative; }
.section:not(.hero)::before {
  content: "";
  position: absolute;
  top: 34px;
  left: max(18px, calc((100vw - 1160px) / 2));
  width: 74px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--yellow), transparent);
  opacity: .85;
}
.section-head {
  position: relative;
}
.section-head::after {
  content: "";
  display: block;
  width: 96px;
  height: 1px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--blue), rgba(30,58,138,0));
}
.card, .tool-box, .policy-box, .faq details, .contact-form, .pin {
  position: relative;
  isolation: isolate;
}
.card::before, .tool-box::before, .policy-box::before, .faq details::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(234,179,8,.65), rgba(30,58,138,.12), rgba(255,255,255,0));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.card:hover, .tool-box:hover, .pin:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(30,58,138,.14);
}
.card, .tool-box, .pin { transition: transform .25s ease, box-shadow .25s ease; }
.card h3, .tool-box h3, .policy-box h3 { letter-spacing: -.02em; }
.checklist div {
  transition: transform .25s ease, box-shadow .25s ease;
}
.checklist div:hover {
  transform: translateX(6px);
  box-shadow: 0 12px 32px rgba(15,23,42,.08);
}
.rounded-img, .tool-layout img {
  border: 1px solid rgba(255,255,255,.7);
  outline: 1px solid rgba(30,58,138,.08);
}
.faq details[open] {
  background: linear-gradient(180deg, #fff, #fff8db);
}
.faq summary::marker { color: var(--yellow); }
.contact {
  position: relative;
  overflow: hidden;
}
.contact::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -230px;
  bottom: -240px;
  border-radius: 999px;
  background: rgba(234,179,8,.16);
}
.contact-grid { position: relative; z-index: 1; }
.contact-form::before {
  content: "Prosjektforespørsel";
  position: absolute;
  top: -14px;
  right: 22px;
  background: var(--yellow);
  color: var(--blue);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: .78rem;
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(234,179,8,.28);
}
input, textarea, select { transition: background .2s, border-color .2s, transform .2s; }
input:hover, textarea:hover, select:hover { background: #fff; transform: translateY(-1px); }
.pin-grid { column-gap: 20px; }
.pin { transform: translateY(0); }
.pin:nth-child(2n) { border-radius: 28px; }
.pin:nth-child(3n) figcaption { background: linear-gradient(180deg, #fff, #eef3ff); }
.cookie-banner {
  max-width: 980px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(11,22,54,.94);
  backdrop-filter: blur(18px);
  transform: translateY(24px);
  opacity: 0;
  transition: transform .32s ease, opacity .32s ease;
}
.cookie-banner.show {
  transform: translateY(0);
  opacity: 1;
}
.cookie-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: var(--yellow);
  background: rgba(234,179,8,.12);
  box-shadow: inset 0 0 0 1px rgba(234,179,8,.3);
}
.cookie-copy { flex: 1; }
.cookie-copy strong { display: block; margin-bottom: 2px; }
.cookie-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.btn.ghost { background: rgba(255,255,255,.1); color: var(--white); box-shadow: none; }
.back-top {
  position: fixed;
  right: 22px;
  bottom: 104px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 16px;
  background: var(--yellow);
  color: var(--blue);
  font-size: 1.35rem;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(30,58,138,.18);
  cursor: pointer;
  transform: translateY(18px);
  opacity: 0;
  pointer-events: none;
  transition: transform .25s, opacity .25s;
  z-index: 70;
}
.back-top.visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 900px) {
  .premium-stats { grid-template-columns: 1fr; }
  .cookie-actions { width: 100%; }
  .cookie-actions .btn { width: 100%; }
  .back-top { bottom: 122px; }
}
/* Production luxury direction */
body {
  letter-spacing: -0.01em;
  background: #FAFAF7;
}
.luxury-hero {
  min-height: 92vh;
  padding: 0;
  display: grid;
  align-items: stretch;
  position: relative;
  color: var(--white);
  background: #071126;
}
.luxury-hero::before,
.luxury-hero::after {
  z-index: 1;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,17,38,.90) 0%, rgba(7,17,38,.72) 38%, rgba(7,17,38,.20) 100%),
    linear-gradient(180deg, rgba(7,17,38,.20), rgba(7,17,38,.70)),
    url('assets/img/pinterest/01_scandinavian_living_room.jpg') center / cover no-repeat;
  transform: scale(1.02);
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(234,179,8,.22), transparent 26%),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
  mix-blend-mode: screen;
}
.hero-luxury-inner {
  position: relative;
  z-index: 2;
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 760px) 320px;
  align-items: end;
  gap: 72px;
  padding-top: 170px;
  padding-bottom: 92px;
}
.luxury-hero .hero-content {
  max-width: 760px;
}
.hero-eyebrow {
  color: #FDE68A;
  font-size: .76rem;
  letter-spacing: .28em;
  margin-bottom: 22px;
}
.luxury-hero h1 {
  color: var(--white);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: clamp(3.35rem, 7vw, 7.4rem);
  line-height: .94;
  letter-spacing: -0.075em;
  max-width: 860px;
  margin-bottom: 28px;
}
.luxury-hero .lead {
  color: rgba(255,255,255,.78);
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
  max-width: 560px;
  margin-bottom: 0;
}
.luxury-hero .hero-actions {
  margin-top: 42px;
  margin-bottom: 38px;
}
.btn.secondary.glass {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.24);
  backdrop-filter: blur(14px);
}
.hero-signature {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: rgba(255,255,255,.78);
}
.hero-signature span {
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: .86rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}
.hero-luxury-note {
  align-self: end;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 28px;
  padding: 26px;
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 90px rgba(0,0,0,.28);
}
.hero-luxury-note .note-label {
  display: inline-flex;
  color: var(--blue);
  background: var(--yellow);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .13em;
  margin-bottom: 18px;
}
.hero-luxury-note strong {
  display: block;
  color: var(--white);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.55rem;
  line-height: 1.12;
  letter-spacing: -.04em;
}
.hero-luxury-note p {
  color: rgba(255,255,255,.72);
  margin-bottom: 0;
}
.section {
  padding: 112px 0;
}
.section-head {
  max-width: 820px;
  margin-bottom: 48px;
}
h2 {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
  letter-spacing: -.055em;
}
.card, .tool-box, .policy-box, .faq details, .contact-form, .pin, .seo-panel {
  border-color: rgba(30,58,138,.10);
  box-shadow: 0 24px 80px rgba(15,23,42,.07);
}
.card p, .tool-box p, .policy-box p, .faq p, .section-head p {
  color: #4B5565;
}
.intro-seo {
  background:
    radial-gradient(circle at 18% 25%, rgba(234,179,8,.18), transparent 26%),
    linear-gradient(135deg, #071126, var(--blue));
}
.light {
  background: linear-gradient(180deg, #F7F7F3, #F3F4F6);
}
.inspiration {
  background:
    radial-gradient(circle at 85% 10%, rgba(234,179,8,.10), transparent 22%),
    #FAFAF7;
}
.contact {
  background:
    linear-gradient(90deg, rgba(7,17,38,.96), rgba(30,58,138,.88)),
    url('assets/img/pinterest/13_paint_cans_and_brush.jpg') center / cover no-repeat;
}
.alert-overlay .animated-alert h3 {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.8rem;
}
@media (max-width: 900px) {
  .luxury-hero, .hero-luxury-inner { min-height: 86vh; }
  .hero-luxury-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 130px;
    padding-bottom: 64px;
  }
  .hero-luxury-note { max-width: 520px; }
  .section { padding: 78px 0; }
}
@media (max-width: 560px) {
  .luxury-hero h1 { font-size: clamp(3rem, 17vw, 4.7rem); }
  .hero-signature { display: none; }
  .hero-luxury-note { padding: 22px; }
}
