:root {
  --humus: #0f2419;
  --pine: #1b4332;
  --panel: #234536;
  --moss: #52b788;
  --chanterelle: #ffb703;
  --cream: #f4f1de;
  --muted: #c9d6c4;
  --faint: #7a9e88;
  --max: 980px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--cream);
  background:
    radial-gradient(circle at 12% 8%, rgba(82, 183, 136, 0.18), transparent 42%),
    radial-gradient(circle at 88% 18%, rgba(255, 183, 3, 0.12), transparent 36%),
    linear-gradient(180deg, var(--humus) 0%, #132a1f 48%, var(--pine) 100%);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--chanterelle);
}

h1,
h2,
h3 {
  font-family: "Fraunces", Georgia, serif;
  line-height: 1.08;
  margin: 0 0 0.5rem;
}

p {
  margin: 0 0 1rem;
}

.floating-pill {
  position: fixed;
  right: 1rem;
  bottom: 1.25rem;
  z-index: 20;
  display: flex;
  gap: 0.35rem;
  padding: 0.45rem;
  border-radius: 999px;
  background: rgba(15, 36, 25, 0.88);
  border: 1px solid rgba(82, 183, 136, 0.35);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.floating-pill a {
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--cream);
  font-size: 0.82rem;
  font-weight: 600;
}

.floating-pill a:hover,
.floating-pill a:focus-visible {
  background: rgba(82, 183, 136, 0.22);
  outline: none;
}

.hero.editorial-type {
  padding: 4.5rem 1.25rem 2rem;
  max-width: var(--max);
  margin: 0 auto;
}

.hero .kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  color: var(--faint);
  margin-bottom: 1rem;
}

.hero h1 {
  font-size: clamp(3rem, 11vw, 5.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hero .tagline {
  max-width: 34rem;
  font-size: 1.08rem;
  color: var(--muted);
  margin-top: 1rem;
}

.hero-art {
  margin: 2.5rem 0 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(201, 214, 196, 0.18);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
}

main {
  padding: 0 1.25rem 5rem;
}

section {
  max-width: var(--max);
  margin: 0 auto 4.5rem;
}

.intro {
  margin-bottom: 1.75rem;
}

.intro-left {
  text-align: left;
}

.intro-center {
  text-align: center;
}

.intro-right {
  text-align: right;
}

.intro h2 {
  font-size: clamp(1.8rem, 5vw, 2.6rem);
}

.intro p {
  color: var(--muted);
  max-width: 36rem;
}

.intro-right p,
.intro-right h2 {
  margin-left: auto;
}

.features .grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.features .grid li {
  background: rgba(35, 69, 54, 0.72);
  border: 1px solid rgba(82, 183, 136, 0.18);
  border-radius: 22px;
  padding: 1.25rem;
}

.features .icon {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 183, 3, 0.16);
  color: var(--chanterelle);
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.features h3 {
  font-size: 1.15rem;
}

.features p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.gallery-duo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.gallery-duo img {
  border-radius: 22px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(201, 214, 196, 0.14);
}

.shot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}

.shot {
  margin: 0;
  position: relative;
}

.shot img {
  border-radius: 24px;
  border: 1px solid rgba(201, 214, 196, 0.16);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.shot figcaption {
  margin-top: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.pin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  background: var(--chanterelle);
  color: var(--humus);
  font-weight: 700;
  font-size: 0.78rem;
  flex-shrink: 0;
}

.legal-block {
  background: rgba(27, 67, 50, 0.55);
  border: 1px solid rgba(82, 183, 136, 0.2);
  border-radius: 20px;
  padding: 0.25rem 1.1rem 1rem;
}

.legal-block summary {
  cursor: pointer;
  font-weight: 700;
  padding: 0.85rem 0;
  list-style: none;
}

.legal-block summary::-webkit-details-marker {
  display: none;
}

.legal-body {
  color: var(--muted);
  font-size: 0.96rem;
}

.site-footer {
  text-align: center;
  padding: 2rem 1.25rem 5.5rem;
  color: var(--faint);
  font-size: 0.85rem;
}

@media (max-width: 640px) {
  .floating-pill {
    left: 1rem;
    right: 1rem;
    justify-content: center;
  }

  .intro-right {
    text-align: left;
  }

  .intro-right p,
  .intro-right h2 {
    margin-left: 0;
  }
}
