/* Outback Containers — main stylesheet
   Heritage Red: original brand red #A62E2A, modernised */

:root {
  --ink: #262121;
  --ink-2: #322a2a;
  --ochre: #a62e2a;      /* brand red (from original Outback Containers site) */
  --ochre-dark: #892421;
  --ochre-soft: #fbe9e7;
  --sand: #fbf4f2;
  --sand-2: #f1e3df;
  --white: #ffffff;
  --text: #322c2c;
  --text-soft: #6b5f5d;
  --line: #e8d9d5;
  --ok: #1e7d4f;
  --radius: 10px;
  --radius-lg: 16px;
  --shadow: 0 2px 10px rgba(28, 32, 38, 0.08);
  --shadow-lg: 0 12px 40px rgba(28, 32, 38, 0.16);
  --max: 1180px;
  --font: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); color: var(--text); background: var(--white); line-height: 1.6; font-size: 16.5px; }
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--ochre-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-weight: 800; line-height: 1.15; color: var(--ink); letter-spacing: -0.015em; }
h1 { font-size: clamp(1.9rem, 4.2vw, 3.1rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.15rem); margin-bottom: 0.6em; }
h3 { font-size: 1.2rem; margin-bottom: 0.4em; }
p { margin-bottom: 1em; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }
section { padding: 64px 0; }
.section-tight { padding: 40px 0; }
.kicker { display: inline-block; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ochre); margin-bottom: 10px; }
.hero .kicker, .page-hero .kicker, .quote-section .kicker { color: #ef8f8a; }
.lead { font-size: 1.15rem; color: var(--text-soft); max-width: 62ch; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn { display: inline-block; font-family: var(--font); font-weight: 700; font-size: 1rem; padding: 14px 26px; border-radius: var(--radius); border: 2px solid transparent; cursor: pointer; text-align: center; transition: transform 0.12s ease, background 0.15s ease, box-shadow 0.15s ease; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--ochre); color: #fff; box-shadow: 0 4px 14px rgba(166, 46, 42, 0.35); }
.btn-dark { background: #111; color: #fff; }
.btn-dark:hover { background: #000; color: #fff; }
.btn-primary:hover { background: var(--ochre-dark); }
.btn-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-ghost-light { border-color: rgba(255,255,255,0.5); color: #fff; }
.btn-ghost-light:hover { background: rgba(255,255,255,0.12); }
.btn-lg { padding: 17px 32px; font-size: 1.08rem; }
.btn-block { display: block; width: 100%; }

/* ---------- Top bar + header ---------- */
.topbar { background: #6f1c19; color: #f2d4d1; font-size: 0.85rem; padding: 7px 0; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.topbar a { color: #fff; font-weight: 600; }
.topbar .tb-right { display: flex; gap: 18px; align-items: center; }
header.site { position: sticky; top: 0; z-index: 60; background: var(--ochre); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 20px; max-width: var(--max); margin: 0 auto; }
.logo { display: flex; align-items: center; flex: none; }
.logo:hover { text-decoration: none; }
.logo svg { height: 46px; width: auto; display: block; }
.nav-links { display: flex; gap: 2px; list-style: none; align-items: center; }
.nav-links > li { position: relative; }
.nav-links a { display: block; padding: 10px 10px; color: #fff; font-weight: 600; font-size: 0.95rem; border-radius: 8px; white-space: nowrap; }
.nav-links a:hover { background: rgba(255,255,255,0.14); text-decoration: none; }
.nav-cta { display: flex; align-items: center; gap: 10px; flex: none; }
.nav-cta .btn { white-space: nowrap; padding: 12px 20px; }
.nav-phone { font-weight: 800; color: #fff; font-size: 1rem; white-space: nowrap; }
@media (max-width: 1120px) { .nav-phone .nav-phone-num { display: none; } }
.nav-phone svg { display: inline; vertical-align: -3px; margin-right: 5px; }
.dropdown { position: absolute; top: 100%; left: 0; background: #fff; min-width: 250px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 8px; display: none; z-index: 70; }
.nav-links li:hover .dropdown, .nav-links li:focus-within .dropdown { display: block; }
.dropdown a { padding: 9px 12px; font-weight: 500; color: var(--ink); }
.dropdown a:hover { background: var(--sand); }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.hamburger span { display: block; width: 24px; height: 3px; background: #fff; margin: 5px 0; border-radius: 2px; transition: 0.2s; }

/* ---------- Hero ---------- */
.hero { background: linear-gradient(160deg, #262121 0%, #302626 55%, #57201c 100%); color: #fff; padding: 72px 0 84px; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto 0 0 0; height: 6px; background: linear-gradient(90deg, var(--ochre), #e0524d); }
.hero .wrap { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: center; position: relative; }
.hero h1 { color: #fff; margin-bottom: 18px; }
.hero .lead { color: #c9cfd8; margin-bottom: 28px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-points { list-style: none; display: grid; gap: 9px; font-size: 0.98rem; color: #d8dde4; }
.hero-points li { padding-left: 26px; position: relative; }
.hero-points li::before { content: "✓"; position: absolute; left: 0; color: var(--ochre); font-weight: 800; }
.hero-art { position: relative; }
.hero-panel { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-lg); padding: 26px; backdrop-filter: blur(4px); }
.hero-panel h3 { color: #fff; margin-bottom: 14px; }

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--sand); border-bottom: 1px solid var(--line); padding: 18px 0; }
.trust-strip .wrap { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; align-items: center; }
.trust-item { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--ink); font-size: 0.95rem; }
.trust-item svg { flex: none; }
.stars { color: #f5a623; letter-spacing: 2px; }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); transition: transform 0.15s ease, box-shadow 0.15s ease; display: flex; flex-direction: column; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.card-art { background: linear-gradient(150deg, var(--sand) 0%, var(--sand-2) 100%); padding: 26px 26px 18px; }
.card-body { padding: 20px 24px 24px; flex: 1; display: flex; flex-direction: column; }
.card-body p { color: var(--text-soft); font-size: 0.95rem; flex: 1; }
.card-price { font-size: 0.9rem; color: var(--text-soft); margin-bottom: 14px; }
.card-price strong { color: var(--ink); font-size: 1.15rem; }
.card .btn { align-self: flex-start; }
.badge { display: inline-block; background: var(--ochre-soft); color: var(--ochre-dark); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; padding: 4px 10px; border-radius: 99px; margin-bottom: 10px; }

/* split feature */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split .art { border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(150deg, var(--sand) 0%, var(--sand-2) 100%); padding: 30px; }
.checklist { list-style: none; display: grid; gap: 12px; margin: 18px 0; }
.checklist li { padding-left: 30px; position: relative; font-weight: 500; }
.checklist li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 21px; height: 21px; background: var(--ochre); color: #fff; border-radius: 50%; font-size: 0.75rem; display: flex; align-items: center; justify-content: center; font-weight: 800; }

/* ---------- Steps ---------- */
.steps { counter-reset: step; }
.step { position: relative; padding: 26px 24px 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.step::before { counter-increment: step; content: counter(step); position: absolute; top: -18px; left: 22px; width: 38px; height: 38px; background: var(--ink); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; border: 3px solid var(--white); }
.step h3 { margin-top: 6px; }
.step p { color: var(--text-soft); font-size: 0.95rem; margin: 0; }

/* ---------- Quote form ---------- */
.quote-section { background: var(--ink); color: #fff; }
.quote-section h2, .quote-section h3 { color: #fff; }
.quote-section .lead { color: #c9cfd8; }
.form-card { background: #fff; border-radius: var(--radius-lg); padding: 30px; color: var(--text); box-shadow: var(--shadow-lg); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
label { font-weight: 600; font-size: 0.88rem; display: block; margin-bottom: 5px; color: var(--ink); }
input, select, textarea { width: 100%; font-family: var(--font); font-size: 1rem; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--text); }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--ochre); box-shadow: 0 0 0 3px rgba(224,94,31,0.15); }
textarea { min-height: 90px; resize: vertical; }
.pill-group { display: flex; gap: 8px; flex-wrap: wrap; }
.pill-group input { position: absolute; opacity: 0; pointer-events: none; }
.pill-group label.pill { border: 1.5px solid var(--line); border-radius: 99px; padding: 9px 18px; cursor: pointer; font-weight: 600; margin: 0; transition: 0.12s; }
.pill-group input:checked + label.pill { background: var(--ink); color: #fff; border-color: var(--ink); }
.form-note { font-size: 0.83rem; color: var(--text-soft); margin-top: 12px; }
.form-success { background: #e8f5ee; border: 1.5px solid var(--ok); color: #14532d; border-radius: var(--radius); padding: 18px; font-weight: 600; }
.form-error { background: #fdecea; border: 1.5px solid #c0392b; color: #7b241c; border-radius: var(--radius); padding: 14px; font-weight: 600; font-size: 0.92rem; }

/* ---------- Tables ---------- */
table { width: 100%; border-collapse: collapse; margin: 20px 0 28px; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); font-size: 0.95rem; }
th { background: var(--ink); color: #fff; text-align: left; padding: 12px 16px; font-weight: 700; }
td { padding: 12px 16px; border-bottom: 1px solid var(--line); }
tr:last-child td { border-bottom: none; }
tbody tr:nth-child(even) { background: var(--sand); }

/* ---------- FAQ ---------- */
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; background: #fff; }
.faq-item summary { cursor: pointer; padding: 18px 20px; font-weight: 700; color: var(--ink); list-style: none; position: relative; padding-right: 46px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; font-weight: 400; color: var(--ochre); transition: transform 0.15s; }
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item .faq-a { padding: 0 20px 18px; color: var(--text-soft); }

/* ---------- Reviews ---------- */
.review-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow); }
.review-card .stars { margin-bottom: 10px; }
.review-card blockquote { font-size: 0.98rem; color: var(--text); margin-bottom: 14px; }
.review-card cite { font-style: normal; font-weight: 700; color: var(--ink); font-size: 0.9rem; }
.review-card cite span { display: block; font-weight: 500; color: var(--text-soft); font-size: 0.82rem; }

/* ---------- Locations ---------- */
.loc-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.loc-cloud a { border: 1.5px solid var(--line); background: #fff; border-radius: 99px; padding: 9px 18px; font-weight: 600; color: var(--ink); font-size: 0.93rem; transition: 0.12s; }
.loc-cloud a:hover { border-color: var(--ochre); color: var(--ochre-dark); text-decoration: none; }
.state-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }

/* ---------- Guides ---------- */
.guide-card { display: flex; flex-direction: column; }
.guide-card time { font-size: 0.8rem; color: var(--text-soft); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; }
.article { max-width: 760px; margin: 0 auto; }
.article h2 { margin-top: 1.6em; }
.article ul, .article ol { margin: 0 0 1.2em 1.4em; }
.article-meta { color: var(--text-soft); font-size: 0.9rem; margin-bottom: 28px; }
.breadcrumbs { font-size: 0.85rem; color: var(--text-soft); padding: 16px 0 0; }
.breadcrumbs a { color: var(--text-soft); }
.breadcrumbs span { margin: 0 6px; }

/* ---------- Banners / CTA ---------- */
.cta-banner { background: linear-gradient(120deg, var(--ochre) 0%, #c4423d 100%); color: #fff; border-radius: var(--radius-lg); padding: 44px 40px; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; box-shadow: var(--shadow-lg); }
.cta-banner h2 { color: #fff; margin: 0 0 6px; }
.cta-banner p { margin: 0; opacity: 0.92; }
.cta-banner .btn { background: #fff; color: var(--ochre-dark); flex: none; }
.guarantee { display: flex; gap: 16px; align-items: flex-start; background: var(--ochre-soft); border: 1.5px solid #ecc4bf; border-radius: var(--radius-lg); padding: 22px 24px; }
.guarantee svg { flex: none; margin-top: 3px; }
.guarantee strong { color: var(--ink); }

/* ---------- Footer ---------- */
footer.site { background: var(--ink); color: #aeb4bd; padding: 56px 0 0; font-size: 0.93rem; }
footer.site h4 { color: #fff; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; }
footer.site a { color: #cfd4db; }
footer.site a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 40px; }
.footer-grid ul { list-style: none; display: grid; gap: 8px; }
.footer-phone { font-size: 1.35rem; font-weight: 800; color: #fff; display: block; margin: 12px 0 4px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding: 18px 0; font-size: 0.82rem; }
.footer-bottom .wrap { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

/* ---------- Mobile call bar ---------- */
.mobile-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 80; background: #fff; border-top: 1px solid var(--line); padding: 10px 14px; gap: 10px; box-shadow: 0 -4px 20px rgba(0,0,0,0.1); }
.mobile-cta .btn { flex: 1; padding: 13px 10px; font-size: 0.95rem; }

/* ---------- Page hero (interior) ---------- */
.page-hero { background: linear-gradient(160deg, #262121 0%, #3b2523 100%); color: #fff; padding: 48px 0 52px; }
.page-hero h1 { color: #fff; }
.page-hero .lead { color: #c9cfd8; margin: 12px 0 0; }
.page-hero .breadcrumbs, .page-hero .breadcrumbs a { color: #9aa1ab; padding-bottom: 12px; }

/* ---------- Finder ---------- */
.finder { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 28px; border-top: 5px solid var(--ochre); }
.finder-step { display: none; }
.finder-step.active { display: block; }
.finder-opts { display: grid; gap: 10px; margin: 16px 0; }
.finder-opts button { text-align: left; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--radius); background: #fff; font-family: var(--font); font-size: 1rem; font-weight: 600; cursor: pointer; transition: 0.12s; color: var(--ink); }
.finder-opts button:hover { border-color: var(--ochre); background: var(--ochre-soft); }
.finder-result { background: var(--sand); border-radius: var(--radius); padding: 18px; margin-bottom: 16px; }
.finder-back { background: none; border: none; color: var(--text-soft); cursor: pointer; font-size: 0.85rem; font-family: var(--font); padding: 0; margin-top: 8px; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero .wrap, .split { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; position: fixed; inset: 62px 0 0 0; background: #fff; flex-direction: column; align-items: stretch; padding: 18px 20px; gap: 2px; overflow-y: auto; z-index: 90; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 12px; font-size: 1.05rem; border-bottom: 1px solid var(--sand-2); border-radius: 0; color: var(--ink); }
  .nav-links a:hover { background: var(--sand); }
  .dropdown { display: block; position: static; border: none; box-shadow: none; padding: 0 0 0 16px; min-width: 0; }
  .hamburger { display: block; }
  .nav-cta .btn { display: none; }
  .topbar .tb-right span.tb-hours { display: none; }
}
@media (max-width: 640px) {
  section { padding: 44px 0; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .hero { padding: 48px 0 60px; }
  .hero-ctas .btn { flex: 1; }
  .mobile-cta { display: flex; }
  body { padding-bottom: 68px; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-banner { padding: 30px 24px; }
  .nav-phone .nav-phone-num { display: none; }
  .trust-strip .wrap { justify-content: flex-start; }
  .topbar .tb-tagline { display: none; }
  .topbar .wrap { justify-content: center; }
}
