:root {
  --paper: #faf8f3;
  --white: #fff;
  --ink: #173c3c;
  --muted: #63706a;
  --coral: #c43e28;
  --coral-light: #ff735c;
  --line: #d8ddd4;
  --photo: #e5dfd4;
  --teal: #164c4a;
  --focus: #0769c4;
  --gap: clamp(24px, 4.5vw, 72px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 35px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  border: 0;
  background: none;
}
button,
a,
summary {
  touch-action: manipulation;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button:disabled {
  cursor: not-allowed;
}
.skip {
  position: absolute;
  left: 16px;
  top: -100px;
  background: white;
  z-index: 5;
  padding: 12px;
}
.skip:focus {
  top: 12px;
}
.announcement {
  display: flex;
  justify-content: space-between;
  padding: 10px var(--gap);
  background: var(--teal);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.06em;
}
.announcement span:first-child {
  font-weight: 700;
}
.announcement span:last-child {
  color: #c9d9d4;
}
header {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 var(--gap);
}
.wordmark {
  font-size: 58px;
  letter-spacing: -5px;
  font-weight: 800;
  line-height: 1;
}
.wordmark span {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0;
  vertical-align: top;
  margin: 10px 0 0 7px;
  color: var(--coral);
}
header nav {
  display: flex;
  gap: 34px;
  font-size: 14px;
}
header nav a {
  padding: 12px 0;
}
header nav a:hover {
  text-decoration: underline;
  text-underline-offset: 7px;
}
.header-actions {
  display: flex;
  align-items: center;
}
.bag-button {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 44px;
}
.bag-button span {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.bag-button svg {
  width: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.menu-button {
  display: none;
}
.breadcrumb {
  display: flex;
  gap: 12px;
  margin: 26px var(--gap);
  font-size: 11px;
  color: var(--muted);
}
.breadcrumb span:last-child {
  color: var(--ink);
}
.product {
  display: grid;
  grid-template-columns: 1.22fr 1fr;
  gap: clamp(35px, 6vw, 98px);
  margin: 0 var(--gap) 90px;
}
.gallery {
  min-width: 0;
}
.main-image {
  position: relative;
  overflow: hidden;
  background: var(--photo);
}
.main-image button {
  display: block;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.main-image img {
  width: 100%;
  transition: transform 0.6s ease;
}
.main-image button:hover img {
  transform: scale(1.035);
}
.image-label,
.image-bottom,
.zoom-hint {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.image-label {
  top: 25px;
  left: 27px;
  font-size: 10px;
  letter-spacing: 0.12em;
}
.image-bottom {
  bottom: 25px;
  left: 27px;
  font-size: 11px;
}
.zoom-hint {
  bottom: 18px;
  right: 25px;
  font-size: 26px;
}
.gallery-bottom {
  display: flex;
  align-items: start;
  gap: 22px;
  padding: 20px 0;
  font-size: 11px;
}
.gallery-bottom > span {
  color: var(--coral);
  white-space: nowrap;
}
.gallery-bottom p {
  margin: 0;
  color: var(--muted);
}
.text-button {
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 0;
  min-height: 44px;
}
.gallery-bottom .text-button {
  margin-left: auto;
  margin-top: -13px;
  white-space: nowrap;
}
.product-info {
  padding: 5px 0 0;
  max-width: 520px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.product-info .eyebrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.small-dot {
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 400;
}
.small-dot:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--coral);
  border-radius: 50%;
  margin-right: 7px;
}
h1 {
  font-size: clamp(42px, 4.5vw, 69px);
  letter-spacing: -0.065em;
  line-height: 1.02;
  font-weight: 500;
  margin: 24px 0;
}
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
  gap: 15px;
}
.price {
  font-size: 25px;
}
.price-row > span:last-child {
  font-size: 11px;
  color: var(--muted);
}
.description {
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
  margin: 22px 0 26px;
  max-width: 440px;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  font-size: 12px;
  width: 100%;
  margin-bottom: 12px;
}
legend strong {
  font-weight: 400;
  margin-left: 18px;
  color: var(--muted);
}
.color-choice {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  min-height: 44px;
  width: fit-content;
  position: relative;
  cursor: pointer;
}
.swatch {
  height: 30px;
  width: 30px;
  border: 4px solid var(--paper);
  outline: 1px solid var(--ink);
  background: #26374b;
  border-radius: 50%;
}
.color-choice input {
  position: absolute;
  opacity: 0;
}
.color-choice input:focus-visible + .swatch {
  outline: 3px solid var(--focus);
}
.size-field {
  position: relative;
  margin-top: 24px;
}
.size-field legend span {
  font-size: 10px;
  color: var(--muted);
  margin-left: 8px;
}
.size-guide {
  position: absolute;
  right: 0;
  top: -45px;
}
.sizes {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 6px;
}
.sizes label {
  position: relative;
  cursor: pointer;
}
.sizes input {
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.sizes label > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 47px;
  border: 1px solid var(--line);
  font-size: 12px;
  transition:
    background 0.15s,
    color 0.15s;
}
.sizes input:checked + span {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.sizes input:focus-visible + span {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}
.sizes .unavailable {
  color: var(--muted);
  cursor: not-allowed;
}
.unavailable small {
  font-size: 8px;
}
.fit-note {
  font-size: 11px;
  color: var(--muted);
  margin: 12px 0 20px;
}
.error {
  color: #a62516;
  font-size: 12px;
  margin: 0;
}
.error:not(:empty) {
  margin: 12px 0;
}
.purchase-row {
  display: flex;
  gap: 12px;
}
.quantity {
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
}
.quantity button {
  width: 36px;
  height: 55px;
  font-size: 20px;
}
.quantity input {
  border: 0;
  width: 25px;
  text-align: center;
  color: var(--ink);
  background: none;
  appearance: textfield;
  -moz-appearance: textfield;
}
.quantity input::-webkit-inner-spin-button {
  appearance: none;
}
.primary {
  background: var(--coral);
  color: #fff;
  min-height: 56px;
  padding: 15px 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.2s;
}
.primary:hover {
  background: #bc3824;
}
.primary span {
  font-size: 22px;
  font-weight: 400;
}
.purchase-row .primary {
  flex: 1;
}
.demo-note {
  font-size: 10px;
  color: var(--muted);
  margin: 12px 0 26px;
}
.service-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  border-top: 1px solid var(--line);
  padding: 20px 0;
}
.accordions details {
  border-top: 1px solid var(--line);
}
.accordions details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  font-size: 20px;
  transition: transform 0.2s;
}
.accordions details[open] summary .disclosure-icon {
  transform: rotate(45deg);
}
details p {
  font-size: 12px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0 0 20px;
}
.story {
  background: var(--teal);
  color: var(--paper);
  padding: 65px var(--gap);
  display: grid;
  grid-template-columns: 1.22fr 1fr;
  gap: 0 7vw;
}
.story > .eyebrow {
  grid-column: 1/-1;
  color: #bcd3cd;
  margin-bottom: 25px;
}
.story h2 {
  font-size: clamp(36px, 4vw, 62px);
  line-height: 1.1;
  letter-spacing: -0.05em;
  font-weight: 400;
  margin: 0;
}
.story h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #ff9e87;
}
.story > div {
  align-self: end;
  max-width: 390px;
}
.story p {
  font-size: 14px;
  line-height: 1.8;
  color: #d2dfda;
}
.story a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #668783;
  padding: 18px 0 10px;
  font-size: 13px;
}
.collection {
  padding: 70px var(--gap) 80px;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
}
.section-head h2 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 10px 0 0;
}
.section-head > span {
  font-size: 12px;
  color: var(--muted);
}
.collection-product {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
  gap: 30px;
  max-width: 650px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
}
.collection-product img {
  width: 160px;
}
.collection-product h3 {
  font-size: 17px;
  font-weight: 400;
  margin: 0;
}
.collection-product p {
  font-size: 12px;
  color: var(--muted);
}
.collection-product > span {
  font-size: 15px;
}
footer {
  padding: 45px var(--gap) 20px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
footer .wordmark {
  font-size: 52px;
}
footer > p {
  font-size: 14px;
}
footer > span {
  margin-left: auto;
  font-size: 12px;
  color: var(--muted);
}
.footer-bottom {
  width: 100%;
  border-top: 1px solid var(--line);
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: var(--muted);
}
dialog {
  color: var(--ink);
  background: var(--paper);
  border: 0;
  padding: 30px;
  max-width: min(540px, calc(100vw - 32px));
  max-height: 90dvh;
  overflow: auto;
}
dialog::backdrop {
  background: #102e2eb3;
  backdrop-filter: blur(3px);
}
body:has(dialog[open]) {
  overflow: hidden;
}
.dialog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.dialog-head h2 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0;
}
.dialog-head h2 span {
  color: var(--coral);
}
[data-close] {
  min-width: 44px;
  min-height: 44px;
}
.drawer {
  margin: 0 0 0 auto;
  height: 100dvh;
  max-height: 100dvh;
  width: 470px;
  max-width: 100vw;
  padding: 28px;
  inset: 0;
}
.drawer[open] {
  display: flex;
  flex-direction: column;
  animation: drawer-in 0.22s ease-out;
}
.bag-notice {
  font-size: 13px;
  color: var(--muted);
  margin: 16px 0 28px;
}
.bag-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding: 20px 0;
}
.bag-item img {
  width: 90px;
}
.bag-item h3 {
  font-size: 14px;
  margin: 0;
}
.bag-item p {
  font-size: 12px;
  color: var(--muted);
  margin: 6px 0;
}
.bag-item button {
  font-size: 12px;
  text-decoration: underline;
  padding: 10px 0;
  min-height: 44px;
}
.bag-bottom {
  margin-top: auto;
  padding-top: 25px;
}
.subtotal {
  display: flex;
  justify-content: space-between;
  font-size: 19px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.bag-bottom p {
  font-size: 12px;
  color: var(--muted);
}
.bag-bottom .primary {
  width: 100%;
  margin-top: 20px;
}
#size > p {
  font-size: 13px;
  color: var(--muted);
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}
caption {
  text-align: left;
  margin: 15px 0;
  font-weight: 700;
}
th,
td {
  text-align: left;
  padding: 9px;
  border-bottom: 1px solid var(--line);
}
#photo {
  padding: 0;
  max-width: min(90vw, 850px);
  max-height: 95dvh;
}
#photo img {
  max-height: 90dvh;
  width: auto;
}
#photo > button {
  position: absolute;
  right: 12px;
  top: 12px;
  background: var(--paper);
}
#menu nav {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}
#menu nav a {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  font-size: 23px;
}
.visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@keyframes drawer-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@media (min-width: 1500px) {
  .product,
  .breadcrumb {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1000px) {
  .product {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .sizes {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery-bottom {
    flex-wrap: wrap;
  }
  .gallery-bottom .text-button {
    margin-left: 0;
  }
  .eyebrow .small-dot {
    display: none;
  }
  header nav {
    gap: 20px;
  }
  .product-info h1 {
    font-size: 46px;
  }
  .gallery {
    position: sticky;
    top: 25px;
    align-self: start;
  }
}
@media (max-width: 650px) {
  .announcement {
    justify-content: center;
    padding: 9px 20px;
    font-size: 9px;
  }
  .announcement span:not(:first-child) {
    display: none;
  }
  .header-inner {
    height: 80px;
    margin: 0 20px;
  }
  .wordmark {
    font-size: 45px;
    letter-spacing: -4px;
  }
  .wordmark span {
    margin-top: 7px;
    font-size: 10px;
  }
  header nav {
    display: none;
  }
  .menu-button {
    display: block;
    min-height: 44px;
    margin-right: 14px;
    font-size: 12px;
  }
  .bag-button {
    font-size: 12px;
  }
  .bag-button svg {
    display: none;
  }
  .breadcrumb {
    margin: 18px 20px;
    font-size: 10px;
    gap: 9px;
  }
  .product {
    display: block;
    margin: 0 0 48px;
  }
  .gallery {
    position: static;
  }
  .main-image {
    margin: 0 12px;
  }
  .image-label {
    left: 18px;
    top: 18px;
    font-size: 8px;
  }
  .image-bottom {
    left: 18px;
    bottom: 18px;
    font-size: 9px;
  }
  .gallery-bottom {
    padding: 15px 20px;
    gap: 12px;
  }
  .gallery-bottom p {
    display: none;
  }
  .gallery-bottom .text-button {
    margin-left: auto;
  }
  .product-info {
    padding: 18px 24px 0;
    max-width: none;
  }
  .product-info h1 {
    font-size: 48px;
    margin: 18px 0 20px;
  }
  .eyebrow .small-dot {
    display: block;
  }
  .price-row {
    padding-bottom: 18px;
  }
  .description {
    margin: 18px 0 20px;
  }
  .sizes {
    grid-template-columns: repeat(4, 1fr);
  }
  .sizes label > span {
    height: 46px;
  }
  .story {
    padding: 42px 24px;
    display: block;
  }
  .story > .eyebrow {
    display: block;
    margin-bottom: 22px;
  }
  .story h2 {
    font-size: 42px;
  }
  .story > div {
    margin-top: 25px;
  }
  .collection {
    padding: 45px 24px;
  }
  .section-head h2 {
    font-size: 28px;
  }
  .section-head > span {
    display: none;
  }
  .collection-product {
    grid-template-columns: 100px 1fr;
    gap: 18px;
  }
  .collection-product img {
    width: 100px;
    grid-row: 1/3;
  }
  .collection-product > span {
    grid-column: 2;
    margin-top: -18px;
  }
  .collection-product h3 {
    font-size: 15px;
  }
  footer {
    padding: 30px 24px 20px;
    gap: 20px;
  }
  footer > span {
    margin-left: 0;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer-bottom span:nth-child(2) {
    width: 100%;
  }
  .drawer {
    padding: 24px;
  }
  .gallery-bottom .text-button {
    font-size: 10px;
  }
  .purchase-row .primary {
    padding: 15px 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

.direction-switch {
  display: flex;
  gap: 28px;
  align-items: center;
  padding: 8px var(--gap);
  border-bottom: 1px solid var(--line);
  font-size: 10px;
}
.direction-switch > span {
  margin-right: auto;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.direction-switch a {
  padding: 10px 0;
  color: var(--muted);
}
.direction-switch a[aria-current] {
  color: var(--ink);
  border-bottom: 2px solid var(--coral);
}
@media (max-width: 650px) {
  .direction-switch {
    justify-content: space-between;
    gap: 12px;
    padding: 7px 22px;
    font-size: 9px;
  }
  .direction-switch > span {
    display: none;
  }
}

@media (max-width: 1000px) {
  .direction-switch > span {
    display: none;
  }
  .direction-switch {
    gap: 18px;
  }
  .direction-switch a {
    flex: 1;
    text-align: center;
  }
}
@media (max-width: 650px) {
  .direction-switch {
    gap: 10px;
    padding: 7px 15px;
    font-size: 8px;
  }
  .direction-switch a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    min-height: 38px;
  }
}
