:root {
  --bg: #08101a;
  --bg-2: #0e1722;
  --panel: #121d2a;
  --panel-2: #172536;
  --text: #f3f1ea;
  --muted: #aab7c5;
  --muted-2: #788899;
  --blue: #3f78a8;
  --blue-soft: #78a8d0;
  --gold: #b89a5f;
  --gold-dark: #8f7242;
  --line: rgba(184, 154, 95, .34);
  --white-line: rgba(255, 255, 255, .08);
  --shadow: 0 24px 70px rgba(0, 0, 0, .38);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 80% 0%, rgba(63,120,168,.18), transparent 34%), var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section-pad { padding: 92px 0; }
.skip-link { position: absolute; left: -999px; top: 10px; background: var(--gold); color: #06101a; padding: 10px 14px; z-index: 1000; }
.skip-link:focus { left: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--white-line);
  background: rgba(8, 16, 26, .78);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand-logo { width: 50px; height: 50px; object-fit: contain; }
.brand-name {
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 1.78rem);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #e9e4d8;
  white-space: nowrap;
}
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .92rem; color: var(--muted); }
.site-nav a { transition: color .2s ease, border-color .2s ease, background .2s ease; }
.site-nav a:hover { color: var(--text); }
.nav-button {
  color: var(--text) !important;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .78rem;
  border: 1px solid var(--line);
  padding: 12px 20px;
}
.nav-button:hover { border-color: var(--gold); background: rgba(184,154,95,.08); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--white-line); background: transparent; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: var(--text); margin: 6px 0; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; overflow: hidden; min-height: 780px; display: flex; align-items: center; }
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(8,16,26,1) 0%, rgba(8,16,26,.94) 34%, rgba(8,16,26,.55) 62%, rgba(8,16,26,.9) 100%),
    radial-gradient(circle at 72% 30%, rgba(63,120,168,.34), transparent 36%);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .92fr; gap: 64px; align-items: center; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .76rem;
  font-weight: 700;
}
h1, h2, h3 { font-family: Cinzel, Georgia, serif; font-weight: 500; line-height: 1.08; margin: 0; color: var(--text); }
h1 { font-size: clamp(3rem, 7vw, 6.2rem); max-width: 780px; letter-spacing: -.04em; }
h2 { font-size: clamp(2rem, 4.2vw, 4rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.45rem, 2vw, 2rem); }
.hero-copy:after, .section-heading:after, .copy-block:after {
  content: ""; display: block; width: 72px; height: 2px; background: var(--gold); margin-top: 28px; opacity: .85;
}
.hero-text { max-width: 560px; margin: 30px 0 0; color: #d5d9dd; font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 34px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 54px; padding: 14px 26px;
  border: 1px solid transparent;
  font-weight: 700; text-transform: uppercase; letter-spacing: .13em; font-size: .8rem;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--gold), #c7ab70); color: #08101a; box-shadow: 0 14px 40px rgba(184,154,95,.2); }
.btn-primary:hover { background: linear-gradient(135deg, #c7ab70, var(--gold)); }
.btn-secondary { border-color: rgba(120,168,208,.48); color: var(--text); background: rgba(18,29,42,.42); }
.btn-secondary:hover { border-color: var(--blue-soft); background: rgba(63,120,168,.16); }
.shop-note { margin-top: 24px; color: var(--muted); font-size: .94rem; }
.shop-note span { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); margin-right: 10px; }
.shop-note a { color: #d3b879; border-bottom: 1px solid rgba(211,184,121,.45); }
.hero-media { position: relative; min-height: 620px; }
.hero-image {
  width: 100%; height: 620px; object-fit: cover;
  border: 1px solid var(--white-line);
  box-shadow: var(--shadow);
  filter: saturate(.92) contrast(1.05) brightness(.9);
}
.hero-media:before {
  content: ""; position: absolute; inset: -2px;
  background: linear-gradient(135deg, rgba(184,154,95,.26), transparent 24%, rgba(63,120,168,.24) 68%, transparent);
  transform: translate(18px, 18px); z-index: -1;
}
.floating-tile { position: absolute; width: 34%; height: 210px; object-fit: cover; border: 1px solid rgba(255,255,255,.12); box-shadow: var(--shadow); }
.tile-blue { right: -18px; top: 38px; }
.tile-warm { left: -28px; bottom: 50px; }

.image-band { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); }
.image-band img { width: 100%; height: 310px; object-fit: cover; filter: saturate(.92) contrast(1.05); }
.image-band img + img { border-left: 1px solid rgba(255,255,255,.08); }

.about { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }
.split-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: center; }
.copy-block p:not(.eyebrow), .section-heading p:not(.eyebrow), .final-cta p { color: var(--muted); max-width: 650px; }
.copy-block h2 { max-width: 720px; margin-bottom: 24px; }
.feature-panel { position: relative; min-height: 460px; overflow: hidden; border: 1px solid var(--white-line); box-shadow: var(--shadow); }
.feature-panel img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; opacity: .85; }
.feature-panel:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,16,26,.5), transparent); }

.buyers { background: #09121d; border-top: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); }
.section-heading { margin-bottom: 38px; }
.section-heading h2 { max-width: 780px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.centered h2, .section-heading.centered p { margin-left: auto; margin-right: auto; }
.section-heading.centered:after { margin-left: auto; margin-right: auto; }
.buyer-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.buyer-card {
  padding: 42px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(23,37,54,.88), rgba(8,16,26,.72));
  box-shadow: 0 20px 55px rgba(0,0,0,.24);
  min-height: 300px;
}
.card-icon { color: var(--gold); font-size: 2rem; margin-bottom: 18px; }
.buyer-card h3 { margin-bottom: 16px; }
.buyer-card p { color: var(--muted); margin-bottom: 28px; }
.buyer-card a { color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-weight: 700; font-size: .78rem; }

.texture-section { background: radial-gradient(circle at 50% 0, rgba(63,120,168,.18), transparent 38%), var(--bg-2); }
.texture-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-top: 42px; }
.texture-grid figure { position: relative; margin: 0; overflow: hidden; min-height: 190px; border: 1px solid var(--white-line); background: var(--panel); }
.texture-grid img { width: 100%; height: 100%; min-height: 190px; object-fit: cover; transition: transform .45s ease, filter .45s ease; filter: saturate(.92) contrast(1.04); }
.texture-grid figure:hover img { transform: scale(1.06); filter: saturate(1.04) contrast(1.08); }
.texture-grid figcaption { position: absolute; inset: auto 0 0; padding: 28px 14px 12px; background: linear-gradient(transparent, rgba(0,0,0,.76)); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text); }

.uses { background: var(--bg); }
.uses-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.uses-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.uses-list span { border: 1px solid var(--white-line); background: rgba(23,37,54,.72); padding: 18px 20px; color: #d7dee7; }
.uses-list span:before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--blue-soft); margin-right: 12px; }

.final-cta { padding: 96px 0; background: linear-gradient(rgba(8,16,26,.78), rgba(8,16,26,.95)), url('../images/texture-warm-brown.webp') center/cover; border-top: 1px solid var(--white-line); }
.final-cta-inner { text-align: center; border: 1px solid var(--line); padding: 64px 34px; background: rgba(8,16,26,.75); box-shadow: var(--shadow); }
.final-cta h2 { max-width: 800px; margin: 0 auto 20px; }
.final-cta p { margin-left: auto; margin-right: auto; }
.centered-actions { justify-content: center; }

.site-footer { border-top: 1px solid var(--white-line); padding: 28px 0; background: #060b12; color: var(--muted-2); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-brand .brand-logo { width: 36px; height: 36px; }
.footer-brand .brand-name { font-size: .95rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .hero { min-height: auto; }
  .hero-grid, .split-grid, .uses-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 520px; }
  .hero-image { height: 520px; }
  .texture-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section-pad { padding: 64px 0; }
  .header-inner { min-height: 74px; }
  .brand-logo { width: 42px; height: 42px; }
  .brand-name { font-size: 1.08rem; letter-spacing: .13em; }
  .nav-toggle { display: block; }
  .site-nav {
    position: fixed; top: 74px; left: 0; right: 0; bottom: 0;
    display: none; flex-direction: column; justify-content: flex-start; align-items: stretch;
    padding: 24px; background: rgba(8,16,26,.98); border-top: 1px solid var(--white-line);
  }
  body.menu-open .site-nav { display: flex; }
  .site-nav a { padding: 14px 4px; }
  .nav-button { text-align: center; margin-top: 10px; }
  .hero-grid { gap: 42px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .hero-media, .hero-image { min-height: auto; height: 420px; }
  .floating-tile { display: none; }
  .image-band { grid-template-columns: 1fr; }
  .image-band img { height: 260px; }
  .image-band img + img { border-left: 0; border-top: 1px solid rgba(255,255,255,.08); }
  .buyer-cards { grid-template-columns: 1fr; }
  .buyer-card { padding: 30px; }
  .texture-grid { grid-template-columns: repeat(2, 1fr); }
  .uses-list { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 460px) {
  .texture-grid { grid-template-columns: 1fr; }
  .final-cta-inner { padding: 42px 20px; }
}


/* Image protection helpers: discourages easy opening, dragging, long-press saving, and selection. */
img,
.protected-image {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.protected-image,
.hero-image,
.image-band img,
.feature-panel img,
.texture-grid img,
.about-image img {
  pointer-events: none;
}

.protected-frame {
  -webkit-touch-callout: none;
  user-select: none;
}

.specific-note {
  margin: 24px auto 0;
  max-width: 760px !important;
  color: #cbd4dd !important;
}

.specific-note strong {
  color: var(--text);
  font-weight: 700;
}

/* Contact page */
.contact-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(63,120,168,.22), transparent 34%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 64px;
  align-items: start;
}

.contact-copy h1 {
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  max-width: 760px;
}

.contact-warm-note {
  color: var(--muted);
  max-width: 620px;
  margin-top: 22px;
}

.contact-card {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(23,37,54,.94), rgba(8,16,26,.8));
  box-shadow: var(--shadow);
  padding: clamp(28px, 4vw, 48px);
}

.contact-card h2 {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  margin-bottom: 16px;
}

.contact-card p {
  color: var(--muted);
}

.contact-form {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-row label {
  color: var(--text);
  font-size: .86rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(8,16,26,.68);
  color: var(--text);
  padding: 14px 15px;
  font: inherit;
  outline: none;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: var(--blue-soft);
  box-shadow: 0 0 0 3px rgba(63,120,168,.16);
}

.form-row textarea {
  resize: vertical;
  min-height: 160px;
}

.form-honey {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.protected-email-button {
  cursor: pointer;
}

.contact-small {
  margin: 26px 0 6px;
  font-size: .92rem;
}

.text-link {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 700;
  font-size: .78rem;
}

.contact-support {
  background: #09121d;
  border-top: 1px solid var(--white-line);
}

@media (max-width: 1000px) {
  .contact-hero-grid { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .contact-card { padding: 26px; }
}
