/* ============================================
   Domain Portfolio — SPLIT editorial direction
   Sticky dark left pane · scrolling right pane
   Instrument Serif + Albert Sans · warm coral accent
   ============================================ */

:root {
  --bg: #F6F2EA;
  --ink-panel: #161310;
  --panel-2: #211D18;
  --cream: #F4EEE3;
  --cream-dim: #B7AE9E;
  --cream-faint: #837B6D;
  --ink: #1A1712;
  --muted: #6E665A;
  --faint: #9C9484;
  --line: #E4DCCD;
  --line-panel: #322C24;
  --accent: #E25C3B;
  --accent-press: #C8492B;
  --accent-soft: #F8E4DB;
  --radius: 14px;
  --font-display: "Instrument Serif", Georgia, "Times New Roman", serif;
  --font-body: "Albert Sans", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "Space Mono", "SF Mono", Menlo, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--accent); color: #fff; }

a { color: inherit; text-decoration: none; }

/* ---------- Split shell ---------- */
.split { display: flex; align-items: flex-start; min-height: 100vh; }

/* ---------- Left pane (sticky) ---------- */
.pane-left {
  position: sticky;
  top: 0;
  flex: 0 0 43%;
  max-width: 43%;
  height: 100vh;
  min-height: 640px;
  background: var(--ink-panel);
  color: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(32px, 4vw, 60px);
  overflow: hidden;
}

.pl-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pl-brand {
  display: flex; align-items: center; gap: 11px;
  font-family: var(--font-mono);
  font-size: 12px; letter-spacing: 0.02em; text-transform: uppercase;
  color: var(--cream);
}

.pl-brand .mark {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-display); font-size: 17px; line-height: 1;
  padding-bottom: 2px;
}

.pl-all {
  font-family: var(--font-mono); font-size: 11.5px;
  letter-spacing: 0.04em; text-transform: uppercase; color: var(--cream-dim);
  border: 1px solid var(--line-panel); border-radius: 100px; padding: 7px 14px;
  transition: color 0.16s ease, border-color 0.16s ease;
}
.pl-all:hover { color: var(--cream); border-color: var(--cream-faint); }

.pl-center { display: flex; flex-direction: column; gap: 26px; }

.pl-status {
  display: inline-flex; align-items: center; gap: 9px; align-self: flex-start;
  font-family: var(--font-mono); font-size: 11.5px;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent);
}
.pl-status .live {
  width: 7px; height: 7px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 60%, transparent);
  animation: pulse 2.4s ease-out infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 55%, transparent); }
  70% { box-shadow: 0 0 0 9px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}

.pl-domain {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(50px, 6.6vw, 104px);
  letter-spacing: -0.015em;
  line-height: 0.92;
  word-break: break-word;
}
.pl-domain .tld { color: var(--accent); font-style: italic; }

.pl-tagline {
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.45; color: var(--cream-dim); max-width: 460px;
  text-wrap: pretty;
}
.pl-tagline strong { color: var(--cream); font-weight: 600; }

.pl-bottom { display: flex; flex-direction: column; gap: 26px; }

.pl-metrics {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-panel);
}
.pl-metric { padding: 18px 0 2px; }
.pl-metric .m-label {
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.07em; text-transform: uppercase; color: var(--cream-faint);
}
.pl-metric .m-value {
  font-family: var(--font-display); font-size: 30px; line-height: 1.05; margin-top: 4px;
}
.pl-metric .m-value.sm { font-size: 19px; font-family: var(--font-body); font-weight: 500; letter-spacing: -0.01em; }

.pl-cta {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 18px;
  font-family: var(--font-body); font-size: 16px; font-weight: 600; letter-spacing: -0.01em;
  color: #fff; background: var(--accent); border-radius: 100px;
  padding: 16px 18px 16px 28px;
  transition: background 0.18s ease, transform 0.18s ease;
}
.pl-cta:hover { background: var(--accent-press); transform: translateY(-1px); }
.pl-cta .arrow {
  width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,0.18);
  display: grid; place-items: center; font-size: 17px; transition: transform 0.18s ease;
}
.pl-cta:hover .arrow { transform: translateX(3px); }

/* ---------- Right pane (scrolls) ---------- */
.pane-right {
  flex: 1 1 auto;
  min-width: 0;
  padding: clamp(40px, 5vw, 88px) clamp(28px, 5vw, 80px) 64px;
}

.block { max-width: 640px; }
.block + .block { margin-top: clamp(56px, 7vw, 96px); }

.eyebrow {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-mono); font-size: 11.5px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-press);
  margin-bottom: 26px;
}
.eyebrow .n { color: var(--faint); }
.eyebrow .rule { flex: 1; height: 1px; background: var(--line); }

.block h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(30px, 3.4vw, 46px); letter-spacing: -0.01em; line-height: 1.05;
  text-wrap: pretty;
}
.block .lead { margin-top: 14px; font-size: 17.5px; color: var(--muted); text-wrap: pretty; }

/* value — editorial numbered entries */
.value-list { margin-top: 40px; counter-reset: v; }
.value-item {
  display: grid; grid-template-columns: 64px 1fr; gap: 8px 22px;
  padding: 26px 0; border-top: 1px solid var(--line);
}
.value-item .v-num {
  font-family: var(--font-display); font-size: 34px; color: var(--accent);
  line-height: 0.9; grid-row: span 2;
}
.value-item h3 { font-size: 20px; font-weight: 600; letter-spacing: -0.015em; line-height: 1.25; }
.value-item p { font-size: 15.5px; line-height: 1.62; color: var(--muted); text-wrap: pretty; }

/* bundle */
.bundle {
  margin-top: 36px; display: flex; flex-direction: column; gap: 14px;
  background: var(--accent-soft); border: 1px solid color-mix(in srgb, var(--accent) 26%, transparent);
  border-radius: var(--radius); padding: 24px 26px;
}
.bundle .b-k {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--accent-press);
}
.bundle p { font-size: 16.5px; line-height: 1.45; color: var(--ink); }
.bundle p strong { font-weight: 600; }
.bundle-links { display: flex; flex-wrap: wrap; gap: 10px; }
.bundle-links a {
  font-family: var(--font-mono); font-size: 12.5px; color: var(--accent-press);
  background: #fff; border: 1px solid color-mix(in srgb, var(--accent) 24%, transparent);
  border-radius: 100px; padding: 9px 16px; transition: background 0.16s ease, color 0.16s ease;
}
.bundle-links a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }

/* uses */
.uses-list { margin-top: 36px; display: flex; flex-direction: column; }
.use-row {
  display: flex; align-items: baseline; gap: 18px;
  padding: 16px 0; border-top: 1px solid var(--line);
  font-size: 18px; letter-spacing: -0.01em;
}
.use-row .ui { font-family: var(--font-mono); font-size: 12px; color: var(--accent); flex: none; }
.use-row .ut { font-family: var(--font-display); font-size: 23px; }

/* offer form */
.offer-card {
  margin-top: 36px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: clamp(26px, 3vw, 40px);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.field label {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--muted);
}
.field input, .field textarea {
  font-family: var(--font-body); font-size: 16px; color: var(--ink);
  background: var(--bg); border: 1px solid transparent; border-radius: 10px;
  padding: 14px 16px; outline: none; width: 100%;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.field input::placeholder, .field textarea::placeholder { color: var(--faint); }
.field input:focus, .field textarea:focus {
  background: #fff; border-color: var(--accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 13%, transparent);
}
.field textarea { resize: vertical; min-height: 110px; }
.btn-submit {
  font-family: var(--font-body); font-size: 16px; font-weight: 600; letter-spacing: -0.01em;
  color: #fff; background: var(--accent); border: none; border-radius: 100px;
  padding: 15px 30px; cursor: pointer; transition: background 0.18s ease, transform 0.18s ease;
}
.btn-submit:hover { background: var(--accent-press); transform: translateY(-1px); }
.form-note { margin-top: 14px; font-size: 13.5px; color: var(--faint); }
.form-success { display: none; }
.form-success.show { display: block; }
.form-success .tick {
  width: 50px; height: 50px; border-radius: 50%; background: var(--accent-soft);
  color: var(--accent); display: grid; place-items: center; font-size: 25px; margin-bottom: 16px;
}
.form-success h3 { font-family: var(--font-display); font-weight: 400; font-size: 28px; }
.form-success p { margin-top: 8px; font-size: 16px; color: var(--muted); }

/* more domains */
.more-grid {
  margin-top: 36px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;
}
.more-card {
  display: flex; flex-direction: column; gap: 9px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 22px 20px;
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.more-card:hover { transform: translateY(-2px); border-color: var(--accent); }
.more-card .more-tag {
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.05em;
  text-transform: uppercase; color: var(--faint);
}
.more-card .more-name {
  font-family: var(--font-display); font-size: 26px; line-height: 1; letter-spacing: -0.01em;
  word-break: break-word;
}
.more-card .more-name .tld { color: var(--accent); font-style: italic; }
.more-card .more-line { font-size: 13.5px; line-height: 1.5; color: var(--muted); text-wrap: pretty; }

/* footer */
.r-footer {
  margin-top: 64px; padding-top: 24px; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 20px;
  font-family: var(--font-mono); font-size: 12px; color: var(--faint);
}
.r-footer a { color: var(--muted); }
.r-footer a:hover { color: var(--accent-press); }

/* ---------- Index variant ---------- */
.idx-left .pl-domain { font-size: clamp(46px, 5.6vw, 86px); }
.idx-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 8px; }
.idx-card {
  display: flex; flex-direction: column; gap: 12px; min-height: 184px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 24px 22px;
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.idx-card:hover { transform: translateY(-3px); border-color: var(--accent); }
.idx-card .d-tag {
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.05em;
  text-transform: uppercase; color: var(--faint);
}
.idx-card .d-name {
  font-family: var(--font-display); font-size: 32px; line-height: 0.98; letter-spacing: -0.01em;
  word-break: break-word;
}
.idx-card .d-name .tld { color: var(--accent); font-style: italic; }
.idx-card .d-line { font-size: 14px; line-height: 1.5; color: var(--muted); text-wrap: pretty; }
.idx-card .d-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  margin-top: auto; padding-top: 8px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase;
}
.idx-card .d-foot .left { color: var(--faint); }
.idx-card .d-foot .right { color: var(--accent-press); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .split { flex-direction: column; }
  .pane-left {
    position: static; flex-basis: auto; max-width: none; width: 100%;
    height: auto; min-height: 0; gap: 36px;
    padding: clamp(28px, 6vw, 48px);
  }
  .pane-right { width: 100%; padding: clamp(36px, 7vw, 56px) clamp(24px, 6vw, 48px) 56px; }
  .block, .more-grid, .idx-grid { max-width: none; }
}

@media (max-width: 560px) {
  .pl-metrics { grid-template-columns: repeat(2, 1fr); gap: 14px 0; }
  .form-row, .more-grid, .idx-grid { grid-template-columns: 1fr; }
  .value-item { grid-template-columns: 48px 1fr; gap: 6px 16px; }
}


/* ---------- BrandRider band ---------- */
.block.br-band { max-width: none; margin-top: clamp(40px, 5vw, 64px); background: var(--ink-panel); color: var(--cream); border-radius: var(--radius); padding: clamp(28px, 3.4vw, 44px); }
.block.br-band .br-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px 44px; flex-wrap: wrap; }
.block.br-band .br-text { max-width: 520px; }
.br-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.br-eyebrow .bm { width: 24px; height: 24px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-size: 15px; padding-bottom: 2px; }
.br-h { font-family: var(--font-display); font-weight: 400; font-size: clamp(28px, 3.4vw, 42px); letter-spacing: -0.01em; line-height: 1.04; color: var(--cream); text-wrap: pretty; }
.br-h .it { color: var(--accent); font-style: italic; }
.br-p { margin-top: 12px; font-size: 16px; line-height: 1.5; color: var(--cream-dim); max-width: 480px; text-wrap: pretty; }
.br-cta { display: inline-flex; align-items: center; gap: 10px; flex: none; font-family: var(--font-body); font-size: 16px; font-weight: 600; letter-spacing: -0.01em; color: #fff; background: var(--accent); border-radius: 100px; padding: 15px 26px; transition: transform 0.18s ease, background 0.18s ease; }
.br-cta:hover { transform: translateY(-1px); background: var(--accent-press); }
@media (max-width: 760px) { .br-cta { width: 100%; justify-content: center; } }
