/* Erymanthian Media — Home page styles (index.html) */

/* Hero -------------------------------------------------------------------- */
.home-hero {
  position: relative;
  height: min(92vh, 960px);
  min-height: 600px;
  overflow: hidden;
  background: #1F3A4D;
}
.home-hero .bg {
  position: absolute;
  inset: 0;
  background-image: url('../assets/hero-temple-hilltop.webp');
  background-size: cover;
  background-position: 72% center;
}
.home-hero .scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.45) 33%, rgba(0,0,0,0) 65%);
}
.home-hero .inner {
  position: relative;
  height: 100%;
  max-width: var(--shell-max);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
}
.home-hero .content { max-width: 760px; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-grotesk);
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 13px;
  white-space: nowrap;
  color: var(--surface);
  margin-bottom: 26px;
  background: rgba(10, 18, 26, 0.45);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(250, 241, 221, 0.25);
  border-radius: 999px;
  padding: 10px 20px;
}
.hero-badge .rule { width: 30px; height: 1px; background: currentColor; opacity: 0.8; }
.home-hero h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(54px, 8.4vw, 116px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--surface);
  margin: 0 0 30px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.45), 0 10px 34px rgba(0,0,0,0.45);
  text-wrap: balance;
}
.home-hero h1 em { font-style: italic; color: var(--gold); }
.hero-panel {
  display: inline-block;
  max-width: 470px;
  background: rgba(10, 18, 26, 0.32);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  border: 1px solid rgba(245, 243, 238, 0.14);
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 22px 56px -34px rgba(0,0,0,0.55);
}
.hero-panel p {
  font-weight: 500;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.55;
  color: #F5F3EE;
  margin: 0 0 24px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5), 0 6px 22px rgba(0,0,0,0.4);
}
.hero-panel .actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.hero-panel .btn--primary { padding: 16px 30px; }
.hero-panel .btn--gold-metal { padding: 16px 28px; }
.hero-credit {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  max-width: var(--shell-max);
  margin: 0 auto;
  padding: 0 var(--gutter);
  text-align: center;
  font-family: var(--font-caps);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(250, 241, 221, 0.82);
  text-shadow: 0 1px 4px rgba(0,0,0,0.8), 0 2px 14px rgba(0,0,0,0.6);
}
.hero-credit .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  margin-right: 9px;
  vertical-align: middle;
}

/* Studio intro ------------------------------------------------------------- */
.studio-intro { text-align: center; }
.studio-intro .eyebrow { margin-bottom: 30px; }
.studio-intro h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(32px, 4.4vw, 58px);
  line-height: 1.14;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 auto 28px;
  max-width: 18ch;
  text-wrap: balance;
}
.studio-intro h2 em { font-style: italic; color: var(--terracotta); }
.studio-intro > .shell > p {
  font-size: 18px;
  line-height: 1.65;
  color: var(--body);
  max-width: 60ch;
  margin: 0 auto;
}
.meander { display: flex; justify-content: center; margin-top: 48px; }

/* Work grid ----------------------------------------------------------------- */
.work-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: clamp(40px, 6vw, 72px);
}
.work-head .lead { max-width: 560px; }
.work-head .eyebrow { margin-bottom: 18px; }
.work-head h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.06;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0;
}
.work-head h2 em { font-style: italic; color: var(--terracotta); }
.work-head .aside { max-width: 340px; }
.work-head .aside p { color: var(--body); font-size: 15px; line-height: 1.6; margin: 0; }

.work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  gap: clamp(20px, 2.5vw, 32px);
}
.work-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform .3s ease;
}
.work-card:hover { transform: translateY(-6px); }
.work-card .tile {
  position: relative;
  aspect-ratio: 9 / 16;
  border: 1px solid var(--hairline);
  border-radius: 5px;
  overflow: hidden;
  background:
    radial-gradient(120% 80% at 50% 28%, rgba(194, 82, 50, 0.06) 0%, transparent 60%),
    linear-gradient(180deg, #FAF1DD 0%, #F2E3CA 100%);
  box-shadow: inset 0 0 0 1px rgba(217, 200, 172, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 14% 12%;
  text-align: center;
}
.work-card .tile img { width: 54%; max-width: 120px; height: auto; opacity: 0.7; }
.work-card .tile .status {
  font-family: var(--font-caps);
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: 10px;
  color: var(--faint);
}
.work-card .kind {
  font-family: var(--font-caps);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 11px;
  color: var(--terracotta);
  margin: 0 0 6px;
}
.work-card h3 {
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 4px;
  color: var(--ink);
}
.work-card .meta {
  font-family: var(--font-caps);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  color: var(--faint);
  margin: 0;
}
.work-more { display: flex; justify-content: center; margin-top: clamp(44px, 6vw, 72px); }

/* Contact band -------------------------------------------------------------- */
.home-contact {
  position: relative;
  color: var(--surface);
  padding: clamp(96px, 13vw, 160px) 0 clamp(80px, 10vw, 112px);
  overflow: hidden;
  background: var(--teal);
}
.home-contact .bg {
  position: absolute;
  inset: 0;
  background-image: url('../assets/orator-acclaim.webp');
  background-size: cover;
  background-position: center;
}
.home-contact .scrim-a {
  position: absolute;
  inset: 0;
  background: linear-gradient(96deg, rgba(18,38,52,0.8) 0%, rgba(18,38,52,0.52) 48%, rgba(18,38,52,0.3) 100%);
}
.home-contact .scrim-b {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18,38,52,0.28) 0%, rgba(18,38,52,0) 32%, rgba(18,38,52,0.42) 100%);
}
.home-contact .shell { position: relative; }
.home-contact .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.home-contact .eyebrow--gold { margin-bottom: 22px; text-shadow: 0 1px 8px rgba(8, 22, 34, .6); }
.home-contact h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(44px, 6vw, 84px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--surface);
  margin: 0 0 28px;
  max-width: 13ch;
  text-shadow: 0 3px 24px rgba(8, 22, 34, .6);
}
.home-contact h2 em { font-style: italic; color: var(--gold); }
.home-contact .lead p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(250, 241, 221, 0.94);
  max-width: 46ch;
  margin: 0;
  text-shadow: 0 1px 12px rgba(8, 22, 34, .5);
}
.home-contact .lead .meander { justify-content: flex-start; margin-top: 40px; }

.brief-form {
  background: rgba(250, 241, 221, 0.07);
  border: 1px solid rgba(231, 184, 100, 0.35);
  border-radius: 12px;
  padding: clamp(28px, 3vw, 36px);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.brief-form .field { margin-bottom: 20px; }
.brief-form .field:last-of-type { margin-bottom: 24px; }
.brief-form label {
  display: block;
  font-family: var(--font-caps);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.brief-form input,
.brief-form textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(250, 241, 221, 0.3);
  color: var(--surface);
  font-family: var(--font-body);
  font-size: 16px;
  padding: 10px 0;
  outline: none;
}
.brief-form input::placeholder,
.brief-form textarea::placeholder { color: rgba(250, 241, 221, 0.45); }
.brief-form input:focus,
.brief-form textarea:focus { border-bottom-color: var(--gold); }
.brief-form textarea { resize: vertical; min-height: 84px; }
.brief-form button {
  width: 100%;
  padding: 16px 24px;
}
.brief-form button:hover {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
  transform: none;
}
