/* Aussieshopping SEO and content expansion styles. */

.site-header {
  min-height: 118px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.brand {
  display: block;
  width: clamp(285px, 23vw, 350px);
  overflow: hidden;
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  height: auto;
  padding: 0;
  border-radius: 5px;
  object-fit: contain;
  background: #fff;
}

.site-header nav {
  gap: 5px;
}

.site-header nav > a,
.nav-dropdown-label {
  color: #fff;
  text-decoration: none;
  padding: 14px 13px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown.active .nav-dropdown-label,
.nav-dropdown:hover .nav-dropdown-label,
.nav-dropdown:focus-within .nav-dropdown-label {
  background: linear-gradient(135deg, var(--gold), var(--orange));
  color: #111;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: -180px;
  width: min(760px, 90vw);
  display: none;
  padding: 18px;
  border: 1px solid #2e2e34;
  border-radius: 22px;
  background: #101014;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.45);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu {
  display: block;
}

.nav-dropdown-menu a {
  color: #fff;
  text-decoration: none;
}

.nav-dropdown-menu .dropdown-heading {
  display: block;
  margin-bottom: 8px;
  padding: 13px 16px;
  border-radius: 12px;
  background: linear-gradient(90deg, #5a1609, #c94b0d);
  font-weight: 900;
}

.location-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px 12px;
  padding: 9px 4px 2px;
}

.location-menu-grid a {
  padding: 8px 9px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
}

.location-menu-grid a:hover {
  background: #29292e;
  color: var(--gold);
}

.hero-compact {
  min-height: 540px;
}

.hero-compact .hero-copy {
  padding-top: 65px;
  padding-bottom: 65px;
}

.hero-compact h1 {
  font-size: clamp(42px, 5.2vw, 70px);
}

.trust-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #33333a;
  color: #fff;
}

.trust-strip > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 38px clamp(24px, 5vw, 70px);
  background: #17171b;
}

.trust-strip strong {
  color: var(--gold);
  font-size: clamp(32px, 4vw, 52px);
}

.trust-strip small {
  position: absolute;
  right: 24px;
  bottom: 8px;
  color: #85858b;
}

.prose-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 70px);
}

.prose-columns p,
.seo-intro > p,
.firb-overview > p,
.city-intro > p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.78;
}

.source-note {
  margin-top: 28px;
  padding: 20px 22px;
  border-left: 5px solid var(--orange);
  background: #fff;
}

.source-note a,
.official-links a {
  color: #a83b08;
  font-weight: 800;
}

.tick-list {
  display: grid;
  gap: 13px;
  margin: 25px 0 34px;
  padding: 0;
  list-style: none;
}

.tick-list li {
  position: relative;
  padding-left: 34px;
  line-height: 1.55;
}

.tick-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-size: 20px;
  font-weight: 900;
}

.five-steps {
  grid-template-columns: repeat(5, 1fr);
}

.five-steps .card {
  padding: 24px;
}

.five-steps .card h3 {
  font-size: 21px;
}

.chips a {
  padding: 14px 17px;
  border-radius: 14px;
  background: #131317;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.chips.regions a {
  background: linear-gradient(135deg, #2e1808, #8f3108);
}

.location-preview .btn {
  margin-top: 35px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details,
.team-card details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.faq-list summary,
.team-card summary {
  cursor: pointer;
  padding: 22px 25px;
  font-size: 19px;
  font-weight: 900;
}

.faq-list details p {
  margin: 0;
  padding: 0 25px 25px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.team-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(20, 14, 8, 0.08);
}

.team-card > img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center top;
  background: #eee;
}

.team-summary {
  min-height: 140px;
  padding: 26px 26px 18px;
}

.team-summary h3 {
  margin: 0 0 10px;
  font-size: 26px;
}

.team-summary p {
  margin: 0;
  color: #b8440b;
  font-weight: 800;
  line-height: 1.45;
}

.team-card details {
  margin: 0 18px 18px;
  border-radius: 14px;
  background: #f8f5ef;
}

.team-card summary {
  display: flex;
  justify-content: space-between;
  padding: 16px 18px;
  font-size: 16px;
}

.team-card details p {
  margin: 0;
  padding: 0 18px 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.values-section {
  max-width: none;
}

.values-section .card {
  border-color: #303036;
  background: #1c1c21;
  color: #fff;
}

.values-section .card p {
  color: #c8c3bb;
}

.official-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.official-links a {
  padding: 14px 17px;
  border-radius: 13px;
  background: #fff;
  border: 1px solid var(--line);
  text-decoration: none;
}

.fee h2 {
  margin: 12px 0 15px;
  font-size: clamp(31px, 4vw, 52px);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 1560px;
  margin: auto;
  padding: 23px clamp(24px, 7vw, 115px);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.breadcrumb a,
.breadcrumb strong {
  color: #8f350c;
  font-size: 14px;
  text-decoration: none;
}

.location-directory {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.location-card {
  min-height: 205px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  color: #111;
  text-decoration: none;
  box-shadow: 0 14px 40px rgba(24, 16, 8, 0.05);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.location-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 55px rgba(24, 16, 8, 0.11);
}

.location-card > span {
  float: right;
  color: var(--orange);
  font-size: 20px;
  font-weight: 900;
}

.location-card h3 {
  margin: 0 0 25px;
  font-size: 25px;
}

.location-card p {
  min-height: 44px;
  color: var(--muted);
  line-height: 1.5;
}

.location-card strong {
  color: #a43a08;
}

.enquiry-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 6vw, 80px);
  max-width: none;
  background: linear-gradient(120deg, #111014, #371707 70%, #651c07);
  color: #fff;
}

.enquiry-panel > div > span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.enquiry-panel h2 {
  font-size: clamp(35px, 4vw, 55px);
  line-height: 1.07;
}

.enquiry-panel > div > p {
  color: #d7d1c9;
  font-size: 18px;
  line-height: 1.7;
}

.enquiry-panel form {
  padding: 32px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.7fr);
  gap: 30px;
  align-items: start;
}

.contact-aside {
  display: grid;
  gap: 22px;
}

.office-card,
.language-card {
  padding: 31px;
  border-radius: 24px;
  background: #17171b;
  color: #fff;
}

.language-card {
  background: linear-gradient(145deg, #592005, #a83d0b);
}

.office-card h2,
.language-card h2 {
  margin-top: 0;
  font-size: 27px;
}

.office-card a {
  display: block;
  margin: 13px 0;
  color: var(--gold);
  font-weight: 800;
  text-decoration: none;
}

.office-card p,
.language-card p {
  color: #dfdad2;
  line-height: 1.7;
}

.site-footer {
  grid-template-columns: 2.2fr 1fr 1.15fr 1.2fr;
}

.site-footer .footer-brand img {
  width: 370px;
  padding: 0;
  border-radius: 5px;
}

.site-footer .footer-brand p {
  max-width: 560px;
  color: #d6d2cb;
  line-height: 1.75;
}

@media (max-width: 1320px) {
  .site-header {
    min-height: 102px;
  }

  .brand {
    width: 320px;
  }

  .site-header .menu-toggle {
    display: block;
  }

  .site-header nav {
    top: 100%;
  }

  .nav-dropdown-menu {
    position: static;
    width: 100%;
    margin-top: 8px;
    box-shadow: none;
  }

  .nav-dropdown-label {
    display: block;
    text-align: center;
  }

  .location-menu-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .five-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .location-directory {
    grid-template-columns: repeat(3, 1fr);
  }

  .site-footer {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .site-footer > div:last-of-type {
    grid-column: 2 / -1;
  }
}

@media (max-width: 900px) {
  .prose-columns,
  .team-grid,
  .contact-layout,
  .enquiry-panel {
    grid-template-columns: 1fr;
  }

  .location-directory {
    grid-template-columns: repeat(2, 1fr);
  }

  .five-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer .footer-brand,
  .site-footer > small {
    grid-column: 1 / -1;
  }

  .site-footer > div:last-of-type {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 86px;
  }

  .brand {
    width: 245px;
  }

  .site-header nav {
    top: 100%;
  }

  .location-menu-grid,
  .location-directory,
  .five-steps,
  .trust-strip,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .location-menu-grid {
    max-height: 330px;
    overflow-y: auto;
  }

  .trust-strip small {
    position: static;
    padding: 0 24px 22px;
    background: #17171b;
  }

  .hero-compact {
    min-height: 650px;
  }

  .team-card > img {
    height: 360px;
  }

  .site-footer > div,
  .site-footer .footer-brand,
  .site-footer > small,
  .site-footer > div:last-of-type {
    grid-column: auto;
  }
}
