/* ============================================================
   Territory Sellers — territorysellers.com.au
   Palette drawn from the brand logo: deep tropical navy,
   Territory orange, warm sand.
   ============================================================ */

:root {
  --ink: #08141f;        /* near-black navy (brand kit background) */
  --ink-2: #0e2431;      /* lighter navy panel */
  --ink-3: #15364a;      /* border/hover navy */
  --orange: #ee8625;     /* Territory sunset orange */
  --orange-bright: #f79a3e;
  --sand: #f7f2e9;       /* page background */
  --card: #ffffff;
  --text: #24343f;       /* body text on light */
  --text-soft: #55656f;
  --line: #e3dbcc;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(10, 28, 39, 0.10);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--sand);
  color: var(--text);
  line-height: 1.7;
  font-size: 16.5px;
  -webkit-text-size-adjust: 100%;
}

/* ------------------------------------------------------------
   LINKS — explicit colours on every state so links never render
   as default blue/purple on Android or iOS. Tap highlight off.
   ------------------------------------------------------------ */
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.text-link,
.text-link:link,
.text-link:visited {
  color: var(--orange);
  font-weight: 600;
  border-bottom: 2px solid rgba(232, 127, 47, 0.35);
  padding-bottom: 1px;
}
.text-link:hover,
.text-link:active,
.text-link:focus {
  color: #c96a20;
  border-bottom-color: #c96a20;
}

h1, h2, h3, h4 {
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1 { font-size: clamp(2.6rem, 6vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin-bottom: 0.5em; }
h3 { font-size: 1.4rem; margin-bottom: 0.35em; }

p { margin-bottom: 1em; }

img { max-width: 100%; height: auto; display: block; }

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

/* ------------------------------------------------------------
   HEADER
   ------------------------------------------------------------ */
.site-header {
  background: var(--ink);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 3px solid var(--orange);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.brand-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
}

.brand-name {
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
}
.brand-name em {
  font-family: "Kaushan Script", cursive;
  font-style: normal;
  font-size: 1.05em;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--orange);
  margin-left: 0.12em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.site-nav a,
.site-nav a:link,
.site-nav a:visited {
  color: #dfe7ec;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.55rem 0.85rem;
  border-radius: 8px;
  white-space: nowrap;
}
.site-nav a:hover,
.site-nav a:focus {
  color: #ffffff;
  background: var(--ink-3);
}
.site-nav a.active,
.site-nav a.active:visited {
  color: var(--orange-bright);
  background: rgba(232, 127, 47, 0.12);
}
.site-nav a.nav-cta,
.site-nav a.nav-cta:visited {
  background: var(--orange);
  color: #0a1c27;
  margin-left: 0.4rem;
}
.site-nav a.nav-cta:hover,
.site-nav a.nav-cta:focus {
  background: var(--orange-bright);
  color: #0a1c27;
}

.nav-toggle {
  display: none;
  background: none;
  border: 2px solid var(--ink-3);
  border-radius: 8px;
  padding: 0.5rem 0.6rem;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2.5px;
  background: #ffffff;
  margin: 4px 0;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ------------------------------------------------------------
   HERO
   ------------------------------------------------------------ */
.hero {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(232, 127, 47, 0.18), transparent 55%),
    radial-gradient(ellipse at 85% 100%, rgba(232, 127, 47, 0.10), transparent 50%),
    linear-gradient(165deg, #0d2230 0%, var(--ink) 60%, #071520 100%);
  color: #eef3f6;
  text-align: center;
  padding: 4.5rem 0 5rem;
}

.hero h1 {
  color: #ffffff;
  margin-bottom: 0.35em;
}
.hero h1 em {
  font-style: normal;
  color: var(--orange-bright);
}

.hero .tagline {
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1.2rem;
}
.hero .tagline em {
  font-style: normal;
  color: var(--orange-bright);
}

.hero p.lead {
  max-width: 680px;
  margin: 0 auto 2rem;
  color: #c6d2da;
  font-size: 1.08rem;
}

.hero-logo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 1.6rem;
  box-shadow: 0 0 0 5px rgba(232, 127, 47, 0.45), 0 14px 40px rgba(0, 0, 0, 0.5);
}

/* Brand-kit badge pills (Locally Trusted / Hassle Free / Free Quote) */
.badge-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1.9rem;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 1.02rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(238, 134, 37, 0.12);
  border: 1.5px solid rgba(247, 154, 62, 0.55);
  border-radius: 999px;
  padding: 0.45rem 1.1rem;
}
.badge::before {
  content: "✔";
  color: var(--orange-bright);
}

/* TERRITORY PROUD stamp (brand kit) */
.stamp-wrap {
  margin-top: 2.4rem;
  text-align: center;
}
.stamp {
  display: inline-block;
  position: relative;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: var(--orange-bright);
  border: 3px solid currentColor;
  border-radius: 10px;
  padding: 0.75rem 1.7rem 0.65rem;
  transform: rotate(-4deg);
  letter-spacing: 0.1em;
  line-height: 1;
}
.stamp::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1.5px solid currentColor;
  border-radius: 6px;
  opacity: 0.7;
  pointer-events: none;
}
.stamp .stamp-main {
  display: block;
  font-size: 1.8rem;
}
.stamp .stamp-sub {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  margin-top: 0.35rem;
  opacity: 0.85;
}
.stamp.stamp-dark { color: #c96a20; }

/* Page-top banner used on inner pages */
.page-banner {
  background: linear-gradient(160deg, #0d2230 0%, var(--ink) 70%);
  color: #eef3f6;
  text-align: center;
  padding: 3rem 0;
  border-bottom: 3px solid var(--orange);
}
.page-banner h1 { color: #ffffff; margin-bottom: 0.3em; }
.page-banner p {
  color: #c6d2da;
  max-width: 640px;
  margin: 0 auto;
}

/* ------------------------------------------------------------
   BUTTONS — solid colours, all states pinned
   ------------------------------------------------------------ */
.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
}

.btn,
.btn:link,
.btn:visited {
  display: inline-block;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.85rem 1.9rem;
  border-radius: 10px;
  border: 2px solid var(--orange);
  background: var(--orange);
  color: #0a1c27;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}
.btn:hover,
.btn:focus,
.btn:active {
  background: var(--orange-bright);
  border-color: var(--orange-bright);
  color: #0a1c27;
  transform: translateY(-2px);
}

.btn.btn-ghost,
.btn.btn-ghost:link,
.btn.btn-ghost:visited {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.55);
}
.btn.btn-ghost:hover,
.btn.btn-ghost:focus,
.btn.btn-ghost:active {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: #ffffff;
}

.btn.btn-dark,
.btn.btn-dark:link,
.btn.btn-dark:visited {
  background: var(--ink);
  border-color: var(--ink);
  color: #ffffff;
}
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active {
  background: var(--ink-3);
  border-color: var(--ink-3);
  color: #ffffff;
}

/* ------------------------------------------------------------
   SECTIONS & CARDS
   ------------------------------------------------------------ */
.section { padding: 4rem 0; }
.section.alt { background: #efe8da; }
.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.5rem;
}
.section-head .kicker {
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  color: var(--orange);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  display: block;
  margin-bottom: 0.5rem;
}

.grid {
  display: grid;
  gap: 1.4rem;
}
.grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid.cols-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--card);
  border-radius: var(--radius);
  padding: 1.8rem;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--orange);
}
.card .icon {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.card p { color: var(--text-soft); margin-bottom: 0; }

/* Numbered steps */
.step {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  background: var(--card);
  border-radius: var(--radius);
  padding: 1.6rem 1.8rem;
  box-shadow: var(--shadow);
  margin-bottom: 1.1rem;
}
.step-num {
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  background: var(--orange);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.step h3 { margin-bottom: 0.3em; }
.step p { margin-bottom: 0; color: var(--text-soft); }

/* Checklist */
.checklist { list-style: none; }
.checklist li {
  padding: 0.45rem 0 0.45rem 2rem;
  position: relative;
}
.checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 700;
}

/* Brand-kit feature strip (Trusted / Fast / Local / Results) */
.feature-strip {
  background: linear-gradient(160deg, var(--ink-2), var(--ink));
  border-top: 3px solid var(--orange);
  padding: 3rem 0;
}
.feature { text-align: center; padding: 0 0.4rem; }
.feature .f-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin: 0 auto 0.9rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
.feature h3 { color: #ffffff; font-size: 1.35rem; margin-bottom: 0.15em; }
.feature p { color: #b9c6cf; font-size: 0.95rem; margin-bottom: 0; }

/* CTA band */
.cta-band {
  background:
    radial-gradient(ellipse at 80% 20%, rgba(232, 127, 47, 0.22), transparent 55%),
    linear-gradient(160deg, #0d2230, var(--ink));
  color: #eef3f6;
  text-align: center;
  padding: 3.5rem 0;
}
.cta-band h2 { color: #ffffff; }
.cta-band p { color: #c6d2da; max-width: 600px; margin: 0 auto 1.8rem; }

/* ------------------------------------------------------------
   FAQ accordion
   ------------------------------------------------------------ */
.faq-item {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-bottom: 1rem;
  overflow: hidden;
}
.faq-item summary {
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--ink);
  padding: 1.2rem 1.5rem;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 3rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--orange);
  font-size: 1.6rem;
  font-weight: 400;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item .faq-body {
  padding: 0 1.5rem 1.3rem;
  color: var(--text-soft);
}

/* ------------------------------------------------------------
   CONTACT
   ------------------------------------------------------------ */
.contact-card {
  background: var(--card);
  border-radius: var(--radius);
  padding: 1.8rem;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--orange);
}
.contact-card h3 { display: flex; align-items: center; gap: 0.5rem; }

.contact-line,
.contact-line:link,
.contact-line:visited {
  display: block;
  color: var(--ink);
  font-weight: 700;
  font-size: 1.15rem;
  margin: 0.3rem 0 0.6rem;
}
.contact-line:hover,
.contact-line:focus,
.contact-line:active {
  color: var(--orange);
}

form label {
  display: block;
  font-weight: 600;
  margin: 1rem 0 0.35rem;
  color: var(--ink);
}
form input,
form select,
form textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 2px solid var(--line);
  border-radius: 10px;
  font-family: inherit;
  font-size: 1rem;
  background: #fdfcf9;
  color: var(--text);
}
form input:focus,
form select:focus,
form textarea:focus {
  outline: none;
  border-color: var(--orange);
}

/* ------------------------------------------------------------
   LEGAL / PROSE PAGES
   ------------------------------------------------------------ */
.prose {
  max-width: 800px;
  margin: 0 auto;
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 2.5rem clamp(1.4rem, 4vw, 3rem);
}
.prose h2 { font-size: 1.35rem; margin-top: 1.6em; }
.prose h2:first-child { margin-top: 0; }
.prose ul, .prose ol { margin: 0 0 1em 1.4em; }
.prose li { margin-bottom: 0.4em; }

/* ------------------------------------------------------------
   FOOTER
   ------------------------------------------------------------ */
.site-footer {
  background: var(--ink);
  color: #b9c6cf;
  padding: 3.5rem 0 0;
  border-top: 3px solid var(--orange);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
}
.site-footer h4 {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.9rem;
}
.site-footer p { font-size: 0.95rem; }

.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.45rem; }
.footer-links a,
.footer-links a:link,
.footer-links a:visited {
  color: #b9c6cf;
  font-size: 0.95rem;
}
.footer-links a:hover,
.footer-links a:focus,
.footer-links a:active {
  color: var(--orange-bright);
}

.footer-contact { list-style: none; font-size: 0.95rem; }
.footer-contact li { margin-bottom: 0.55rem; padding-left: 1.6rem; position: relative; }
.footer-contact li::before {
  position: absolute;
  left: 0;
}
.footer-contact li.f-phone::before { content: "📞"; }
.footer-contact li.f-mail::before { content: "✉️"; }
.footer-contact li.f-addr::before { content: "📍"; }
.footer-contact li.f-fb::before { content: "👍"; }
.footer-contact a,
.footer-contact a:link,
.footer-contact a:visited {
  color: #dfe7ec;
  font-weight: 600;
}
.footer-contact a:hover,
.footer-contact a:focus,
.footer-contact a:active {
  color: var(--orange-bright);
}

.footer-tagline {
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-weight: 400;
  color: var(--orange-bright);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 1.05rem;
  margin-top: 0.8rem;
}

.footer-bottom {
  border-top: 1px solid var(--ink-3);
  padding: 1.2rem 0;
  text-align: center;
  font-size: 0.85rem;
  color: #8fa0ab;
}
.footer-bottom a,
.footer-bottom a:link,
.footer-bottom a:visited {
  color: #b9c6cf;
  font-weight: 600;
}
.footer-bottom a:hover,
.footer-bottom a:focus,
.footer-bottom a:active {
  color: var(--orange-bright);
}

/* ------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------ */
@media (max-width: 900px) {
  .grid.cols-3,
  .grid.cols-4 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .nav-toggle { display: block; }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    background: var(--ink-2);
    padding: 0.8rem;
    gap: 0.2rem;
    border-bottom: 3px solid var(--orange);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 0.9rem 1rem; font-size: 1.05rem; }
  .site-nav a.nav-cta { margin-left: 0; text-align: center; margin-top: 0.4rem; }
}

@media (max-width: 680px) {
  .grid.cols-3,
  .grid.cols-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.8rem; }

  .hero { padding: 3rem 0 3.5rem; }
  .hero-logo { width: 120px; height: 120px; }
  .section { padding: 2.8rem 0; }
  .step { padding: 1.3rem; gap: 0.9rem; }
  .step-num { width: 42px; height: 42px; font-size: 1.25rem; }
  .brand-name { font-size: 1.3rem; }
}
