/* Código Descontraído — Classics.
   Sibling of the technology site: same fonts, same orb motif, same band rhythm,
   but led by the sienna accent rather than the petrol green, so the two read as
   one company running two businesses. */

:root {
  --night:    #1a0f0b;
  --deep:     #4a1f12;
  --rust:     #9e432a;
  --rust-hi:  #c4693f;
  --brass:    #b8801f;
  --brass-hi: #d9a63c;

  --paper:    #ffffff;
  --cream:    #fbf6ec;
  --sand:     #f6f1e6;
  --blush:    #f7e9e2;

  --ink:      #1a0f0b;
  --ink-2:    #45332b;
  --muted:    #7b6558;

  --max: 1120px;
  --gut: 24px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 78px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Newsreader, Georgia, "Times New Roman", serif;
  font-size: 17.5px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: "Schibsted Grotesk", ui-sans-serif, system-ui, sans-serif; }

a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
:focus-visible { outline: 3px solid var(--brass-hi); outline-offset: 3px; border-radius: 2px; }

.wrap { max-width: var(--max); margin: 0 auto; padding-inline: var(--gut); position: relative; z-index: 1; }

.skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--night); color: #fff; padding: 12px 18px; z-index: 99;
  font-family: "Schibsted Grotesk", sans-serif; font-size: .9rem; font-weight: 600;
}
.skip:focus { left: 8px; top: 8px; }

.band { position: relative; overflow: hidden; }
.band > .orb { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; }

/* shared type */
.kicker {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .73rem; letter-spacing: .18em; text-transform: uppercase; margin: 0 0 16px;
}
h2.big {
  font-size: clamp(1.9rem, 4.6vw, 3rem); font-weight: 700; line-height: 1.07;
  letter-spacing: -.03em; margin: 0 0 20px; max-width: 28ch; text-wrap: balance;
}
.note { color: var(--ink-2); max-width: 62ch; margin: 0; font-size: 1.06rem; }

.disc {
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  background: var(--rust); flex: none;
}
.disc svg { width: 26px; height: 26px; stroke: #fff; fill: none; stroke-width: 1.7; }

/* ---------- buttons ---------- */

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: "Schibsted Grotesk", sans-serif; font-weight: 600; font-size: 1rem;
  padding: 14px 26px; border-radius: 100px; text-decoration: none;
  transition: transform .14s, background .14s, border-color .14s;
}
.btn svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--brass-hi); color: var(--night); }
.btn-primary:hover { background: #e6b854; }
.btn-ghost { border: 1px solid rgba(255, 255, 255, .38); color: #fff; }
.btn-ghost:hover { border-color: #fff; background: rgba(255, 255, 255, .08); }

/* ---------- nav ---------- */

.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(26, 15, 11, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.nav-in {
  max-width: var(--max); margin: 0 auto; padding: 13px var(--gut);
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
}
.brand {
  font-family: "Schibsted Grotesk", sans-serif; font-weight: 700; font-size: 1.02rem;
  letter-spacing: -.015em; color: #fff; text-decoration: none; margin-right: auto; white-space: nowrap;
}
.brand em { font-style: normal; font-weight: 600; color: var(--rust-hi); }
.nav-links {
  display: flex; gap: 4px; flex-wrap: wrap;
  font-family: "Schibsted Grotesk", sans-serif; font-size: .82rem; font-weight: 600;
}
.nav-links a {
  color: rgba(255, 255, 255, .78); text-decoration: none;
  padding: 6px 11px; border-radius: 100px; transition: background .14s, color .14s;
}
.nav-links a:hover { background: rgba(255, 255, 255, .12); color: #fff; }
.nav-cta {
  font-family: "Schibsted Grotesk", sans-serif; font-size: .82rem; font-weight: 600;
  background: var(--brass-hi); color: var(--night); text-decoration: none;
  padding: 9px 17px; border-radius: 100px; white-space: nowrap; transition: background .14s;
}
.nav-cta:hover { background: #e6b854; }

/* ---------- hero ---------- */

.hero { background: var(--night); color: #fff; padding-block: 92px 80px; }
.hero .o1 { width: 640px; height: 640px; right: -200px; top: -270px; background: var(--rust); opacity: .5; }
.hero .o2 { width: 300px; height: 300px; right: 40px; top: 130px; background: #fff; opacity: .06; }
.hero .o3 { width: 340px; height: 340px; right: -110px; bottom: -180px; background: var(--brass); opacity: .5; }
.hero .o4 { width: 250px; height: 250px; left: -130px; bottom: -130px; background: var(--deep); opacity: .85; }

.eyebrow {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .73rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--rust-hi); margin: 0 0 22px;
}
.hero h1 {
  font-size: clamp(2.6rem, 8vw, 4.8rem); font-weight: 700; line-height: 1.0;
  letter-spacing: -.04em; margin: 0 0 26px;
}
.hero .lede {
  font-size: clamp(1.08rem, 2.1vw, 1.35rem); color: #e2cfc4; max-width: 52ch; margin: 0 0 36px;
}
.hero .lede b { color: #fff; font-weight: 500; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 20px; }
.hero-fine {
  font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .76rem;
  color: #b09488; margin: 0; max-width: 54ch; line-height: 1.7; position: relative;
}

/* ---------- promise strip ---------- */

.strip { background: var(--deep); color: #fff; padding-block: 44px; }
.strip-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 26px 24px; }
.strip-grid > div { border-left: 2px solid rgba(255, 255, 255, .18); padding-left: 16px; }
.strip-grid b {
  display: block; font-family: "Schibsted Grotesk", sans-serif; font-weight: 700;
  font-size: 1.06rem; letter-spacing: -.015em; color: var(--brass-hi); margin-bottom: 7px;
}
.strip-grid span { display: block; font-size: .96rem; color: #e0c9bd; line-height: 1.45; }

/* ---------- services ---------- */

.services { background: var(--paper); padding-block: 88px; }
.services .o1 { width: 460px; height: 460px; right: -170px; top: -170px; background: var(--blush); }
.services .o2 { width: 260px; height: 260px; left: -130px; bottom: -130px; background: var(--sand); }

.svc3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); gap: 26px; margin-top: 50px; }
.sv {
  background: var(--paper); border-radius: 6px; border-top: 5px solid var(--rust);
  padding: 30px 28px 28px; display: flex; flex-direction: column;
  box-shadow: 0 2px 4px rgba(26, 15, 11, .1), 0 18px 40px rgba(26, 15, 11, .13);
}
.sv .num {
  font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .68rem;
  letter-spacing: .17em; text-transform: uppercase; color: var(--rust); margin: 20px 0 7px;
}
.sv h3 { font-size: 1.44rem; font-weight: 700; letter-spacing: -.026em; margin: 0 0 18px; line-height: 1.16; }
.sv dl { margin: 0; }
.sv dt {
  font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .67rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--rust); margin-bottom: 8px;
}
.sv dd { margin: 0 0 18px; color: var(--ink-2); font-size: 1.01rem; }
.sv .why {
  margin: auto 0 0; background: var(--blush); border-radius: 4px; padding: 15px 17px;
  display: flex; gap: 11px; align-items: flex-start;
  font-size: .95rem; color: var(--ink-2); line-height: 1.5;
}
.sv .why svg {
  width: 18px; height: 18px; stroke: var(--rust); fill: none; stroke-width: 2.2;
  flex: none; margin-top: 3px;
}

/* ---------- which classic ---------- */

.choose { background: var(--sand); padding-block: 88px; }
.choose .o1 { width: 450px; height: 450px; right: -170px; top: -180px; background: #efe4c9; }
.choose .o2 { width: 250px; height: 250px; left: -140px; bottom: -140px; background: var(--blush); }

.qs { list-style: none; counter-reset: q; margin: 48px 0 0; padding: 0; display: grid; gap: 22px; }
.qs li {
  counter-increment: q; position: relative;
  background: var(--paper); border-radius: 6px; padding: 26px 28px 24px 82px;
  box-shadow: 0 2px 4px rgba(26, 15, 11, .07), 0 12px 28px rgba(26, 15, 11, .09);
}
.qs li::before {
  content: counter(q, decimal-leading-zero);
  position: absolute; left: 28px; top: 24px;
  font-family: "Schibsted Grotesk", sans-serif; font-weight: 700; font-size: 1.8rem;
  letter-spacing: -.04em; color: var(--rust-hi); line-height: 1;
}
.qs h3 { font-size: 1.22rem; font-weight: 700; letter-spacing: -.022em; margin: 0 0 9px; line-height: 1.25; }
.qs h3 em { font-style: italic; font-family: Newsreader, Georgia, serif; font-weight: 500; }
.qs p { margin: 0; color: var(--ink-2); font-size: 1.01rem; max-width: 76ch; }

/* ---------- the file ---------- */

.file { background: var(--night); color: #fff; padding-block: 90px; }
.file .o1 { width: 560px; height: 560px; right: -200px; top: -240px; background: var(--rust); opacity: .5; }
.file .o2 { width: 280px; height: 280px; left: -160px; top: 320px; background: var(--brass); opacity: .34; }
.file .o3 { width: 300px; height: 300px; right: -90px; bottom: -190px; background: var(--deep); opacity: .9; }
.file .kicker { color: var(--rust-hi); }
.file h2.big { color: #fff; }
.file .note { color: #d3b8ab; }

.file-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 38px 32px; margin-top: 52px; }
.file-grid .disc { background: var(--deep); }
.file-grid h3 { font-size: 1.14rem; font-weight: 700; letter-spacing: -.02em; margin: 18px 0 9px; }
.file-grid p { margin: 0; color: #c3a698; font-size: 1rem; }

/* ---------- restoration process ---------- */

.process { background: var(--cream); padding-block: 88px; }
.process .o1 { width: 440px; height: 440px; right: -160px; top: -180px; background: var(--blush); }
.process .o2 { width: 250px; height: 250px; left: -140px; bottom: -140px; background: var(--sand); }

.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 50px; }
.steps > div {
  background: var(--paper); border-radius: 6px; border-top: 4px solid var(--brass);
  padding: 24px 22px 22px;
  box-shadow: 0 2px 4px rgba(26, 15, 11, .08), 0 14px 30px rgba(26, 15, 11, .1);
}
.steps .snum {
  display: block; font-family: "Schibsted Grotesk", sans-serif; font-weight: 700;
  font-size: 2.3rem; line-height: 1; letter-spacing: -.04em; color: #e6d3a7; margin-bottom: 12px;
}
.steps h3 { font-size: 1.2rem; font-weight: 700; letter-spacing: -.024em; margin: 0 0 6px; }
.steps .when {
  font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .66rem;
  letter-spacing: .13em; text-transform: uppercase; color: var(--brass); margin: 0 0 12px;
}
.steps p { margin: 0; color: var(--ink-2); font-size: .98rem; }

/* ---------- honest limits ---------- */

.limits { background: var(--rust); color: #fff; padding-block: 88px; }
.limits .o1 { width: 540px; height: 540px; right: -190px; top: -230px; background: #fff; opacity: .09; }
.limits .o2 { width: 290px; height: 290px; right: 50px; bottom: -180px; background: #fff; opacity: .07; }
.limits .o3 { width: 270px; height: 270px; left: -160px; bottom: -130px; background: var(--night); opacity: .2; }
.limits .kicker { color: rgba(255, 255, 255, .84); }
.limits h2.big { color: #fff; }

.grid4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 40px 32px; margin-top: 52px; }
.grid4 .disc { background: rgba(255, 255, 255, .18); }
.grid4 h3 { font-size: 1.24rem; font-weight: 700; letter-spacing: -.022em; margin: 18px 0 10px; }
.grid4 p { margin: 0; color: rgba(255, 255, 255, .86); font-size: 1rem; }
.grid4 p em { font-style: italic; font-family: Newsreader, Georgia, serif; }

/* ---------- faq ---------- */

.faq { background: var(--blush); padding-block: 88px; }
.faq .o1 { width: 440px; height: 440px; right: -170px; top: -180px; background: #f2dcd2; }
.faq .o2 { width: 250px; height: 250px; left: -140px; bottom: -140px; background: var(--sand); }
.faq .kicker { color: var(--rust); }

.qa { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 48px; }
.qa > div {
  background: var(--paper); border-radius: 6px; border-left: 4px solid var(--rust);
  padding: 26px 26px 24px;
  box-shadow: 0 2px 4px rgba(26, 15, 11, .07), 0 12px 28px rgba(26, 15, 11, .09);
}
.qa h3 { font-size: 1.12rem; font-weight: 700; letter-spacing: -.02em; margin: 0 0 11px; line-height: 1.25; }
.qa p { margin: 0; color: var(--ink-2); font-size: .99rem; }

/* ---------- contact ---------- */

.contact { background: var(--deep); color: #fff; padding-block: 92px; }
.contact .o1 { width: 560px; height: 560px; right: -190px; top: -250px; background: var(--rust); opacity: .55; }
.contact .o2 { width: 300px; height: 300px; right: 30px; bottom: -190px; background: var(--brass); opacity: .4; }
.contact .o3 { width: 260px; height: 260px; left: -150px; bottom: -140px; background: var(--night); opacity: .5; }
.contact h2.big { color: #fff; }
.contact .note { color: #e0c9bd; }

.ask { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 12px; max-width: 58ch; }
.ask li { position: relative; padding-left: 26px; color: #e0c9bd; font-size: 1.03rem; }
.ask li::before {
  content: ""; position: absolute; left: 0; top: .62em; width: 10px; height: 10px;
  border-radius: 50%; background: var(--brass-hi);
}
.ask b { color: #fff; font-weight: 500; }

.card-contact {
  margin-top: 40px; background: var(--night); border-radius: 6px; padding: 34px 32px;
  display: inline-block; max-width: 100%;
}
.card-contact .who {
  font-family: "Schibsted Grotesk", sans-serif; font-weight: 700; font-size: 1.24rem;
  letter-spacing: -.02em; margin: 0 0 12px;
}
.card-contact .mail {
  font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 1.02rem; font-weight: 500;
  color: var(--brass-hi); margin: 0 0 24px; word-break: break-word;
}
.card-contact .mail a { color: inherit; }

.promise {
  margin: 34px 0 0; display: flex; gap: 13px; align-items: flex-start;
  color: #c3a698; font-size: 1rem; max-width: 56ch;
}
.promise svg { width: 22px; height: 22px; stroke: var(--brass-hi); fill: none; stroke-width: 1.8; flex: none; margin-top: 3px; }

/* ---------- footer ---------- */

footer { background: var(--night); color: #8a7166; padding-block: 30px 46px; font-size: .9rem; }
.foot-in { display: flex; flex-wrap: wrap; gap: 10px 28px; justify-content: space-between; }
footer p { margin: 0; }
footer a { color: #c3a698; }

/* ---------- narrow ---------- */

@media (max-width: 860px) {
  .nav-links { display: none; }
}

@media (max-width: 620px) {
  :root { --gut: 16px; }
  body { font-size: 16.5px; }
  html { scroll-padding-top: 66px; }
  .hero { padding-block: 60px 54px; }
  .strip { padding-block: 38px; }
  .services, .choose, .file, .process, .limits, .faq, .contact { padding-block: 62px; }
  .sv, .qa > div, .steps > div { padding: 24px 21px 22px; }
  .qs li { padding: 24px 21px 22px 66px; }
  .qs li::before { left: 21px; top: 22px; font-size: 1.6rem; }
  .card-contact { padding: 26px 22px; }
  .svc3, .qa, .steps { margin-top: 36px; }
  .qs { margin-top: 36px; }
  .file-grid, .grid4 { margin-top: 40px; gap: 34px 26px; }
  .strip-grid { gap: 22px 18px; }
  .btn { width: 100%; justify-content: center; }
  .card-contact .btn { width: auto; }

  /* the full brand plus the call to action will not share one line at phone
     width, and a two-row nav overruns the scroll padding */
  .brand { font-size: .95rem; }
  .brand em { display: none; }
  .nav-in { gap: 12px; }

  /* keep the decorative circles out of the copy at phone width */
  .hero .o1 { width: 400px; height: 400px; right: -170px; top: -190px; }
  .hero .o2 { display: none; }
  .hero .o3 { width: 220px; height: 220px; right: -120px; bottom: -130px; }
  .hero .o4 { width: 170px; height: 170px; left: -105px; bottom: -105px; }
}

/* ---------- sister-business callout ---------- */
/* Deliberately in the other business's colour, so it reads as a different
   company activity rather than as more of this page. */

.crossover { background: var(--night); color: #fff; padding-block: 44px; border-top: 3px solid #1a6357; }
.cross-in {
  display: flex; gap: 30px; align-items: center; justify-content: space-between; flex-wrap: wrap;
}
.cross-in > div { flex: 1 1 420px; min-width: 0; }
.cross-k {
  font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .68rem;
  letter-spacing: .17em; text-transform: uppercase; color: #2e8b78; margin: 0 0 10px;
}
.crossover h2 {
  font-family: "Schibsted Grotesk", sans-serif; font-size: 1.5rem; font-weight: 700;
  letter-spacing: -.026em; margin: 0 0 10px; color: #fff;
}
.crossover p { margin: 0; color: #c3a698; font-size: 1rem; max-width: 62ch; }
.btn-cross { background: #2e8b78; color: #06201b; flex: none; }
.btn-cross:hover { background: #3aa68f; }

@media (max-width: 620px) {
  .crossover { padding-block: 36px; }
  .cross-in { gap: 22px; }
}
