/* ============================================================
   Ventura Rental - shared stylesheet for page mocks
   Tokens extracted from venturarental.com (see ../design.md).
   Sections are named to map 1:1 onto Elementor containers.
   Header + footer are the site's GLOBAL templates (context only);
   the team rebuilds the page BODY sections only.
   ============================================================ */

@font-face {
  font-family: "Casanova Serif";
  src: url("https://www.venturarental.com/wp-content/uploads/2024/01/Casanova-Font-Free.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #15100A;          /* warm black: headlines, dark text */
  --accent: #BA612C;       /* terracotta: buttons, accents, links */
  --accent-dark: #9a4e22;  /* button hover */
  --cream: #FFDCB1;        /* peach accent band */
  --taupe: #C7BFBB;        /* muted divider / surface */
  --band: #EFEFEF;         /* light gray section band */
  --text: #7A7A7A;         /* body gray */
  --muted: #878787;        /* secondary text */
  --black: #000000;
  --white: #FFFFFF;
  --radius-btn: 0;
  --radius-img: 0;
  --container: 1140px;
  --serif: "Casanova Serif", "Playfair Display", Georgia, serif;
  --sans: "Poppins", -apple-system, "Segoe UI", sans-serif;
}

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

body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--white);
}

.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 { font-family: var(--serif); font-weight: 400; color: var(--ink); line-height: 1.05; }
h1 { font-size: 55px; }
h2 { font-size: 46px; }
h3 { font-size: 28px; color: var(--black); line-height: 1.2; }
p { margin: 0 0 18px; }
.eyebrow {
  font-family: var(--sans); font-size: 13px; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 14px;
}
em { color: var(--accent); font-style: italic; }

/* Buttons */
.btn {
  display: inline-block; font-family: var(--sans); font-size: 15px; font-weight: 600;
  letter-spacing: 0.02em; padding: 15px 34px; border-radius: var(--radius-btn);
  border: 1.5px solid var(--accent); background: var(--accent); color: var(--white); cursor: pointer;
}
.btn:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.btn.outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn.outline:hover { background: var(--ink); color: var(--white); }

/* ---------- SECTION: Announcement bar (global) ---------- */
.announce { background: var(--accent); color: var(--white); text-align: center; font-size: 14px; padding: 9px 16px; }

/* ---------- SECTION: Header (global) ---------- */
.site-header { background: var(--white); border-bottom: 1px solid #eee; }
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 20px; }
.site-logo { font-family: var(--serif); font-size: 24px; color: var(--ink); letter-spacing: .02em; }
.site-logo small { display: block; font-family: var(--sans); font-size: 10px; letter-spacing: .28em; text-transform: uppercase; color: var(--muted); }
.site-nav { display: flex; gap: 28px; align-items: center; font-size: 15px; color: var(--black); }
.site-nav a:hover { color: var(--accent); }
.site-nav a.current { color: var(--accent); }
.nav-pill { background: var(--accent); color: var(--white); padding: 9px 18px; border-radius: 0; font-weight: 600; font-size: 14px; }

/* ---------- SECTION: Hero ---------- */
.hero { background: var(--band); text-align: center; padding: 84px 0 90px; }
.hero h1 { margin-bottom: 14px; }
.hero .subhead { font-family: var(--serif); font-style: italic; font-size: 24px; color: var(--accent); margin-bottom: 22px; }
.hero .lead { max-width: 760px; margin: 0 auto 30px; font-size: 18px; line-height: 1.7; }
.hero .cta-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- SECTION: generic content section ---------- */
.section { padding: 78px 0; }
.section.band { background: var(--band); }
.section.cream { background: var(--cream); }
.section-head { text-align: center; max-width: 820px; margin: 0 auto 48px; }
.section-head h2 { margin-bottom: 18px; }
.section-head p { font-size: 17px; }

/* ---------- SECTION: 3-step process strip ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.step { text-align: center; padding: 0 14px; }
.step .step-num {
  width: 58px; height: 58px; border-radius: 0; background: var(--accent); color: var(--white);
  font-family: var(--serif); font-size: 26px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px;
}
.step h3 { font-size: 22px; margin-bottom: 10px; }
.step p { font-size: 15px; margin: 0; }

/* ---------- SECTION: Capability card grid ---------- */
.cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cap-card { background: var(--white); border: 1px solid #ececec; border-radius: var(--radius-img); overflow: hidden; box-shadow: 0 6px 22px rgba(21,16,10,.04); }
.cap-card .cap-photo { width: 100%; aspect-ratio: 3/2; object-fit: cover; display: block; background: var(--taupe); }
.cap-card .cap-body { padding: 22px 24px; }
.cap-card h3 { font-size: 21px; margin-bottom: 8px; }
.cap-card p { font-size: 15px; margin: 0; }

/* ---------- SECTION: feature (image + copy, two columns) ---------- */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.two-col .col-img img { border-radius: var(--radius-img); width: 100%; object-fit: cover; aspect-ratio: 4/3; background: var(--taupe); }

/* Placeholder slots (v1 preview before real photos are dropped) */
.ph-box {
  border-radius: var(--radius-img); min-height: 320px; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 20px; color: #5b5048; font-family: var(--sans); font-size: 14px; letter-spacing: .03em;
  background: repeating-linear-gradient(45deg, var(--taupe), var(--taupe) 12px, #d6cfc9 12px, #d6cfc9 24px);
}
.two-col.flip .col-img { order: 2; }
.two-col h2 { text-align: left; font-size: 40px; margin-bottom: 18px; }
.two-col ul { list-style: none; margin: 8px 0 0; }
.two-col ul li { position: relative; padding-left: 26px; margin-bottom: 10px; }
.two-col ul li::before { content: ""; position: absolute; left: 0; top: 9px; width: 9px; height: 9px; border-radius: 0; background: var(--accent); }

/* ---------- SECTION: Featured Builds gallery (mixed aspect ratios) ---------- */
.gallery { columns: 3; column-gap: 18px; }
.gallery .tile { break-inside: avoid; margin-bottom: 18px; border-radius: var(--radius-img); overflow: hidden; background: var(--taupe); }
.gallery .tile img { width: 100%; display: block; }
.gallery .tile figcaption { font-family: var(--sans); font-size: 13px; color: var(--muted); padding: 10px 12px; background: var(--white); }
.gallery .ph { display: flex; align-items: center; justify-content: center; min-height: 200px; color: #5b5048; font-family: var(--sans); font-size: 13px; letter-spacing: .04em; text-align: center; padding: 16px; background: repeating-linear-gradient(45deg, var(--taupe), var(--taupe) 12px, #d6cfc9 12px, #d6cfc9 24px); }

/* ---------- SECTION: CTA band ---------- */
.cta-band { background: var(--band); color: var(--ink); text-align: center; padding: 78px 0; }
.cta-band h2 { color: var(--ink); margin-bottom: 16px; }
.cta-band p { max-width: 680px; margin: 0 auto 26px; font-size: 18px; color: #4b4239; }
.cta-band .tagline { font-family: var(--serif); font-style: italic; font-size: 26px; color: var(--accent); margin-bottom: 26px; }

/* ---------- SECTION: Service-area block ---------- */
.areas { text-align: center; padding: 60px 0; }
.areas p { font-size: 18px; color: var(--ink); margin: 0; }
.areas strong { color: var(--accent); font-weight: 600; }

/* ---------- SECTION: Footer (global) ---------- */
.site-footer { background: var(--taupe); color: var(--ink); padding: 60px 0 0; font-size: 15px; }
.footer-cols { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-col h3 { font-family: var(--sans); font-size: 14px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 9px; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid rgba(21,16,10,.22); margin-top: 46px; padding: 22px 0; text-align: center; font-size: 14px; color: var(--ink); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  h1, .hero h1 { font-size: 40px; }
  h2, .two-col h2 { font-size: 34px; }
  .site-nav { display: none; }
  .steps, .cap-grid, .two-col { grid-template-columns: 1fr; }
  .two-col.flip .col-img { order: -1; }
  .gallery { columns: 2; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  h1, .hero h1 { font-size: 33px; }
  h2 { font-size: 28px; }
  .section { padding: 52px 0; }
  .hero { padding: 56px 0; }
  .gallery { columns: 1; }
  .footer-cols { grid-template-columns: 1fr; }
}
