.brays-maker-hero {
  position: relative;
  min-height: 640px;
  padding: 126px 20px 64px;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(5, 8, 5, .86) 0%, rgba(5, 8, 5, .62) 42%, rgba(5, 8, 5, .18) 72%, rgba(5, 8, 5, .34) 100%),
    url("/assets/img/cider-houses/brays/brays-hero-apples.webp?v=20260801-2") center 57% / cover no-repeat;
}

.brays-maker-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 20%, rgba(239, 189, 66, .14), transparent 28rem),
    linear-gradient(180deg, rgba(4, 7, 4, .02), rgba(4, 7, 4, .46));
}

.brays-hero-grid {
  width: min(100%, 1100px);
  margin: 0 auto;
  display: grid;
  justify-content: center;
}

.brays-maker-hero .maker-hero-inner {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 220px minmax(0, 760px);
  grid-template-rows: auto auto auto auto;
  column-gap: 30px;
  align-items: stretch;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
  isolation: isolate;
}

.brays-maker-hero .maker-hero-inner::before {
  content: "";
  grid-column: 2;
  grid-row: 1 / 5;
  align-self: stretch;
  border: 1px solid rgba(255, 247, 223, .2);
  border-radius: 28px;
  background: rgba(7, 10, 6, .84);
  box-shadow: 0 26px 76px rgba(0, 0, 0, .4);
  z-index: -1;
}

.brays-hero-logo {
  grid-column: 1;
  grid-row: 1 / 5;
  align-self: stretch;
  justify-self: center;
  width: 220px;
  height: 100%;
  margin: 0;
  padding: 24px;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(255, 247, 223, .2);
  border-radius: 28px;
  background: rgba(7, 10, 6, .9);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .38);
}

.brays-maker-hero .eyebrow {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding: 32px 36px 0;
  position: relative;
  z-index: 1;
}

.brays-maker-hero h1 {
  grid-column: 2;
  grid-row: 2;
  max-width: 600px;
  margin: 0;
  padding: 10px 36px 0;
  font-size: clamp(3rem, 4.5vw, 4.65rem);
  line-height: .98;
  position: relative;
  z-index: 1;
}

.brays-maker-hero .hero-lede {
  grid-column: 2;
  grid-row: 3;
  max-width: 610px;
  margin: 0;
  padding: 18px 36px 0;
  position: relative;
  z-index: 1;
}

.brays-hero-actions {
  grid-column: 2;
  grid-row: 4;
  justify-content: flex-start;
  margin: 0;
  padding: 24px 36px 32px;
  position: relative;
  z-index: 1;
}

.brays-intro,
.brays-process,
.brays-people,
.brays-range,
.brays-trade-cta {
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(64px, 7vw, 96px);
}

.brays-intro {
  background:
    radial-gradient(circle at 12% 10%, rgba(239, 189, 66, .07), transparent 28rem),
    linear-gradient(180deg, #111911, #161f16);
}

.brays-intro .story-panel,
.brays-intro .fact-panel {
  min-height: 100%;
}

.brays-process {
  background:
    radial-gradient(circle at 84% 18%, rgba(169, 70, 37, .13), transparent 28rem),
    linear-gradient(180deg, #0e150e, #182017);
}

.brays-process .section-heading {
  max-width: 900px;
  margin-bottom: clamp(26px, 4vw, 40px);
}

.brays-process-gallery {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #080b08;
  box-shadow: var(--shadow);
}

.brays-process-gallery img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: none;
}

.brays-people {
  background:
    radial-gradient(circle at 12% 12%, rgba(239, 189, 66, .08), transparent 28rem),
    linear-gradient(180deg, #141b12, #0e150e);
}

.brays-people .section-heading {
  margin-bottom: clamp(26px, 4vw, 40px);
}

.brays-people-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 30px);
}

.brays-person-card {
  min-height: 360px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(180px, .88fr) minmax(0, 1.12fr);
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 247, 223, .05);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
}

.brays-person-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center 32%;
  filter: none;
  transform: none;
}

.brays-person-copy {
  padding: clamp(24px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brays-person-copy .section-label {
  margin-bottom: 10px;
}

.brays-person-copy h3 {
  font-size: clamp(2.3rem, 4vw, 3.5rem);
}

.brays-person-copy p:last-child {
  margin-bottom: 0;
  color: rgba(255, 247, 223, .75);
}

.brays-range .section-heading {
  max-width: 880px;
}

.brays-trade-cta {
  background:
    radial-gradient(circle at 82% 18%, rgba(239, 189, 66, .1), transparent 26rem),
    linear-gradient(180deg, #151d14, #101710);
}

.brays-trade-panel {
  padding: clamp(28px, 5vw, 52px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 54px);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgba(255, 247, 223, .055);
  box-shadow: var(--shadow);
}

.brays-trade-panel h2 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.brays-trade-panel p:not(.section-label) {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 247, 223, .76);
}

.brays-trade-panel .btn {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .brays-hero-grid {
    width: min(100%, 900px);
  }

  .brays-maker-hero .maker-hero-inner {
    grid-template-columns: 175px minmax(0, 1fr);
    column-gap: 24px;
  }

  .brays-hero-logo {
    width: 175px;
    height: 100%;
    padding: 18px;
  }

  .brays-maker-hero h1 {
    font-size: clamp(2.8rem, 5.4vw, 4rem);
  }

  .brays-people-grid {
    grid-template-columns: 1fr;
  }

  .brays-person-card {
    grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
  }
}

@media (max-width: 760px) {
  .brays-maker-hero {
    min-height: 680px;
    padding: 108px 16px 44px;
    background-position: 64% center;
  }

  .brays-maker-hero .maker-hero-inner {
    max-width: 620px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    row-gap: 18px;
  }

  .brays-maker-hero .maker-hero-inner::before {
    grid-column: 1;
    grid-row: 2 / 6;
    border-radius: 24px;
  }

  .brays-hero-logo {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    justify-self: start;
    width: 118px;
    height: auto;
    aspect-ratio: 1;
    padding: 11px;
    border-radius: 19px;
  }

  .brays-maker-hero .eyebrow {
    grid-column: 1;
    grid-row: 2;
    padding: 26px 22px 0;
  }

  .brays-maker-hero h1 {
    grid-column: 1;
    grid-row: 3;
    padding: 8px 22px 0;
  }

  .brays-maker-hero .hero-lede {
    grid-column: 1;
    grid-row: 4;
    padding: 16px 22px 0;
  }

  .brays-hero-actions {
    grid-column: 1;
    grid-row: 5;
    padding: 22px 22px 26px;
  }

  .brays-trade-panel {
    grid-template-columns: 1fr;
  }

  .brays-trade-panel .btn {
    justify-self: start;
  }
}

@media (max-width: 600px) {
  .brays-maker-hero {
    min-height: 640px;
    background-position: 69% center;
  }

  .brays-hero-logo {
    width: 108px;
  }

  .brays-person-card {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .brays-person-card img {
    min-height: 0;
    aspect-ratio: 4 / 5;
    object-position: center 28%;
  }

  .brays-process-gallery,
  .brays-person-card,
  .brays-trade-panel {
    border-radius: 22px;
  }

  .brays-trade-panel .btn {
    width: 100%;
  }
}
