/* Axel Ortiz Installations — stylesheet
   Warm craftsman. Cream ground, serif display, terracotta + olive.
   Written from scratch 2026-09-10 so the site shares no layout or
   stylesheet with the LSG Rentals portfolio. */

:root {
  --cream: #f6f1e8;
  --cream-deep: #eee6d8;
  --sand: #e3d8c4;
  --ink: #2a2622;
  --ink-soft: #5b544c;
  --terra: #b5532a;
  --terra-deep: #93411f;
  --olive: #5a6b45;
  --olive-deep: #3b4630;
  --rule: #d8cdb8;
  --serif: "Fraunces", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  --wrap: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--terra); }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
h1, h2, h3, .serif { font-family: var(--serif); font-weight: 600; letter-spacing: -.01em; line-height: 1.12; color: var(--ink); }
h2 { font-size: 34px; margin: 0 0 14px; }
h3 { font-size: 23px; margin: 0 0 8px; }
.eyebrow { font-family: var(--sans); font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--olive); font-weight: 700; margin: 0 0 10px; }
.lede { font-size: 20px; color: var(--ink-soft); max-width: 640px; margin: 0 0 18px; }

/* ---------- Buttons ---------- */
.btn { display: inline-block; padding: 14px 26px; border-radius: 4px; font-weight: 700; text-decoration: none; font-size: 17px; font-family: var(--sans); letter-spacing: .01em; border: 2px solid transparent; }
.btn-terra { background: var(--terra); color: #fff; border-color: var(--terra); }
.btn-terra:hover { background: var(--terra-deep); border-color: var(--terra-deep); }
.btn-line { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-line:hover { background: var(--ink); color: var(--cream); }
.btn-cream { background: var(--cream); color: var(--terra-deep); border-color: var(--cream); }
.btn-cream:hover { background: #fff; }

/* ---------- Top strip + masthead ---------- */
.strip { background: var(--olive-deep); color: #e7e2d6; font-size: 14px; }
.strip .wrap { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 7px 24px; flex-wrap: wrap; }
.strip a { color: #fff; text-decoration: none; font-weight: 700; }
.masthead { background: var(--cream); border-bottom: 1px solid var(--rule); }
.masthead .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 12px; padding-bottom: 12px; }
.masthead .brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.masthead .brand img { width: 44px; height: 44px; border-radius: 6px; }
.masthead .brand .name { font-family: var(--serif); font-weight: 700; font-size: 20px; line-height: 1.05; }
.masthead .brand .name small { display: block; font-family: var(--sans); font-weight: 600; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--olive); margin-top: 3px; }
.masthead .call { display: inline-block; background: var(--terra); color: #fff; text-decoration: none; padding: 10px 16px; border-radius: 4px; font-weight: 700; white-space: nowrap; }
.menu { position: relative; }
.menu summary { list-style: none; cursor: pointer; font-weight: 700; padding: 10px 12px; border: 1.5px solid var(--ink); border-radius: 4px; font-size: 15px; }
.menu summary::-webkit-details-marker { display: none; }
.menu[open] summary { background: var(--ink); color: var(--cream); }
.menu nav { position: absolute; right: 0; top: calc(100% + 8px); background: #fff; border: 1px solid var(--rule); border-radius: 6px; min-width: 220px; padding: 8px 0; box-shadow: 0 10px 30px rgba(42,38,34,.14); z-index: 60; }
.menu nav a { display: block; padding: 10px 18px; text-decoration: none; color: var(--ink); font-weight: 600; }
.menu nav a:hover { background: var(--cream); color: var(--terra); }
.navbar { display: none; border-bottom: 1px solid var(--rule); background: var(--cream); }
.navbar .wrap { display: flex; justify-content: center; gap: 36px; padding-top: 12px; padding-bottom: 12px; }
.navbar a { text-decoration: none; color: var(--ink); font-weight: 600; font-size: 15px; letter-spacing: .06em; text-transform: uppercase; }
.navbar a:hover { color: var(--terra); }
.masthead-desk { display: none; }
.masthead-desk .wrap { display: flex; justify-content: center; padding-top: 26px; padding-bottom: 18px; }
.masthead-desk img { height: 104px; width: auto; }

/* ---------- Hero ---------- */
.hero { padding: 48px 0 40px; }
.hero .wrap { display: grid; gap: 30px; align-items: center; }
.hero h1 { font-size: 40px; margin: 0 0 16px; }
.hero .ctas { display: flex; flex-wrap: wrap; gap: 12px; margin: 8px 0 20px; }
.hero .marks { display: flex; flex-wrap: wrap; gap: 8px 22px; color: var(--ink-soft); font-size: 15px; font-weight: 600; margin: 0; padding: 0; list-style: none; }
.hero .marks li::before { content: "\2014"; color: var(--terra); margin-right: 8px; }
.hero .art { background: var(--sand); border-radius: 10px; padding: 26px; }
.hero .art svg { width: 100%; height: auto; display: block; }
.hero.inner { padding-bottom: 32px; border-bottom: 1px solid var(--rule); }
.hero.inner .art { padding: 20px; }

/* ---------- Sections ---------- */
section { padding: 52px 0; }
section.sand { background: var(--cream-deep); }
section.olive { background: var(--olive-deep); color: #e7e2d6; }
section.olive h2, section.olive h3 { color: #fff; }
section.terra { background: var(--terra); color: #fbeee7; text-align: center; }
section.terra h2 { color: #fff; }
section.terra p { max-width: 560px; margin: 0 auto 22px; }
.split { display: grid; gap: 28px; align-items: start; }
.split .sticky { position: sticky; top: 20px; }

/* ---------- Service list (home) ---------- */
.svc-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.svc-list li { border-bottom: 1px solid var(--rule); }
.svc-list a { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 22px 0; text-decoration: none; color: var(--ink); align-items: start; }
.svc-list a:hover h3 { color: var(--terra); }
.svc-list .n { font-family: var(--serif); font-size: 15px; color: var(--olive); font-weight: 600; padding-top: 6px; letter-spacing: .04em; }
.svc-list h3 { margin: 0 0 4px; }
.svc-list p { margin: 0; color: var(--ink-soft); font-size: 17px; }
.svc-list .go { color: var(--terra); font-weight: 700; font-size: 15px; display: inline-block; margin-top: 8px; }

/* ---------- Meet / why ---------- */
.meet { display: grid; gap: 26px; }
.meet .plate { background: var(--olive-deep); color: #e7e2d6; border-radius: 10px; padding: 30px; }
.meet .plate img { width: 72px; height: 72px; border-radius: 8px; margin-bottom: 18px; }
.meet .plate h3 { color: #fff; }
.meet .plate p { margin: 0; }
.meet .points h3 { margin-top: 0; }
.meet .points div + div { border-top: 1px solid var(--rule); padding-top: 22px; margin-top: 22px; }
.meet .points p { margin: 0; color: var(--ink-soft); }

/* ---------- Timeline ---------- */
.timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.timeline li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 0 0 26px; position: relative; }
.timeline li::before { content: ""; position: absolute; left: 21px; top: 44px; bottom: 0; width: 2px; background: var(--rule); }
.timeline li:last-child::before { display: none; }
.timeline .dot { width: 44px; height: 44px; border-radius: 50%; background: var(--terra); color: #fff; font-family: var(--serif); font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.timeline h3 { margin: 8px 0 4px; }
.timeline p { margin: 0; color: var(--ink-soft); }

/* ---------- Areas ---------- */
.towns { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.towns a { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font-weight: 600; padding: 12px 14px; border: 1px solid var(--rule); border-radius: 6px; background: var(--cream); }
.towns a:hover { border-color: var(--terra); color: var(--terra); }
.towns svg { width: 18px; height: 18px; flex: 0 0 auto; }
.town-cards { display: grid; gap: 18px; }
.town-cards a { display: block; text-decoration: none; color: var(--ink); background: var(--cream); border: 1px solid var(--rule); border-radius: 8px; padding: 22px; }
.town-cards a:hover { border-color: var(--terra); }
.town-cards h3 { margin-bottom: 6px; }
.town-cards p { color: var(--ink-soft); margin: 0 0 10px; font-size: 16px; }
.town-cards span { color: var(--terra); font-weight: 700; font-size: 15px; }

/* ---------- Prose ---------- */
.prose { max-width: 720px; }
.prose p { margin: 0 0 18px; }
.prose ul { margin: 0 0 18px; padding-left: 22px; }
.prose li { margin-bottom: 8px; }
.prose h2 { font-size: 30px; margin: 36px 0 12px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 28px 0 8px; }
p.muted { color: var(--ink-soft); font-size: 15px; margin-top: -6px; }

/* ---------- Sidebar (service / suburb pages) ---------- */
.aside { background: var(--olive-deep); color: #e7e2d6; border-radius: 10px; padding: 26px; }
.aside h3 { color: #fff; font-size: 24px; margin-bottom: 6px; }
.aside p { margin: 0 0 16px; font-size: 16px; }
.aside .btn { display: block; text-align: center; }
.aside .tel { display: block; text-align: center; color: #fff; font-weight: 700; font-size: 20px; text-decoration: none; margin: 14px 0 4px; font-family: var(--serif); }
.aside .hrs { text-align: center; font-size: 14px; color: #c9c3b4; margin: 0; }
.aside-links { margin-top: 18px; }
.aside-links h4 { margin: 0 0 8px; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--olive); }
.aside-links a { display: block; padding: 8px 0; border-top: 1px solid var(--rule); text-decoration: none; color: var(--ink); font-weight: 600; }
.aside-links a:hover { color: var(--terra); }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--rule); max-width: 820px; }
.faq details { border-bottom: 1px solid var(--rule); padding: 4px 0; }
.faq summary { cursor: pointer; font-family: var(--serif); font-weight: 600; font-size: 20px; padding: 16px 36px 16px 0; list-style: none; position: relative; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 12px; color: var(--terra); font-size: 26px; font-family: var(--sans); }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { margin: 0 0 18px; color: var(--ink-soft); }
.related { margin-top: 22px; font-size: 16px; }
.related strong { color: var(--olive); letter-spacing: .1em; text-transform: uppercase; font-size: 13px; margin-right: 8px; }

/* ---------- Cost table ---------- */
.table-wrap { overflow-x: auto; margin: 0 0 24px; -webkit-overflow-scrolling: touch; border: 1px solid var(--rule); border-radius: 8px; background: #fff; }
table.costs { border-collapse: collapse; width: 100%; min-width: 600px; font-size: 16px; }
table.costs th, table.costs td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--rule); vertical-align: top; }
table.costs thead th { background: var(--cream-deep); font-family: var(--sans); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--olive); }
table.costs tbody tr:last-child td { border-bottom: none; }
table.costs td:nth-child(2) { white-space: nowrap; font-family: var(--serif); font-weight: 600; color: var(--terra-deep); }

/* ---------- Footer ---------- */
.foot { background: var(--ink); color: #cfc8bb; padding: 44px 0 96px; font-size: 15px; }
.foot .cols { display: grid; gap: 28px; }
.foot h4 { color: #fff; margin: 0 0 12px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.foot a { color: #cfc8bb; text-decoration: none; }
.foot a:hover { color: #fff; }
.foot ul { list-style: none; padding: 0; margin: 0; }
.foot li { margin-bottom: 8px; }
.foot .logo { height: 64px; width: auto; margin: 0 0 14px; }
.foot .legal { border-top: 1px solid #47413a; margin-top: 30px; padding-top: 18px; color: #9b948a; font-size: 13px; line-height: 1.7; }
.foot .legal .disclosure { color: #cfc8bb; }

/* ---------- Mobile call bar ---------- */
.call-bar { position: fixed; left: 0; right: 0; bottom: 0; background: var(--terra); z-index: 100; box-shadow: 0 -2px 14px rgba(0,0,0,.18); }
.call-bar a { display: block; text-align: center; color: #fff; font-weight: 700; font-size: 18px; padding: 15px; text-decoration: none; font-family: var(--serif); }

/* ---------- Responsive ---------- */
@media (min-width: 760px) {
  .hero .wrap { grid-template-columns: 1.15fr 1fr; }
  .hero h1 { font-size: 50px; }
  .meet { grid-template-columns: 1fr 1.4fr; }
  .towns { grid-template-columns: repeat(2, 1fr); }
  .town-cards { grid-template-columns: repeat(2, 1fr); }
  .foot .cols { grid-template-columns: 1.6fr 1fr 1fr; }
  .svc-list { columns: 2; column-gap: 48px; }
  .svc-list li { break-inside: avoid; }
}
@media (min-width: 980px) {
  .masthead, .menu { display: none; }
  .masthead-desk, .navbar { display: block; }
  .call-bar { display: none; }
  .foot { padding-bottom: 44px; }
  .hero { padding: 64px 0 56px; }
  .hero h1 { font-size: 58px; }
  .split { grid-template-columns: 1fr 340px; gap: 56px; }
  .towns { grid-template-columns: repeat(4, 1fr); }
  .town-cards { grid-template-columns: repeat(3, 1fr); }
  h2 { font-size: 38px; }
}
