:root {
  --ct-green: #082b23;
  --ct-green-deep: #031712;
  --ct-paper: #f7f2e8;
  --ct-paper-bright: #fffdf8;
  --ct-ink: #171c19;
  --ct-body: #555d58;
  --ct-gold: #bd8d3f;
  --ct-gold-light: #e1bf78;
  --ct-red: #c62b2c;
  --ct-line: rgba(151, 111, 48, 0.24);
  --ct-shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ct-ink);
  background: var(--ct-paper);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p, figure { margin: 0; }

.ct-shell { width: min(var(--ct-shell), calc(100% - 48px)); margin: 0 auto; }
.ct-eyebrow { color: var(--ct-gold-light); font-size: 12.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.ct-eyebrow-dark { color: #966a2f; }
.ct-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px; border-radius: 3px; font-size: 15px; font-weight: 700; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.ct-button-primary { color: #fffaf1; background: var(--ct-red); }
.ct-button-primary:hover { background: #a91f22; box-shadow: 0 12px 28px rgba(111, 17, 18, 0.26); transform: translateY(-2px); }
.ct-button:focus-visible { outline: 3px solid rgba(225, 191, 120, 0.7); outline-offset: 4px; }

.ct-hero { position: relative; min-height: 650px; display: grid; align-items: center; margin-top: 84px; overflow: hidden; color: #fffaf1; background: var(--ct-green-deep); }
.ct-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ct-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 18, 14, 0.98) 0%, rgba(2, 18, 14, 0.87) 28%, rgba(2, 18, 14, 0.25) 63%, rgba(2, 18, 14, 0.02) 100%); }
.ct-hero-inner { position: relative; z-index: 1; padding: 70px 0; }
.ct-hero-copy { width: min(520px, 48%); }
.ct-hero h1 { margin-top: 18px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(54px, 5.2vw, 76px); font-weight: 600; line-height: 0.99; letter-spacing: -0.025em; }
.ct-hero-lede { max-width: 480px; margin-top: 25px; color: rgba(255, 250, 241, 0.82); font-size: 18.5px; line-height: 1.72; }
.ct-hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 31px; }
.ct-response { color: rgba(255, 250, 241, 0.78); font-size: 14px; }
.ct-response::before { content: "24h"; margin-right: 9px; color: var(--ct-gold-light); font-weight: 700; }
.ct-trust { display: flex; gap: 0; margin: 31px 0 0; padding: 18px 0 0; border-top: 1px solid rgba(225, 191, 120, 0.26); list-style: none; }
.ct-trust li { color: rgba(255, 250, 241, 0.76); font-size: 13px; }
.ct-trust li + li::before { content: "\00b7"; margin: 0 18px; color: var(--ct-gold); }

.ct-journey { position: relative; overflow: hidden; }
.ct-journey-line {
  position: absolute;
  z-index: 5;
  top: 380px;
  left: max(24px, calc((100% - var(--ct-shell)) / 2));
  width: min(var(--ct-shell), calc(100% - 48px));
  height: calc(100% - 452px);
  object-fit: fill;
  pointer-events: none;
  opacity: 0.42;
}
.ct-journey > section { position: relative; }
.ct-journey > section > .ct-shell { position: relative; z-index: 6; }

.ct-how { padding: clamp(78px, 8vw, 116px) 0; background: var(--ct-paper-bright); }
.ct-how-layout { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr); gap: clamp(64px, 7vw, 100px); align-items: center; }
.ct-how h2, .ct-section-heading h2, .ct-final h2 { font-family: "Playfair Display", Georgia, serif; font-weight: 600; letter-spacing: -0.02em; }
.ct-how h2 { margin-top: 10px; font-size: clamp(42px, 4vw, 57px); }
.ct-section-lede { max-width: 540px; margin-top: 18px; color: var(--ct-body); font-size: 17.5px; line-height: 1.7; }
.ct-dimensions { position: relative; margin-top: 32px; border-top: 1px solid var(--ct-line); }
.ct-dimensions::before { content: ""; position: absolute; top: 33px; bottom: 33px; left: 14px; width: 1px; background: var(--ct-gold); }
.ct-dimensions article { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--ct-line); }
.ct-dimensions article > span { position: relative; z-index: 1; width: 29px; height: 29px; display: grid; place-items: center; color: #fffaf1; background: var(--ct-gold); border-radius: 50%; font-family: "Playfair Display", Georgia, serif; font-size: 11px; font-weight: 600; }
.ct-dimensions h3 { font-family: "Playfair Display", Georgia, serif; font-size: 20px; font-weight: 600; }
.ct-dimensions p { margin-top: 5px; color: var(--ct-body); font-size: 15px; line-height: 1.6; }
.ct-how-visual { position: relative; padding: 0 0 38px 38px; }
.ct-how-visual::before { content: ""; position: absolute; inset: 38px 38px 0 0; border: 1px solid var(--ct-gold); }
.ct-how-visual img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.ct-how-visual figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; width: min(88%, 420px); padding: 18px 21px; color: rgba(255, 250, 241, 0.74); background: var(--ct-green); font-size: 13.5px; line-height: 1.55; }
.ct-how-visual figcaption span { display: block; margin-bottom: 4px; color: var(--ct-gold-light); font-family: "Playfair Display", Georgia, serif; font-size: 20px; }

.ct-inspiration { padding: clamp(74px, 8vw, 110px) 0; background: var(--ct-paper); }
.ct-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 38px; }
.ct-section-heading h2 { margin-top: 9px; font-size: clamp(38px, 4vw, 55px); line-height: 1.04; }
.ct-section-heading > p { max-width: 470px; color: var(--ct-body); font-size: 17.5px; line-height: 1.7; }
.ct-inspiration-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.ct-inspiration-card { min-width: 0; }
.ct-inspiration-card img { width: 100%; aspect-ratio: 0.8; object-fit: cover; filter: saturate(0.86) contrast(1.02); transition: filter 220ms ease, transform 220ms ease; }
.ct-inspiration-card:hover img { filter: saturate(1) contrast(1.02); transform: translateY(-4px); }
.ct-inspiration-card div { padding: 18px 8px 0; }
.ct-inspiration-card span { color: var(--ct-gold); font-family: "Playfair Display", Georgia, serif; font-size: 14px; }
.ct-inspiration-card h3 { margin-top: 8px; font-family: "Playfair Display", Georgia, serif; font-size: 18px; line-height: 1.2; }
.ct-inspiration-card p { margin-top: 8px; color: var(--ct-body); font-size: 14.5px; line-height: 1.55; }

.ct-process { position: relative; padding: clamp(74px, 8vw, 108px) 0 clamp(82px, 9vw, 122px); overflow: hidden; background: var(--ct-paper-bright); }
.ct-process::before { content: ""; position: absolute; right: -120px; bottom: -150px; width: 420px; height: 420px; border: 1px solid rgba(189, 141, 63, 0.16); border-radius: 50%; }
.ct-process-heading { padding-bottom: 32px; border-bottom: 1px solid var(--ct-line); }
.ct-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); }
.ct-steps::before { content: ""; position: absolute; top: 56px; right: 11%; left: 7%; height: 1px; background: var(--ct-gold); }
.ct-steps article { position: relative; padding: 32px 28px 0; }
.ct-steps article:first-child { padding-left: 0; }
.ct-steps article + article { border-left: 1px solid var(--ct-line); }
.ct-step-number { position: relative; z-index: 1; width: 50px; height: 50px; display: grid; place-items: center; color: var(--ct-gold); background: var(--ct-paper-bright); border: 1px solid var(--ct-gold); border-radius: 50%; font-family: "Playfair Display", Georgia, serif; font-size: 16px; line-height: 1; }
.ct-steps h3 { margin-top: 18px; font-family: "Playfair Display", Georgia, serif; font-size: 23px; line-height: 1.16; }
.ct-steps p { margin-top: 12px; color: var(--ct-body); font-size: 15px; line-height: 1.65; }
.ct-steps strong { color: var(--ct-green); }
.ct-steps .ct-step-note { padding-top: 12px; border-top: 1px solid rgba(151, 111, 48, 0.15); color: #777a77; font-size: 12.5px; }

.ct-final { position: relative; min-height: 390px; display: grid; place-items: center; overflow: hidden; color: #fffaf1; background: var(--ct-green-deep); text-align: center; }
.ct-final > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; filter: saturate(0.65); }
.ct-final-shade { position: absolute; inset: 0; background: rgba(3, 32, 25, 0.79); }
.ct-final-inner { position: relative; z-index: 1; padding: 72px 0; }
.ct-final h2 { margin-top: 11px; font-size: clamp(42px, 4.5vw, 62px); }
.ct-final p:not(.ct-eyebrow) { margin: 15px auto 0; color: rgba(255, 250, 241, 0.78); font-size: 17.5px; }
.ct-final .ct-button { margin-top: 29px; }

.ct-proof { padding: 34px 0; background: var(--ct-paper-bright); }
.ct-proof .ct-shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.ct-proof article { padding: 3px 26px; }
.ct-proof article + article { border-left: 1px solid var(--ct-line); }
.ct-proof strong { font-family: "Playfair Display", Georgia, serif; font-size: 16px; }
.ct-proof p { margin-top: 6px; color: var(--ct-body); font-size: 13px; line-height: 1.45; }

@media (max-width: 980px) {
  .ct-journey-line { top: 360px; left: 18px; width: calc(100% - 36px); height: calc(100% - 430px); opacity: 0.24; }
  .ct-hero { min-height: 610px; }
  .ct-hero-copy { width: min(560px, 64%); }
  .ct-how-layout { grid-template-columns: 1fr 0.88fr; gap: 52px; }
  .ct-inspiration-grid { grid-template-columns: repeat(3, 1fr); row-gap: 38px; }
  .ct-steps { grid-template-columns: repeat(2, 1fr); }
  .ct-steps::before { display: none; }
  .ct-steps article:nth-child(3) { border-left: 0; }
  .ct-steps article:nth-child(n+3) { margin-top: 32px; padding-top: 32px; border-top: 1px solid var(--ct-line); }
}

@media (max-width: 760px) {
  .ct-journey-line { top: 420px; left: 10px; width: calc(100% - 20px); height: calc(100% - 500px); opacity: 0.18; }
  .ct-shell { width: min(var(--ct-shell), calc(100% - 32px)); }
  .ct-hero { min-height: 690px; margin-top: 82px; align-items: end; }
  .ct-hero-image { object-position: 65% center; }
  .ct-hero-shade { background: linear-gradient(180deg, rgba(2, 18, 14, 0.15) 0%, rgba(2, 18, 14, 0.64) 42%, rgba(2, 18, 14, 0.98) 78%); }
  .ct-hero-inner { padding: 60px 0 48px; }
  .ct-hero-copy { width: 100%; }
  .ct-hero h1 { font-size: clamp(46px, 13vw, 62px); }
  .ct-hero-lede { max-width: 430px; font-size: 16.5px; }
  .ct-hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .ct-trust { justify-content: space-between; }
  .ct-trust li + li::before { margin: 0 8px; }
  .ct-how-layout { grid-template-columns: 1fr; }
  .ct-how-visual { padding: 0 0 28px 28px; }
  .ct-how-visual img { aspect-ratio: 1 / 1.02; }
  .ct-section-heading { align-items: start; flex-direction: column; gap: 18px; }
  .ct-inspiration-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 10px; }
  .ct-inspiration-card img { aspect-ratio: 0.92; }
  .ct-inspiration-card h3 { font-size: 17px; }
  .ct-steps { grid-template-columns: 1fr; }
  .ct-steps article, .ct-steps article:first-child { padding: 28px 0; border-bottom: 1px solid var(--ct-line); }
  .ct-steps article + article { border-left: 0; }
  .ct-steps article:nth-child(n+3) { margin-top: 0; border-top: 0; }
  .ct-proof .ct-shell { grid-template-columns: repeat(2, 1fr); }
  .ct-proof article { padding: 18px 16px; }
  .ct-proof article:nth-child(3) { border-left: 0; }
  .ct-proof article:nth-child(n+3) { border-top: 1px solid var(--ct-line); }
}

@media (max-width: 430px) {
  .ct-inspiration-grid { grid-template-columns: 1fr; gap: 34px; }
  .ct-inspiration-card { display: grid; grid-template-columns: 42% 1fr; align-items: center; }
  .ct-inspiration-card img { aspect-ratio: 0.85; }
  .ct-inspiration-card div { padding: 0 0 0 16px; }
  .ct-trust { gap: 7px; }
  .ct-trust li { font-size: 12px; }
}
