:root {
  --ink: #000000;
  --paper: #f5f7ff;
  --cream: #ffffff;
  --brand: #0b0be2;
  --brand-dark: #3a5fcd;
  --accent: #1ba97b;
  --sun: #00d4aa;
  --line: rgba(58, 95, 205, .18);
  --muted: #797d87;
  --shadow: 0 28px 70px rgba(11, 11, 226, .13);
  --radius: 26px;
  --display: "Aptos Display", "Trebuchet MS", sans-serif;
  --body: "Aptos", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.ld-eyebrow { margin: 0 0 18px; color: var(--brand); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }

.ld-announcement { min-height: 44px; padding: 9px 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; color: #fff; background: #0c1428; font-size: 13px; letter-spacing: .01em; }
.ld-announcement strong { text-align: center; }
.ld-announcement a { justify-self: end; border-bottom: 1px solid rgba(255,255,255,.55); }
.ld-header { min-height: 94px; padding: 0 3.5vw; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 28px; background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; }
.ld-header-primary { min-width: 0; display: flex; align-items: center; gap: 28px; }
.ld-brand { display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-family: var(--display); white-space: nowrap; }
.ld-brand-symbol { width: 64px; height: 62px; display: block; position: relative; overflow: hidden; flex: 0 0 auto; }
.ld-brand-symbol img { width: 104px; max-width: none; height: 104px; position: absolute; top: -20px; left: -23px; object-fit: contain; }
.ld-brand-name { font-size: 23px; font-weight: 700; letter-spacing: .28em; }
.ld-brand-name strong { font-weight: 950; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { width: auto; max-width: 250px; max-height: 70px; }
.ld-nav { min-width: 0; }
.ld-nav ul { margin: 0; padding: 0; display: flex; align-items: center; gap: clamp(18px, 2.2vw, 36px); list-style: none; font-weight: 700; white-space: nowrap; }
.ld-nav a { position: relative; }
.ld-nav a::after { content: ""; height: 2px; position: absolute; right: 0; bottom: -8px; left: 0; background: var(--accent); transform: scaleX(0); transition: transform .22s ease; }
.ld-nav a:hover::after, .ld-nav a:focus-visible::after { transform: scaleX(1); }
.ld-header-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.ld-icon-action { width: 43px; height: 43px; display: grid; place-items: center; position: relative; border: 1px solid transparent; border-radius: 50%; transition: background .2s ease, border-color .2s ease; }
.ld-icon-action:hover, .ld-icon-action:focus-visible { background: var(--paper); border-color: var(--line); }
.ld-icon-action svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.ld-cart span { min-width: 19px; height: 19px; padding: 0 5px; display: grid; place-items: center; position: absolute; top: -1px; right: -3px; color: #fff; background: var(--brand); border-radius: 20px; font-size: 10px; font-weight: 900; }
.ld-menu-toggle { width: 42px; height: 42px; padding: 8px; display: grid; align-content: center; gap: 6px; border: 0; background: transparent; cursor: pointer; }
.ld-menu-toggle span { width: 28px; height: 2px; display: block; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.ld-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.ld-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.ld-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.ld-ad-showcase { padding: clamp(34px, 5vw, 72px) 5vw; color: #fff; background: linear-gradient(115deg, var(--brand) 0%, var(--brand-dark) 52%, var(--accent) 100%); overflow: hidden; }
.ld-ad-slider { max-width: 1240px; margin: 0 auto; }
.ld-ad-slides { min-height: clamp(390px, 44vw, 560px); display: grid; position: relative; }
.ld-ad-slide { grid-area: 1 / 1; padding: clamp(30px, 5vw, 72px); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); align-items: center; gap: clamp(30px, 6vw, 90px); color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.5); border-radius: 34px; box-shadow: 0 35px 100px rgba(0,0,0,.22); opacity: 0; visibility: hidden; transform: translateX(35px) scale(.985); transition: opacity .55s ease, transform .55s ease, visibility .55s; }
.ld-ad-slide.is-active { opacity: 1; visibility: visible; transform: translateX(0) scale(1); }
.ld-ad-copy { max-width: 620px; }
.ld-ad-copy h2 { margin: 0 0 20px; font: 900 clamp(42px, 5.5vw, 78px)/.94 var(--display); letter-spacing: -.05em; }
.ld-ad-copy > p:not(.ld-eyebrow) { margin-bottom: 30px; color: var(--muted); font-size: clamp(17px, 1.6vw, 21px); line-height: 1.55; }
.ld-ad-slide figure { height: 100%; max-height: 410px; margin: 0; overflow: hidden; border-radius: 28px; background: var(--paper); }
.ld-ad-slide figure img { width: 100%; height: 100%; object-fit: cover; }
.ld-ad-visual { min-height: 330px; padding: 38px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: linear-gradient(145deg, var(--brand), var(--brand-dark) 56%, var(--accent)); border-radius: 30px 30px 8px 30px; }
.ld-ad-visual span { font-size: clamp(46px, 6vw, 82px); font-weight: 950; letter-spacing: -.06em; }
.ld-ad-visual strong { color: var(--sun); font-size: clamp(18px, 2vw, 28px); letter-spacing: .28em; }
.ld-slider-controls { margin-top: 24px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.ld-slider-controls > button { width: 44px; height: 44px; color: #fff; background: rgba(0,0,0,.2); border: 1px solid rgba(255,255,255,.45); border-radius: 50%; cursor: pointer; }
.ld-slider-dots { display: flex; gap: 9px; }
.ld-slider-dots button { width: 9px; height: 9px; padding: 0; background: rgba(255,255,255,.42); border: 0; border-radius: 99px; cursor: pointer; transition: width .2s ease, background .2s ease; }
.ld-slider-dots button.is-active { width: 30px; background: #fff; }
.ld-hero { min-height: 680px; padding: 90px 7vw; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 8vw; background: var(--paper); }
.ld-hero h1 { margin: 0; font: 900 clamp(58px, 7vw, 105px)/.88 var(--display); letter-spacing: -.065em; }
.ld-hero h1 em { color: var(--brand); font-style: normal; }
.ld-hero-copy > p:not(.ld-eyebrow) { max-width: 650px; color: var(--muted); font-size: 20px; line-height: 1.55; }
.ld-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.ld-button { padding: 15px 21px; border: 1px solid var(--ink); border-radius: 999px; font-weight: 900; }
.ld-button-primary { color: #fff; background: var(--brand); border-color: var(--brand); }
.ld-feature { min-height: 420px; padding: 40px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: linear-gradient(145deg, var(--brand), var(--brand-dark) 58%, var(--accent)); border-radius: 42px 42px 14px 42px; box-shadow: var(--shadow); }
.ld-feature span { margin-bottom: auto; }
.ld-feature h2 { margin: 10px 0; font-size: 48px; }
.ld-spotlights { padding: 20px 6vw; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ld-spotlight { min-height: 230px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: linear-gradient(130deg, var(--brand), var(--brand-dark)); border-radius: var(--radius); background-image: linear-gradient(130deg, rgba(11,11,226,.82), rgba(27,169,123,.68)), var(--spotlight-image); background-size: cover; }
.ld-spotlight a { align-self: flex-start; padding-bottom: 4px; border-bottom: 2px solid currentColor; font-weight: 900; }
.ld-section { padding: 100px 6vw; }
.ld-section > header h2 { margin: 0 0 40px; font-size: clamp(42px, 5vw, 68px); }
.ld-content-card { max-width: 980px; margin: 0 auto; padding: clamp(28px, 5vw, 70px); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.ld-content-card h1, .ld-not-found h1 { font: 900 clamp(42px, 6vw, 78px)/.96 var(--display); letter-spacing: -.055em; }
.ld-content-card p, .ld-content-card li { color: var(--muted); font-size: 18px; line-height: 1.7; }
.ld-not-found { min-height: 560px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.ld-service-band { padding: 60px 7vw; display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; color: #fff; background: linear-gradient(120deg, #000, #101044); }
.ld-service-band > div { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.2); }
.ld-service-band strong { color: var(--sun); }
.ld-footer { padding: 55px 6vw; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; color: #fff; background: #000; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 18px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); }
.woocommerce ul.products li.product img { border-radius: 18px; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { color: #fff !important; background: var(--brand) !important; border-radius: 999px !important; }
.woocommerce-checkout .woocommerce, .woocommerce-cart .woocommerce, .woocommerce-account .woocommerce { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 48px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; }

@media (max-width: 900px) {
  .ld-announcement { grid-template-columns: 1fr auto; }
  .ld-announcement > span { display: none; }
  .ld-announcement strong { text-align: left; }
  .ld-header { min-height: 78px; grid-template-columns: auto 1fr auto; gap: 8px; }
  .ld-header-primary { display: contents; }
  .ld-menu-toggle { grid-column: 1; }
  .ld-brand { grid-column: 2; }
  .ld-brand-symbol { width: 49px; height: 49px; }
  .ld-brand-symbol img { width: 82px; height: 82px; top: -16px; left: -18px; }
  .ld-brand-name { font-size: 16px; letter-spacing: .18em; }
  .ld-nav { display: none; }
  .ld-nav.is-open { padding: 28px 6vw; display: block; position: absolute; top: 78px; left: 0; right: 0; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 24px 50px rgba(0,0,0,.12); }
  .ld-nav.is-open ul { flex-direction: column; align-items: flex-start; }
  .ld-header-actions { grid-column: 3; gap: 2px; }
  .ld-icon-action { width: 36px; height: 36px; }
  .ld-icon-action:first-child { display: none; }
  .ld-icon-action svg { width: 23px; height: 23px; }
  .ld-ad-slide { grid-template-columns: 1fr; }
  .ld-ad-slide figure, .ld-ad-visual { min-height: 220px; max-height: 260px; }
  .ld-hero { grid-template-columns: 1fr; }
  .ld-spotlights, .woocommerce ul.products, .ld-service-band { grid-template-columns: 1fr; }
  .ld-footer { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .ld-announcement { font-size: 11px; }
  .ld-announcement a { font-size: 0; }
  .ld-announcement a::after { content: "Contact"; font-size: 11px; }
  .ld-brand-name { display: none; }
  .ld-ad-showcase { padding-right: 18px; padding-left: 18px; }
  .ld-ad-slides { min-height: 560px; }
  .ld-ad-slide { padding: 28px 24px; border-radius: 24px; }
  .ld-ad-copy h2 { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  .ld-ad-slide, .ld-nav a::after { transition: none; }
}
