:root {
  color-scheme: dark;
  --ink: #071310;
  --ink-2: #0b211b;
  --ink-3: #173229;
  --panel: rgba(10, 28, 23, .84);
  --panel-solid: #10271f;
  --diamond: #fff2d6;
  --ice: #e8ca8d;
  --teal: #82c6ae;
  --teal-2: #3c8274;
  --blue: #527c80;
  --gold: #c49a5c;
  --rust: #a64f38;
  --white: #fffaf0;
  --muted: #d2c9b8;
  --line: rgba(226, 195, 137, .24);
  --line-strong: rgba(226, 195, 137, .46);
  --shadow: 0 28px 80px rgba(0, 7, 9, .38);
  --glow: 0 0 46px rgba(196, 154, 92, .2);
}

html {
  background: var(--ink);
}

body {
  background:
    radial-gradient(circle at 8% 4%, rgba(82, 124, 128, .16), transparent 34%),
    radial-gradient(circle at 92% 16%, rgba(196, 154, 92, .12), transparent 31%),
    linear-gradient(155deg, #071310 0%, #0b211b 46%, #091813 100%);
  background-attachment: fixed;
}

.site-header {
  border-bottom-color: rgba(226, 195, 137, .18);
  background: rgba(6, 18, 15, .78);
  box-shadow: 0 10px 38px rgba(0, 8, 10, .18);
}

.site-header.is-scrolled {
  background: rgba(7, 24, 19, .95);
  box-shadow: 0 14px 44px rgba(0, 8, 10, .3);
}

.brand-mark {
  color: #25180c;
  background: linear-gradient(145deg, var(--diamond), var(--gold));
  box-shadow: 0 0 30px rgba(196, 154, 92, .28);
}

.brand-sub,
.desktop-nav a {
  color: #cfe3e0;
}

.btn-primary {
  color: #26180c;
  background: linear-gradient(135deg, var(--diamond), var(--gold));
  box-shadow: 0 12px 34px rgba(196, 154, 92, .24);
}

.btn-ghost {
  color: var(--white);
  border-color: var(--line-strong);
  background: rgba(12, 34, 28, .66);
}

#home-view > .hero,
#home-view > .signal-bar,
#directions {
  display: none !important;
}

.showcase-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100vh;
  padding: 142px 0 84px;
  background:
    linear-gradient(90deg, rgba(5, 15, 13, .38), rgba(5, 15, 13, .12) 48%, rgba(5, 15, 13, .42)),
    linear-gradient(180deg, rgba(5, 15, 13, .12), rgba(5, 15, 13, .4)),
    url("/backgrounds/theme-1.webp") center top / cover no-repeat;
}

.showcase-hero::before,
.showcase-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(1px);
  pointer-events: none;
}

.showcase-hero::before {
  top: 38px;
  right: -160px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(232, 202, 141, .14);
  background: radial-gradient(circle, rgba(196, 154, 92, .13), transparent 65%);
}

.showcase-hero::after {
  top: 340px;
  left: -220px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(130, 198, 174, .12), transparent 68%);
}

.showcase-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr);
  align-items: end;
  gap: 64px;
  margin-bottom: 44px;
}

.showcase-title {
  max-width: 900px;
  margin: 12px 0 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(4.5rem, 9vw, 8.6rem);
  font-weight: 520;
  letter-spacing: -.045em;
  line-height: .82;
  text-transform: uppercase;
}

.showcase-title span {
  display: block;
  color: var(--ice);
}

.showcase-copy {
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(15, 38, 31, .76), rgba(7, 20, 17, .88));
  box-shadow: 0 20px 58px rgba(0, 7, 6, .3);
  backdrop-filter: blur(15px) saturate(.84);
}

.showcase-copy p {
  margin: 0;
  color: #d0e1df;
  font-size: .86rem;
  line-height: 1.75;
}

.showcase-copy strong {
  color: var(--white);
}

.showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.showcase-board {
  position: relative;
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(7, 18, 15, .52), rgba(7, 18, 15, .18) 50%, rgba(7, 18, 15, .52)),
    linear-gradient(180deg, rgba(8, 22, 18, .54), rgba(6, 17, 14, .82)),
    url("/backgrounds/theme-2.webp") center / cover no-repeat;
  box-shadow: inset 0 1px rgba(255, 255, 255, .035), var(--shadow);
}

.showcase-board-head > div,
.showcase-board-head > p {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(8, 24, 19, .72);
  backdrop-filter: blur(14px) saturate(.82);
}

.showcase-board-head > p { max-width: 510px; }

.showcase-board-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  padding-top: 28px;
  padding-bottom: 20px;
}

.showcase-board-head h2 {
  margin: 4px 0 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(2.2rem, 4.5vw, 4.6rem);
  font-weight: 520;
  line-height: .95;
  text-transform: uppercase;
}

.showcase-board-head p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: .72rem;
  line-height: 1.6;
}

.showcase-controls {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 22px;
  padding-top: 12px;
  padding-inline: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(8, 24, 19, .72);
  box-shadow: 0 16px 42px rgba(0, 7, 6, .22);
  backdrop-filter: blur(14px) saturate(.82);
}

.showcase-all,
.style-tab,
.showcase-motion,
.showcase-owner {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 9px 15px;
  color: #d7e8e5;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(14, 39, 31, .82);
  font: 750 .68rem/1 var(--body);
  letter-spacing: .035em;
  cursor: pointer;
  transition: .22s ease;
}

.style-tabs {
  display: flex;
  flex: 1 1 auto;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  padding: 2px 0 7px;
  scrollbar-width: thin;
  scrollbar-color: var(--teal-2) transparent;
}

.style-tab:hover,
.showcase-all:hover,
.showcase-motion:hover,
.showcase-owner:hover {
  color: var(--white);
  border-color: var(--line-strong);
  background: rgba(31, 91, 94, .65);
}

.style-tab[aria-pressed="true"],
.showcase-all[aria-pressed="true"] {
  color: #27190d;
  border-color: var(--ice);
  background: linear-gradient(135deg, var(--diamond), var(--gold));
  box-shadow: 0 8px 26px rgba(196, 154, 92, .22);
}

.showcase-owner {
  color: var(--ice);
  border-style: dashed;
}

.showcase-motion {
  color: var(--teal);
}

.showcase-motion.is-paused {
  color: #27190d;
  border-color: var(--ice);
  background: linear-gradient(135deg, var(--diamond), var(--gold));
}

.showcase-window {
  position: relative;
  overflow: hidden;
  padding: 12px 0 36px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.marquee-row {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 0;
  cursor: grab;
  scrollbar-width: none;
  touch-action: pan-y;
  user-select: none;
  overscroll-behavior-x: contain;
}

.marquee-row::-webkit-scrollbar { display: none; }

.marquee-row.is-dragging { cursor: grabbing; }

.marquee-track {
  display: flex;
  width: max-content;
}

.marquee-set {
  display: flex;
  gap: 14px;
  padding-right: 14px;
}

.showcase-card,
.spider-placeholder {
  position: relative;
  flex: 0 0 clamp(250px, 29vw, 365px);
  height: 208px;
  overflow: hidden;
  color: var(--white);
  border: 1px solid rgba(226, 195, 137, .3);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(25, 54, 43, .96), rgba(8, 23, 18, .98));
  box-shadow: 0 16px 38px rgba(0, 8, 10, .25);
}

.showcase-card {
  display: grid;
  grid-template-columns: 44% 56%;
  padding: 0;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.showcase-card:hover,
.showcase-card:focus-visible {
  transform: translateY(-3px);
  border-color: var(--ice);
  box-shadow: var(--glow), 0 20px 46px rgba(0, 8, 10, .32);
  outline: 0;
}

.showcase-card-media {
  overflow: hidden;
  background: #f4f5f0;
}

.showcase-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  transition: transform .35s ease;
}

.showcase-card-media--fit img,
.work-card .work-media img[src^="/gallery/"] {
  object-fit: contain;
}

.showcase-card:hover img { transform: scale(1.035); }

.showcase-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-width: 0;
  padding: 20px 18px;
}

.showcase-card-style {
  margin-bottom: 10px;
  color: var(--teal);
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.showcase-card-title {
  font-family: var(--display);
  font-size: 1.42rem;
  font-weight: 520;
  line-height: .98;
  text-transform: uppercase;
}

.showcase-card-hint {
  margin-top: 13px;
  color: var(--muted);
  font-size: .62rem;
}

.spider-placeholder {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 25%, rgba(196, 154, 92, .17), transparent 42%),
    repeating-linear-gradient(135deg, rgba(226, 195, 137, .025) 0 8px, transparent 8px 16px),
    #10271f;
}

.spider-scene {
  display: grid;
  justify-items: center;
  transform: rotate(-1.5deg);
}

.spider-icon {
  margin-bottom: -8px;
  font-size: 3.2rem;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .35));
}

.spider-sign {
  padding: 12px 18px 11px;
  color: #2a1b0d;
  border: 2px solid #2a1b0d;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--diamond), var(--gold));
  box-shadow: 5px 6px 0 rgba(0, 0, 0, .22);
  font-family: var(--display);
  font-size: 1.1rem;
  letter-spacing: .035em;
  line-height: 1;
  text-align: center;
}

.spider-style {
  margin-top: 12px;
  color: var(--muted);
  font-size: .62rem;
}

.showcase-foot {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 28px;
  color: var(--muted);
  font-size: .66rem;
}

.showcase-foot strong { color: var(--white); }

#why-us,
#services,
#prices,
#process,
#order,
#faq {
  position: relative;
  isolation: isolate;
  overflow: clip;
  border-top: 1px solid var(--line);
  background-color: var(--ink);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#why-us {
  background-image:
    linear-gradient(90deg, rgba(6, 17, 14, .42), rgba(6, 17, 14, .16) 48%, rgba(6, 17, 14, .46)),
    linear-gradient(180deg, rgba(6, 17, 14, .36), rgba(6, 17, 14, .68)),
    url("/backgrounds/theme-3.webp");
}

#services {
  background-image:
    linear-gradient(90deg, rgba(6, 17, 14, .46), rgba(6, 17, 14, .14) 48%, rgba(6, 17, 14, .46)),
    linear-gradient(180deg, rgba(6, 17, 14, .3), rgba(6, 17, 14, .64)),
    url("/backgrounds/theme-4.webp");
}

#prices {
  background-image:
    linear-gradient(90deg, rgba(6, 17, 14, .45), rgba(6, 17, 14, .18) 48%, rgba(6, 17, 14, .45)),
    linear-gradient(180deg, rgba(6, 17, 14, .28), rgba(6, 17, 14, .66)),
    url("/backgrounds/theme-5.webp");
}

#process {
  background-image:
    linear-gradient(90deg, rgba(6, 17, 14, .38), rgba(6, 17, 14, .13) 50%, rgba(6, 17, 14, .4)),
    linear-gradient(180deg, rgba(6, 17, 14, .3), rgba(6, 17, 14, .64)),
    url("/backgrounds/theme-6.webp");
}

#order {
  background-image:
    linear-gradient(90deg, rgba(6, 17, 14, .44), rgba(6, 17, 14, .16) 48%, rgba(6, 17, 14, .44)),
    linear-gradient(180deg, rgba(6, 17, 14, .28), rgba(6, 17, 14, .66)),
    url("/backgrounds/theme-7.webp");
}

#faq {
  background-image:
    linear-gradient(90deg, rgba(6, 17, 14, .43), rgba(6, 17, 14, .14) 50%, rgba(6, 17, 14, .45)),
    linear-gradient(180deg, rgba(6, 17, 14, .28), rgba(6, 17, 14, .7)),
    url("/backgrounds/theme-8.webp");
}

#services .section-head,
#process .section-head,
.promise-sticky,
.faq-intro {
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(13, 35, 28, .76), rgba(6, 20, 16, .88));
  box-shadow: 0 22px 56px rgba(0, 7, 6, .27);
  backdrop-filter: blur(15px) saturate(.82);
}

#services .section-head,
#process .section-head { align-items: center; }

.promise-section {
  background-color: var(--ink);
}

.promise-item,
.process-step,
.faq-list details,
.order-form,
.order-aside,
.owner-panel,
.gallery-tools {
  background-color: rgba(11, 31, 25, .78);
  backdrop-filter: blur(15px) saturate(.82);
}

.promise-list {
  display: grid;
  gap: 12px;
  border-top: 0;
}

.promise-item {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(0, 7, 6, .2);
}

.service-card {
  border-color: var(--line);
  background: linear-gradient(145deg, rgba(18, 45, 36, .9), rgba(7, 22, 18, .96));
  box-shadow: 0 22px 56px rgba(0, 7, 6, .24);
  backdrop-filter: blur(15px) saturate(.82);
}

.service-card:nth-child(2) {
  background: linear-gradient(145deg, rgba(48, 62, 43, .9), rgba(8, 26, 20, .97) 72%);
}

.service-warning {
  display: grid;
  gap: 7px;
  margin: 24px 0 18px;
  padding: 17px 18px;
  color: #eee4d2;
  border: 1px solid rgba(226, 195, 137, .34);
  border-left: 3px solid var(--gold);
  border-radius: 12px;
  background: rgba(6, 21, 16, .68);
  font-size: .72rem;
  line-height: 1.55;
}

.service-warning strong {
  color: var(--ice);
  font-size: .65rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pricing-wrap {
  border-color: var(--line-strong);
  background: linear-gradient(155deg, rgba(24, 45, 33, .82), rgba(7, 22, 17, .92));
  backdrop-filter: blur(16px) saturate(.82);
}

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

.pricing-grid .price-card:nth-child(n) {
  min-height: 430px;
  border-right: 1px solid var(--line);
  border-bottom: 0;
  background: rgba(10, 30, 23, .68);
}

.pricing-grid .price-card:nth-child(4n) { border-right: 0; }
.pricing-grid .price-card.featured { background: linear-gradient(180deg, rgba(196, 154, 92, .22), rgba(10, 30, 23, .76)); }
.pricing-grid .price-card.military { background: linear-gradient(180deg, rgba(82, 124, 128, .2), rgba(10, 30, 23, .76)); }
.pricing-grid .price-card.max-package { background: linear-gradient(180deg, rgba(166, 79, 56, .18), rgba(10, 30, 23, .78)); }
.price-card p { color: #d6cdbd; }

#prices .pricing-note {
  width: fit-content;
  max-width: 900px;
  margin: 20px auto 0;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 24, 19, .76);
  backdrop-filter: blur(12px);
}

#process .process-grid {
  gap: 12px;
  border-top: 0;
}

#process .process-step {
  min-height: 230px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(0, 7, 6, .2);
}

#process .process-step:not(:last-child)::after {
  top: 26px;
  right: 24px;
}

.work-card {
  background: #10271f;
}

.gallery-page {
  background:
    linear-gradient(90deg, rgba(6, 17, 14, .58), rgba(6, 17, 14, .3) 50%, rgba(6, 17, 14, .58)),
    linear-gradient(180deg, rgba(6, 17, 14, .46), #071310 76%),
    url("/backgrounds/theme-2.webp") center top / cover no-repeat fixed;
}

.filter-button,
.owner-trigger {
  background: rgba(10, 32, 25, .86);
}

.owner-panel {
  border-color: var(--line-strong);
}

.order-wrap {
  border-color: var(--line);
  background: linear-gradient(145deg, rgba(18, 44, 34, .84), rgba(7, 22, 17, .94));
  backdrop-filter: blur(16px) saturate(.82);
}

#order .order-aside {
  background: linear-gradient(145deg, rgba(18, 43, 34, .72), rgba(6, 20, 16, .92));
}

#order .order-aside::before {
  opacity: 0;
  background: none;
}

#order .order-aside::after {
  background:
    radial-gradient(circle at 22% 18%, rgba(196, 154, 92, .16), transparent 35%),
    linear-gradient(to bottom, rgba(7, 22, 17, .08), rgba(7, 22, 17, .62));
}

#order .order-form {
  background: rgba(7, 23, 18, .82);
}

.field input,
.field select,
.field textarea {
  border-color: var(--line);
  background: rgba(5, 21, 16, .78);
}

#faq .faq-list {
  display: grid;
  gap: 10px;
  border-top: 0;
}

#faq .faq-list details {
  padding-inline: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(0, 7, 6, .18);
}

#faq .faq-list summary::after { right: 2px; }

@media (max-width: 1050px) {
  .showcase-intro { grid-template-columns: 1fr; gap: 20px; }
  .showcase-copy { max-width: 760px; padding: 22px 24px; }
  .showcase-board-head { align-items: start; flex-direction: column; }
  .showcase-board-head > div,
  .showcase-board-head > p { width: 100%; }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-grid .price-card:nth-child(n) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .pricing-grid .price-card:nth-child(2n) { border-right: 0; }
  .pricing-grid .price-card:nth-last-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 760px) {
  .showcase-hero {
    min-height: auto;
    padding: 112px 0 62px;
    background-color: #071310;
    background-position: 24% top;
    background-size: auto 680px;
    background-repeat: no-repeat;
  }
  .showcase-title { font-size: clamp(4rem, 18vw, 6.4rem); }
  .showcase-copy p { font-size: .78rem; }
  .showcase-copy { padding: 20px; border-radius: 18px; }
  .showcase-board {
    background-color: #071310;
    background-position: 72% top;
    background-size: auto 720px;
    background-repeat: no-repeat;
  }
  .showcase-board-head { padding-top: 24px; }
  .showcase-board-head > div,
  .showcase-board-head > p { padding: 16px; }
  .showcase-controls { align-items: stretch; flex-wrap: wrap; }
  .style-tabs { order: 3; flex-basis: 100%; width: calc(100vw - 28px); }
  .showcase-all,
  .showcase-motion,
  .showcase-owner { flex: 1 1 auto; }
  .showcase-window {
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
  }
  .showcase-card,
  .spider-placeholder { flex-basis: 255px; height: 186px; }
  .showcase-card-copy { padding: 16px 14px; }
  .showcase-card-title { font-size: 1.18rem; }
  .showcase-foot { flex-direction: column; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-grid .price-card:nth-child(n) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .pricing-grid .price-card:last-child { border-bottom: 0; }

  #why-us,
  #services,
  #prices,
  #process,
  #order,
  #faq {
    background-color: #071310;
    background-size: auto 680px;
    background-repeat: no-repeat;
  }

  #why-us { background-position: 80% top; }
  #services { background-position: 78% top; }
  #prices { background-position: 18% top; }
  #process { background-position: 80% top; }
  #order { background-position: 17% top; }
  #faq { background-position: 82% top; }

  #services .section-head,
  #process .section-head,
  .promise-sticky,
  .faq-intro { padding: 20px; border-radius: 18px; }

  #process .process-grid { gap: 10px; }
  #process .process-step { min-height: auto; padding: 22px; }
  #prices .pricing-note { border-radius: 16px; }

  .gallery-page {
    background-attachment: scroll;
    background-position: 72% top;
    background-size: auto 760px;
  }
}

@media (max-width: 470px) {
  .showcase-title { font-size: clamp(3.55rem, 18vw, 5.1rem); }
  .showcase-actions .btn { width: 100%; }
  .showcase-card,
  .spider-placeholder { flex-basis: 232px; height: 176px; }
  .showcase-card { grid-template-columns: 45% 55%; }
  .spider-icon { font-size: 2.7rem; }
  .spider-sign { padding: 10px 13px 9px; font-size: .96rem; }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-row .marquee-set:nth-child(2) { display: none; }
}
