:root {
  --ink: #111;
  --blue: #1422c7;
  --white: #fff;
  --line: #dedede;
  --muted: #6c6c6c;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Noto Sans KR", "Pretendard", Arial, sans-serif;
  font-size: 13px;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
}
img {
  display: block;
  width: 100%;
}
.hero {
  height: 765px;
  position: relative;
  overflow: hidden;
  background: #b7c1c4;
}
.hero picture,
.hero picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.hero picture img {
  object-fit: cover;
  object-position: center;
}
.site-header {
  position: absolute;
  z-index: 5;
  inset: 0 0 auto;
  height: 100px;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  padding: 32px 34px;
}
.brand {
  text-align: center;
  letter-spacing: 0.18em;
}
.brand b {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.brand small {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  letter-spacing: 0;
}
.menu-open {
  justify-self: start;
  width: 72px;
  height: 44px;
  border: 0;
  background: none;
  color: inherit;
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 0;
}
.menu-open span:first-child {
  width: 22px;
  height: 12px;
  border-block: 1px solid;
}
.menu-open span:last-child {
  font-size: 11px;
}
.subscribe-link {
  position: absolute;
  top: 0;
  left: 59.3%;
  transform: translateX(-50%);
  min-width: 130px;
  height: 44px;
  border-radius: 0 0 28px 28px;
  background: #161616;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 15px;
}
.header-tools {
  justify-self: end;
  display: flex;
  gap: 8px;
}
.header-tools a,
.header-tools button {
  width: 32px;
  height: 32px;
  border: 0;
  background: none;
  color: inherit;
  display: grid;
  place-items: center;
  font-size: 17px;
}
.hero-copy {
  position: absolute;
  left: 5.33%;
  bottom: 99px;
  color: #fff;
}
.hero-copy h1 {
  margin: 0 0 17px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}
.hero-copy p {
  margin: 0 0 19px;
  font-size: 14px;
}
.hero-copy a {
  display: grid;
  place-items: center;
  width: 146px;
  height: 46px;
  border: 2px solid #fff;
  border-radius: 999px;
  font-size: 14px;
}
.bestsellers {
  height: 760px;
  position: relative;
  padding-top: 116px;
  overflow: hidden;
}
.bestsellers h2 {
  margin: 0 48px 87px;
  text-align: center;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
}
.product-window {
  outline: none;
  overflow: hidden;
}
.product-track {
  display: flex;
  gap: 68px;
  transform: translateX(188px);
  transition: transform 0.5s ease;
  touch-action: pan-y;
  will-change: transform;
}
.product-track article {
  position: relative;
  flex: 0 0 204px;
}
.product-media {
  width: 204px;
  height: 205px;
  overflow: hidden;
  background: #fdfcf9;
}
.product-track img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-track article:nth-child(1) img {
  transform: scale(1.78);
}
.product-track article:nth-child(2) img {
  transform: scale(1.1);
}
.product-track article:nth-child(3) img {
  transform: scale(1.68);
}
.product-track article:nth-child(4) img {
  transform: scale(1.3);
}
.product-track article:nth-child(5) img {
  transform: scale(1.2);
}
.product-track h3 {
  margin: 20px 0 3px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
}
.product-track p {
  margin: 0;
  font-size: 10px;
}
.product-track small {
  position: absolute;
  top: 216px;
  color: #1636d5;
  font-size: 10px;
}
.product-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.product-controls button {
  width: 44px;
  height: 44px;
  border: 0;
  background: none;
}
.product-controls span {
  width: 120px;
  height: 1px;
  background: #d5d5d5;
  position: relative;
}
.product-controls i {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 1px;
  background: #111;
  transition: width 0.5s ease;
}
.editorial,
.tonal-panel {
  height: 792px;
  position: relative;
  overflow: hidden;
}
.editorial > img {
  height: 100%;
  object-fit: cover;
}
.editorial-ear > img {
  object-position: 55% 38%;
}
.editorial-carry > img {
  object-position: 50% 60%;
}
.editorial::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.42));
}
.tonal-panel {
  background: linear-gradient(
    180deg,
    #fff 0%,
    #f8f8f8 22%,
    #b0b0b0 72%,
    #3f3f3f 100%
  );
}
.tonal-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 32% 54%,
      rgba(255, 255, 255, 0.42),
      transparent 36%
    ),
    repeating-linear-gradient(
      103deg,
      transparent 0 34px,
      rgba(30, 30, 30, 0.018) 35px 36px
    );
}
.panel-copy {
  position: absolute;
  z-index: 2;
  bottom: 87px;
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
}
.panel-copy.left {
  left: 5.8%;
}
.panel-copy.right {
  right: 8%;
  width: 300px;
}
.panel-copy p {
  margin: 0 0 22px;
}
.panel-copy a {
  border-bottom: 1px solid currentColor;
  padding-bottom: 7px;
  font-size: 11px;
}
.tonal-panel .panel-copy {
  bottom: 77px;
}
.join {
  height: 985.59px;
  background: var(--blue);
  padding: 60px 20px;
}
.join-card {
  height: 865.59px;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.join-visual {
  background: linear-gradient(135deg, #fff, #f8f8f8);
}
.join-form {
  padding: 62px 11.2% 34px;
  overflow: hidden;
}
.join-form > small {
  font-size: 10px;
  letter-spacing: 0.16em;
}
.join-form h2 {
  margin: 12px 0 25px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.join-form ul {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  font-size: 12px;
  line-height: 28px;
}
.join-form li::before {
  content: "✓";
  margin-right: 14px;
  color: #626262;
}
.join-form label {
  display: block;
  margin-top: 16px;
  color: #666;
  font-size: 10px;
}
.join-form input[type="email"],
.join-form input[type="text"],
.join-form input:not([type]) {
  width: 100%;
  height: 38px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: none;
  outline: none;
}
.name-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.consent {
  display: flex !important;
  gap: 12px;
  align-items: flex-start;
  line-height: 1.5;
}
.consent input {
  width: 18px;
  height: 18px;
  flex: none;
}
.join-form .legal {
  font-size: 9px;
  color: #777;
}
.join-form > button {
  width: 100px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #151515;
  color: #fff;
}
.form-status {
  display: inline-block;
  margin-left: 12px;
  font-size: 11px;
}
.site-footer {
  height: 1164px;
  position: relative;
  overflow: hidden;
  background: var(--blue);
  color: #fff;
  padding: 92px 20% 40px;
}
.footer-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 80px;
  max-width: 760px;
}
.footer-grid details {
  min-width: 0;
}
.footer-grid summary {
  list-style: none;
  font-size: 16px;
  margin-bottom: 24px;
}
.footer-grid summary::-webkit-details-marker {
  display: none;
}
.footer-grid nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.footer-grid nav a,
.footer-grid nav button {
  border: 0;
  background: none;
  color: inherit;
  padding: 0;
  font-size: 12px;
  min-height: 18px;
  text-align: left;
}
.policies {
  grid-column: 2;
  grid-row: 1 / span 2;
}
.footer-bottom {
  position: absolute;
  z-index: 2;
  left: 20%;
  bottom: 45px;
  font-size: 10px;
}
.locale {
  border: 0;
  background: none;
  color: #fff;
  text-align: left;
  padding: 0;
  min-height: 44px;
}
.footer-bottom p {
  margin: 52px 0;
}
.footer-bottom address {
  font-style: normal;
  line-height: 1.65;
  opacity: 0.8;
}
.footer-mark {
  position: absolute;
  color: #fff;
  font:
    700 190px/1 Arial,
    sans-serif;
  letter-spacing: -0.1em;
  writing-mode: vertical-rl;
}
.footer-mark {
  display: none;
}
.mark-left {
  left: -22px;
  top: 80px;
}
.mark-right {
  right: -18px;
  top: 360px;
}
.menu-panel {
  position: fixed;
  z-index: 50;
  inset: 0;
  background: #101214;
  color: #fff;
  padding: 42px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition: 0.3s ease;
}
.menu-panel.is-open {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.menu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
}
.menu-close {
  width: 48px;
  height: 48px;
  border: 1px solid #777;
  border-radius: 50%;
  background: none;
  color: #fff;
  font-size: 28px;
}
.menu-panel nav {
  margin-top: 10vh;
  display: flex;
  flex-direction: column;
}
.menu-panel nav a {
  min-height: 58px;
  border-bottom: 1px solid #3d4240;
  display: flex;
  align-items: center;
  font-size: 24px;
}
.toast {
  position: fixed;
  z-index: 80;
  left: 50%;
  bottom: 26px;
  transform: translate(-50%, 20px);
  opacity: 0;
  background: #111;
  color: #fff;
  border-radius: 999px;
  padding: 13px 20px;
  pointer-events: none;
  transition: 0.2s;
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 1100px) and (min-width: 901px) {
  .bestsellers {
    height: 696px;
    padding-top: 92px;
  }
  .bestsellers h2 {
    margin-bottom: 95px;
  }
  .product-controls {
    bottom: 34px;
  }
  .editorial,
  .tonal-panel {
    height: 563.19px;
  }
  .join {
    height: 1063.59px;
    padding: 60px 9px;
  }
  .join-card {
    height: 943.59px;
  }
  .join-form {
    padding-inline: 17%;
  }
  .join-form h2 {
    font-size: 23px;
  }
  .site-footer {
    height: 1164px;
    padding-left: 20%;
    padding-right: 12%;
  }
  .footer-grid {
    gap: 48px 45px;
  }
  .panel-copy {
    bottom: 68px;
  }
}

@media (max-width: 900px) {
  .site-header {
    height: 60px;
    position: absolute;
    padding: 0 16px;
    color: #111;
    background: #fff;
    align-items: center;
    grid-template-columns: 1fr auto 1fr;
  }
  .brand b {
    font-size: 10px;
  }
  .brand small,
  .subscribe-link,
  .header-tools > *:not(:last-child) {
    display: none;
  }
  .menu-open {
    width: 74px;
    height: 44px;
  }
  .menu-open span:first-child {
    width: 20px;
  }
  .header-tools {
    align-items: center;
  }
  .header-tools button:last-child {
    display: grid;
  }
  .hero {
    height: 819.19px;
    padding-top: 60px;
    background: #fff;
  }
  .hero picture,
  .hero picture img {
    height: 100%;
  }
  .hero picture img {
    object-position: center 58%;
  }
  .hero-copy {
    left: 24px;
    bottom: 94px;
  }
  .hero-copy h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .hero-copy p {
    font-size: 12px;
  }
  .hero-copy a {
    width: 140px;
    height: 44px;
  }
  .bestsellers {
    height: 696px;
    padding-top: 90px;
  }
  .bestsellers h2 {
    margin: 0 48px 104px;
    text-align: left;
  }
  .product-track {
    gap: 57px;
    transform: translateX(0.5px);
  }
  .product-track article {
    flex-basis: 190px;
  }
  .product-media {
    width: 190px;
    height: 190px;
  }
  .product-track h3 {
    margin-top: 18px;
  }
  .product-controls {
    bottom: 50px;
  }
  .editorial,
  .tonal-panel {
    height: 1024px;
  }
  .editorial-ear > img {
    object-position: 56% 45%;
  }
  .editorial-carry > img {
    object-position: 48% 50%;
  }
  .panel-copy.left {
    left: 24px;
  }
  .panel-copy.right {
    right: 24px;
  }
  .join {
    height: 1289.29px;
    padding: 30px 20px;
  }
  .join-card {
    height: 1259.29px;
    display: block;
  }
  .join-visual {
    height: 420px;
  }
  .join-form {
    height: 839.29px;
    padding: 50px 10% 28px;
  }
  .join-form h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .site-footer {
    height: 1284.39px;
    padding: 76px 24px 30px;
  }
  .footer-mark {
    display: none;
  }
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 46px 28px;
  }
  .footer-grid summary {
    font-size: 14px;
  }
  .footer-grid nav {
    gap: 14px;
  }
  .policies {
    grid-column: 1;
    grid-row: auto;
  }
  .footer-bottom {
    left: 24px;
    bottom: 36px;
  }
}

@media (max-width: 739px) {
  .hero {
    height: 693px;
    padding: 60px 16px 0;
  }
  .hero picture,
  .hero picture img {
    height: 633px;
  }
  .hero picture img {
    object-position: center;
  }
  .hero-copy {
    left: 0;
    right: 0;
    bottom: 85px;
    text-align: center;
  }
  .hero-copy h1 {
    font-size: 22px;
    line-height: 28px;
  }
  .hero-copy p {
    font-size: 13px;
  }
  .hero-copy a {
    margin: auto;
    width: 150px;
  }
  .bestsellers {
    height: 570px;
    padding-top: 70px;
  }
  .bestsellers h2 {
    margin: 0 32px 63px;
  }
  .product-track {
    gap: 27.5px;
    transform: translateX(89.75px);
  }
  .product-track article {
    flex-basis: 146px;
  }
  .product-track img {
    width: 146px;
    height: 146px;
  }
  .product-track h3 {
    font-size: 9px;
    line-height: 13px;
    margin-top: 14px;
  }
  .product-track p {
    font-size: 8px;
  }
  .product-track small {
    top: 155px;
    font-size: 8px;
  }
  .product-controls {
    bottom: 48px;
  }
  .product-controls span {
    width: 70px;
  }
  .editorial,
  .tonal-panel {
    height: 844px;
  }
  .panel-copy {
    bottom: 72px;
    font-size: 11px;
  }
  .panel-copy.left {
    left: 24px;
  }
  .panel-copy.right {
    right: 24px;
    width: 260px;
  }
  .tonal-panel .panel-copy {
    bottom: 69px;
  }
  .join {
    height: 1215.72px;
    padding: 30px 10px;
  }
  .join-card {
    height: 1185.72px;
  }
  .join-visual {
    height: 560px;
  }
  .join-form {
    height: 625.72px;
    padding: 26px 20px 18px;
  }
  .join-form h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0 18px;
  }
  .join-form ul {
    font-size: 9px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .join-form label {
    margin-top: 10px;
  }
  .join-form input[type="email"],
  .join-form input[type="text"],
  .join-form input:not([type]) {
    height: 32px;
  }
  .consent {
    font-size: 8px !important;
  }
  .join-form .legal {
    font-size: 7px;
  }
  .join-form > button {
    width: 100%;
    height: 40px;
  }
  .site-footer {
    height: 1061.22px;
    padding: 28px 16px;
  }
  .footer-grid {
    display: block;
  }
  .footer-grid details {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }
  .footer-grid summary {
    height: 54px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
  }
  .footer-grid summary::after {
    content: "+";
  }
  .footer-grid details[open] summary::after {
    content: "−";
  }
  .footer-grid nav {
    padding: 0 0 18px;
    gap: 12px;
  }
  .footer-grid nav a,
  .footer-grid nav button {
    font-size: 10px;
    min-height: 26px;
  }
  .footer-bottom {
    left: 16px;
    bottom: 25px;
    font-size: 8px;
  }
  .footer-bottom p {
    margin: 25px 0;
  }
  .menu-panel {
    padding: 24px 20px;
  }
  .menu-panel nav a {
    font-size: 20px;
    min-height: 54px;
  }
}

@media (max-width: 739px) and (min-width: 601px) {
  .hero {
    height: 397.5px;
  }
  .hero picture,
  .hero picture img {
    height: 337.5px;
  }
  .hero picture img {
    object-position: center 54%;
  }
  .hero-copy {
    bottom: 40px;
  }
  .hero-copy p {
    margin-bottom: 8px;
  }
  .hero-copy a {
    height: 40px;
  }
  .bestsellers {
    height: 570px;
    padding-top: 70px;
  }
  .editorial,
  .tonal-panel {
    height: 450px;
  }
  .editorial-ear > img {
    object-position: 55% 42%;
  }
  .editorial-carry > img {
    object-position: 50% 55%;
  }
  .join {
    height: 1293.55px;
  }
  .join-card {
    height: 1233.55px;
  }
  .join-visual {
    height: 680px;
  }
  .join-form {
    height: 553.55px;
    padding: 26px 20px;
  }
  .site-footer {
    height: 1088.72px;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-grid details {
    border: 0;
  }
  .footer-grid summary::after {
    display: none;
  }
}

/* Source-accurate navigation, rail motion and tonal product scene. */
.menu-panel {
  inset: 0 auto 0 0;
  width: 280px;
  padding: 28px 24px;
  background: #fff;
  color: #111;
  box-shadow: 280px 0 0 100vw rgba(0, 0, 0, 0.54);
  transform: translateX(-100%);
}
.menu-panel.is-open {
  transform: translateX(0);
}
.menu-close {
  color: #111;
  border-color: #bbb;
}
.menu-panel nav {
  margin-top: 24px;
}
.menu-panel nav a {
  min-height: 46px;
  border-color: #ddd;
  font-size: 16px;
}
.menu-panel nav a:nth-child(6) {
  margin-top: 40px;
}
.menu-secondary {
  display: grid;
  gap: 0;
  margin-top: 182px;
  font-size: 11px;
}
.menu-secondary a {
  min-height: 40px;
}
.menu-bottom {
  position: absolute;
  right: 24px;
  bottom: 99px;
  left: 24px;
  display: flex;
  justify-content: space-between;
}
.menu-bottom a,
.menu-bottom button {
  min-width: 44px;
  min-height: 44px;
  border: 0;
  background: none;
  font-size: 12px;
}
.product-controls {
  gap: 18px;
}
.product-controls .product-prev,
.product-controls .product-next {
  position: absolute;
  top: -318px;
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
}
.product-controls .product-prev {
  left: 56px;
}
.product-controls .product-next {
  right: 56px;
}
.product-controls .product-toggle {
  position: absolute;
  right: 46px;
  bottom: 79px;
  width: 44px;
  height: 44px;
  border: 0;
  background: none;
}
.tonal-object {
  position: absolute;
  top: 12%;
  left: 50%;
  width: min(42vw, 520px);
  height: min(42vw, 520px);
  object-fit: contain;
  transform: translateX(-50%) scale(0.72);
  opacity: 0;
  mix-blend-mode: multiply;
  animation: tonal-product-scene 10s cubic-bezier(0.22, 0.75, 0.2, 1) forwards;
  animation-play-state: paused;
}
.tonal-panel.is-visible:not(.is-paused) .tonal-object {
  animation-play-state: running;
}
.tonal-toggle {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 16px;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.3);
  color: #fff;
}
.tonal-panel.is-paused .tonal-object {
  animation-play-state: paused;
}
@keyframes tonal-product-scene {
  0% {
    opacity: 0;
    transform: translate(-62%, 18%) scale(0.72);
  }
  22% {
    opacity: 0.9;
  }
  65% {
    opacity: 0.82;
    transform: translate(-50%, 0) scale(0.96);
  }
  100% {
    opacity: 0.15;
    transform: translate(-42%, 12%) scale(1.08);
  }
}
@media (max-width: 900px) {
  .menu-panel {
    width: 100%;
    padding: 24px 20px;
    box-shadow: none;
  }
  .menu-panel nav {
    position: absolute;
    top: 40px;
    right: 20px;
    left: 20px;
    margin: 0;
  }
  .menu-panel nav a {
    min-height: 44px;
    font-size: 17px;
  }
  .menu-panel nav a + a {
    margin-top: -6px;
  }
  .menu-panel nav a:nth-child(6) {
    margin-top: 18px;
  }
  .menu-secondary {
    position: absolute;
    top: 664px;
    right: 20px;
    left: 20px;
    margin: 0;
  }
  .menu-secondary a {
    min-height: 44px;
  }
  .menu-secondary a + a {
    margin-top: -12px;
  }
  .menu-bottom {
    bottom: 51px;
  }
  .product-controls .product-prev,
  .product-controls .product-next {
    display: none;
  }
  .product-controls .product-toggle {
    right: 46px;
    bottom: 44px;
  }
  .tonal-object {
    top: 22%;
    width: 72vw;
    height: 72vw;
  }
}
@media (max-width: 1100px) and (min-width: 901px) {
  .product-controls .product-prev,
  .product-controls .product-next {
    top: -299px;
  }
  .product-controls .product-toggle {
    bottom: 60px;
  }
}
@media (max-width: 739px) {
  .product-controls .product-toggle {
    right: 14px;
    bottom: 22px;
  }
}
@media (max-width: 600px) {
  .editorial-ear > img {
    transform: translate(16%, 18%) scale(1.7);
    transform-origin: 22% 28%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tonal-object {
    opacity: 0.72;
    transform: translateX(-50%) scale(0.96);
    animation: none;
  }
}

.subscribe-link {
  display: none;
}
.brand {
  transform: scaleX(1.38);
}
.join-form {
  position: relative;
  padding-right: 18.95%;
  padding-left: 18.95%;
}
.join-form label {
  margin-top: 26px;
}
.join-form input[type="email"],
.join-form input[type="text"],
.join-form input:not([type]) {
  height: 44px;
}
.join-form > button {
  position: absolute;
  bottom: 40px;
  left: 18.95%;
  width: 128.41px;
  height: 44px;
}
.form-status {
  position: absolute;
  right: 18.95%;
  bottom: 51px;
}
.footer-grid details:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.footer-grid details:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.footer-grid details:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}
.footer-grid details:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.footer-grid .policies {
  grid-column: 3;
  grid-row: 1 / span 2;
}
@media (min-width: 901px) {
  .site-footer {
    padding-top: 24px;
  }
  .footer-grid {
    grid-template-columns: repeat(3, 192px);
    grid-template-rows: 330px auto;
    gap: 48px 24px;
  }
}
@media (max-width: 1100px) and (min-width: 901px) {
  .join-form {
    padding-right: 18.32%;
    padding-left: 18.32%;
  }
  .join-form > button {
    left: 18.32%;
  }
}
@media (max-width: 900px) {
  .hero-copy {
    bottom: 54px;
  }
  .site-footer {
    padding-top: 24px;
  }
  .footer-grid {
    grid-template-columns: repeat(3, calc((100% - 48px) / 3));
    grid-template-rows: 330px auto;
    gap: 48px 24px;
  }
  .join-form > button {
    bottom: 70px;
    left: 10%;
  }
  .join-form {
    padding-right: 10%;
    padding-left: 10%;
  }
}
@media (max-width: 900px) and (min-width: 740px) {
  .site-footer {
    padding-top: 124px;
  }
  .footer-grid {
    grid-template-columns: repeat(3, 124.94px);
  }
  .footer-bottom .locale {
    transform: translateY(-1014.86px);
  }
}
@media (max-width: 739px) {
  .hero-copy {
    bottom: 41px;
  }
  .hero picture img {
    transform: scale(1.75);
    transform-origin: 50% 38%;
  }
  .name-fields {
    display: block;
  }
  .join-form {
    padding-right: 20px;
    padding-left: 20px;
  }
  .join-form label {
    margin-top: 18px;
  }
  .join-form > button {
    right: 22px;
    bottom: 62px;
    left: 22px;
    width: auto;
  }
  .form-status {
    right: 22px;
    bottom: 112px;
    left: 22px;
    margin: 0;
    text-align: center;
  }
  .site-footer {
    padding-top: 104px;
  }
  .footer-grid {
    display: block;
  }
  .footer-grid details {
    display: block;
  }
  .footer-grid summary {
    height: 74px;
  }
  .footer-grid .policies {
    margin-top: 49px;
  }
}
@media (max-width: 600px) {
  .footer-grid details {
    border: 0;
  }
  .consent {
    min-height: 146px;
    font-size: 10px !important;
    line-height: 18px;
  }
  .tonal-object {
    top: 12%;
    width: 170vw;
    max-width: none;
    height: 170vw;
  }
  .footer-bottom .locale {
    transform: translateY(-876.66px);
  }
}
@media (max-width: 739px) and (min-width: 601px) {
  .hero-copy {
    bottom: 40px;
  }
  .join-form > button {
    bottom: 32px;
  }
  .consent {
    min-height: 82px;
    font-size: 10px !important;
    line-height: 18px;
  }
  .tonal-object {
    top: -85%;
    width: 170vw;
    max-width: none;
    height: 170vw;
  }
  .footer-bottom .locale {
    transform: translateY(-904.15px);
  }
}

@media (max-width: 600px) {
  .editorial-ear > img {
    object-position: 57% center;
  }
  .editorial-carry > img {
    object-position: 50% center;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
  }
}

@media (max-width: 600px) {
  .header-tools button:last-child {
    width: 44px;
    height: 44px;
  }
  .join-form input[type="email"],
  .join-form input[type="text"],
  .join-form input:not([type]),
  .join-form > button {
    min-height: 44px;
  }
  .consent {
    min-height: 44px;
  }
  .footer-grid nav button {
    min-width: 44px;
    min-height: 44px;
  }
}

/* Reference geometry corrections after browser measurement. */
.join-form {
  padding-top: 37px;
}
.join-form > small {
  font-size: 14px;
  line-height: 20px;
}
.join-form h2 {
  margin-top: 8px;
  font-size: 24px;
  line-height: 30px;
}
.bestsellers {
  padding-top: 120px;
}
.bestsellers h2 {
  margin-bottom: 95.5px;
}
@media (max-width: 1100px) and (min-width: 901px) {
  .bestsellers {
    padding-top: 96px;
  }
  .bestsellers h2 {
    margin-bottom: 95.5px;
  }
}
@media (max-width: 900px) {
  .bestsellers {
    padding-top: 96px;
  }
  .bestsellers h2 {
    margin-bottom: 104px;
  }
  .join-visual {
    height: 295px;
  }
  .join-form {
    height: 964.29px;
    padding-top: 154.5px;
  }
}
@media (max-width: 739px) {
  .bestsellers h2 {
    margin-bottom: 63px;
  }
  .join-visual {
    height: 208.13px;
  }
  .join-form {
    height: 977.59px;
    padding-top: 17px;
  }
}
@media (max-width: 739px) and (min-width: 601px) {
  .join-visual {
    height: 393.75px;
  }
  .join-form {
    height: 839.8px;
    padding-top: 17px;
  }
}

/* Final cascade overrides. */
.hero picture {
  overflow: hidden;
}
.footer-grid details:nth-child(2) {
  grid-column: 3;
}
.footer-grid .policies {
  grid-column: 2;
}
@media (max-width: 739px) {
  .footer-grid details:nth-child(2),
  .footer-grid .policies {
    grid-column: auto;
  }
}
@media (max-width: 600px) {
  .consent {
    width: 316px;
    min-height: 146px;
    margin-left: 2px;
    gap: 20px;
    font-size: 12px !important;
    line-height: 16px;
  }
}
