/* Corvane Homes — specimen design system.
   Charcoal and warm sand; Sora for display, Manrope for text; ochre as the single accent. */

@font-face { font-family: "Sora"; font-style: normal; font-weight: 700; font-display: swap; src: url("/assets/fonts/specimen/sora-700.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/specimen/manrope-400.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/fonts/specimen/manrope-600.woff2") format("woff2"); }

.spec-corvane-homes {
  --ink: #1b1a17;
  --ink-2: #2b2925;
  --ink-soft: #4d4942;
  --mute: #7d766b;
  --sand: #e8dfcf;
  --sand-2: #f3ede2;
  --sand-3: #d9cbb2;
  --paper: #f8f4ec;
  --line: rgba(27, 26, 23, 0.14);
  --line-dark: rgba(248, 244, 236, 0.16);
  --ochre: #bd6a2c;
  --ochre-soft: #e4b489;
  --display: "Sora", "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  --text: "Manrope", "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  --gutter: clamp(20px, 4.5vw, 72px);
  --max: 1440px;
  --ease: cubic-bezier(0.22, 0.8, 0.26, 1);
  --nav-top: 37px;
  margin: 0;
  overflow-x: clip;
  background: var(--sand);
  color: var(--ink);
  font-family: var(--text);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.spec-corvane-homes *, .spec-corvane-homes *::before, .spec-corvane-homes *::after { box-sizing: border-box; }
.spec-corvane-homes main { display: block; overflow-x: clip; }
.spec-corvane-homes :where(img) { display: block; max-width: 100%; height: auto; }
.spec-corvane-homes a { color: inherit; }
.spec-corvane-homes :focus-visible { outline: 2px solid var(--ochre); outline-offset: 4px; border-radius: 2px; }
.spec-corvane-homes :where(h1, h2, h3, h4) { font-family: var(--display); font-weight: 700; letter-spacing: -0.03em; line-height: 1; margin: 0; text-wrap: balance; }
.spec-corvane-homes :where(p) { margin: 0; }
.spec-corvane-homes :where(section, footer)[id] { scroll-margin-top: calc(var(--nav-top) + 64px); }
@media (prefers-reduced-motion: no-preference) { :root:has(.spec-corvane-homes) { scroll-behavior: smooth; } }
.spec-corvane-homes :where(ul, ol) { list-style: none; margin: 0; padding: 0; }

.cv-wrap { width: min(100% - 2 * var(--gutter), var(--max)); margin-inline: auto; }
.cv-eyebrow { font-family: var(--text); font-weight: 600; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ochre); display: inline-flex; align-items: center; gap: 12px; }
.cv-eyebrow-light { color: var(--ochre-soft); }
.cv-eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.cv-lead { font-size: clamp(19px, 1.45vw, 22px); line-height: 1.55; color: var(--ink-soft); max-width: 58ch; }
.cv-dark .cv-lead { color: rgba(248, 244, 236, 0.74); }
.cv-h2 { font-size: clamp(38px, 5.2vw, 76px); }
.cv-h2 em { font-style: normal; color: var(--ochre); }
.cv-section { padding-block: clamp(84px, 10vw, 150px); }
.cv-dark { background: var(--ink); color: var(--paper); }

/* Buttons and links */
.cv-btn { display: inline-flex; align-items: center; gap: 12px; font-family: var(--text); font-weight: 600; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; padding: 17px 26px; border-radius: 999px; border: 1px solid currentColor; line-height: 1; cursor: pointer; background: transparent; color: inherit; transition: background-color 0.35s var(--ease), color 0.35s var(--ease), border-color 0.35s var(--ease), transform 0.35s var(--ease); }
.cv-btn svg { width: 16px; height: 16px; transition: transform 0.35s var(--ease); }
.cv-btn:hover svg { transform: translateX(4px); }
.cv-btn-fill { background: var(--ochre); border-color: var(--ochre); color: var(--paper); }
.cv-btn-fill:hover { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.cv-btn-ink { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.cv-btn-ink:hover { background: var(--ochre); border-color: var(--ochre); }
.cv-btn-ghost:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.cv-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; position: relative; padding-bottom: 6px; }
.cv-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: currentColor; transform: scaleX(0.35); transform-origin: left; transition: transform 0.45s var(--ease); }
.cv-link:hover::after { transform: scaleX(1); }

/* Sticky in-page nav, under the specimen bar */
.cv-nav { position: sticky; top: var(--nav-top); z-index: 800; background: rgba(27, 26, 23, 0.86); color: var(--paper); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line-dark); }
.cv-nav-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 64px; }
.cv-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: var(--display); font-weight: 700; font-size: 19px; letter-spacing: -0.02em; }
.cv-brand-mark { width: 30px; height: 30px; display: block; }
.cv-brand small { font-family: var(--text); font-weight: 600; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(248, 244, 236, 0.55); margin-left: 4px; }
.cv-menu { display: flex; align-items: center; gap: 28px; }
.cv-menu a { text-decoration: none; font-weight: 600; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(248, 244, 236, 0.66); padding: 6px 0; position: relative; transition: color 0.3s; }
.cv-menu a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--ochre); transform: scaleX(0); transform-origin: left; transition: transform 0.4s var(--ease); }
.cv-menu a:hover, .cv-menu a.is-active { color: var(--paper); }
.cv-menu a.is-active::after { transform: scaleX(1); }
.cv-menu .cv-btn { padding: 12px 20px; font-size: 12px; margin-left: 8px; }
.cv-menu .cv-btn::after { display: none; }
.cv-burger { display: none; appearance: none; background: none; border: 1px solid var(--line-dark); color: var(--paper); width: 44px; height: 44px; border-radius: 999px; cursor: pointer; place-items: center; }
.cv-burger span { display: block; width: 18px; height: 2px; background: currentColor; position: relative; transition: transform 0.35s var(--ease), background-color 0.2s; }
.cv-burger span::before, .cv-burger span::after { content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: currentColor; transition: transform 0.35s var(--ease), top 0.35s var(--ease); }
.cv-burger span::before { top: -6px; }
.cv-burger span::after { top: 6px; }
.cv-burger[aria-expanded="true"] span { background: transparent; }
.cv-burger[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.cv-burger[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

/* Hero */
.cv-hero { position: relative; min-height: min(92vh, 980px); display: grid; align-items: end; color: var(--paper); isolation: isolate; overflow: hidden; }
.cv-hero-media { position: absolute; inset: 0; z-index: -2; }
.cv-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 55%; }
.cv-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(27, 26, 23, 0.42) 0%, rgba(27, 26, 23, 0) 34%, rgba(27, 26, 23, 0.08) 55%, rgba(27, 26, 23, 0.84) 100%); }
.cv-hero .cv-eyebrow { color: var(--paper); text-shadow: 0 1px 14px rgba(27, 26, 23, 0.55); }
.cv-hero .cv-eyebrow::before { background: var(--ochre-soft); box-shadow: 0 1px 8px rgba(27, 26, 23, 0.4); }
.cv-hero-in { padding-block: clamp(110px, 12vw, 160px) clamp(48px, 5vw, 72px); display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr); gap: 40px; align-items: end; }
.cv-hero h1 { font-size: clamp(52px, 8.6vw, 132px); letter-spacing: -0.045em; line-height: 0.94; margin-top: 22px; }
.cv-hero h1 em { font-style: normal; color: var(--ochre-soft); }
.cv-hero-aside { display: grid; gap: 22px; padding-bottom: 10px; }
.cv-hero-aside p { font-size: 18px; line-height: 1.6; color: rgba(248, 244, 236, 0.84); max-width: 34ch; }
.cv-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.cv-hero-foot { border-top: 1px solid var(--line-dark); margin-top: clamp(36px, 5vw, 64px); padding-top: 18px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; color: rgba(248, 244, 236, 0.62); }
.cv-hero-foot span + span { display: inline-flex; align-items: center; gap: 12px; }
.cv-scroll { width: 1px; height: 34px; background: linear-gradient(180deg, var(--ochre-soft), transparent); display: inline-block; animation: cv-drop 2.2s var(--ease) infinite; }
@keyframes cv-drop { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* The build */
.cv-build .cv-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.cv-build-head { grid-column: 1 / span 7; }
.cv-build-head .cv-h2 { margin-top: 20px; }
.cv-build-copy { grid-column: 9 / span 4; align-self: end; display: grid; gap: 22px; }
.cv-build-copy p { color: var(--ink-soft); }
.cv-pillars { grid-column: 1 / -1; margin-top: clamp(48px, 6vw, 96px); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.cv-pillar { padding: 34px 32px 40px 0; border-bottom: 1px solid var(--line); position: relative; }
.cv-pillar + .cv-pillar { padding-left: 32px; border-left: 1px solid var(--line); }
.cv-pillar-n { font-family: var(--display); font-size: 13px; letter-spacing: 0.1em; color: var(--ochre); }
.cv-pillar h3 { font-size: clamp(24px, 2.1vw, 30px); margin-top: 44px; letter-spacing: -0.025em; }
.cv-pillar p { margin-top: 16px; color: var(--ink-soft); max-width: 36ch; font-size: 16px; }
.cv-pillar::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--ochre); transform: scaleX(0); transform-origin: left; transition: transform 0.6s var(--ease); }
.cv-pillar + .cv-pillar::after { left: 0; }
.cv-pillar:hover::after { transform: scaleX(1); }

/* Homes strip */
.cv-homes { padding-block: clamp(84px, 10vw, 150px) 0; overflow: hidden; }
.cv-homes-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cv-homes-head .cv-h2 { margin-top: 20px; max-width: 12ch; }
.cv-homes-head .cv-lead { max-width: 40ch; }
.cv-homes-ctrl { display: flex; gap: 10px; margin-left: auto; }
.cv-arrow { appearance: none; width: 54px; height: 54px; border-radius: 999px; border: 1px solid var(--line-dark); background: transparent; color: var(--paper); cursor: pointer; display: grid; place-items: center; transition: background-color 0.3s var(--ease), color 0.3s var(--ease), opacity 0.3s; }
.cv-arrow svg { width: 20px; height: 20px; }
.cv-arrow:hover { background: var(--paper); color: var(--ink); }
.cv-arrow[disabled] { opacity: 0.3; cursor: default; }
.cv-arrow[disabled]:hover { background: transparent; color: var(--paper); }
.cv-strip { display: flex; gap: clamp(16px, 2vw, 28px); margin-top: clamp(40px, 5vw, 72px); padding: 0 var(--gutter) clamp(84px, 10vw, 150px); overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); scrollbar-width: none; -ms-overflow-style: none; cursor: grab; }
.cv-strip::-webkit-scrollbar { display: none; }
.cv-strip.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.cv-strip.is-dragging a { pointer-events: none; }
.cv-home { flex: 0 0 min(72vw, 640px); scroll-snap-align: start; display: grid; gap: 22px; }
.cv-home figure { margin: 0; position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 4px; background: var(--ink-2); }
.cv-home figure img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform 1.2s var(--ease); }
.cv-home:hover figure img { transform: scale(1.07); }
.cv-home figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(27, 26, 23, 0.55)); }
.cv-home-place { position: absolute; left: 20px; bottom: 18px; z-index: 1; font-weight: 600; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--paper); display: inline-flex; align-items: center; gap: 10px; }
.cv-home-place::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ochre); }
.cv-home-body { display: grid; grid-template-columns: auto 1fr; gap: 6px 22px; align-items: start; }
.cv-home-n { font-family: var(--display); font-size: 13px; letter-spacing: 0.1em; color: var(--ochre); padding-top: 8px; }
.cv-home h3 { font-size: clamp(24px, 2.3vw, 32px); letter-spacing: -0.03em; line-height: 1.05; }
.cv-home p { grid-column: 2; color: rgba(248, 244, 236, 0.72); font-size: 15.5px; max-width: 46ch; margin-top: 4px; }
.cv-home-tags { grid-column: 2; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.cv-home-tags li { font-size: 11.5px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 7px 12px; border: 1px solid var(--line-dark); border-radius: 999px; color: rgba(248, 244, 236, 0.7); }
.cv-strip-note { padding: 0 var(--gutter); margin-top: -1px; }

/* Process */
.cv-process .cv-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.cv-process-head { grid-column: 1 / span 4; position: sticky; top: calc(var(--nav-top) + 88px); align-self: start; }
.cv-process-head .cv-h2 { margin-top: 20px; }
.cv-process-head .cv-lead { margin-top: 26px; font-size: 17px; }
.cv-steps { grid-column: 6 / -1; border-top: 1px solid var(--line); }
.cv-step { display: grid; grid-template-columns: 72px minmax(0, 1fr) minmax(0, 1fr); gap: 20px 32px; padding: 40px 0 44px; border-bottom: 1px solid var(--line); position: relative; }
.cv-step-n { font-family: var(--display); font-size: clamp(22px, 2vw, 28px); letter-spacing: -0.03em; color: var(--ochre); line-height: 1; padding-top: 4px; }
.cv-step h3 { font-size: clamp(22px, 1.9vw, 27px); letter-spacing: -0.025em; line-height: 1.1; }
.cv-step > p { font-size: 16px; color: var(--ink-soft); margin-top: 12px; grid-column: 2; }
.cv-step-see { grid-column: 3; grid-row: 1 / span 2; background: var(--paper); border-radius: 4px; padding: 22px 24px 24px; align-self: start; }
.cv-step-see b { display: block; font-family: var(--text); font-weight: 600; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ochre); margin-bottom: 10px; }
.cv-step-see p { font-size: 15.5px; color: var(--ink-2); }

/* Site band */
.cv-band { position: relative; min-height: min(78vh, 760px); display: grid; align-items: end; color: var(--paper); isolation: isolate; overflow: hidden; }
.cv-band-media { position: absolute; inset: 0; z-index: -2; }
.cv-band-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.cv-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(27, 26, 23, 0.72) 0%, rgba(27, 26, 23, 0.25) 55%, rgba(27, 26, 23, 0.05) 100%), linear-gradient(180deg, rgba(27, 26, 23, 0.15), rgba(27, 26, 23, 0.55)); }
.cv-band-in { padding-block: clamp(80px, 9vw, 130px); display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 40px; align-items: end; }
.cv-band h2 { font-size: clamp(36px, 4.6vw, 68px); line-height: 1; letter-spacing: -0.035em; margin-top: 20px; }
.cv-band p { color: rgba(248, 244, 236, 0.8); font-size: 17px; max-width: 42ch; }

/* Craft */
.cv-craft .cv-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; align-items: start; }
.cv-craft-media { grid-column: 1 / span 5; position: relative; overflow: hidden; border-radius: 4px; aspect-ratio: 2 / 3; background: var(--sand-3); }
.cv-craft-media img { width: 100%; height: 100%; object-fit: cover; }
.cv-craft-cap { position: absolute; left: 22px; bottom: 20px; right: 22px; color: var(--paper); font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5); }
.cv-craft-body { grid-column: 7 / -1; }
.cv-craft-body .cv-h2 { margin-top: 20px; font-size: clamp(36px, 4.2vw, 62px); }
.cv-craft-body .cv-lead { margin-top: 26px; }
.cv-craft-list { margin-top: clamp(36px, 4vw, 56px); border-top: 1px solid var(--line); }
.cv-craft-item { display: grid; grid-template-columns: minmax(0, 200px) 1fr; gap: 8px 28px; padding: 26px 0 28px; border-bottom: 1px solid var(--line); transition: padding-left 0.5s var(--ease); }
.cv-craft-item h3 { font-size: 20px; letter-spacing: -0.02em; line-height: 1.2; display: flex; gap: 14px; align-items: baseline; }
.cv-craft-item h3::before { content: ""; width: 8px; height: 8px; background: var(--ochre); flex: 0 0 auto; transform: rotate(45deg) scale(0.9); transition: transform 0.5s var(--ease); }
.cv-craft-item:hover h3::before { transform: rotate(225deg) scale(1.15); }
.cv-craft-item p { color: var(--ink-soft); font-size: 16px; max-width: 52ch; }

/* Team */
.cv-team-head { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 32px; align-items: end; }
.cv-team-head .cv-h2 { margin-top: 20px; }
.cv-roles { margin-top: clamp(44px, 5vw, 72px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.cv-role { background: var(--sand); padding: 30px 28px 34px; display: grid; grid-template-rows: auto 1fr auto; gap: 26px; min-height: 250px; transition: background-color 0.5s var(--ease); }
.cv-role:hover { background: var(--paper); }
.cv-role-mono { font-family: var(--display); font-size: 12px; letter-spacing: 0.18em; color: var(--ochre); text-transform: uppercase; }
.cv-role h3 { font-size: 22px; letter-spacing: -0.02em; line-height: 1.15; align-self: end; }
.cv-role p { font-size: 15px; color: var(--ink-soft); }

/* Enquiry */
.cv-enquire .cv-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.cv-enquire-head { grid-column: 1 / span 5; }
.cv-enquire-head .cv-h2 { margin-top: 20px; }
.cv-enquire-head .cv-lead { margin-top: 26px; }
.cv-where { margin-top: clamp(36px, 4vw, 56px); border-top: 1px solid var(--line-dark); }
.cv-where li { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line-dark); font-size: 15px; }
.cv-where li b { font-family: var(--text); font-weight: 600; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ochre); padding-top: 4px; }
.cv-where li span { color: rgba(248, 244, 236, 0.78); }
.cv-form { grid-column: 7 / -1; background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: 6px; padding: clamp(28px, 3vw, 44px); display: grid; gap: 22px; }
.cv-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.cv-field { display: grid; gap: 8px; }
.cv-field label { font-weight: 600; font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(248, 244, 236, 0.6); }
.cv-field input, .cv-field select, .cv-field textarea { width: 100%; font: inherit; font-size: 16px; color: var(--paper); background: transparent; border: 0; border-bottom: 1px solid rgba(248, 244, 236, 0.3); padding: 10px 0 12px; border-radius: 0; transition: border-color 0.3s; -webkit-appearance: none; appearance: none; }
.cv-field select { background-image: linear-gradient(45deg, transparent 50%, rgba(248,244,236,0.6) 50%), linear-gradient(135deg, rgba(248,244,236,0.6) 50%, transparent 50%); background-position: calc(100% - 12px) 55%, calc(100% - 7px) 55%; background-size: 5px 5px; background-repeat: no-repeat; }
.cv-field select option { color: var(--ink); }
.cv-field textarea { min-height: 120px; resize: vertical; }
.cv-field input:focus, .cv-field select:focus, .cv-field textarea:focus { outline: none; border-bottom-color: var(--ochre); }
.cv-field input::placeholder, .cv-field textarea::placeholder { color: rgba(248, 244, 236, 0.32); }
.cv-form-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 8px; }
.cv-form-foot small { font-size: 13px; color: rgba(248, 244, 236, 0.5); max-width: 36ch; line-height: 1.5; }

/* Footer */
.cv-foot { background: var(--ink); color: var(--paper); border-top: 1px solid var(--line-dark); padding-block: 40px 44px; }
.cv-foot-in { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px 40px; }
.cv-foot-in .cv-brand { font-size: 17px; }
.cv-foot nav { display: flex; flex-wrap: wrap; gap: 22px; }
.cv-foot nav a { text-decoration: none; font-weight: 600; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(248, 244, 236, 0.6); transition: color 0.3s; }
.cv-foot nav a:hover { color: var(--paper); }
.cv-foot-reg { flex-basis: 100%; font-size: 12.5px; color: rgba(248, 244, 236, 0.45); line-height: 1.6; max-width: 70ch; }

/* Reveal on scroll */
.cv-js .cv-reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); transition-delay: var(--d, 0s); }
.cv-js .cv-reveal.is-in { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1100px) {
  .cv-build-head { grid-column: 1 / span 8; }
  .cv-build-copy { grid-column: 1 / span 8; margin-top: 8px; }
  .cv-process-head { grid-column: 1 / -1; position: static; }
  .cv-steps { grid-column: 1 / -1; margin-top: 20px; }
  .cv-craft-media { grid-column: 1 / span 6; }
  .cv-craft-body { grid-column: 7 / -1; }
  .cv-enquire-head { grid-column: 1 / -1; }
  .cv-form { grid-column: 1 / -1; }
  .cv-roles { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .cv-menu { position: absolute; left: 0; right: 0; top: 100%; display: grid; gap: 0; padding: 12px var(--gutter) 24px; background: rgba(27, 26, 23, 0.97); border-bottom: 1px solid var(--line-dark); transform: translateY(-8px); opacity: 0; visibility: hidden; transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), visibility 0s 0.3s; }
  .cv-nav.is-open .cv-menu { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
  .cv-menu a { padding: 14px 0; border-bottom: 1px solid var(--line-dark); font-size: 14px; }
  .cv-menu a::after { display: none; }
  .cv-menu .cv-btn { justify-content: center; margin: 18px 0 0; padding: 16px 20px; border-bottom: 0; }
  .cv-burger { display: grid; }
  .cv-hero { min-height: 0; }
  .cv-hero-in { grid-template-columns: 1fr; gap: 28px; padding-top: clamp(220px, 60vw, 320px); }
  .cv-hero h1 { font-size: clamp(46px, 13vw, 80px); }
  .cv-hero-aside { padding-bottom: 0; }
  .cv-hero::before { background: linear-gradient(180deg, rgba(27, 26, 23, 0.25) 0%, rgba(27, 26, 23, 0.05) 28%, rgba(27, 26, 23, 0.55) 52%, rgba(27, 26, 23, 0.94) 100%); }
  .cv-pillars { grid-template-columns: 1fr; }
  .cv-pillar, .cv-pillar + .cv-pillar { padding: 28px 0 32px; border-left: 0; }
  .cv-pillar h3 { margin-top: 20px; }
  .cv-homes-head .cv-h2 { max-width: none; }
  .cv-homes-ctrl { display: none; }
  .cv-strip { flex-direction: column; overflow: visible; gap: 48px; cursor: auto; scroll-snap-type: none; }
  .cv-home { flex-basis: auto; }
  .cv-step { grid-template-columns: 52px 1fr; }
  .cv-step-see { grid-column: 1 / -1; grid-row: auto; }
  .cv-step > p { grid-column: 2; }
  .cv-band-in { grid-template-columns: 1fr; }
  .cv-craft-media { grid-column: 1 / -1; aspect-ratio: 4 / 5; max-height: 70vh; }
  .cv-craft-body { grid-column: 1 / -1; margin-top: 16px; }
  .cv-craft-item { grid-template-columns: 1fr; }
  .cv-team-head { grid-template-columns: 1fr; }
  .cv-roles { grid-template-columns: 1fr; }
  .cv-role { min-height: 0; grid-template-rows: auto auto auto; gap: 14px; }
  .cv-form-row { grid-template-columns: 1fr; }
  .cv-where li { grid-template-columns: 1fr; gap: 6px; }
}
@media (max-width: 480px) {
  .spec-corvane-homes { font-size: 16px; }
  .cv-hero-foot span + span { display: none; }
  .cv-home-body { grid-template-columns: 1fr; }
  .cv-home-n { padding-top: 0; }
  .cv-home p, .cv-home-tags { grid-column: 1; }
  .cv-step { grid-template-columns: 1fr; gap: 12px; }
  .cv-step > p { grid-column: 1; margin-top: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  .spec-corvane-homes *, .spec-corvane-homes *::before, .spec-corvane-homes *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .cv-js .cv-reveal { opacity: 1; transform: none; }
  .cv-scroll { animation: none; }
}
