/*
Theme Name: StealthLine
Theme URI: https://example.com/stealthline
Author: StealthLine
Description: A warm, minimal WooCommerce theme for a modern 3D printing shop.
Version: 1.1.37
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: stealthline
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --sl-black: #040912;
  --sl-charcoal: #081426;
  --sl-panel: #0d2036;
  --sl-soft: #0a1b2f;
  --sl-white: #fffaf0;
  --sl-muted: #7b8796;
  --sl-line: rgba(231, 206, 136, .18);
  --sl-light-line: #ddd5c3;
  --sl-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--sl-soft);
  color: #151616;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--sl-width)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  background: rgba(4, 9, 18, .98);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.08);
  position: sticky;
  top: 0;
  z-index: 50;
}
.admin-bar .site-header { top: 32px; }
.header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}
.custom-logo-link img { max-height: 44px; width: auto; }
.site-branding { display: flex; align-items: center; gap: 14px; }
.brand-logo-mark {
  display: block;
  flex: 0 0 43px;
  width: 43px;
  height: 50px;
}
.brand-logo-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand-copy strong {
  text-transform: lowercase;
  font-weight: 500;
  letter-spacing: .065em;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border: 1.5px solid #fff;
  display: grid;
  place-items: center;
  transform: rotate(15deg);
  flex-shrink: 0;
  position: relative;
}
.brand-mark::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255,255,255,.35);
}
.brand-mark span {
  transform: rotate(-15deg);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.brand-copy strong {
  display: block;
  font-size: 20px;
  letter-spacing: .22em;
  font-weight: 500;
  line-height: 1.1;
}
.brand-copy small {
  display: block;
  letter-spacing: .06em;
  font-size: 10px;
  color: #c8caca;
  margin-top: 5px;
  text-transform: none;
  white-space: nowrap;
}
.site-navigation { justify-self: center; }
.site-navigation ul { list-style:none; display:flex; align-items:center; gap:32px; padding:0; margin:0; }
.site-navigation a { color:#fff; font-size:13px; letter-spacing:.08em; text-transform:uppercase; padding:28px 0 23px; border-bottom:1px solid transparent; }
.site-navigation a:hover, .site-navigation .current-menu-item > a { border-color:#fff; }
.header-actions { display:flex; align-items:center; gap:20px; }
.header-actions a {
  color:#fff;
  position:relative;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  transition: opacity .2s ease;
}
.header-actions a:hover { opacity: .75; }
.cart-count {
  position: absolute;
  right: -9px;
  top: -8px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 6px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.hero {
  min-height: 550px;
  display:flex;
  align-items:center;
  color:#fff;
  background-color:#111;
  background-size:cover;
  background-position:center;
  position:relative;
}
.hero::after {
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(90deg, rgba(5,6,6,.97) 0%, rgba(5,6,6,.75) 38%, rgba(5,6,6,.12) 72%, rgba(5,6,6,.25) 100%);
}
.hero-content { position:relative; z-index:2; max-width:590px; padding-block:86px; }
.eyebrow { text-transform:uppercase; letter-spacing:.33em; color:#b9bbbb; font-size:12px; margin-bottom:18px; }
.hero h1 { margin:0; max-width:620px; font-size:clamp(48px,7vw,88px); line-height:.95; letter-spacing:.035em; font-weight:300; text-transform:uppercase; }
.hero-rule { width:48px; height:1px; background:#fff; margin:28px 0; }
.hero p { max-width:470px; color:#d4d5d5; font-size:18px; margin-bottom:30px; }
.button, .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border-radius:0 !important;
  background:#101111 !important;
  color:#fff !important;
  border:1px solid #101111 !important;
  padding:14px 22px !important;
  font-size:12px !important;
  line-height:1 !important;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:600 !important;
  transition:.2s ease;
}
.button.button-light { background:#fff !important; color:#111 !important; border-color:#fff !important; }
.button.button-outline {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.75) !important;
}
.button.button-outline:hover {
  background: rgba(255,255,255,.1) !important;
  border-color: #fff !important;
  opacity: 1;
}
.button:hover, .wp-element-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  opacity:.82;
  transform:translateY(-1px);
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.trust-strip, .value-strip { background:linear-gradient(90deg,#040912,#081426,#040912); color:#fff; }
.trust-grid, .value-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-item, .value-item { display:grid; grid-template-columns:42px 1fr; gap:16px; padding:28px 24px; border-right:1px solid var(--sl-line); }
.trust-item:last-child, .value-item:last-child { border-right:0; }
.icon-ring { width:38px; height:38px; border:1px solid rgba(255,255,255,.75); border-radius:50%; display:grid; place-items:center; font-size:16px; }
.trust-item strong, .value-item strong { display:block; font-size:12px; text-transform:uppercase; letter-spacing:.05em; margin-bottom:4px; }
.trust-item p, .value-item p { margin:0; color:#aeb0b0; font-size:12px; line-height:1.5; }

.section { padding:62px 0; }
.section-title { text-align:center; margin:0 0 34px; text-transform:uppercase; letter-spacing:.08em; font-size:24px; font-weight:400; }
.section-title::after { content:""; display:block; width:40px; height:1px; margin:12px auto 0; background:#111; }
.category-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:14px; }
.category-card { background:#fff; border:1px solid var(--sl-light-line); text-align:center; transition:.2s ease; }
.category-card:hover { transform:translateY(-4px); box-shadow:0 16px 35px rgba(0,0,0,.08); }
.category-card img { width:100%; aspect-ratio:1.15; object-fit:cover; }
.category-card-image {
  display: block;
  aspect-ratio: 1.15;
  overflow: hidden;
  background: linear-gradient(135deg, #dbe8e1, #f7eee2);
}
.category-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-card-content { padding:18px 12px 20px; }
.category-card h3 { margin:0 0 8px; font-size:13px; text-transform:uppercase; letter-spacing:.04em; font-weight:500; }
.category-card span { font-size:12px; }

.products-section { padding-top:0; }
.woocommerce ul.products {
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  margin:0 !important;
}
.woocommerce ul.products::before, .woocommerce ul.products::after { display:none !important; }
.woocommerce ul.products li.product {
  width:auto !important;
  margin:0 !important;
  float:none !important;
  background:transparent;
}
.woocommerce ul.products li.product a img {
  aspect-ratio:1.22;
  object-fit:cover;
  margin:0 0 12px !important;
  background:#e8e8e6;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size:14px !important; font-weight:500; color:#171818; padding:0 !important; }
.woocommerce ul.products li.product .price { color:#111 !important; font-size:14px !important; }
.woocommerce span.onsale { border-radius:0; background:#111; min-height:auto; min-width:auto; line-height:1; padding:8px 10px; top:8px; left:8px; right:auto; }
.woocommerce .star-rating { color:#111; }

.value-strip { margin-top:55px; }
.value-item { grid-template-columns:1fr; text-align:center; justify-items:center; padding:32px 20px; }
.value-item .icon-ring { margin-bottom:4px; }

.content-area { padding:60px 0; min-height:55vh; }
.content-shell { display:grid; grid-template-columns:minmax(0,1fr) 290px; gap:48px; }
.entry-title, .page-title { text-transform:uppercase; letter-spacing:.06em; font-weight:400; }
.entry-content > * { max-width:850px; }
.widget { margin-bottom:30px; }
.widget-title { text-transform:uppercase; letter-spacing:.06em; font-size:15px; }

.woocommerce .woocommerce-breadcrumb { margin-bottom:28px; color:#777; }
.woocommerce div.product { display:grid; grid-template-columns:1.05fr .95fr; gap:50px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width:auto; float:none; }
.woocommerce div.product .product_title { text-transform:uppercase; letter-spacing:.04em; font-weight:400; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color:#111; }
.woocommerce .quantity .qty { min-height:43px; }
.woocommerce-cart table.cart img { width:80px; }
.woocommerce-message, .woocommerce-info { border-top-color:#111; }
.woocommerce-message::before, .woocommerce-info::before { color:#111; }

.site-footer { background:#0d0f0f; color:#fff; }
.footer-main { display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:45px; padding:52px 0 38px; }
.footer-brand p, .footer-column a, .footer-column p { color:#aaa; font-size:13px; }
.footer-column h3 { margin:0 0 15px; text-transform:uppercase; letter-spacing:.06em; font-size:13px; }
.footer-column ul { list-style:none; padding:0; margin:0; }
.footer-column li { margin:7px 0; }
.newsletter-form { display:flex; margin-top:14px; }
.newsletter-form input { min-width:0; flex:1; background:transparent; color:#fff; border:1px solid #444; padding:12px; }
.newsletter-form button { width:46px; border:0; cursor:pointer; }
.footer-bottom { border-top:1px solid var(--sl-line); color:#8f9191; display:flex; justify-content:space-between; gap:20px; padding:18px 0 26px; font-size:12px; }

.notice-demo {
  background:#fff;
  border:1px solid #ddd;
  padding:22px;
  margin:0 0 30px;
}

@media (max-width: 980px) {
  .site-navigation { display:none; position:absolute; z-index:1000; top:78px; left:0; right:0; background:#0b0c0c; padding:18px 20px; box-shadow:0 16px 30px rgba(0,0,0,.3); }
  .site-navigation.is-open { display:block; }
  .site-navigation ul { flex-direction:column; align-items:flex-start; gap:0; }
  .site-navigation a { display:block; padding:12px 0; }
  .menu-toggle { display:block; }
  .menu-toggle.is-active { color:var(--sl-accent); }
  .header-inner { grid-template-columns:1fr auto auto; }
  .category-grid { grid-template-columns:repeat(3,1fr); }
  .trust-grid, .value-grid { grid-template-columns:repeat(2,1fr); }
  .woocommerce ul.products { grid-template-columns:repeat(2,1fr) !important; }
  .footer-main { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 700px) {
  .brand-logo-mark { flex-basis: 33px; width: 33px; height: 38px; }
  .admin-bar .site-header { top:46px; }
  .container { width:min(calc(100% - 28px), var(--sl-width)); }
  .brand-mark { width: 36px; height: 36px; }
  .brand-mark span { font-size: 15px; }
  .brand-copy strong { font-size:15px; letter-spacing:.14em; }
  .brand-copy small { font-size: 8.5px; letter-spacing: .04em; white-space: normal; max-width: 160px; line-height: 1.25; }
  .header-actions { gap: 14px; }
  .header-actions a { font-size: 18px; width: 26px; height: 26px; }
  .header-actions .account-link { display:none; }
  .menu-toggle { font-size: 20px; }
  .hero { min-height:500px; background-position:62% center; }
  .hero::after { background:rgba(5,6,6,.72); }
  .hero h1 { font-size:48px; }
  .category-grid { grid-template-columns:repeat(2,1fr); }
  .trust-grid, .value-grid { grid-template-columns:1fr; }
  .trust-item, .value-item { border-right:0; border-bottom:1px solid var(--sl-line); }
  .woocommerce ul.products { grid-template-columns:1fr !important; }
  .woocommerce div.product { grid-template-columns:1fr; gap:20px; }
  .content-shell { grid-template-columns:1fr; }
  .footer-main { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
}


/* ==================================================
   Custom Designs Form Page
   ================================================== */
.custom-designs-page {
  position: relative;
  padding: 0;
  background-color: #0a0a0a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.custom-designs-overlay {
  background: linear-gradient(180deg, rgba(6,7,7,.93) 0%, rgba(6,7,7,.90) 45%, rgba(6,7,7,.95) 100%);
  padding-top: 80px;
  padding-bottom: 100px;
  min-height: 100vh;
}

.custom-designs-intro {
  max-width: 720px;
  margin-bottom: 48px;
}

.custom-designs-intro .entry-title {
  margin: 0 0 20px;
  font-size: clamp(32px, 5vw, 42px);
  color: #fff;
}

.custom-designs-intro .intro-text p {
  margin: 0 0 12px;
  font-size: 17px;
  color: #d4d5d5;
  line-height: 1.7;
}

.custom-designs-intro .intro-text p:last-child {
  margin-bottom: 0;
  color: #b0b0b0;
}

.form-notice {
  padding: 16px 20px;
  margin-bottom: 32px;
  font-size: 15px;
  border-left: 3px solid;
}

.form-notice--success {
  background: #f0fdf4;
  border-color: #16a34a;
  color: #166534;
}

.form-notice--error {
  background: #fef2f2;
  border-color: #dc2626;
  color: #991b1b;
}

.custom-design-form {
  background: #222525;
  border: 1px solid rgba(255,255,255,.14);
  padding: 40px 42px 46px;
  max-width: 860px;
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 28px;
  margin-bottom: 22px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 600;
  color: #e0e0e0;
}

.form-field .required {
  color: #f87171;
}

.form-field .optional {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: #888;
  font-size: 11px;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field input[type="number"],
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.16);
  background: #1a1c1c;
  color: #f0f0f0;
  font-size: 15px;
  border-radius: 0;
  transition: border-color .2s ease, background .2s ease;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #666;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: rgba(255,255,255,.45);
  background: #161818;
}

.form-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23cccccc' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

.form-field textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.55;
}

.file-upload-wrapper {
  border: 1px dashed rgba(255,255,255,.22);
  background: #1a1c1c;
  padding: 22px 20px;
  text-align: center;
  transition: border-color .2s ease;
}

.file-upload-wrapper:hover {
  border-color: rgba(255,255,255,.4);
}

.file-upload-wrapper input[type="file"] {
  font-size: 14px;
  color: #ccc;
  cursor: pointer;
}

.file-hint {
  margin: 10px 0 0;
  font-size: 12px;
  color: #777;
}

.form-submit {
  margin-top: 32px;
  padding-top: 8px;
}

.form-submit .button {
  min-width: 200px;
}

@media (max-width: 700px) {
  .custom-design-form {
    padding: 28px 22px 36px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .custom-designs-overlay {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

/* Contact Page Styles */
.contact-intro {
  max-width: 720px;
  margin-bottom: 40px;
}

.contact-intro p {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
}

.contact-page .custom-design-form {
  max-width: 700px;
}

/* ==================================================
   StealthLine 1.1 — warm workshop visual refresh
   ================================================== */
:root {
  --sl-black: #040912;
  --sl-charcoal: #081426;
  --sl-panel: #0d2036;
  --sl-soft: #0a1b2f;
  --sl-white: #fffaf0;
  --sl-muted: #7b8796;
  --sl-line: rgba(231, 206, 136, .18);
  --sl-light-line: #ddd5c3;
  --sl-accent: #d4aa45;
  --sl-accent-dark: #8b651d;
  --sl-accent-light: #e7ce88;
  --sl-mint: #f0dea4;
  --sl-sun: #c99731;
  --sl-ink: #07111f;
  --sl-shadow: 0 18px 45px rgba(7, 17, 31, .16);
}

body {
  background:
    radial-gradient(circle at 12% 6%, rgba(212, 170, 69, .1), transparent 24rem),
    var(--sl-soft);
  color: var(--sl-ink);
  font-family: "Avenir Next", Avenir, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

::selection { background: var(--sl-mint); color: var(--sl-ink); }

a, button, input, textarea, select { outline-color: var(--sl-accent); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid rgba(212, 170, 69, .45);
  outline-offset: 3px;
}

.site-header {
  background: rgba(7, 17, 31, .97);
  border-bottom: 3px solid var(--sl-accent);
  box-shadow: 0 10px 32px rgba(0, 0, 0, .24);
  backdrop-filter: blur(18px);
}

.brand-mark {
  border: 0;
  border-radius: 13px;
  background: var(--sl-accent);
  color: var(--sl-ink);
  box-shadow: 5px 5px 0 var(--sl-sun);
  transform: rotate(-5deg);
}
.brand-mark::before { border: 1px solid rgba(255, 255, 255, .55); border-radius: 9px; }
.brand-mark span { transform: rotate(5deg); }
.brand-copy strong { font-weight: 700; letter-spacing: .18em; }
.brand-copy small { color: #c7cfdb; }
.site-navigation a { font-weight: 650; }
.site-navigation a:hover, .site-navigation .current-menu-item > a { color: var(--sl-accent-light); border-color: var(--sl-accent-light); }
.header-actions a:hover { color: var(--sl-accent-light); opacity: 1; }
.cart-count { background: var(--sl-accent); color: var(--sl-ink); box-shadow: 0 0 0 2px var(--sl-ink); }

.hero {
  min-height: 600px;
  background-color: var(--sl-ink);
  background-position: center 45%;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: min(44vw, 590px);
  aspect-ratio: 1;
  right: -12%;
  bottom: -56%;
  border: 2px solid rgba(185, 234, 211, .35);
  border-radius: 48% 52% 60% 40%;
  transform: rotate(18deg);
}
.hero::after {
  background:
    linear-gradient(90deg, rgba(7, 17, 31, .98) 0%, rgba(7, 17, 31, .88) 38%, rgba(7, 17, 31, .18) 72%, rgba(7, 17, 31, .36) 100%),
    linear-gradient(0deg, rgba(212, 170, 69, .13), transparent 45%);
}
.hero-content { max-width: none; }
.eyebrow { color: var(--sl-mint); font-weight: 700; letter-spacing: .26em; }
.hero h1 { font-weight: 650; letter-spacing: -.025em; text-transform: none; text-wrap: balance; }
.hero-rule { width: 76px; height: 6px; border-radius: 99px; background: var(--sl-accent); }
.hero p { color: #e9edf4; font-size: clamp(17px, 2vw, 20px); }

.button, .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  border-radius: 8px !important;
  background: var(--sl-accent) !important;
  color: var(--sl-ink) !important;
  border-color: var(--sl-accent) !important;
  padding: 15px 23px !important;
  box-shadow: 0 7px 0 rgba(117, 82, 20, .2);
}
.button.button-light { background: var(--sl-accent) !important; color: var(--sl-ink) !important; border-color: var(--sl-accent) !important; }
.hero .button.button-outline { background: transparent !important; border-color: rgba(231, 206, 136, .75) !important; color: var(--sl-accent-light) !important; box-shadow: none; }
.hero .button.button-outline:hover { background: rgba(231, 206, 136, .1) !important; border-color: var(--sl-accent-light) !important; }
.button:hover, .wp-element-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background: var(--sl-accent-dark) !important;
  border-color: var(--sl-accent-dark) !important;
  color: var(--sl-white) !important;
  opacity: 1;
  transform: translateY(-2px);
}

.trust-strip { background: var(--sl-ink); }
.trust-item { padding-block: 30px; }
.icon-ring {
  border: 0;
  background: #d7b85e;
  color: var(--sl-ink);
  font-weight: 800;
}
.trust-item:nth-child(2) .icon-ring { background: #d7b85e; }
.trust-item:nth-child(3) .icon-ring { background: #d7b85e; }
.trust-item:nth-child(4) .icon-ring { background: #d7b85e; }
.trust-item .icon-ring svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  shape-rendering: geometricPrecision;
}
.trust-item .icon-ring svg path,
.trust-item .icon-ring svg circle {
  vector-effect: non-scaling-stroke;
}
.trust-item p { color: #b8c2d0; }

.section { padding: 78px 0; }
.section-title {
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 750;
  letter-spacing: -.02em;
  text-transform: none;
}
.section-title::after { width: 58px; height: 6px; border-radius: 99px; background: var(--sl-accent); }
.category-grid { gap: 18px; }
.category-card {
  overflow: hidden;
  border: 1px solid rgba(212, 170, 69, .36);
  border-radius: 16px;
  background: #e5e0d5;
  box-shadow: 0 10px 24px rgba(4, 9, 18, .24);
}
.category-card:nth-child(2),
.category-card:nth-child(3),
.category-card:nth-child(4),
.category-card:nth-child(5) { box-shadow: 0 10px 24px rgba(4, 9, 18, .24); }
.category-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 170, 69, .76);
  box-shadow: 0 18px 38px rgba(4, 9, 18, .38);
}
.category-card-image {
  background: #d7d1c5;
  border-bottom: 3px solid var(--sl-accent);
}
.category-card img { transition: transform .45s ease; }
.category-card:hover img { transform: scale(1.045); }
.category-card-content {
  padding: 18px 18px 21px;
  background: #e5e0d5;
  text-align: left;
}
.category-card h3 { font-weight: 750; color: var(--sl-ink); }
.category-card span { color: #795816; font-weight: 700; }

.products-section { position: relative; }
.products-section::before {
  content: "";
  position: absolute;
  inset: 8% auto auto -90px;
  width: 180px;
  aspect-ratio: 1;
  border-radius: 46% 54% 34% 66%;
  background: var(--sl-mint);
  opacity: .42;
  z-index: -1;
}
.woocommerce ul.products li.product a img {
  border-radius: 16px;
  background: #ebe7dd;
  transition: transform .3s ease, box-shadow .3s ease;
}
.woocommerce ul.products li.product:hover a img { transform: translateY(-5px); box-shadow: var(--sl-shadow); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-weight: 750; }
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--sl-accent-dark) !important; font-weight: 750; }
.woocommerce span.onsale { border-radius: 999px; background: var(--sl-accent); color: var(--sl-ink); }
.woocommerce .star-rating { color: var(--sl-accent); }

.value-strip { background: var(--sl-mint); color: var(--sl-ink); }
.value-item { border-color: rgba(7, 17, 31, .14); }
.value-item .icon-ring { background: var(--sl-white); box-shadow: 0 5px 0 rgba(7, 17, 31, .13); }
.value-item strong { font-weight: 800; }
.value-item p { color: #596575; }

.entry-title, .page-title, .woocommerce div.product .product_title { text-transform: none; letter-spacing: -.02em; font-weight: 750; }
.widget, .notice-demo, .woocommerce-message, .woocommerce-info {
  border-radius: 12px;
  background: var(--sl-white);
  box-shadow: 0 6px 0 rgba(7, 17, 31, .08);
}
.woocommerce-message, .woocommerce-info { border-top-color: var(--sl-accent); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--sl-accent-dark); }

.site-footer { background: var(--sl-ink); }
.footer-main { padding-top: 60px; }
.footer-column h3 { color: var(--sl-mint); }
.footer-column a { transition: color .2s ease; }
.footer-column a:hover { color: var(--sl-accent-light); }
.newsletter-form input { border-color: #66572f; border-radius: 8px 0 0 8px; }
.newsletter-form input:focus { border-color: var(--sl-mint); }
.newsletter-form button { border-radius: 0 8px 8px 0; background: var(--sl-accent); color: var(--sl-ink); }

.custom-designs-page { background-color: var(--sl-ink); }
.custom-designs-overlay {
  background: linear-gradient(135deg, rgba(7, 17, 31, .98), rgba(7, 17, 31, .86)), linear-gradient(0deg, rgba(212, 170, 69, .14), transparent 55%);
}
.custom-designs-intro .intro-text p { color: #d8deea; }
.custom-designs-intro .intro-text p:last-child { color: #aab5c6; }
.custom-design-form { background: #0c1b2d; border-color: rgba(231, 206, 136, .22); border-radius: 20px; box-shadow: 0 24px 65px rgba(0, 0, 0, .44); }
.form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"], .form-field input[type="number"], .form-field select, .form-field textarea {
  background: #071421;
  border-color: rgba(231, 206, 136, .22);
  border-radius: 8px;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--sl-accent-light); background: #0a1929; }
.form-field .required { color: var(--sl-accent-light); }
.file-upload-wrapper { background: #071421; border-color: rgba(231, 206, 136, .32); border-radius: 12px; }
.contact-intro p { color: #596575; }

@media (max-width: 980px) {
  .site-navigation { background: var(--sl-ink); border-bottom: 3px solid var(--sl-accent); }
}

@media (max-width: 700px) {
  .hero { min-height: 540px; }
  .hero::after { background: linear-gradient(90deg, rgba(7, 17, 31, .95), rgba(7, 17, 31, .72)); }
  .hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .section { padding: 58px 0; }
  .category-card { border-radius: 14px; }
  .custom-design-form { border-radius: 14px; }
}

/* ==================================================
   NEW HERO SECTION — Ideas Made Real (cool tech visual matching approved mockup)
   ================================================== */
.hero--ideas {
  min-height: 620px;
  background-position: center right;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}

/* Neutralize warm-theme decorative overlays on this cool-tech hero */
.hero--ideas::after {
  background: none !important;
  content: none !important;
}

/* The ::before on .hero--ideas is intentionally the dark gradient overlay for text legibility */

/* Subtle left-side gradient for better text contrast over the printer image */
.hero--ideas::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(15, 23, 42, 0.92) 0%,
    rgba(15, 23, 42, 0.78) 38%,
    rgba(15, 23, 42, 0.35) 58%,
    rgba(15, 23, 42, 0.12) 75%
  );
  z-index: 1;
  pointer-events: none;
}

.hero--ideas .hero-content {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero--ideas .hero-text {
  max-width: 540px;
}

.hero-headline {
  font-size: clamp(46px, 6.5vw, 78px);
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0 0 18px;
  color: #f8fafc;
  text-transform: none;
}

.headline-ideas {
  color: #ffffff;
  display: block;
}

.headline-gradient {
  background: linear-gradient(90deg, #c026ff 0%, #6366f1 50%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  display: block;
  animation: gradient-shift 6s ease infinite;
}

@keyframes gradient-shift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 200% 50%; }
}

.hero-subtitle {
  font-size: 17px;
  line-height: 1.55;
  color: #e2e8f0;
  margin: 0 0 32px;
  max-width: 460px;
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 26px;
  margin-bottom: 38px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.feature-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.feature-icon svg {
  width: 26px;
  height: 26px;
  display: block;
}

.feature-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.25;
  color: #f1f5f9;
  text-transform: uppercase;
}

.button-explore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #0f172a !important;
  color: #f8fafc !important;
  border: 2px solid #22d3ee !important;
  padding: 15px 26px !important;
  font-size: 13px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700 !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.4);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.button-explore:hover {
  background: #1e2937 !important;
  border-color: #67e8f9 !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.5);
}

.button-explore span {
  font-size: 16px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.button-explore:hover span {
  transform: translateX(3px);
}

/* Responsive adjustments for new hero */
@media (max-width: 980px) {
  .hero--ideas {
    min-height: 560px;
    background-position: 65% center;
  }
  .hero--ideas .hero-text {
    max-width: 100%;
  }
  .hero-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
  }
}

@media (max-width: 640px) {
  .hero--ideas {
    min-height: 520px;
    background-position: center;
  }
  .hero-headline {
    font-size: clamp(38px, 9vw, 52px);
  }
  .hero-features {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .feature-item {
    gap: 12px;
  }
  .button-explore {
    width: 100%;
    justify-content: center;
  }
}

/* Precision Frame product cards */
.products-section::before {
  content: none;
}

.products-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d5d4cd;
}

.products-heading .section-title {
  margin: 0;
  text-align: left;
}

.products-heading .section-title::after {
  margin-left: 0;
}

.products-heading p {
  margin: 12px 0 0;
  color: #52635b;
  font-size: 14px;
}

.products-view-all {
  flex: 0 0 auto;
  padding: 11px 16px;
  border: 1px solid var(--sl-accent);
  border-radius: 7px;
  color: var(--sl-accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.products-view-all:hover {
  background: var(--sl-accent);
  color: var(--sl-ink);
}

.woocommerce ul.products {
  gap: 26px 22px;
}

.woocommerce ul.products li.product {
  position: relative;
  min-width: 0;
  padding: 0 0 52px;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
  color: var(--sl-ink);
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / .92;
  margin: 0 0 16px !important;
  border: 2px solid #090a0a;
  border-radius: 0;
  object-fit: cover;
  box-shadow: none;
  transition: transform .25s ease;
}

.woocommerce ul.products li.product:hover a img {
  transform: translateY(-3px);
  box-shadow: none;
}

.stealthline-product-category {
  margin-bottom: 6px;
  overflow: hidden;
  color: #6c766f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 2.6em;
  margin: 0;
  color: var(--sl-ink);
  font-size: 15px !important;
  font-weight: 750;
  line-height: 1.3;
}

.woocommerce ul.products li.product .price {
  position: absolute;
  bottom: 13px;
  left: 0;
  max-width: 46%;
  margin: 0 !important;
  overflow: hidden;
  color: #795816 !important;
  font-size: 15px !important;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.woocommerce ul.products li.product.sale .woocommerce-loop-product__title,
.woocommerce ul.products li.product.sale .price {
  margin-top: 17px;
}

.woocommerce ul.products li.product .button {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 12px 15px !important;
  border-radius: 7px !important;
  font-size: 11px !important;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .added_to_cart {
  position: absolute;
  right: 0;
  bottom: -27px;
  color: var(--sl-accent-dark);
  font-size: 11px;
  font-weight: 800;
}

.woocommerce span.onsale {
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--sl-accent);
  color: var(--sl-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .star-rating {
  display: none;
}

@media (max-width: 640px) {
  .products-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .products-view-all {
    align-self: stretch;
    text-align: center;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 0;
  }
}

/* Clean outline header actions and compact product search */
.header-actions {
  position: relative;
}

.header-icon-button,
.header-actions .header-icon-button {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--sl-white);
  cursor: pointer;
  opacity: 1;
  transition: color .2s ease, transform .2s ease;
}

.header-icon-button svg,
.product-search-panel button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-icon-button:hover,
.header-actions .header-icon-button:hover,
.header-icon-button:focus-visible,
.header-icon-button.is-active {
  color: var(--sl-accent-light);
  opacity: 1;
  transform: translateY(-1px);
}

.header-actions .cart-count {
  top: -3px;
  right: -4px;
  background: var(--sl-accent);
  color: var(--sl-ink);
}

.product-search-panel {
  position: absolute;
  z-index: 1200;
  top: calc(100% + 22px);
  right: 0;
  width: min(340px, calc(100vw - 28px));
  padding: 12px;
  border: 1px solid rgba(212, 170, 69, .55);
  border-radius: 10px;
  background: var(--sl-ink);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .35);
}

.product-search-panel[hidden] {
  display: none;
}

.product-search-panel form {
  display: grid;
  grid-template-columns: 1fr 44px;
}

.product-search-panel input[type="search"] {
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #66572f;
  border-right: 0;
  border-radius: 7px 0 0 7px;
  outline: 0;
  background: #071421;
  color: var(--sl-white);
}

.product-search-panel input[type="search"]:focus {
  border-color: var(--sl-accent);
}

.product-search-panel button {
  display: grid;
  place-items: center;
  border: 1px solid var(--sl-accent);
  border-radius: 0 7px 7px 0;
  background: var(--sl-accent);
  color: var(--sl-ink);
  cursor: pointer;
}

.live-search-results {
  display: none;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid #594b2b;
  border-radius: 8px;
  background: #0a1929;
}

.live-search-results.has-results {
  display: block;
}

.live-search-product {
  display: grid !important;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 12px;
  width: auto !important;
  height: auto !important;
  padding: 10px !important;
  border-bottom: 1px solid #413922;
  color: var(--sl-white) !important;
}

.live-search-product:hover {
  background: rgba(212, 170, 69, .1);
  color: var(--sl-white) !important;
  opacity: 1 !important;
}

.live-search-product img {
  width: 52px;
  height: 52px;
  border: 1px solid #090a0a;
  border-radius: 5px;
  object-fit: cover;
  background: #d7d1c5;
}

.live-search-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.live-search-copy strong {
  overflow: hidden;
  color: var(--sl-white);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-search-copy > span {
  color: var(--sl-accent-light);
  font-size: 12px;
  font-weight: 700;
}

.live-search-all,
.live-search-message {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 12px !important;
  color: var(--sl-accent-light) !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: none !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus {
  box-shadow: none !important;
}

.live-search-all:hover {
  color: var(--sl-white) !important;
  opacity: 1 !important;
}

.product-search-page {
  background: var(--sl-soft);
}

.product-search-header {
  margin-bottom: 42px;
}

.product-search-eyebrow {
  margin: 0 0 10px;
  color: var(--sl-accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.product-search-header .entry-title {
  margin: 0;
  color: var(--sl-ink);
  font-size: clamp(36px, 5vw, 58px);
  letter-spacing: -.035em;
}

.product-search-empty {
  max-width: 620px;
  padding: 34px;
  border-left: 6px solid var(--sl-accent);
  border-radius: 0 14px 14px 0;
  background: var(--sl-white);
}

.product-search-empty h2 {
  margin-top: 0;
}

@media (max-width: 700px) {
  .header-actions {
    gap: 8px;
  }

  .header-actions .header-icon-button {
    width: 32px;
    height: 32px;
  }

  .product-search-panel {
    position: fixed;
    top: 74px;
    left: 14px;
    right: 14px;
    width: auto;
  }

  .admin-bar .product-search-panel {
    top: 120px;
  }
}

/* Match the Custom Designs page canvas to the Contact page */
.custom-designs-page {
  background-color: var(--sl-soft);
  background-image: none !important;
}

.custom-designs-overlay {
  background: transparent;
}

.custom-designs-intro .entry-title {
  color: var(--sl-ink);
}

.custom-designs-intro .intro-text p,
.custom-designs-intro .intro-text p:last-child {
  color: #52635b;
}

/* FAQ page */
.faq-page {
  background: var(--sl-soft);
}

.faq-container {
  max-width: 980px;
}

.faq-intro {
  max-width: 760px;
  margin-bottom: 48px;
}

.faq-eyebrow {
  margin: 0 0 12px;
  color: var(--sl-accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.faq-intro .entry-title {
  margin: 0 0 18px;
  color: var(--sl-ink);
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1;
  letter-spacing: -.035em;
}

.faq-intro > p:last-child {
  max-width: 650px;
  margin: 0;
  color: #52635b;
  font-size: 18px;
  line-height: 1.65;
}

.faq-list {
  border-top: 1px solid #d7d8d1;
}

.faq-item {
  border-bottom: 1px solid #d7d8d1;
}

.faq-item summary {
  position: relative;
  padding: 25px 56px 25px 0;
  color: var(--sl-ink);
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 750;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 28px;
  height: 28px;
  border: 2px solid var(--sl-accent);
  border-radius: 50%;
  transform: translateY(-50%);
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: var(--sl-accent);
  transform: translate(-50%, -50%);
}

.faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .2s ease;
}

.faq-item[open] .faq-toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-answer {
  max-width: 790px;
  padding: 0 56px 26px 0;
}

.faq-answer p {
  margin: 0;
  color: #52635b;
  font-size: 16px;
  line-height: 1.75;
}

.faq-answer a {
  color: var(--sl-accent-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 640px) {
  .faq-intro {
    margin-bottom: 34px;
  }

  .faq-item summary {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

/* StealthLine black/teal colour refinements */
.hero-eyebrow {
  color: var(--sl-accent-light) !important;
}

.woocommerce ul.products li.product a img {
  border: 2px solid #090a0a;
  box-sizing: border-box;
}

.value-strip {
  background: var(--sl-ink);
  color: var(--sl-white);
}

.value-item {
  border-right: 0;
  border-color: transparent;
}

.value-item .icon-ring {
  background: var(--sl-accent);
  color: var(--sl-ink);
  box-shadow: 0 5px 0 rgba(0, 0, 0, .28);
}

.value-item strong {
  color: var(--sl-accent-light);
}

.value-item p {
  color: #d8d8d3;
}

.footer-column h3 {
  color: var(--sl-accent-light);
}

/* Shipping, delivery, returns and refunds */
.policy-page {
  background: var(--sl-soft);
}

.policy-container {
  max-width: 980px;
}

.policy-intro {
  max-width: 760px;
  margin-bottom: 52px;
}

.policy-eyebrow {
  margin: 0 0 12px;
  color: var(--sl-accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.policy-intro .entry-title {
  margin: 0 0 18px;
  color: var(--sl-ink);
  font-size: clamp(40px, 6vw, 66px);
  line-height: 1;
  letter-spacing: -.04em;
}

.policy-intro > p:last-child {
  max-width: 660px;
  margin: 0;
  color: #52635b;
  font-size: 18px;
  line-height: 1.65;
}

.policy-content {
  max-width: 820px;
}

.policy-content > section {
  padding: 28px 0;
  border-top: 1px solid #d7d8d1;
}

.policy-content > section h2,
.policy-callout h2 {
  margin: 0 0 10px;
  color: var(--sl-ink);
  font-size: 21px;
}

.policy-content > section p,
.policy-callout p {
  margin: 0;
  color: #52635b;
  font-size: 16px;
  line-height: 1.75;
}

.policy-callout {
  margin-top: 24px;
  padding: 28px 30px;
  border-left: 6px solid var(--sl-accent);
  border-radius: 0 14px 14px 0;
  background: var(--sl-white);
  box-shadow: 0 14px 38px rgba(7, 17, 31, .1);
}

.policy-callout a {
  color: var(--sl-accent-dark);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 640px) {
  .policy-intro {
    margin-bottom: 36px;
  }

  .policy-callout {
    padding: 24px 22px;
  }
}

/* Reference-matched homepage hero */
.hero--ideas {
  min-height: 640px;
  background-image: url("hero.png") !important;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero--ideas::before {
  inset: 0;
  width: auto;
  aspect-ratio: auto;
  right: 0;
  bottom: 0;
  border: 0;
  border-radius: 0;
  transform: none;
  background: linear-gradient(
    90deg,
    rgba(7, 17, 31, .98) 0%,
    rgba(7, 17, 31, .92) 48%,
    rgba(7, 17, 31, .52) 78%,
    rgba(7, 17, 31, .36) 100%
  );
}

.hero--ideas .hero-content {
  padding-top: 72px;
  padding-bottom: 72px;
}

.hero--ideas .hero-text {
  max-width: 900px;
}

.hero-eyebrow {
  margin: 0 0 22px !important;
  color: var(--sl-accent-light) !important;
  font-size: 13px !important;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.hero--ideas .hero-headline {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(64px, 7.9vw, 104px);
  line-height: .92;
  font-weight: 750;
  letter-spacing: -.055em;
}

.hero--ideas .hero-rule {
  width: 74px;
  height: 6px;
  margin: 34px 0 30px;
  border-radius: 999px;
  background: var(--sl-accent);
}

.hero--ideas .hero-subtitle {
  max-width: 660px;
  margin: 0;
  color: #f2f6f4;
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-actions .button {
  min-width: 150px;
  padding: 14px 24px !important;
  border-radius: 7px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.hero-actions .hero-shop-button {
  background: var(--sl-accent) !important;
  border-color: var(--sl-accent) !important;
  color: var(--sl-ink) !important;
}

.hero-actions .hero-custom-button {
  background: rgba(4, 9, 18, .55) !important;
  border-color: var(--sl-accent) !important;
  color: var(--sl-white) !important;
}

.hero-actions .hero-shop-button:hover,
.hero-actions .hero-custom-button:hover {
  background: var(--sl-white) !important;
  border-color: var(--sl-white) !important;
  color: var(--sl-ink) !important;
}

@media (max-width: 640px) {
  .hero--ideas {
    min-height: 510px;
    background-position: 68% center;
  }

  .hero--ideas .hero-content {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .hero--ideas .hero-headline {
    font-size: clamp(50px, 15vw, 68px);
  }

  .hero--ideas .hero-rule {
    margin: 26px 0 24px;
  }

  .hero--ideas .hero-subtitle br {
    display: none;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 28px;
  }

  .hero-actions .button {
    flex: 1 1 100%;
    width: 100%;
  }
}

/* Split Panel product cards */
.woocommerce ul.products {
  gap: 26px 22px;
}

.woocommerce ul.products li.product {
  position: relative;
  overflow: hidden;
  padding: 0 0 16px;
  border: 1px solid rgba(212, 170, 69, .36);
  border-radius: 16px;
  background: #e5e0d5;
  box-shadow: 0 12px 30px rgba(4, 9, 18, .28);
  transition: transform .22s ease, box-shadow .22s ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 170, 69, .72);
  box-shadow: 0 18px 38px rgba(4, 9, 18, .42);
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  column-gap: 12px;
}

.woocommerce ul.products li.product a img {
  grid-column: 1 / -1;
  width: 100%;
  aspect-ratio: 1 / .92;
  margin: 0 !important;
  border: 0;
  border-bottom: 3px solid var(--sl-accent);
  border-radius: 0;
  background: #d7d1c5;
  object-fit: cover;
  box-shadow: none;
  transition: transform .3s ease;
}

.woocommerce ul.products li.product:hover a img {
  transform: scale(1.025);
  box-shadow: none;
}

.stealthline-product-category {
  display: none;
}

.stealthline-loop-badge {
  grid-column: 1 / -1;
  justify-self: start;
  margin: 16px 17px 14px;
  padding: 7px 10px;
  border: 1px solid var(--sl-ink);
  border-radius: 6px;
  background: var(--sl-ink);
  color: var(--sl-accent-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  grid-column: 1;
  min-height: 2.6em;
  margin: 0;
  padding: 0 0 0 17px !important;
  color: var(--sl-ink);
  font-size: 15px !important;
  font-weight: 750;
  line-height: 1.3;
}

.woocommerce ul.products li.product .price {
  position: static;
  grid-column: 2;
  max-width: none;
  margin: 0;
  padding: 0 17px 0 0;
  overflow: visible;
  color: #795816 !important;
  font-size: 15px !important;
  font-weight: 800;
  text-overflow: clip;
  white-space: nowrap;
}

.woocommerce ul.products li.product .button {
  position: static;
  display: block;
  width: calc(100% - 34px);
  margin: 16px 17px 0 !important;
  padding: 13px 16px !important;
  border-color: var(--sl-accent) !important;
  border-radius: 7px !important;
  background: var(--sl-ink) !important;
  color: var(--sl-accent-light) !important;
  font-size: 11px !important;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .button::before {
  content: none;
}

.woocommerce ul.products li.product .added_to_cart {
  position: static;
  display: block;
  margin: 8px 17px 0;
  color: var(--sl-accent-light);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.woocommerce span.onsale {
  top: 12px;
  left: 12px;
  z-index: 3;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--sl-accent);
  color: var(--sl-ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.woocommerce ul.products li.product:not(.sale)::before {
  content: none;
}

@media (max-width: 640px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 0;
  }
}

/* Keep Soft Stone Split Panel cart buttons completely flat */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.woocommerce ul.products li.product .button:active {
  box-shadow: none !important;
  filter: none !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus {
  border-color: var(--sl-accent-light) !important;
  background: #0d2036 !important;
  color: var(--sl-white) !important;
}

/* Form bot protection */
.sl-form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-field--captcha {
  width: 100%;
  max-width: 300px;
  margin-top: 24px;
}

.form-security-hint {
  color: #aab3c2;
  font-size: 12px;
}

/* Slightly more compact hero and product presentation */
.hero h1.hero-headline {
  font-size: clamp(41px, 5.95vw, 75px);
}

.woocommerce ul.products {
  width: 90%;
  margin-right: auto !important;
  margin-left: 0 !important;
}

@media (max-width: 700px) {
  .hero h1.hero-headline {
    font-size: clamp(36px, 11.05vw, 49px);
  }

  .woocommerce ul.products {
    margin-left: auto !important;
  }
}

/* Stealthline wordmark-only branding */
.site-wordmark-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
}

.site-wordmark {
  display: block;
  width: 230px;
  max-width: none;
  height: auto;
}

.footer-brand .site-wordmark {
  width: 240px;
}

.site-wordmark-tagline {
  display: block;
  padding-left: .42em;
  color: var(--sl-accent-light);
  font-size: 9px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: .42em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-brand .site-wordmark-tagline {
  font-size: 10px;
}

/* Navy and gold text harmonisation */
.products-heading p,
.custom-designs-intro .intro-text p,
.custom-designs-intro .intro-text p:last-child,
.faq-intro > p:last-child,
.faq-answer p,
.policy-intro > p:last-child,
.policy-content > section p,
.policy-callout p {
  color: #596575;
}

.hero--ideas .hero-subtitle {
  color: #eef1f6;
}

/* Full navy page canvas */
body {
  color: #f3f0e9;
}

.content-area,
.product-search-page,
.custom-designs-page,
.faq-page,
.policy-page {
  background-color: var(--sl-soft);
}

.section-title,
.products-heading h2,
.entry-title,
.page-title,
.product-search-header .entry-title,
.custom-designs-intro .entry-title,
.faq-intro .entry-title,
.faq-item summary,
.policy-intro .entry-title,
.policy-content > section h2,
.woocommerce div.product .product_title {
  color: var(--sl-white);
}

.products-heading p,
.contact-intro p,
.custom-designs-intro .intro-text p,
.custom-designs-intro .intro-text p:last-child,
.faq-intro > p:last-child,
.faq-answer p,
.policy-intro > p:last-child,
.policy-content > section p {
  color: #b8c2d0;
}

.product-search-eyebrow,
.faq-eyebrow,
.faq-answer a,
.policy-eyebrow,
.products-view-all,
.single-product .summary .price {
  color: var(--sl-accent-light) !important;
}

.faq-list,
.faq-item,
.policy-content > section {
  border-color: rgba(231, 206, 136, .22);
}

.category-card,
.woocommerce ul.products li.product,
.widget,
.notice-demo,
.woocommerce-message,
.woocommerce-info,
.product-search-empty,
.policy-callout {
  color: var(--sl-ink);
}

.product-search-empty h2,
.policy-callout h2 {
  color: var(--sl-ink);
}

.policy-callout p {
  color: #596575;
}

.woocommerce .woocommerce-breadcrumb {
  color: #aeb8c7;
}

@media (max-width: 700px) {
  .site-wordmark {
    width: 150px;
  }

  .site-wordmark-link {
    gap: 3px;
  }

  .site-wordmark-tagline {
    font-size: 7px;
    letter-spacing: .34em;
  }

  .footer-brand .site-wordmark {
    width: 205px;
  }
}

@media (max-width: 380px) {
  .site-wordmark {
    width: 135px;
  }
}
