@font-face {
  font-family: Ashina;
  src: url("/branding/Ashina.otf") format("opentype");
  font-display: swap;
}

:root {
  --bg: #2b2e2d;
  --bg-deep: #202322;
  --paper: #f4f1ea;
  --ink: #d9d3c7;
  --muted: rgba(217, 211, 199, 0.7);
  --gold: #bea274;
  --line: rgba(217, 211, 199, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.7;
}

a {
  color: inherit;
}

.seo-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.05), transparent 28rem),
    linear-gradient(180deg, #333635 0%, var(--bg-deep) 100%);
}

.seo-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.7rem clamp(1.25rem, 5vw, 5.5rem);
  border-bottom: 1px solid var(--line);
  background: rgba(37, 40, 39, 0.72);
  backdrop-filter: blur(18px);
}

.seo-logo {
  width: 56px;
  height: auto;
}

.seo-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 2.45vw, 2rem);
  color: rgba(217, 211, 199, 0.68);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.seo-nav-contact {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  color: rgba(217, 211, 199, 0.62);
  font-size: 0.78rem;
}

.seo-nav-contact a {
  text-decoration: none;
}

.seo-nav-links a,
.seo-back,
.seo-inline-link {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 180ms ease, border-color 180ms ease;
}

.seo-nav-links a:hover,
.seo-back:hover,
.seo-inline-link:hover {
  color: var(--gold);
  border-color: rgba(190, 162, 116, 0.42);
}

.seo-hero,
.seo-content {
  width: min(1120px, calc(100% - clamp(2.8rem, 8vw, 8rem)));
  margin: 0 auto;
}

.seo-hero {
  padding: clamp(4rem, 8vw, 7.5rem) 0 clamp(2.5rem, 5vw, 4rem);
}

.seo-eyebrow {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.025em;
}

h1 {
  max-width: 1080px;
  margin: 1rem 0 1.25rem;
  color: rgba(255, 250, 242, 0.9);
  font-size: clamp(2.15rem, 4.05vw, 3.85rem);
  line-height: 1.12;
  text-transform: none;
  text-wrap: balance;
}

.seo-lead {
  max-width: 770px;
  margin: 0;
  color: rgba(217, 211, 199, 0.78);
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
}

.seo-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.1rem;
  margin-top: 2.1rem;
}

.seo-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 1.25rem;
  background: var(--gold);
  color: #272522;
  text-decoration: none;
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.seo-back {
  color: rgba(217, 211, 199, 0.72);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.seo-content {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: clamp(2rem, 5vw, 4rem);
  padding: 0 0 clamp(4rem, 7vw, 6rem);
}

.seo-panel,
.seo-side {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.12);
}

.seo-panel {
  padding: clamp(1.75rem, 4vw, 3.15rem);
}

.seo-side {
  align-self: start;
  padding: clamp(1.35rem, 3vw, 2rem);
}

h2 {
  margin: 0 0 1rem;
  color: rgba(255, 250, 242, 0.86);
  font-size: clamp(1.72rem, 2.2vw, 2.25rem);
  line-height: 1.18;
  text-transform: none;
  text-wrap: balance;
}

h3 {
  margin: 2rem 0 0.55rem;
  color: rgba(255, 250, 242, 0.82);
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  line-height: 1.16;
}

p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.98rem;
}

ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

li {
  position: relative;
  padding: 0.65rem 0 0.65rem 1.35rem;
  border-top: 1px solid rgba(217, 211, 199, 0.09);
  color: rgba(217, 211, 199, 0.72);
}

li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.28rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.seo-side-title {
  margin: 0 0 0.85rem;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.seo-related {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.seo-related a {
  color: rgba(217, 211, 199, 0.72);
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.55;
}

.seo-footer {
  padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 5vw, 5.5rem) 2.5rem;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(31, 34, 33, 0.98) 0%, rgba(25, 28, 27, 1) 100%);
  color: rgba(217, 211, 199, 0.58);
}

.seo-footer-inner {
  display: grid;
  grid-template-columns: minmax(240px, 1.1fr) repeat(2, minmax(180px, 0.45fr));
  gap: clamp(2rem, 5vw, 4rem);
  width: min(1120px, 100%);
  margin: 0 auto;
}

.seo-footer-logo {
  width: 112px;
  height: auto;
  margin-bottom: 1.2rem;
}

.seo-footer h2,
.seo-footer h3 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.seo-footer p {
  max-width: 430px;
  color: rgba(217, 211, 199, 0.56);
  font-size: 0.9rem;
}

.seo-footer a {
  color: rgba(217, 211, 199, 0.62);
  text-decoration: none;
}

.seo-footer-links {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.seo-footer-bottom {
  width: min(1120px, 100%);
  margin: 2.5rem auto 0;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(217, 211, 199, 0.09);
  color: rgba(217, 211, 199, 0.38);
  font-size: 0.78rem;
}

@media (max-width: 820px) {
  .seo-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .seo-nav-contact {
    display: none;
  }

  .seo-content {
    grid-template-columns: 1fr;
  }

  .seo-footer-inner {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(2rem, 8.6vw, 3rem);
  }
}
