/*
Theme Name: Starlordz Showcase
Theme URI: https://thestarlordz.org/
Author: OpenAI Codex
Description: Modern WooCommerce showcase theme for the thestarlordz.org management demo.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.1
Text Domain: starlordz-showcase
*/

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@400;500;600;700;800&display=swap");

:root {
  --sl-ink: #102330;
  --sl-ink-soft: #20374a;
  --sl-accent: #ef7b2d;
  --sl-accent-deep: #cc5e14;
  --sl-gold: #f3c66b;
  --sl-sand: #f5efe4;
  --sl-cream: #fff9f1;
  --sl-white: #ffffff;
  --sl-slate: #5d7280;
  --sl-line: rgba(16, 35, 48, 0.12);
  --sl-shadow: 0 24px 60px rgba(16, 35, 48, 0.14);
  --sl-radius-lg: 32px;
  --sl-radius-md: 22px;
  --sl-radius-sm: 16px;
  --sl-max: 1440px;
  --sl-gutter: clamp(1rem, 2.1vw, 2.25rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--sl-ink);
  background:
    radial-gradient(circle at top left, rgba(243, 198, 107, 0.18), transparent 24%),
    linear-gradient(180deg, #f7f2e8 0%, #fffdf8 42%, #f4f0e9 100%);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

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

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--sl-accent-deep);
}

button,
input,
textarea,
select {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
}

.sl-container {
  width: min(calc(100% - (var(--sl-gutter) * 2)), var(--sl-max));
  margin: 0 auto;
}

.sl-topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(90deg, var(--sl-ink) 0%, #173347 100%);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.sl-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.sl-topbar__meta,
.sl-topbar__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}

.sl-topbar__links a,
.sl-topbar__meta span {
  opacity: 0.95;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(255, 252, 247, 0.88);
  border-bottom: 1px solid rgba(16, 35, 48, 0.08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0;
}

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

.site-brand__logo {
  width: clamp(130px, 16vw, 170px);
}

.site-brand__copy {
  min-width: 0;
}

.site-brand__eyebrow {
  margin: 0 0 0.15rem;
  color: var(--sl-accent-deep);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-brand__title {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.site-brand__subtitle {
  margin: 0.2rem 0 0;
  color: var(--sl-slate);
  font-size: 0.9rem;
}

.nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 999px;
  background: #f0e7d6;
  color: var(--sl-ink);
  cursor: pointer;
}

.nav-toggle__line {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

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

.site-nav__list {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav__list a {
  position: relative;
  color: var(--sl-ink-soft);
  font-weight: 700;
}

.site-nav__list .current-menu-item > a,
.site-nav__list .current-menu-parent > a {
  color: var(--sl-accent-deep);
}

.site-nav__list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--sl-accent);
  transition: transform 0.25s ease;
}

.site-nav__list a:hover::after,
.site-nav__list .current-menu-item > a::after,
.site-nav__list .current-menu-parent > a::after {
  transform: scaleX(1);
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.site-cart {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(16, 35, 48, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--sl-ink-soft);
  font-weight: 700;
}

.sl-btn,
button.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 52px;
  padding: 0.9rem 1.35rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sl-accent) 0%, var(--sl-gold) 100%);
  color: var(--sl-ink);
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 18px 32px rgba(239, 123, 45, 0.22);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sl-btn:hover,
button.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wp-element-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 36px rgba(239, 123, 45, 0.28);
  color: var(--sl-ink);
}

.sl-btn--ghost {
  background: rgba(255, 255, 255, 0.14);
  color: var(--sl-white);
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.sl-btn--ghost:hover {
  color: var(--sl-white);
  box-shadow: none;
}

.sl-btn--soft {
  background: #f1e9dd;
  color: var(--sl-ink);
  box-shadow: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0 2.5rem;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  opacity: 0.65;
  pointer-events: none;
}

.hero::before {
  top: -9rem;
  right: -7rem;
  width: 22rem;
  height: 22rem;
  background: radial-gradient(circle, rgba(243, 198, 107, 0.55), transparent 68%);
}

.hero::after {
  bottom: -11rem;
  left: -8rem;
  width: 26rem;
  height: 26rem;
  background: radial-gradient(circle, rgba(39, 71, 86, 0.16), transparent 70%);
}

.hero__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 2rem;
  align-items: stretch;
  padding: clamp(1.3rem, 1rem + 1vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 36px;
  background:
    linear-gradient(125deg, rgba(15, 33, 46, 0.98) 0%, rgba(22, 52, 71, 0.96) 54%, rgba(239, 123, 45, 0.86) 130%);
  color: var(--sl-white);
  box-shadow: var(--sl-shadow);
}

.hero__copy {
  padding: clamp(1rem, 0.8rem + 1vw, 2rem);
}

.hero__eyebrow,
.section-intro__eyebrow,
.stat-card__eyebrow,
.content-hero__eyebrow,
.pill-label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero__eyebrow::before,
.section-intro__eyebrow::before,
.content-hero__eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.hero__title,
.section-intro h2,
.content-hero h1,
.content-block h2,
.content-block h3,
.woocommerce-products-header__title.page-title {
  margin: 0;
  font-family: "Sora", sans-serif;
  line-height: 1.05;
}

.hero__title {
  max-width: 12ch;
  font-size: clamp(2.6rem, 6vw, 4.85rem);
}

.hero__lead {
  max-width: 62ch;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 2.3rem;
}

.hero__highlight {
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.hero__highlight strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1.4rem;
  font-weight: 800;
}

.hero__highlight span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.hero__visual {
  position: relative;
  min-height: 100%;
  border-radius: 30px;
  overflow: hidden;
  background: var(--sl-cream);
}

.hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__card {
  position: absolute;
  left: 1.3rem;
  right: 1.3rem;
  bottom: 1.3rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(255, 249, 241, 0.95);
  color: var(--sl-ink);
  box-shadow: 0 12px 24px rgba(16, 35, 48, 0.16);
}

.hero__card-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}

.hero__card p {
  margin: 0.35rem 0 0;
  color: var(--sl-slate);
  font-size: 0.92rem;
}

.showcase-section {
  padding: clamp(3.1rem, 4vw, 5rem) 0;
}

.section-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
}

.section-intro__eyebrow,
.content-hero__eyebrow,
.pill-label {
  color: var(--sl-accent-deep);
}

.section-intro h2,
.content-hero h1,
.woocommerce-products-header__title.page-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.section-intro p,
.content-hero p {
  max-width: 58rem;
  margin: 0.9rem 0 0;
  color: var(--sl-slate);
}

.action-grid,
.feature-grid,
.brand-grid,
.info-grid,
.stats-grid,
.split-grid,
.story-grid,
.cta-grid,
.product-grid--custom {
  display: grid;
  gap: 1.25rem;
}

.action-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
}

.info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.split-grid,
.story-grid,
.cta-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.product-grid--custom {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sl-card,
.feature-card,
.info-card,
.stat-card,
.brand-card,
.product-card--custom,
.story-card,
.cta-card,
.content-block,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.page-content,
.content-hero,
.shop-shell {
  border: 1px solid rgba(16, 35, 48, 0.08);
  border-radius: var(--sl-radius-lg);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--sl-shadow);
}

.sl-card,
.feature-card,
.info-card,
.stat-card,
.product-card--custom,
.brand-card {
  position: relative;
  overflow: hidden;
  padding: 1.55rem;
}

.sl-card::before,
.feature-card::before,
.info-card::before,
.product-card--custom::before,
.content-block::before,
.page-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(243, 198, 107, 0.12), transparent 55%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.sl-card:hover::before,
.feature-card:hover::before,
.info-card:hover::before,
.product-card--custom:hover::before,
.content-block:hover::before,
.page-content:hover::before {
  opacity: 1;
}

.sl-card__icon,
.feature-card__icon,
.info-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(239, 123, 45, 0.16), rgba(243, 198, 107, 0.28));
  color: var(--sl-accent-deep);
  font-size: 1.35rem;
}

.sl-card h3,
.feature-card h3,
.info-card h3,
.story-card h2,
.cta-card h2,
.product-card--custom h3,
.stat-card h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
}

.sl-card p,
.feature-card p,
.info-card p,
.story-card p,
.cta-card p,
.product-card--custom p,
.stat-card p {
  margin: 0.8rem 0 0;
  color: var(--sl-slate);
}

.sl-card__link,
.feature-card__link,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  color: var(--sl-accent-deep);
  font-weight: 800;
}

.sl-card__link::after,
.feature-card__link::after,
.text-link::after {
  content: "\2192";
}

.feature-card {
  min-height: 100%;
}

.feature-card__meta {
  margin-top: 1rem;
  color: var(--sl-ink-soft);
  font-size: 0.92rem;
  font-weight: 700;
}

.story-card,
.cta-card,
.content-block,
.content-hero,
.page-content,
.shop-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 1.1rem + 1vw, 2.25rem);
}

.content-block h2,
.content-block h3 {
  margin-top: 0;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.content-block h3 {
  margin-top: 2rem;
  font-size: 1.35rem;
}

.content-block p,
.content-block li,
.page-content p,
.page-content li {
  color: var(--sl-slate);
}

.content-block ul,
.page-content ul {
  margin: 0.95rem 0 0;
  padding-left: 1.2rem;
}

.content-block li + li,
.page-content li + li {
  margin-top: 0.55rem;
}

.story-card__photo,
.cta-card__photo {
  min-height: 100%;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(16, 35, 48, 0.16);
}

.story-card__photo img,
.cta-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 1.1rem;
}

.brand-card img {
  width: 100%;
  max-width: 130px;
  max-height: 58px;
  object-fit: contain;
  filter: saturate(0.88);
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.4rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: #f3ece0;
  color: var(--sl-ink-soft);
  font-weight: 700;
}

.stat-card {
  background:
    linear-gradient(135deg, rgba(243, 198, 107, 0.18), rgba(255, 255, 255, 0.85)),
    rgba(255, 255, 255, 0.9);
}

.stat-card strong {
  display: block;
  margin-top: 0.55rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
}

.product-card--custom__image {
  aspect-ratio: 16 / 11;
  margin: -1.55rem -1.55rem 1.15rem;
  overflow: hidden;
  background: linear-gradient(135deg, #f4f0e7, #fffdf8);
}

.product-card--custom__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card--custom__meta {
  margin-top: 0.7rem;
  color: var(--sl-accent-deep);
  font-weight: 800;
}

.product-card--custom__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.content-hero {
  padding-block: clamp(2rem, 4vw, 3.5rem);
}

.content-hero h1 {
  max-width: 12ch;
}

.content-hero--wide h1 {
  max-width: 16ch;
}

.content-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.page-shell {
  padding: 2.2rem 0 4rem;
}

.page-content {
  margin-top: 1.4rem;
}

.wp-block-image,
.alignwide,
.alignfull {
  max-width: 100%;
}

.contact-cluster {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.contact-item {
  padding: 1.15rem 1.2rem;
  border-radius: 20px;
  background: #f5efe4;
}

.contact-item strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--sl-ink);
}

.booking-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.booking-benefits {
  padding: 1.5rem;
  border-radius: 26px;
  background: linear-gradient(180deg, #173347 0%, #102330 100%);
  color: var(--sl-white);
}

.booking-benefits h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
}

.booking-benefits p,
.booking-benefits li {
  color: rgba(255, 255, 255, 0.82);
}

.booking-benefits ul {
  margin-top: 1rem;
}

.booking-form {
  padding: 1.5rem;
  border-radius: 26px;
  background: #fffdf8;
  border: 1px solid rgba(16, 35, 48, 0.08);
}

.booking-form label {
  display: block;
  width: 100%;
  color: var(--sl-ink-soft);
  font-weight: 700;
}

.booking-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.35rem;
}

.booking-form input,
.booking-form textarea,
.booking-form select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(16, 35, 48, 0.14);
  border-radius: 16px;
  background: #f8f4ec;
  color: var(--sl-ink);
}

.booking-form textarea {
  min-height: 150px;
  resize: vertical;
}

.booking-form .wpcf7-submit {
  margin-top: 0.75rem;
}

.booking-form .wpcf7-spinner {
  margin-top: 1rem;
}

.booking-form .wpcf7-not-valid-tip,
.booking-form .wpcf7-response-output {
  margin-top: 0.7rem;
}

.shop-shell {
  padding-top: 1.8rem;
}

.woocommerce-breadcrumb,
.woocommerce-result-count,
.woocommerce-ordering {
  color: var(--sl-slate);
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 1.2rem;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 2rem 0 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto;
  margin: 0;
  float: none;
  padding: 1rem;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
  margin-bottom: 1rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--sl-accent-deep);
  font-weight: 800;
}

.woocommerce div.product {
  display: grid;
  gap: 1.5rem;
  padding: 1.6rem;
  border-radius: var(--sl-radius-lg);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--sl-shadow);
}

.woocommerce div.product div.images img {
  border-radius: 26px;
}

.woocommerce div.product div.summary {
  margin: 0;
}

.woocommerce-tabs ul.tabs {
  padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 999px 999px 0 0;
}

.site-footer {
  margin-top: 3rem;
  padding: 3rem 0 1.4rem;
  background:
    radial-gradient(circle at top right, rgba(243, 198, 107, 0.18), transparent 22%),
    linear-gradient(180deg, #102330 0%, #0b1822 100%);
  color: rgba(255, 255, 255, 0.8);
}

.site-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
  gap: 1.3rem;
}

.site-footer__brand img {
  width: clamp(160px, 18vw, 190px);
}

.site-footer h3,
.site-footer h4 {
  margin: 0 0 0.8rem;
  color: var(--sl-white);
  font-family: "Sora", sans-serif;
}

.site-footer p,
.site-footer li,
.site-footer a {
  color: rgba(255, 255, 255, 0.76);
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li + li {
  margin-top: 0.55rem;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.92rem;
}

.screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

@media (min-width: 1500px) {
  :root {
    --sl-max: 1560px;
  }
}

@media (max-width: 1100px) {
  .action-grid,
  .feature-grid,
  .product-grid--custom,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 960px) {
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .site-header__inner {
    flex-wrap: wrap;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding-top: 0.5rem;
  }

  body.nav-open .site-nav {
    display: flex;
  }

  body.nav-open .nav-toggle__line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  body.nav-open .nav-toggle__line:nth-child(2) {
    opacity: 0;
  }

  body.nav-open .nav-toggle__line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-nav__list,
  .site-header__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav__list a::after {
    display: none;
  }

  .hero__panel,
  .split-grid,
  .story-grid,
  .cta-grid,
  .booking-panel {
    grid-template-columns: 1fr;
  }

  .hero__highlights,
  .stats-grid,
  .contact-cluster,
  .info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .sl-topbar__inner,
  .section-intro,
  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding-top: 3rem;
  }

  .action-grid,
  .feature-grid,
  .brand-grid,
  .product-grid--custom,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .hero__highlight strong {
    font-size: 1.2rem;
  }

  .hero__title {
    font-size: clamp(2.25rem, 12vw, 3.2rem);
  }

  .site-brand {
    width: 100%;
  }
}
