/* ===========================================================
   OUR STORY — consolidated narrative page.
   PILOT: reuses the about/home design language (same classes,
   same .stone-section continuous-flow backdrop) so the page reads
   as part of the family, not a bolted-on new template.
   =========================================================== */

@import url('./about.css');

/* ===== WHY NOVELLO? — origin story ===== */
.story-name-shell {
  margin-top: var(--space-6);
}
.story-name-block {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(240px, 0.68fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 6vw, 7rem);
  max-width: none;
  margin: 0;
  padding: clamp(2.5rem, 5vw, 5.5rem);
  border: 1px solid var(--hairline);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(34, 29, 23, 0.96), rgba(8, 8, 7, 0.98)),
    var(--basalt-soft);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), 0 0 34px rgba(165, 131, 63, 0.04);
}
.story-name-block::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -3%;
  bottom: -22%;
  width: clamp(16rem, 31vw, 38rem);
  aspect-ratio: 1;
  background: url('../img/novello-n-monogram-black-bronze-v2.png') center / contain no-repeat;
  opacity: 0.035;
  pointer-events: none;
}
.story-name-heading {
  max-width: 480px;
}
.story-name-heading h2 {
  margin: var(--space-2) 0 var(--space-3);
  font-size: clamp(2.7rem, 5.5vw, 5.4rem);
  line-height: 0.96;
}
.story-name-intro {
  max-width: 440px;
  font-family: var(--font-headline);
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-style: italic;
  line-height: 1.25;
  color: var(--gold-light);
}
.story-name-copy {
  max-width: 720px;
}
.story-name-copy p {
  color: var(--text-body);
  line-height: 1.55;
}
.story-name-copy p + p {
  margin-top: 1.15rem;
}
.story-name-quote {
  grid-column: 1 / -1;
  margin: 0;
  padding: clamp(1.75rem, 3vw, 2.75rem) 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  font-family: var(--font-headline);
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  font-style: italic;
  line-height: 1.2;
  color: var(--limestone);
}
.story-name-path {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
}
.story-name-stage {
  padding-top: var(--space-2);
  border-top: 1px solid rgba(165, 131, 63, 0.28);
}
.story-name-stage .step-mono {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--gold);
  font-size: 0.76rem;
}
.story-name-stage h3 {
  margin-bottom: 0.65rem;
  font-size: 1rem;
}
.story-name-stage p {
  max-width: 34rem;
  color: var(--travertine);
  font-size: 0.92rem;
  line-height: 1.5;
}

@media (max-width: 860px) {
  .story-name-shell { margin-top: var(--space-5); }
  .story-name-block {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }
  .story-name-heading,
  .story-name-copy { max-width: 680px; }
}
@media (max-width: 680px) {
  .story-name-path { grid-template-columns: 1fr; }
  .story-name-block { border-radius: 3px; }
}

/* ===== INTRO TYPOGRAPHY & TEXT / IMAGE RHYTHM ===== */
/* The page reuses the About layout primitives, then narrows and tightens
   the story copy so it reads as an editorial introduction. */
.about-intro > .container:first-child {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}
.about-intro > .container:first-child > div:first-child {
  max-width: 680px;
}
.about-intro > .container:first-child p {
  line-height: 1.44;
}
.about-intro > .container:first-child > div:first-child > p + p {
  margin-top: 0.8rem;
}
.about-intro > .container:first-child .lead {
  font-size: 1.08rem;
  line-height: 1.42;
  margin-bottom: 0;
}
.about-intro > .container:nth-child(2) {
  display: block;
}
.about-visual {
  margin-top: 0.5rem;
}

@media (max-width: 860px) {
  .about-intro > .container:first-child {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .about-intro > .container:first-child > div:first-child {
    max-width: 640px;
  }
  .about-visual {
    margin-top: 0.75rem;
  }
}

/* ===== HOW WE WORK (values) ===== */
/* Background photo + light handled by .stone-section (see our-story.html) */
.story-values-section { color: var(--limestone); }
.story-values-section .eyebrow { color: var(--gold); text-shadow: 0 1px 4px rgba(0,0,0,0.7), 0 0 calc(var(--shimmer-strength, 0) * 9px) rgba(var(--shimmer-highlight-rgb), calc(var(--shimmer-strength, 0) * 0.60)); }
.story-values-section h2 { color: var(--limestone); text-shadow: 0 2px 8px rgba(0,0,0,0.55); }

.story-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4) var(--space-3);
  margin-top: var(--space-4);
}
.story-value {
  border-left: 1px solid rgba(165, 131, 63, 0.25);
  padding-left: var(--space-2);
}
.story-value h4 {
  color: var(--limestone);
  font-size: 1rem;
  margin-bottom: 0.4em;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
.story-value p {
  color: var(--limestone);
  opacity: 0.88;
  font-size: 0.9rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}

@media (max-width: 860px) {
  .story-values-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .story-values-grid { grid-template-columns: 1fr; }
}

/* ===== HOW A JOB RUNS ===== */
/* Background photo + light handled by .stone-section (see our-story.html) */
.story-process-section { color: var(--limestone); }
.story-process-section .eyebrow { color: var(--gold); text-shadow: 0 1px 4px rgba(0,0,0,0.7), 0 0 calc(var(--shimmer-strength, 0) * 9px) rgba(var(--shimmer-highlight-rgb), calc(var(--shimmer-strength, 0) * 0.60)); }
.story-process-section h2 { color: var(--limestone); text-shadow: 0 2px 8px rgba(0,0,0,0.55); }

.story-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-3);
  margin-top: var(--space-4);
}
.story-process-step {
  border-left: 1px solid rgba(165, 131, 63, 0.25);
  padding-left: var(--space-2);
}
.story-process-step h4 {
  color: var(--limestone);
  font-size: 1rem;
  margin-bottom: 0.4em;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
.story-process-step p {
  color: var(--limestone);
  opacity: 0.88;
  font-size: 0.9rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}

@media (max-width: 860px) {
  .story-process-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .story-process-grid { grid-template-columns: 1fr; }
}

/* ===== HOW WE PRICE ===== */
/* Background photo + light handled by .stone-section (see our-story.html) */
.story-pricing-section { color: var(--limestone); }
.story-pricing-section .eyebrow { color: var(--gold); text-shadow: 0 1px 4px rgba(0,0,0,0.7), 0 0 calc(var(--shimmer-strength, 0) * 9px) rgba(var(--shimmer-highlight-rgb), calc(var(--shimmer-strength, 0) * 0.60)); }
.story-pricing-section h2 { color: var(--limestone); text-shadow: 0 2px 8px rgba(0,0,0,0.55); }
.story-pricing-lead {
  max-width: 640px;
  margin-top: var(--space-2);
  color: var(--limestone);
  opacity: 0.9;
  font-size: 1.05rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}

.story-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-4) var(--space-4);
  margin-top: var(--space-4);
  max-width: 920px;
}
.story-pricing-item h4 {
  color: var(--gold-light);
  font-size: 1rem;
  margin-bottom: 0.4em;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
.story-pricing-item p {
  color: var(--limestone);
  opacity: 0.88;
  font-size: 0.92rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}

@media (max-width: 700px) {
  .story-pricing-grid { grid-template-columns: 1fr; }
}

/* ===== ON THE ROAD (fleet) ===== */
/* Background photo + light handled by .stone-section (see our-story.html) */
.story-fleet-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.story-fleet-frame {
  width: min(100%, 1120px);
  margin-inline: auto;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(0,0,0,0.22), 0 0 30px rgba(165, 131, 63,0.035);
}
.story-fleet-image { display: block; width: 100%; height: auto; object-fit: contain; border-radius: inherit; }
.story-fleet-text { max-width: 720px; color: var(--limestone); }
.story-fleet-text .eyebrow { color: var(--gold); text-shadow: 0 1px 4px rgba(0,0,0,0.7), 0 0 calc(var(--shimmer-strength, 0) * 9px) rgba(var(--shimmer-highlight-rgb), calc(var(--shimmer-strength, 0) * 0.60)); margin-bottom: var(--space-2); }
.story-fleet-text h2 { color: var(--limestone); text-shadow: 0 2px 8px rgba(0,0,0,0.55); }
.story-fleet-text p { color: var(--limestone); opacity: 0.9; margin: var(--space-2) 0 var(--space-3); text-shadow: 0 1px 4px rgba(0,0,0,0.6); }
.story-fleet-quote {
  font-family: var(--font-headline);
  font-style: italic;
  font-size: 1.08rem;
  border-left: 2px solid var(--gold);
  padding-left: var(--space-2);
  color: var(--limestone);
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}

@media (min-width: 1024px) {
  .story-fleet-section .container {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
    align-items: center;
    gap: clamp(48px, 6vw, 96px);
  }
  .story-fleet-text { order: 1; max-width: 560px; }
  .story-fleet-frame { order: 2; width: 100%; max-width: 620px; margin-inline: 0; justify-self: end; }
}
@media (max-width: 768px) {
  .story-fleet-frame { width: 94%; border-radius: 10px; }
}

/* ===== CLOSING LINE (no hard-sell band) ===== */
.story-closing { padding: var(--space-5) 0 var(--space-6); text-align: center; }
.story-closing p { max-width: 560px; margin: 0 auto; color: var(--travertine); font-size: 1.05rem; }

