:root {
  --ink: #101827;
  --cream: #f4f1e9;
  --paper: #fbfaf6;
  --lime: #d7ff43;
  --blue: #7596f8;
  --line: rgba(16, 24, 39, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }

.arc-brand { width: max-content; display: inline-flex; align-items: center; gap: 11px; }
.arc-logo { position: relative; width: 37px; height: 37px; display: block; border: 2px solid var(--ink); border-radius: 50%; transform: rotate(-12deg); }
.arc-logo::before, .arc-logo::after { content: ''; position: absolute; left: 50%; top: 50%; border: 1.5px solid #526ed1; border-radius: 50%; transform: translate(-50%, -50%); }
.arc-logo::before { width: 25px; height: 10px; }
.arc-logo::after { width: 10px; height: 25px; }
.arc-logo i { position: absolute; z-index: 2; left: 50%; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 2px var(--ink); transform: translate(-50%, -50%); }
.arc-word { font-size: 19px; font-weight: 900; letter-spacing: -.055em; }
.arc-word > span { color: #526ed1; }

.announcement { height: 34px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--ink); color: white; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.announcement span { color: var(--lime); }
.site-header { height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4.5vw; border-bottom: 1px solid var(--line); background: rgba(244, 241, 233, .92); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.brand { font-size: 21px; font-weight: 900; letter-spacing: -.05em; width: max-content; }
.brand span { color: #526ed1; }
.brand i { font-style: normal; font-size: 7px; vertical-align: top; margin-left: 3px; }
.site-header nav { display: flex; gap: 36px; font-size: 13px; }
.site-header nav a { position: relative; }
.site-header nav a:first-child::after { content: ''; position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #526ed1; left: 50%; top: 24px; }
.header-actions { display: flex; justify-content: flex-end; gap: 10px; }
.icon-button, .cart-button { height: 42px; border: 1px solid var(--line); background: transparent; border-radius: 999px; cursor: pointer; }
.icon-button { width: 42px; font-size: 23px; transform: rotate(-20deg); }
.cart-button { padding: 0 8px 0 18px; display: flex; align-items: center; gap: 11px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.cart-button span { width: 27px; height: 27px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; color: var(--ink); }

.hero { min-height: 690px; display: grid; grid-template-columns: 1fr 1.05fr; border-bottom: 1px solid var(--line); }
.hero-copy { padding: 92px 4vw 58px 7vw; display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow { margin: 0 0 25px; font-size: 10px; font-weight: 800; letter-spacing: .2em; color: #546172; }
.hero h1 { font-size: clamp(57px, 6.6vw, 103px); line-height: .86; letter-spacing: -.07em; margin: 0; font-weight: 800; }
.hero h1 em { font-family: Georgia, serif; font-weight: 400; color: #526ed1; }
.hero-text { max-width: 480px; margin: 36px 0 28px; font-family: Georgia, serif; font-size: 18px; line-height: 1.55; color: #485365; }
.primary-cta { display: flex; align-items: center; gap: 28px; background: var(--ink); color: white; padding: 17px 19px 17px 23px; border-radius: 2px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.primary-cta span { color: var(--lime); font-size: 20px; }
.hero-proof { width: 100%; margin-top: auto; padding-top: 42px; display: flex; gap: 12%; border-top: 1px solid var(--line); }
.hero-proof div { display: flex; flex-direction: column; gap: 5px; }
.hero-proof strong { font-size: 24px; letter-spacing: -.04em; }
.hero-proof span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: #687283; }
.hero-visual { position: relative; overflow: hidden; background: var(--blue); display: grid; place-items: center; min-width: 0; }
.hero-visual::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 43%, rgba(255,255,255,.28), transparent 43%); }
.hero-visual img { position: relative; z-index: 3; width: min(63%, 460px); aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; filter: contrast(1.05) saturate(.9); transform: rotate(-10deg) scale(1.08); }
.hero-number { position: absolute; top: 42px; right: 46px; font: italic 18px Georgia, serif; z-index: 4; }
.sound-orbit { position: absolute; border: 1px solid rgba(16,24,39,.2); border-radius: 50%; z-index: 1; }
.orbit-one { width: 68%; aspect-ratio: 1; }
.orbit-two { width: 48%; aspect-ratio: 1; }
.hero-tag { position: absolute; left: 38px; bottom: 34px; z-index: 5; min-width: 190px; background: var(--lime); padding: 18px 20px; display: grid; grid-template-columns: 1fr auto; gap: 5px 20px; }
.hero-tag span { grid-column: 1 / -1; font-size: 8px; letter-spacing: .18em; }
.hero-tag strong { font-size: 15px; }
.hero-tag small { font-size: 12px; font-weight: 700; }

.shop-section { padding: 86px 4.5vw 110px; background: var(--paper); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 42px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading h2 { font-size: clamp(38px, 4vw, 65px); letter-spacing: -.06em; margin: 0; }
.section-heading > a { padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 11px; text-transform: uppercase; letter-spacing: .11em; font-weight: 700; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card { min-width: 0; }
.product-image { height: 340px; position: relative; display: grid; place-items: center; background: #ece9e0; overflow: hidden; }
.product-image img { width: 76%; height: 76%; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s ease; }
.product-card:hover img { transform: scale(1.06); }
.product-index { position: absolute; top: 17px; left: 17px; font: italic 11px Georgia, serif; }
.product-image button { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); background: rgba(251,250,246,.75); font-size: 18px; cursor: pointer; }
.product-detail { margin: 18px 0 5px; text-transform: uppercase; letter-spacing: .12em; font-size: 8px; color: #717989; }
.product-card h3 { font-size: 17px; line-height: 1.25; letter-spacing: -.025em; margin: 0; min-height: 43px; }
.product-footer { margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.product-footer strong { font-size: 14px; }
.product-footer button { border: 0; background: transparent; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; }
.product-footer button span { margin-left: 7px; color: #526ed1; font-size: 17px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr 1fr; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 610px; padding-inline: 7vw; }
  .hero-visual { min-height: 540px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .announcement { font-size: 8px; }
  .site-header { height: 72px; padding: 0 18px; }
  .icon-button { display: none; }
  .brand { font-size: 18px; }
  .hero-copy { min-height: 570px; padding: 65px 22px 40px; }
  .hero h1 { font-size: 58px; }
  .hero-text { font-size: 16px; }
  .hero-proof { gap: 8%; }
  .hero-proof span { font-size: 8px; }
  .hero-visual { min-height: 440px; }
  .shop-section { padding: 65px 18px 80px; }
  .section-heading { align-items: flex-start; }
  .section-heading > a { display: none; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { height: 380px; }
}

/* Store engine */
.favorite-count { border: 0; background: transparent; padding: 0 6px; cursor: pointer; font-size: 12px; font-weight: 700; }
.hero-tag { border: 0; color: var(--ink); text-align: left; cursor: pointer; }
.section-heading > p { margin: 0 0 9px; color: #687283; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.catalog-tools { display: grid; grid-template-columns: minmax(230px, 1fr) auto auto; align-items: center; gap: 24px; margin-bottom: 35px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.search-field { display: flex; align-items: center; gap: 10px; min-width: 0; }
.search-field > span { font-size: 23px; transform: rotate(-18deg); }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; }
.search-field input::placeholder { color: #808793; }
.search-field button { border: 0; background: transparent; font-size: 22px; cursor: pointer; }
.category-tabs { display: flex; align-items: center; gap: 5px; }
.category-tabs button { border: 1px solid transparent; background: transparent; padding: 9px 12px; border-radius: 999px; color: #636d7b; font-size: 10px; font-weight: 700; cursor: pointer; }
.category-tabs button.active { background: var(--ink); color: white; }
.sort-select { display: flex; align-items: center; gap: 8px; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; white-space: nowrap; }
.sort-select select { border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 10px; cursor: pointer; }
.product-grid { row-gap: 54px; }
.product-image { cursor: pointer; outline-offset: 3px; }
.product-image:focus-visible { outline: 2px solid #526ed1; }
.product-badge { position: absolute; left: 16px; bottom: 14px; z-index: 2; padding: 6px 8px; background: var(--lime); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.product-image button.saved { color: #526ed1; background: white; }
.quick-view { position: absolute; right: 14px; bottom: 16px; padding: 7px 9px; background: var(--ink); color: white; opacity: 0; transform: translateY(4px); transition: .25s ease; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-card:hover .quick-view { opacity: 1; transform: translateY(0); }
.product-subtitle { margin: 6px 0 0; min-height: 32px; color: #687283; font-family: Georgia, serif; font-size: 12px; line-height: 1.4; }
.load-more { display: flex; align-items: center; gap: 16px; margin: 60px auto 0; border: 1px solid var(--ink); background: transparent; padding: 14px 15px 14px 20px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; cursor: pointer; }
.load-more span { min-width: 26px; height: 26px; display: grid; place-items: center; background: var(--lime); border-radius: 50%; }
.empty-state { padding: 90px 20px; text-align: center; border: 1px solid var(--line); }
.empty-state strong { font-size: 30px; letter-spacing: -.04em; }
.empty-state p { color: #687283; font-family: Georgia, serif; }
.empty-state button { border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: 5px 0; cursor: pointer; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }

.collections { padding: 100px 4.5vw; background: var(--ink); color: white; display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); gap: 16px; }
.collection-intro { padding: 28px 4vw 20px 0; }
.collection-intro .eyebrow { color: #aeb8c7; }
.collection-intro h2 { margin: 0; font-size: clamp(45px, 5vw, 75px); line-height: .93; letter-spacing: -.06em; }
.collection-intro h2 em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.collection-intro > p:last-child { max-width: 350px; margin: 34px 0 0; color: #b8c0cd; font-family: Georgia, serif; font-size: 16px; line-height: 1.6; }
.collection-card { position: relative; min-height: 470px; padding: 20px; border: 1px solid rgba(255,255,255,.13); color: white; text-align: left; overflow: hidden; cursor: pointer; }
.collection-card:nth-child(2) { background: #526ed1; }
.collection-card:nth-child(3) { background: #806c5e; }
.collection-card:nth-child(4) { background: #d7ff43; color: var(--ink); }
.collection-card > span { font: italic 11px Georgia, serif; }
.collection-card img { width: 90%; height: 245px; margin: 25px 5% 8px; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s ease; }
.collection-card:hover img { transform: scale(1.07) rotate(-3deg); }
.collection-card h3 { margin: 12px 0 5px; font-size: 24px; letter-spacing: -.04em; }
.collection-card p { max-width: 230px; margin: 0; opacity: .7; font: 13px/1.45 Georgia, serif; }
.collection-card i { position: absolute; left: 20px; bottom: 20px; font-style: normal; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }

.about-section { min-height: 620px; display: grid; grid-template-columns: 1fr 1.15fr; background: var(--cream); border-bottom: 1px solid var(--line); }
.about-mark { min-height: 620px; display: grid; place-items: center; background: #7596f8; font-size: clamp(110px, 17vw, 280px); font-weight: 900; letter-spacing: -.12em; overflow: hidden; }
.about-mark span { color: var(--lime); font-size: .25em; align-self: start; margin: 28% 0 0 12px; }
.about-copy { padding: 92px 8vw 70px; display: flex; flex-direction: column; justify-content: center; }
.about-copy h2 { margin: 0; font-size: clamp(52px, 6vw, 90px); line-height: .9; letter-spacing: -.065em; }
.about-copy h2 em { color: #526ed1; font-family: Georgia, serif; font-weight: 400; }
.about-copy > p:not(.eyebrow) { max-width: 580px; margin: 32px 0; color: #4d596a; font: 18px/1.6 Georgia, serif; }
.about-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 24px; border-top: 1px solid var(--line); }
.about-points span { display: flex; flex-direction: column; gap: 8px; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; line-height: 1.4; }
.about-points strong { color: #526ed1; font: italic 12px Georgia, serif; }

.newsletter { padding: 105px 20px; text-align: center; background: var(--paper); }
.newsletter h2 { margin: 0 0 30px; font-size: clamp(50px, 6vw, 90px); letter-spacing: -.065em; }
.newsletter > p:not(.eyebrow) { font: 16px Georgia, serif; color: #687283; }
.newsletter form { max-width: 560px; margin: 0 auto; display: flex; border-bottom: 1px solid var(--ink); }
.newsletter input { flex: 1; min-width: 0; padding: 16px 0; border: 0; outline: 0; background: transparent; font-family: Georgia, serif; font-size: 16px; }
.newsletter button { border: 0; background: transparent; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; }
footer { padding: 45px 4.5vw 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; background: var(--ink); color: white; }
footer > p { color: #9da8b8; font: 13px Georgia, serif; }
footer > div { display: flex; justify-content: flex-end; gap: 24px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
footer small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #7c8797; font-size: 9px; line-height: 1.5; }

.overlay { position: fixed; inset: 0; z-index: 80; background: rgba(8, 14, 24, .52); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; z-index: 90; top: 0; right: 0; width: min(480px, 100%); height: 100%; background: var(--paper); transform: translateX(105%); transition: transform .35s cubic-bezier(.22,.8,.25,1); display: flex; flex-direction: column; box-shadow: -30px 0 80px rgba(0,0,0,.18); }
.cart-drawer.open { transform: translateX(0); }
.drawer-header { display: flex; justify-content: space-between; align-items: flex-start; padding: 35px 32px 23px; border-bottom: 1px solid var(--line); }
.drawer-header .eyebrow { margin-bottom: 8px; }
.drawer-header h2 { margin: 0; font-size: 36px; letter-spacing: -.05em; }
.drawer-header h2 span { color: #687283; font: 16px Georgia, serif; }
.drawer-header > button, .modal-close { width: 40px; height: 40px; border: 1px solid var(--line); background: transparent; border-radius: 50%; font-size: 24px; cursor: pointer; }
.drawer-items { flex: 1; overflow-y: auto; padding: 8px 32px; }
.cart-item { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 110px; height: 110px; object-fit: contain; background: #ece9e0; mix-blend-mode: multiply; }
.cart-item p { margin: 0 0 5px; color: #7c8490; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.cart-item h3 { margin: 0 0 10px; font-size: 16px; letter-spacing: -.03em; }
.cart-item strong { font-size: 13px; }
.quantity { float: right; display: inline-flex; align-items: center; gap: 13px; border: 1px solid var(--line); }
.quantity button { width: 26px; height: 26px; border: 0; background: transparent; cursor: pointer; }
.quantity span { font-size: 11px; }
.empty-cart { min-height: 65vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-cart > span { width: 90px; height: 90px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; font-size: 40px; }
.empty-cart h3 { margin: 22px 0 4px; font-size: 28px; letter-spacing: -.04em; }
.empty-cart p { color: #687283; font: 14px Georgia, serif; }
.empty-cart button { margin-top: 15px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: 5px 0; cursor: pointer; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.drawer-total { padding: 24px 32px 30px; border-top: 1px solid var(--line); }
.drawer-total > div { display: flex; justify-content: space-between; font-size: 22px; }
.drawer-total small { display: block; margin: 8px 0 20px; color: #747e8c; font-size: 9px; }
.drawer-total > button, .drawer-total > a, .modal-add { width: 100%; border: 0; background: var(--ink); color: white; padding: 17px; font-size: 10px; text-transform: uppercase; text-align: center; letter-spacing: .11em; font-weight: 800; cursor: pointer; }

.modal-wrap { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; }
.modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(8,14,24,.62); backdrop-filter: blur(5px); }
.product-modal { position: relative; z-index: 1; width: min(930px, 100%); max-height: 90vh; overflow: auto; display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.modal-close { position: absolute; top: 18px; right: 18px; z-index: 3; background: var(--paper); }
.modal-image { min-height: 530px; position: relative; display: grid; place-items: center; background: #7596f8; overflow: hidden; }
.modal-image::before, .modal-image::after { content: ''; position: absolute; border: 1px solid rgba(16,24,39,.18); border-radius: 50%; width: 80%; aspect-ratio: 1; }
.modal-image::after { width: 55%; }
.modal-image > span { position: absolute; top: 25px; left: 25px; z-index: 2; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.modal-image img { position: relative; z-index: 1; width: 75%; height: 75%; object-fit: contain; mix-blend-mode: multiply; }
.modal-copy { padding: 85px 55px 45px; display: flex; flex-direction: column; }
.modal-copy .eyebrow { margin-bottom: 15px; }
.modal-copy h2 { margin: 0; font-size: 47px; line-height: .95; letter-spacing: -.055em; }
.modal-copy > p:not(.eyebrow) { margin: 25px 0; color: #596475; font: 16px/1.6 Georgia, serif; }
.modal-copy > strong { margin-bottom: 28px; font-size: 25px; }
.modal-copy > a { margin: 22px auto 0 0; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }

.toast { position: fixed; z-index: 120; left: 50%; bottom: 28px; transform: translateX(-50%); display: flex; align-items: center; gap: 11px; max-width: calc(100% - 30px); padding: 12px 18px 12px 12px; background: var(--ink); color: white; box-shadow: 0 15px 40px rgba(0,0,0,.22); font-size: 11px; white-space: nowrap; }
.toast span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-weight: 900; }

@media (max-width: 1180px) {
  .catalog-tools { grid-template-columns: 1fr auto; }
  .category-tabs { grid-column: 1 / -1; grid-row: 2; overflow-x: auto; padding-bottom: 2px; }
  .collections { grid-template-columns: 1fr 1fr; }
  .collection-intro { grid-row: span 2; }
}
@media (max-width: 760px) {
  .favorite-count { display: none; }
  .catalog-tools { grid-template-columns: 1fr; gap: 12px; }
  .sort-select { grid-row: 3; }
  .category-tabs { grid-row: 2; }
  .collections { grid-template-columns: 1fr; padding: 70px 18px; }
  .collection-intro { padding: 0 0 25px; }
  .collection-card { min-height: 450px; }
  .about-section { grid-template-columns: 1fr; }
  .about-mark { min-height: 390px; }
  .about-copy { padding: 65px 22px; }
  .about-points { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  footer > div { justify-content: flex-start; flex-wrap: wrap; }
  footer small { grid-column: 1; }
  .product-modal { grid-template-columns: 1fr; }
  .modal-image { min-height: 320px; }
  .modal-copy { padding: 45px 28px 35px; }
  .modal-copy h2 { font-size: 38px; }
  .modal-wrap { padding: 10px; }
}
@media (max-width: 560px) {
  .announcement { letter-spacing: .05em; }
  .section-heading > p { display: none; }
  .product-grid { row-gap: 48px; }
  .quick-view { opacity: 1; transform: none; }
  .cart-item { grid-template-columns: 90px 1fr; }
  .cart-item img { width: 90px; height: 90px; }
  .drawer-header, .drawer-total { padding-inline: 20px; }
  .drawer-items { padding-inline: 20px; }
  .newsletter { padding-inline: 22px; }
  .newsletter form { display: block; border: 0; }
  .newsletter input { width: 100%; border-bottom: 1px solid var(--ink); }
  .newsletter button { margin-top: 18px; padding: 14px 20px; background: var(--ink); color: white; }
}

/* Individual product pages */
.product-card h3 a { transition: color .2s ease; }
.product-card h3 a:hover { color: #526ed1; }
.product-page-link { display: inline-block; margin-top: 11px; padding-bottom: 3px; border-bottom: 1px solid var(--line); color: #5f6877; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.product-page-link:hover { color: #526ed1; border-color: #526ed1; }
.modal-copy .modal-product-link { margin-top: 22px; padding: 13px; border: 1px solid var(--ink); text-align: center; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.modal-copy .modal-product-link + a { margin-top: 16px; }

.detail-page { min-height: 100vh; background: var(--cream); }
.detail-header { height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4.5vw; border-bottom: 1px solid var(--line); }
.detail-header nav { display: flex; gap: 32px; font-size: 12px; }
.detail-back { justify-self: end; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.detail-breadcrumb { height: 52px; padding: 0 4.5vw; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); color: #687283; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; overflow: hidden; white-space: nowrap; }
.detail-breadcrumb strong { color: var(--ink); overflow: hidden; text-overflow: ellipsis; }
.detail-hero { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; border-bottom: 1px solid var(--line); }
.detail-visual { position: relative; display: grid; place-items: center; min-width: 0; overflow: hidden; background: #7596f8; }
.detail-visual::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 52% 47%, rgba(255,255,255,.32), transparent 42%); }
.detail-visual img { position: relative; z-index: 3; width: min(64%, 530px); height: min(68%, 530px); object-fit: contain; mix-blend-mode: multiply; filter: contrast(1.04) saturate(.92); transition: transform .5s ease; }
.detail-visual:hover img { transform: scale(1.04) rotate(-2deg); }
.detail-number { position: absolute; top: 35px; left: 38px; z-index: 4; font: italic 15px Georgia, serif; }
.detail-badge { position: absolute; right: 35px; top: 31px; z-index: 4; padding: 8px 10px; background: var(--lime); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.detail-orbit { position: absolute; z-index: 1; border: 1px solid rgba(16,24,39,.18); border-radius: 50%; aspect-ratio: 1; }
.detail-orbit-one { width: 70%; }
.detail-orbit-two { width: 48%; }
.detail-copy { padding: 65px 6vw 52px; display: flex; flex-direction: column; justify-content: center; }
.detail-copy .eyebrow { margin-bottom: 18px; }
.detail-copy h1 { max-width: 720px; margin: 0; font-size: clamp(48px, 5.2vw, 82px); line-height: .92; letter-spacing: -.062em; }
.detail-lead { max-width: 580px; margin: 30px 0; color: #536072; font: 17px/1.6 Georgia, serif; }
.detail-specs { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-specs div { padding: 17px 12px 17px 0; display: flex; flex-direction: column; gap: 7px; }
.detail-specs div + div { padding-left: 16px; border-left: 1px solid var(--line); }
.detail-specs span, .detail-price span, .detail-quantity > span { color: #737d8b; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.detail-specs strong { font-size: 12px; }
.detail-purchase { display: grid; grid-template-columns: 1fr auto; gap: 18px 30px; margin-top: 25px; }
.detail-price { display: flex; flex-direction: column; gap: 5px; }
.detail-price strong { font-size: 29px; letter-spacing: -.04em; }
.detail-quantity { display: flex; flex-direction: column; gap: 7px; }
.detail-quantity > div { display: flex; align-items: center; border: 1px solid var(--line); }
.detail-quantity button { width: 30px; height: 30px; border: 0; background: transparent; cursor: pointer; }
.detail-quantity strong { min-width: 24px; text-align: center; font-size: 11px; }
.detail-add { grid-column: 1 / -1; border: 0; background: var(--ink); color: white; min-height: 52px; padding: 15px 22px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; cursor: pointer; transition: background .2s, color .2s; }
.detail-add:hover { background: #526ed1; }
.detail-purchase > p { grid-column: 1 / -1; margin: -7px 0 0; color: #7c8490; font-size: 8px; text-align: center; text-transform: uppercase; letter-spacing: .07em; }

.detail-story { padding: 105px 7vw; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px 8vw; background: var(--ink); color: white; }
.detail-story .eyebrow { color: #9ea9b9; }
.detail-story h2 { margin: 0; font-size: clamp(50px, 6vw, 88px); line-height: .91; letter-spacing: -.065em; }
.detail-story h2 em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.detail-story ol { list-style: none; margin: 0; padding: 0; }
.detail-story li { min-height: 92px; display: grid; grid-template-columns: 55px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); }
.detail-story li span { color: var(--lime); font: italic 12px Georgia, serif; }
.detail-story li strong { font-size: 18px; letter-spacing: -.025em; }
.detail-source { grid-column: 2; padding-top: 8px; }
.detail-source p { margin: 0 0 18px; color: #99a4b3; font: 13px/1.6 Georgia, serif; }
.detail-source a { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }

.related-section { padding: 90px 4.5vw 110px; background: var(--paper); }
.related-heading { margin-bottom: 38px; display: flex; align-items: flex-end; justify-content: space-between; }
.related-heading .eyebrow { margin-bottom: 10px; }
.related-heading h2 { margin: 0; font-size: clamp(40px, 4.4vw, 68px); letter-spacing: -.06em; }
.related-heading > a { padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-grid article > a > div { height: 350px; position: relative; display: grid; place-items: center; background: #ece9e0; overflow: hidden; }
.related-grid article > a > div span { position: absolute; top: 18px; left: 18px; z-index: 2; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.related-grid img { width: 75%; height: 75%; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s ease; }
.related-grid article:hover img { transform: scale(1.06); }
.related-grid p { margin: 16px 0 5px; color: #737d8b; font: 12px Georgia, serif; }
.related-grid h3 { margin: 0; font-size: 20px; letter-spacing: -.035em; }
.related-grid strong { display: block; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 13px; }
.detail-footer { padding-top: 45px; }
.detail-footer > a:last-of-type { justify-self: end; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 980px) {
  .detail-header { grid-template-columns: 1fr 1fr; }
  .detail-header nav { display: none; }
  .detail-hero { grid-template-columns: 1fr; }
  .detail-visual { min-height: 560px; }
  .detail-copy { padding: 65px 7vw; }
  .detail-story { grid-template-columns: 1fr; }
  .detail-source { grid-column: 1; }
}

@media (max-width: 640px) {
  .detail-header { height: 72px; padding-inline: 18px; }
  .detail-back { font-size: 8px; }
  .detail-breadcrumb { padding-inline: 18px; }
  .detail-visual { min-height: 430px; }
  .detail-visual img { width: 72%; height: 72%; }
  .detail-copy { padding: 55px 22px 48px; }
  .detail-copy h1 { font-size: 50px; }
  .detail-specs { grid-template-columns: 1fr; }
  .detail-specs div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .detail-story { padding: 75px 22px; gap: 45px; }
  .related-section { padding: 70px 18px 85px; }
  .related-heading > a { display: none; }
  .related-grid { grid-template-columns: 1fr; gap: 45px; }
  .related-grid article > a > div { height: 380px; }
  .detail-footer > a:last-of-type { justify-self: start; }
}

/* Cart link and checkout */
.detail-header-actions { justify-self: end; display: flex; align-items: center; gap: 14px; }
.header-cart-link { height: 42px; display: inline-flex; align-items: center; gap: 10px; padding: 0 8px 0 17px; border: 1px solid var(--line); border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.header-cart-link span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); }

.checkout-page { min-height: 100vh; background: var(--cream); }
.checkout-header { height: 86px; padding: 0 4.5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.checkout-header .header-cart-link { justify-self: end; }
.checkout-secure { color: #5e6877; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.checkout-steps { min-height: 58px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: center; gap: 22px; border-bottom: 1px solid var(--line); color: #8a919c; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.checkout-steps span { display: inline-flex; align-items: center; gap: 8px; }
.checkout-steps i { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; font-size: 8px; }
.checkout-steps span.active { color: var(--ink); }
.checkout-steps span.active i { background: var(--ink); color: white; }
.checkout-steps b { color: #b2b7c0; }
.checkout-layout { max-width: 1500px; margin: 0 auto; padding: 65px 4.5vw 100px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .62fr); gap: 6vw; align-items: start; }
.checkout-title { margin-bottom: 55px; }
.checkout-title .eyebrow { margin-bottom: 17px; }
.checkout-title h1 { margin: 0; font-size: clamp(54px, 6.2vw, 92px); line-height: .89; letter-spacing: -.066em; }
.checkout-title h1 em { color: #526ed1; font-family: Georgia, serif; font-weight: 400; }
.checkout-title > p:last-child { margin: 25px 0 0; color: #616d7c; font: 16px Georgia, serif; }
.checkout-panel { margin-top: 18px; padding: 28px 30px 32px; border: 1px solid var(--line); background: rgba(251,250,246,.66); }
.panel-heading { display: flex; gap: 15px; align-items: flex-start; margin-bottom: 25px; }
.panel-heading > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font: italic 10px Georgia, serif; }
.panel-heading h2 { margin: 0 0 4px; font-size: 22px; letter-spacing: -.035em; }
.panel-heading p { margin: 0; color: #7b8491; font: 12px Georgia, serif; }
.checkout-fields { display: grid; gap: 18px; }
.checkout-fields.two-cols { grid-template-columns: 1fr 1fr; }
.checkout-fields label { display: flex; flex-direction: column; gap: 8px; color: #4f5968; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.checkout-fields label small { display: inline; color: #9197a0; font-size: 7px; font-weight: 500; }
.checkout-fields label.wide { grid-column: 1 / -1; }
.checkout-fields input, .checkout-fields select { width: 100%; height: 48px; padding: 0 13px; border: 1px solid var(--line); border-radius: 0; outline: 0; background: var(--paper); color: var(--ink); font-size: 13px; text-transform: none; letter-spacing: 0; transition: border-color .2s, box-shadow .2s; }
.checkout-fields input:focus, .checkout-fields select:focus { border-color: #526ed1; box-shadow: 0 0 0 2px rgba(82,110,209,.12); }
.delivery-options { display: grid; gap: 10px; }
.delivery-options label { min-height: 70px; padding: 13px 16px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; border: 1px solid var(--line); background: var(--paper); cursor: pointer; }
.delivery-options label.selected { border-color: #526ed1; box-shadow: inset 4px 0 #526ed1; }
.delivery-options input { accent-color: #526ed1; }
.delivery-options span { display: flex; flex-direction: column; gap: 4px; }
.delivery-options span strong { font-size: 13px; }
.delivery-options span small { color: #798290; font: 11px Georgia, serif; }
.delivery-options label > b { font-size: 12px; }

.order-summary { position: sticky; top: 22px; padding: 30px; background: var(--ink); color: white; box-shadow: 0 25px 70px rgba(16,24,39,.15); }
.summary-heading { display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.15); }
.summary-heading .eyebrow { margin: 0; color: #9da8b7; }
.summary-heading h2 { margin: 0; font-size: 18px; letter-spacing: -.03em; }
.summary-items { max-height: 380px; overflow-y: auto; }
.summary-items article { display: grid; grid-template-columns: 86px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.summary-items img { width: 86px; height: 86px; object-fit: contain; background: #ece9e0; mix-blend-mode: normal; }
.summary-items article p { margin: 0 0 4px; color: #8e9aaa; font-size: 7px; text-transform: uppercase; letter-spacing: .12em; }
.summary-items article h3 { margin: 0 0 8px; font-size: 13px; letter-spacing: -.02em; }
.summary-items article strong { font-size: 11px; }
.summary-items article article > div { min-width: 0; }
.summary-items article > div > div { float: right; display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.2); }
.summary-items article button { width: 23px; height: 23px; border: 0; background: transparent; color: white; cursor: pointer; }
.summary-items article div div span { font-size: 9px; }
.summary-costs { padding: 18px 0 8px; }
.summary-costs p { display: flex; justify-content: space-between; margin: 9px 0; color: #b4bdc9; font-size: 11px; }
.summary-costs p strong { color: white; }
.summary-costs .summary-total { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); color: white; font-size: 17px; }
.summary-total strong { font-size: 20px; }
.paypal-button { width: 100%; min-height: 56px; margin-top: 10px; padding: 10px 18px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 4px; background: #ffc439; color: #102d56; cursor: pointer; transition: filter .2s, transform .2s; }
.paypal-button:hover { filter: brightness(.96); transform: translateY(-1px); }
.paypal-word { font-size: 22px; font-weight: 900; font-style: italic; letter-spacing: -.07em; }
.paypal-word i { color: #173c6b; font-style: italic; }
.paypal-word b { color: #168bd1; }
.paypal-button small { color: #102d56; font-size: 10px; font-weight: 800; }
.paypal-note { margin: 13px 5px 0; color: #8d99a9; font: 9px/1.5 Georgia, serif; text-align: center; }
.checkout-loading { min-height: 70vh; display: grid; place-items: center; font: 16px Georgia, serif; }
.checkout-empty { min-height: 72vh; padding: 70px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.checkout-empty > span { width: 90px; height: 90px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-size: 40px; }
.checkout-empty .eyebrow { margin: 24px 0 10px; }
.checkout-empty h1 { margin: 0; font-size: clamp(45px, 6vw, 80px); letter-spacing: -.06em; }
.checkout-empty > p:not(.eyebrow) { color: #687283; font: 15px Georgia, serif; }
.checkout-empty > a { margin-top: 20px; padding: 16px 22px; background: var(--ink); color: white; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.paypal-status { margin: 0; padding: 75px max(5vw, 22px); display: flex; justify-content: center; gap: 25px; background: #d7ff43; }
.paypal-status > span { flex: 0 0 auto; width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: 24px; }
.paypal-status > div { max-width: 720px; }
.paypal-status .eyebrow { margin-bottom: 7px; }
.paypal-status h2 { margin: 0; font-size: 45px; letter-spacing: -.05em; }
.paypal-status p:not(.eyebrow) { font: 15px/1.55 Georgia, serif; }
.paypal-status button { border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: 5px 0; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; }
.checkout-footer { min-height: 110px; padding: 25px 4.5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; background: var(--ink); color: white; }
.checkout-footer p { color: #8f9aa9; font: 10px Georgia, serif; text-align: center; }
.checkout-footer > a:last-child { justify-self: end; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 980px) {
  .detail-back { display: none; }
  .checkout-layout { grid-template-columns: 1fr; }
  .order-summary { position: static; }
}

@media (max-width: 640px) {
  .detail-header-actions { gap: 0; }
  .header-cart-link { height: 39px; padding-left: 14px; }
  .checkout-header { height: 72px; padding-inline: 18px; grid-template-columns: 1fr auto; }
  .checkout-secure { display: none; }
  .checkout-steps { justify-content: flex-start; overflow-x: auto; padding-inline: 18px; gap: 12px; }
  .checkout-steps b { display: none; }
  .checkout-layout { padding: 50px 18px 75px; }
  .checkout-title h1 { font-size: 55px; }
  .checkout-panel { padding: 24px 18px 27px; }
  .checkout-fields.two-cols { grid-template-columns: 1fr; }
  .checkout-fields label.wide { grid-column: 1; }
  .order-summary { padding: 25px 20px; }
  .paypal-status { display: block; }
  .paypal-status > span { margin-bottom: 20px; }
  .checkout-footer { grid-template-columns: 1fr; padding: 35px 18px; }
  .checkout-footer p { text-align: left; }
  .checkout-footer > a:last-child { justify-self: start; }
}

[hidden]{display:none!important}.icon-button{display:grid;place-items:center}.header-cart-link{background:transparent;color:inherit;cursor:pointer}.cart-open{overflow:hidden}footer .arc-logo{border-color:white}footer .arc-logo i{box-shadow:0 0 0 2px white}footer .arc-word{color:white}
