:root {
  --paper: #ece8dd;
  --paper-soft: #fbf8ef;
  --paper-cool: #d9ddc8;
  --ink: #1b1915;
  --muted: #665e56;
  --subtle: #8d8178;
  --faint: rgba(27, 25, 21, .11);
  --line: rgba(27, 25, 21, .19);
  --accent: #5b9a54;
  --olive: #677348;
  --charcoal: #11100e;
  --gutter: 76px;
  --grid-gap: 64px;
  --split-grid: minmax(0, 1fr) minmax(0, 1fr);
  --meta-grid: 220px minmax(0, 1fr);
  --content-grid: minmax(0, 380px) minmax(0, 1fr);
  --three-grid: repeat(3, minmax(0, 1fr));
  --split-min-height: 520px;
  --serif: "Noto Serif KR", serif;
  --sans: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: #c8ccb8;
  overflow-x: hidden;
}

body {
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  word-break: keep-all;
  overflow-wrap: break-word;
}

a[x-apple-data-detectors],
a[href^="tel"],
a[href^="sms"],
a[href^="mailto"],
a[href^="maps"] {
  color: inherit !important;
  font: inherit !important;
  text-decoration: none !important;
}

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

.page {
  width: min(1080px, 100%);
  margin: 0 auto;
  background: var(--paper);
  overflow: hidden;
}

.kicker,
.chapter__head span,
.data-list dt,
.package-hero figcaption,
.taste-rows span,
.roast-data dt,
.profile-meter b,
.brew-table h3,
.pairing-list span,
.notice h2 {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: var(--split-grid);
  min-height: 720px;
  border-bottom: 1px solid var(--line);
  background: var(--paper-soft);
}

.hero__media {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 720px;
  padding: 92px 32px;
  overflow: hidden;
  background: #d9dec8;
}

.hero__media::before {
  content: "";
  position: absolute;
  width: min(430px, 86%);
  aspect-ratio: 1;
  background: #f8f7f1;
  border: 1px solid rgba(27, 25, 21, .055);
  box-shadow: 0 30px 86px rgba(27, 25, 21, .14);
}

.hero__media img {
  position: relative;
  z-index: 1;
  width: 430px;
  max-width: 86%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  background: #f8f7f1;
  border: 1px solid rgba(27, 25, 21, .045);
  box-shadow: 0 18px 42px rgba(27, 25, 21, .06);
}

.hero__content {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px var(--gutter);
}

.kicker {
  margin: 0;
  color: var(--accent);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
}

.hero h1 {
  margin: 28px 0 0;
  color: var(--ink);
  font-size: 86px;
  line-height: .98;
  font-weight: 520;
  letter-spacing: .1em;
}

.hero__intro {
  max-width: 410px;
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.hero__intro p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.86;
  font-weight: 460;
  text-wrap: pretty;
}

.hero__intro p + p {
  margin-top: 14px;
}

.data-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.data-list div {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 22px;
  padding: 14px 0;
  border-bottom: 1px solid var(--faint);
}

.data-list dt,
.data-list dd {
  margin: 0;
}

.data-list dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.55;
}

.data-list dd {
  font-size: 14px;
  line-height: 1.58;
  font-weight: 520;
}

.data-list--hero dd {
  font-size: 14px;
}

.data-list--hero {
  max-width: 430px;
  margin-top: 38px;
}

.moved-note {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 48px;
  padding: 54px var(--gutter) 58px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.moved-note__small {
  margin: 0;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 15px;
  font-style: italic;
  line-height: 1.65;
}

.moved-note__body {
  min-width: 0;
}

.moved-note__lead {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.46;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}

.moved-note__sublead {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
  font-weight: 460;
  white-space: nowrap;
}

.statement {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 48px;
  padding: 54px var(--gutter) 58px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.statement__small {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.statement h2 {
  margin: 0;
  max-width: 670px;
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.62;
  font-weight: 500;
}

.statement p {
  max-width: 620px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.86;
  text-wrap: pretty;
}

.statement__note {
  margin: 0;
}

.package-hero {
  margin: 0;
  padding: 68px var(--gutter) 0;
  background: #f8f7f4;
  border-bottom: 1px solid var(--line);
  position: relative;
}

.package-hero__media {
  display: block;
  max-width: 760px;
  margin: 0 auto;
}

.package-hero__image {
  display: block;
  width: 100%;
  height: auto;
}

.package-hero__image--mobile {
  display: none;
}

.package-hero figcaption {
  max-width: 760px;
  margin: 0 auto;
  padding: 14px 0 18px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.chapter {
  padding: 76px var(--gutter) 82px;
  background: var(--paper-soft);
  border-bottom: 1px solid var(--line);
}

.chapter--taste {
  background: linear-gradient(90deg, var(--paper-soft) 0 50%, #eadfd4 50% 100%);
}

.chapter--pairing {
  background: var(--paper);
}

.chapter__head {
  display: block;
  margin-bottom: 42px;
}

.chapter__head span {
  display: block;
  margin-bottom: 20px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
}

.chapter__head h2 {
  margin: 0;
  font-family: var(--sans);
  font-size: 28px;
  line-height: 1.45;
  font-weight: 650;
  letter-spacing: 0;
}

.taste-layout {
  display: grid;
  grid-template-columns: var(--split-grid);
  gap: var(--grid-gap);
  align-items: start;
}

.section-lead {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.86;
  font-weight: 500;
  text-wrap: pretty;
}

.taste-note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.82;
  text-wrap: pretty;
}

.taste-panel {
  min-width: 0;
  padding-top: 124px;
}

.taste-rows {
  border-top: 1px solid var(--line);
}

.taste-rows article {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 22px;
  padding: 18px 0 20px;
  border-bottom: 1px solid var(--faint);
}

.taste-rows span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
}

.taste-rows strong {
  display: block;
  font-family: var(--sans);
  font-size: 19px;
  line-height: 1.38;
  font-weight: 650;
}

.taste-rows p {
  grid-column: 2;
  margin: -10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.taste-map {
  display: grid;
  gap: 19px;
  margin-top: 42px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.taste-map__item {
  --value: 50%;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 72px;
  gap: 18px;
  align-items: center;
}

.taste-map__item span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.taste-map__item strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
  text-align: right;
}

.taste-map__track {
  position: relative;
  height: 1px;
  background: var(--faint);
}

.taste-map__track::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--value);
  background: rgba(91, 154, 84, .72);
}

.taste-map__track i {
  position: absolute;
  top: 50%;
  left: var(--value);
  width: 7px;
  height: 7px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  background: var(--paper-soft);
  transform: translate(-50%, -50%);
}

.taste-map__item--acidity {
  --value: 76%;
}

.taste-map__item--sweetness {
  --value: 78%;
}

.taste-map__item--body {
  --value: 62%;
}

.taste-map__item--finish {
  --value: 74%;
}

.profile-meter {
  display: grid;
  gap: 0;
  margin-top: 54px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.profile-meter div {
  display: grid;
  grid-template-columns: 132px 1fr 46px;
  gap: 22px;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid var(--faint);
}

.profile-meter div:last-child {
  border-bottom: 0;
}

.profile-meter span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.profile-meter i {
  height: 1px;
  background:
    linear-gradient(90deg, var(--accent) var(--score), transparent var(--score)),
    linear-gradient(90deg, var(--faint), var(--faint));
}

.profile-meter b {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  text-align: right;
}

.image-text {
  display: grid;
  grid-template-columns: var(--split-grid);
  min-height: var(--split-min-height);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.image-text--reverse {
  grid-template-columns: var(--split-grid);
}

.image-text--reverse .image-text__image {
  order: 2;
}

.image-text--reverse .image-text__copy {
  order: 1;
}

.image-text__image img {
  width: 100%;
  height: 100%;
  min-height: var(--split-min-height);
  object-fit: cover;
}

.image-text__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 68px var(--gutter);
}

.image-text__copy h2 {
  margin: 22px 0 0;
  font-family: var(--sans);
  font-size: 28px;
  line-height: 1.48;
  font-weight: 650;
}

.image-text__copy p:not(.kicker) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.86;
  text-wrap: pretty;
}

.roast-data {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.roast-data div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: baseline;
  min-height: 47px;
  padding: 13px 0 12px;
  border-bottom: 1px solid var(--faint);
}

.roast-data dt,
.roast-data dd {
  margin: 0;
}

.roast-data dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
}

.roast-data dd {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
  text-align: right;
  white-space: nowrap;
}

.origin-split {
  display: grid;
  grid-template-columns: var(--split-grid);
  min-height: var(--split-min-height);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.origin-split__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px var(--gutter);
}

.origin-split__copy .chapter__head {
  margin-bottom: 36px;
}

.origin-split__copy .section-lead {
  margin-bottom: 40px;
  font-size: 17px;
}

.origin-split__image {
  position: relative;
  margin: 0;
  min-height: var(--split-min-height);
}

.origin-split__image img {
  width: 100%;
  height: 100%;
  min-height: var(--split-min-height);
  object-fit: cover;
  filter: saturate(.86);
}

.origin-split__image figcaption {
  position: absolute;
  left: 24px;
  bottom: 18px;
  margin: 0;
  color: rgba(27, 25, 21, .62);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1.5;
}

.line-record {
  display: grid;
  grid-template-columns: var(--split-grid);
  min-height: var(--split-min-height);
  color: var(--ink);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.line-record__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 76px var(--gutter);
  background: var(--paper-soft);
  border-right: 1px solid var(--line);
  overflow: hidden;
}

.line-record__image img {
  width: min(390px, 88%);
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.line-record__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px var(--gutter);
}

.line-record .kicker {
  color: var(--accent);
}

.line-record h2 {
  margin: 22px 0 0;
  font-family: var(--sans);
  font-size: 27px;
  line-height: 1.5;
  font-weight: 650;
}

.line-record p:not(.kicker) {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
  text-wrap: pretty;
}

.line-record__list {
  margin: 36px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.line-record__list div {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 22px;
  padding: 13px 0;
  border-bottom: 1px solid var(--faint);
}

.line-record__list dt,
.line-record__list dd {
  margin: 0;
}

.line-record__list dt {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.line-record__list dd {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 560;
}

.brew-table {
  display: grid;
  grid-template-columns: var(--three-grid);
  gap: 32px;
}

.brew-table article {
  border-top: 1px solid var(--line);
}

.brew-table h3 {
  margin: 0;
  padding: 20px 0 22px;
  color: var(--accent);
  font-size: 10px;
}

.brew-table dl {
  margin: 0;
  padding: 0;
}

.brew-table dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid var(--faint);
}

.brew-table dt,
.brew-table dd {
  margin: 0;
}

.brew-table dt {
  color: var(--muted);
  font-size: 13px;
}

.brew-table dd {
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
  text-align: right;
}

.space {
  display: grid;
  grid-template-columns: var(--split-grid);
  min-height: var(--split-min-height);
  background: var(--paper-cool);
  border-bottom: 1px solid var(--line);
}

.space img {
  width: 100%;
  height: 100%;
  min-height: var(--split-min-height);
  object-fit: cover;
}

.space div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 68px var(--gutter);
}

.space h2 {
  margin: 22px 0 0;
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.48;
  font-weight: 500;
  font-style: italic;
}

.space p:not(.kicker) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.86;
  text-wrap: pretty;
}

.pairing-list {
  display: grid;
  grid-template-columns: var(--three-grid);
  gap: 32px;
  border-top: 1px solid var(--line);
}

.pairing-list article {
  padding-top: 24px;
}

.pairing-list span {
  display: block;
  margin-bottom: 26px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 600;
}

.pairing-list strong {
  display: block;
  font-family: var(--sans);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 650;
}

.pairing-list p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.notice {
  padding: 58px var(--gutter) 62px;
  background: var(--paper-cool);
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

.notice h2 {
  margin: 0 0 30px;
  color: var(--ink);
  font-size: 10px;
}

.notice p {
  margin: 0;
  max-width: 760px;
  font-size: 13px;
  line-height: 1.8;
}

.notice p + p {
  margin-top: 8px;
}

.notice strong {
  color: var(--ink);
  font-weight: 650;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  padding: 74px var(--gutter) 78px;
  background: var(--charcoal);
  color: rgba(238, 232, 223, .74);
  text-align: center;
}

.footer__mark {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer img {
  width: 48px;
  height: auto;
  opacity: .96;
}

.footer__info {
  width: min(760px, 100%);
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.footer__info p {
  margin: 0;
  color: rgba(245, 240, 232, .68);
  font-size: 12px;
  line-height: 1.9;
  text-decoration: none;
}

.footer__business {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 12px;
}

.footer__address {
  word-break: keep-all;
}

.footer__site {
  margin-top: 10px !important;
  color: rgba(245, 240, 232, .76) !important;
}

.footer__name {
  position: relative;
  margin-bottom: 28px !important;
  padding-bottom: 22px;
  color: rgba(245, 240, 232, .88) !important;
  font-family: var(--serif);
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.footer__name::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 34px;
  height: 1px;
  background: rgba(245, 240, 232, .32);
  transform: translateX(-50%);
}

.interactive-ready .taste-map__item {
  cursor: pointer;
  transition: color .28s ease, opacity .28s ease;
}

.interactive-ready .taste-map:hover .taste-map__item:not(.is-active) {
  opacity: .58;
}

.interactive-ready .taste-map__item:focus-visible {
  outline: 1px solid rgba(91, 154, 84, .5);
  outline-offset: 8px;
}

.interactive-ready .taste-map__item.is-active {
  opacity: 1;
}

.interactive-ready .taste-map__item.is-active .taste-map__track::before {
  background: rgba(91, 154, 84, .96);
}

.interactive-ready .taste-map__item.is-active .taste-map__track i {
  width: 10px;
  height: 10px;
  background: var(--accent);
}

.has-motion .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .82s ease, transform .82s ease;
}

.has-motion .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .has-motion .reveal,
  .has-motion .reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 760px) {
  .interactive-ready .brew-table article {
    cursor: pointer;
  }

  .interactive-ready .brew-table article:not(.is-active) dl {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }

  .interactive-ready .brew-table dl {
    max-height: 340px;
    opacity: 1;
    overflow: hidden;
    transition: max-height .34s ease, opacity .24s ease;
  }
}

@media (max-width: 760px) {
  :root {
    --gutter: 28px;
  }

  body {
    font-size: 14px;
    line-height: 1.75;
  }

  .hero,
  .statement,
  .taste-layout,
  .image-text,
  .image-text--reverse,
  .origin-split,
  .line-record,
  .brew-table,
  .space,
  .pairing-list {
    grid-template-columns: 1fr;
  }

  .hero,
  .hero__media {
    min-height: auto;
  }

  .hero__media {
    grid-column: auto;
    grid-row: auto;
    height: 410px;
    padding: 50px 34px;
  }

  .hero__media::before {
    width: min(318px, 86%);
    border-color: rgba(27, 25, 21, .14);
    box-shadow: 0 28px 74px rgba(27, 25, 21, .16);
  }

  .hero__media img {
    width: 300px;
    max-width: 84%;
    min-height: 0;
    transform: none;
    border-color: rgba(27, 25, 21, .12);
    box-shadow: 0 18px 44px rgba(27, 25, 21, .09);
  }

  .hero__content,
  .statement,
  .chapter,
  .image-text__copy,
  .origin-split__copy,
  .line-record__copy,
  .space div,
  .notice,
  .footer {
    padding-left: 28px;
    padding-right: 28px;
  }

  .hero__content {
    grid-column: auto;
    grid-row: auto;
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .statement,
  .chapter {
    padding-top: 62px;
    padding-bottom: 66px;
  }

  .chapter--taste {
    background: var(--paper-soft);
  }

  .image-text__copy,
  .origin-split__copy,
  .line-record__copy,
  .space div {
    padding-top: 56px;
    padding-bottom: 58px;
  }

  .hero h1 {
    margin-top: 22px;
    font-size: 48px;
    line-height: .98;
    letter-spacing: .09em;
  }

  .hero__intro {
    margin-top: 30px;
    padding-top: 24px;
  }

  .hero__intro p {
    font-size: 14px;
    line-height: 1.82;
  }

  .hero__intro p + p {
    margin-top: 12px;
  }

  .data-list--hero {
    margin-top: 32px;
  }

  .moved-note {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 46px 28px 48px;
  }

  .moved-note__small {
    font-size: 14px;
  }

  .moved-note__lead {
    font-size: 23px;
    line-height: 1.52;
    white-space: normal;
  }

  .moved-note__sublead {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.82;
    white-space: normal;
  }

  .statement h2,
  .chapter__head h2,
  .image-text__copy h2,
  .line-record h2,
  .space h2 {
    font-size: 23px;
    line-height: 1.55;
  }

  .statement {
    gap: 24px;
    padding-top: 46px;
    padding-bottom: 48px;
  }

  .taste-layout {
    gap: 38px;
  }

  .taste-panel {
    padding-top: 0;
  }

  .statement__small {
    font-size: 14px;
  }

  .statement p,
  .image-text__copy p:not(.kicker),
  .line-record p:not(.kicker),
  .space p:not(.kicker) {
    font-size: 14px;
    line-height: 1.82;
  }

  .section-lead {
    font-size: 16px;
    line-height: 1.82;
  }

  .taste-note {
    font-size: 14px;
    line-height: 1.82;
  }

  .package-hero {
    padding: 0;
    overflow: hidden;
    background: #d9ddc8;
  }

  .package-hero__media {
    max-width: none;
    width: 100%;
  }

  .package-hero__image--desktop {
    display: none;
  }

  .package-hero__image--mobile {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: 50% 50%;
  }

  .package-hero figcaption {
    position: static;
    max-width: none;
    margin: 0;
    padding: 14px var(--gutter) 18px;
    color: rgba(39, 32, 28, 0.78);
    text-shadow: none;
  }

  .chapter__head {
    margin-bottom: 34px;
  }

  .data-list div,
  .taste-rows article,
  .profile-meter div {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .data-list--hero div {
    grid-template-columns: 84px 1fr;
    gap: 14px;
    padding: 12px 0;
  }

  .data-list--hero dd {
    font-size: 13px;
    line-height: 1.5;
  }

  .taste-rows article {
    padding: 17px 0 19px;
  }

  .taste-rows p {
    grid-column: auto;
    margin-top: 0;
  }

  .taste-rows strong,
  .pairing-list strong {
    font-size: 18px;
  }

  .taste-map {
    gap: 17px;
    margin-top: 30px;
    padding-top: 24px;
  }

  .taste-map__item {
    grid-template-columns: 86px minmax(0, 1fr) 58px;
    gap: 12px;
  }

  .taste-map__item strong {
    font-size: 13px;
  }

  .roast-data {
    gap: 0 18px;
    margin-top: 30px;
  }

  .roast-data div {
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 62px;
    padding: 13px 0;
  }

  .roast-data dd {
    text-align: left;
  }

  .profile-meter {
    margin-top: 42px;
  }

  .brew-table,
  .pairing-list {
    gap: 28px;
  }

  .image-text--reverse .image-text__image,
  .image-text--reverse .image-text__copy {
    order: initial;
  }

  .image-text__image img,
  .origin-split__image,
  .origin-split__image img,
  .space img {
    min-height: 320px;
  }

  .origin-split__image {
    order: -1;
  }

  .line-record__image {
    padding: 48px 28px 42px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .line-record__image img {
    width: min(300px, 86%);
    height: auto;
    object-fit: contain;
  }

  .line-record__list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .notice {
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .footer {
    gap: 24px;
    padding-top: 50px;
    padding-bottom: 56px;
  }

  .footer__info {
    width: min(360px, 100%);
  }

  .footer__name {
    margin-bottom: 24px !important;
    padding-bottom: 20px;
  }

  .footer__info p {
    font-size: 11.5px;
    line-height: 1.85;
  }
}
