/*
Theme Name: Savvy Staged
Theme URI: https://savvystaged.com
Author: Stone Madison
Description: Editorial operating-venture site for Savvy Staged.
Version: 1.1.0
Text Domain: savvy-staged
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&family=Inter:wght@400;500&display=swap');

:root {
  --ivory: #f8f5ef;
  --paper: #fffdf9;
  --ink: #1b1a19;
  --muted: #6e6862;
  --line: #d9d0c6;
  --clay: #b54d20;
  --clay-dark: #913b19;
  --background: var(--ivory);
  --foreground: var(--ink);
  --primary: var(--clay);
  --primary-foreground: #fffaf4;
  --border: var(--line);
  --input: var(--line);
  --ring: var(--clay);
  --muted-foreground: var(--muted);
  --destructive: #a52a2a;
  --radius: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: Inter, Arial, sans-serif; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
img { object-fit: cover; }
h1, h2, h3, p { margin-top: 0; }

.site-header { align-items: center; background: rgba(248,245,239,.97); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: minmax(180px,1fr) auto minmax(250px,1fr); min-height: 108px; padding: 18px clamp(28px,4.6vw,76px); position: sticky; top: 0; z-index: 20; }
.wordmark { display: flex; flex-direction: column; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 32px; line-height: .78; width: fit-content; }
.wordmark span + span { margin-top: 8px; }
.site-header nav { display: flex; gap: clamp(18px,2.7vw,44px); }
.site-header nav a, .site-header > p { font-size: 14px; letter-spacing: -.015em; }
.site-header nav a { transition: color 180ms ease; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--clay); }
.site-header > p { color: var(--muted); justify-self: end; margin: 0; }

.hero { border-bottom: 1px solid var(--line); display: grid; grid-template-columns: minmax(420px,42%) minmax(0,58%); min-height: calc(100svh - 108px); }
.hero-copy { align-self: center; padding: clamp(70px,10vw,150px) clamp(34px,5.2vw,84px); }
.hero h1, .lease h2, .system h2, .opportunities h2, .flagship h2, .stage-one h2, .contact h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 400; letter-spacing: -.052em; margin-bottom: 0; }
.hero h1 { font-size: clamp(76px,8vw,132px); line-height: .82; }
.hero-copy > p { font-size: clamp(18px,1.5vw,24px); letter-spacing: -.025em; line-height: 1.42; margin: 38px 0 0; max-width: 540px; }
.hero-actions { display: flex; gap: 28px; margin-top: 54px; }
.button { align-items: center; border: 1px solid var(--clay); display: inline-flex; font-size: 15px; justify-content: center; min-height: 62px; min-width: 196px; padding: 0 28px; transition: background 180ms ease,color 180ms ease,border-color 180ms ease; white-space: nowrap; }
.button-primary { background: var(--clay); color: #fffaf4; }
.button-primary:hover, .button-primary:focus-visible { background: var(--clay-dark); border-color: var(--clay-dark); }
.button-secondary { color: var(--clay); }
.button-secondary:hover, .button-secondary:focus-visible { background: var(--clay); color: #fffaf4; }
.hero-media, .lease-media, .system-image, .flagship-image { min-height: 560px; overflow: hidden; position: relative; }

.order-staged { background: var(--paper); display: grid; grid-template-columns: 44% 56%; padding: clamp(80px,9vw,150px) clamp(28px,4.6vw,76px); }
.order-heading { padding-right: clamp(34px,7vw,110px); }
.order-heading h2, .collections h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(58px,6.2vw,100px); font-weight: 400; letter-spacing: -.052em; line-height: .88; margin-bottom: 0; }
.order-heading > p:not(.section-label) { color: var(--muted); font-size: 19px; line-height: 1.65; margin: 42px 0 38px; max-width: 560px; }
.order-heading .button { min-width: 170px; }
.order-process article { align-items: start; border-top: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 46px 28% 1fr; padding: 30px 0 38px; }
.order-process article > span { color: var(--clay); font-size: 13px; }
.order-process h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 33px; font-weight: 400; margin: 0; }
.order-process p { color: var(--muted); font-size: 16px; line-height: 1.55; margin: 0; }
.order-packages { border-top: 1px solid var(--line); display: grid; gap: 0; grid-column: 1 / -1; grid-template-columns: repeat(3,1fr); margin-top: clamp(68px,8vw,124px); }
.order-packages article { border-right: 1px solid var(--line); padding: 34px clamp(24px,3vw,48px) 8px 0; }
.order-packages article + article { padding-left: clamp(24px,3vw,48px); }
.order-packages article:last-child { border-right: 0; }
.order-packages article > p { color: var(--clay); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.order-packages h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(31px,3vw,47px); font-weight: 400; line-height: 1; margin: 42px 0 20px; }
.order-packages span { color: var(--muted); display: block; font-size: 16px; line-height: 1.6; }

.collections { background: #252321; color: var(--ivory); padding: clamp(80px,9vw,150px) clamp(28px,4.6vw,76px); }
.collections-heading { display: grid; grid-template-columns: 56% 44%; }
.collections-heading .section-label { grid-column: 1 / -1; }
.collections-heading > p:last-child { align-self: end; color: #c9c1b8; font-size: 19px; line-height: 1.65; margin: 0; padding-left: clamp(30px,6vw,96px); }
.collection-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: clamp(76px,8vw,128px); }
.collection-grid article { border-left: 1px solid rgba(255,255,255,.2); border-top: 1px solid rgba(255,255,255,.2); min-height: 330px; padding: 30px clamp(22px,3vw,46px) 36px; }
.collection-grid article:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.2); }
.collection-grid article:nth-last-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.2); }
.collection-grid article > span { color: #dca27e; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.collection-grid h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(34px,3.4vw,54px); font-weight: 400; line-height: .95; margin: 58px 0 24px; }
.collection-grid p { color: #c9c1b8; font-size: 16px; line-height: 1.55; min-height: 76px; }
.collection-grid small { color: #dca27e; font-size: 13px; }
.collection-cta { align-items: end; display: flex; justify-content: space-between; margin-top: 56px; }
.collection-cta > p { color: #c9c1b8; font-size: 18px; line-height: 1.55; margin: 0; max-width: 620px; }
.collection-cta .text-link { color: #dca27e; margin-top: 0; }

.lease { display: grid; grid-template-columns: 38% 62%; padding: clamp(72px,8vw,132px) clamp(28px,4.6vw,76px); }
.section-heading { align-self: center; padding: 20px clamp(30px,4vw,70px) 20px 0; }
.section-label { color: var(--clay); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 27px; margin: 0 0 46px; }
.section-label::after { background: var(--line); content: ''; display: block; height: 1px; margin-top: 24px; width: 68px; }
.section-label.light { color: #dca27e; }
.section-label.light::after { background: rgba(255,255,255,.26); }
.lease h2 { font-size: clamp(58px,6.2vw,100px); line-height: .9; }
.section-intro { font-size: clamp(18px,1.4vw,23px); line-height: 1.65; margin: 42px 0 0; max-width: 500px; }
.lease-media { aspect-ratio: 1.32; }
.lease-detail { border-bottom: 1px solid var(--line); grid-column: 1 / -1; margin-top: clamp(58px,7vw,110px); padding: 0 0 clamp(70px,8vw,120px) 38%; }
.lease-detail > div { color: var(--muted); display: flex; font-size: 13px; justify-content: space-between; margin-bottom: 54px; text-transform: uppercase; }
.lease-detail h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(42px,4.7vw,76px); font-weight: 400; letter-spacing: -.035em; line-height: .98; margin-bottom: 22px; max-width: 760px; }
.lease-detail > p { font-size: 20px; line-height: 1.5; max-width: 600px; }
.text-link { border-bottom: 1px solid currentColor; color: var(--clay); display: inline-flex; gap: 46px; margin-top: 30px; padding-bottom: 8px; }

.system { background: var(--ink); color: var(--ivory); display: grid; grid-template-columns: 52% 48%; padding: clamp(80px,9vw,150px) clamp(28px,4.6vw,76px); }
.system-intro { align-self: center; padding-right: clamp(40px,8vw,130px); }
.system h2 { font-size: clamp(58px,6.4vw,104px); line-height: .88; }
.system-intro > p:last-child { color: #c9c1b8; font-size: 20px; line-height: 1.6; margin: 46px 0 0; max-width: 590px; }
.system-image { aspect-ratio: 1.18; min-height: 0; }
.system-steps { grid-column: 1 / -1; margin-top: clamp(70px,8vw,130px); }
.system-steps article { border-top: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: 80px 1fr; padding: 38px 0 46px; }
.system-steps article > span { color: #dca27e; font-size: 14px; }
.system-steps article > div { display: grid; gap: 30px; grid-template-columns: 30% 1fr; }
.system-steps h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 40px; font-weight: 400; margin: 0; }
.system-steps p { color: #c9c1b8; font-size: 18px; line-height: 1.55; margin: 0; max-width: 760px; }
.system-steps p a { color: #dca27e; display: inline-block; margin-left: 8px; white-space: nowrap; }
.category-list { border-top: 1px solid rgba(255,255,255,.2); display: grid; grid-column: 1 / -1; grid-template-columns: repeat(3,1fr); padding-top: 34px; row-gap: 22px; }
.category-list span { color: #c9c1b8; font-size: 14px; }

.opportunities { display: grid; grid-template-columns: 1fr 1fr; padding: clamp(80px,9vw,150px) clamp(28px,4.6vw,76px); }
.opportunity-heading h2 { font-size: clamp(62px,7vw,112px); line-height: .88; }
.opportunity-intro { align-self: end; font-size: 21px; line-height: 1.6; margin: 0 0 10px; max-width: 580px; padding-left: clamp(20px,5vw,85px); }
.opportunity-list { grid-column: 1 / -1; margin-top: clamp(80px,9vw,140px); }
.opportunity-list article { align-items: start; border-top: 1px solid var(--line); display: grid; gap: 30px; grid-template-columns: 60px 36% 1fr; padding: 34px 0 42px; }
.opportunity-list article > span { color: var(--clay); font-size: 14px; }
.opportunity-list h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(27px,2.3vw,38px); font-weight: 400; margin: 0; }
.opportunity-list article > p { color: var(--muted); font-size: 17px; line-height: 1.55; margin: 0; max-width: 650px; }

.flagship { background: #e8dfd5; display: grid; grid-template-columns: 62% 38%; }
.flagship-image { min-height: 850px; }
.flagship-copy { align-self: center; padding: 70px clamp(34px,5.4vw,88px); }
.flagship-number { color: var(--clay); display: block; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 34px; margin-bottom: 36px; }
.flagship h2 { font-size: clamp(58px,6vw,96px); line-height: .88; }
.flagship-copy > p { font-size: 19px; line-height: 1.65; margin: 40px 0 0; }

.stage-one { background: var(--clay); color: #fff8ef; display: grid; gap: 8vw; grid-template-columns: 1fr 1fr; padding: clamp(80px,9vw,150px) clamp(28px,4.6vw,76px); }
.stage-one h2 { font-size: clamp(58px,6.5vw,105px); line-height: .88; }
.stage-copy { align-self: end; }
.stage-copy > p { font-size: 20px; line-height: 1.65; margin-bottom: 58px; max-width: 680px; }
.deliverables { border-top: 1px solid rgba(255,255,255,.35); display: grid; grid-template-columns: 1fr 1fr; row-gap: 22px; padding-top: 28px; }
.deliverables span { font-size: 14px; }
.stage-link { border-bottom: 1px solid currentColor; display: inline-flex; gap: 34px; margin-top: 52px; padding-bottom: 8px; }

.contact { display: grid; grid-template-columns: 52% 48%; padding: clamp(80px,9vw,150px) clamp(28px,4.6vw,76px); }
.contact-statement { padding-right: clamp(40px,8vw,130px); }
.contact h2 { font-size: clamp(60px,6.4vw,103px); line-height: .85; }
.contact-statement > p:last-child { color: var(--muted); font-size: 19px; line-height: 1.65; margin: 50px 0 0; max-width: 570px; }
.contact-panel { border-left: 1px solid var(--line); padding-left: clamp(36px,6vw,96px); }
.form-kicker { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 36px; margin-bottom: 48px; }
.field-row { display: grid; gap: 28px; grid-template-columns: 1fr 1fr; }
.contact-panel [data-slot="field-label"], .contact-panel .field label { color: var(--muted); font-size: 13px; font-weight: 500; text-transform: uppercase; }
.contact-panel [data-slot="input"], .contact-panel [data-slot="native-select"], .contact-panel [data-slot="textarea"] { background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; box-shadow: none; font-size: 17px; min-height: 50px; padding-left: 0; padding-right: 0; }
.contact-panel [data-slot="textarea"] { padding-top: 12px; resize: vertical; }
.contact-panel [data-slot="button"] { justify-content: space-between; margin-top: 14px; width: 100%; }
.form-success { border-top: 1px solid var(--line); padding-top: 44px; }
.form-success h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 60px; font-weight: 400; margin-bottom: 22px; }
.form-success p { color: var(--muted); font-size: 18px; line-height: 1.6; }
.form-success button { background: transparent; border: 0; border-bottom: 1px solid var(--clay); color: var(--clay); cursor: pointer; margin-top: 22px; padding: 0 0 8px; }

footer { border-top: 1px solid var(--line); display: flex; font-size: 13px; justify-content: space-between; padding: 32px clamp(28px,4.6vw,76px); }
footer p { margin: 0; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 90px; }
  .site-header nav { display: none; }
  .hero, .order-staged, .collections-heading, .lease, .system, .opportunities, .flagship, .stage-one, .contact { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-copy { padding-bottom: 70px; padding-top: 78px; }
  .hero-media, .lease-media, .system-image, .flagship-image { aspect-ratio: 4 / 3; min-height: 0; }
  .section-heading { padding-bottom: 64px; }
  .order-process { margin-top: 68px; }
  .collections-heading > p:last-child { margin-top: 42px; padding-left: 0; }
  .collection-grid { grid-template-columns: repeat(2,1fr); }
  .collection-grid article:nth-child(3n) { border-right: 0; }
  .collection-grid article:nth-child(2n) { border-right: 1px solid rgba(255,255,255,.2); }
  .collection-grid article:nth-last-child(-n+3) { border-bottom: 0; }
  .collection-grid article:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .lease-detail { padding-left: 0; }
  .system-image { margin-top: 60px; }
  .system-steps article > div { grid-template-columns: 35% 1fr; }
  .opportunity-intro { margin-top: 44px; padding-left: 0; }
  .flagship-copy { padding-bottom: 100px; padding-top: 80px; }
  .stage-copy { margin-top: 60px; }
  .contact-panel { border-left: 0; border-top: 1px solid var(--line); margin-top: 70px; padding-left: 0; padding-top: 60px; }
}

@media (max-width: 620px) {
  .site-header { padding: 16px 20px; }
  .site-header > p { font-size: 11px; max-width: 120px; text-align: right; }
  .wordmark { font-size: 25px; }
  .hero-copy { padding: 62px 22px 54px; }
  .hero h1 { font-size: 74px; }
  .hero-copy > p { font-size: 18px; margin-top: 28px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; margin-top: 38px; }
  .button { min-height: 56px; width: 100%; }
  .order-staged, .collections, .lease, .system, .opportunities, .stage-one, .contact { padding-left: 20px; padding-right: 20px; }
  .section-label { font-size: 23px; margin-bottom: 34px; }
  .lease h2, .system h2, .opportunities h2, .flagship h2, .stage-one h2, .contact h2 { font-size: 58px; }
  .order-heading h2, .collections h2 { font-size: 58px; }
  .order-process article { gap: 12px; grid-template-columns: 34px 1fr; }
  .order-process article p { grid-column: 2; }
  .order-packages, .collection-grid { grid-template-columns: 1fr; }
  .order-packages article, .order-packages article + article { border-bottom: 1px solid var(--line); border-right: 0; padding: 32px 0; }
  .collection-grid article, .collection-grid article:nth-child(2n), .collection-grid article:nth-child(3n) { border-bottom: 0; border-right: 1px solid rgba(255,255,255,.2); min-height: 290px; }
  .collection-grid article:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
  .collection-cta { align-items: flex-start; flex-direction: column; gap: 28px; }
  .section-intro { font-size: 17px; margin-top: 30px; }
  .lease-detail > div { align-items: flex-start; flex-direction: column; gap: 8px; }
  .system-steps article { grid-template-columns: 42px 1fr; }
  .system-steps article > div { gap: 14px; grid-template-columns: 1fr; }
  .category-list { grid-template-columns: 1fr 1fr; }
  .opportunity-list article { gap: 14px; grid-template-columns: 38px 1fr; }
  .opportunity-list article > p { grid-column: 2; }
  .flagship-copy { padding: 60px 20px 80px; }
  .deliverables, .field-row { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; gap: 10px; padding: 28px 20px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }

.hero-media img, .lease-media img, .system-image img, .flagship-image img { display: block; height: 100%; width: 100%; }
.field-group { display: flex; flex-direction: column; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.contact-submit { align-items: center; background: var(--clay); border: 1px solid var(--clay); color: #fffaf4; cursor: pointer; display: flex; font: inherit; justify-content: space-between; min-height: 64px; padding: 0 28px; width: 100%; }
.contact-submit:hover, .contact-submit:focus-visible { background: var(--clay-dark); }
.contact-trap { left: -9999px; position: absolute; }
.form-error { color: #8e2f24; margin-bottom: 22px; }

/* Isolate the editorial calls-to-action from legacy WordPress plugin styles. */
.hero .button.button-primary { background: var(--clay) !important; border: 1px solid var(--clay) !important; color: #fffaf4 !important; }
.hero .button.button-primary:hover, .hero .button.button-primary:focus-visible { background: var(--clay-dark) !important; border-color: var(--clay-dark) !important; }
.hero .button.button-secondary { background: transparent !important; border: 1px solid var(--clay) !important; color: var(--clay) !important; }
.hero .button.button-secondary:hover, .hero .button.button-secondary:focus-visible { background: var(--clay) !important; color: #fffaf4 !important; }
