:root {
  --ink: #1d211e;
  --muted: #757a73;
  --soft-muted: #a2a69f;
  --line: #dedfd9;
  --paper: #f6f4ef;
  --paper-deep: #eeece5;
  --white: #fffefa;
  --olive: #727969;
  --coral: #bd7d6b;
  --max: 1320px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Manrope", "Noto Sans KR", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.announcement { height: 34px; display: flex; align-items: center; justify-content: center; position: relative; background: var(--ink); color: #f9f6ef; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.announcement p { margin: 0; }.announcement p span { color: #a8b198; padding: 0 10px; }.announcement-close { position: absolute; right: 22px; border: 0; background: transparent; color: #d8d9d0; font-size: 18px; line-height: 1; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(246,244,239,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(29,33,30,.11); }
.header-inner { max-width: var(--max); height: 82px; padding: 0 34px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand-cluster { display: flex; align-items: center; gap: 12px; }
.brand { font-size: 25px; font-weight: 800; letter-spacing: .22em; line-height: 1; }
.musee-mvp-badge { padding: 4px 7px; border: 1px solid var(--coral); border-radius: 999px; color: var(--coral); font: 9px var(--mono); letter-spacing: .08em; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 28px; height: 100%; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.main-nav a, .footer-social a { position: relative; }.main-nav a::after { content: ""; position: absolute; bottom: -8px; left: 0; width: 0; height: 1px; background: var(--ink); transition: width .22s ease; }.main-nav a:hover::after { width: 100%; }
.header-actions { display: flex; justify-content: flex-end; gap: 13px; }.icon-btn { width: 30px; height: 30px; display: grid; place-items: center; padding: 0; position: relative; border: 0; color: var(--ink); background: transparent; }.icon-btn svg, .search-input-wrap svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }.cart-count { position: absolute; top: -2px; right: -6px; min-width: 14px; height: 14px; padding: 0 4px; display: grid; place-items: center; border-radius: 999px; background: var(--coral); color: white; font: 9px var(--mono); }
.mobile-menu, .mobile-nav { display: none; }

.hero { max-width: var(--max); min-height: 700px; padding: 28px 34px 58px; margin: 0 auto; display: grid; grid-template-columns: .84fr 1.16fr; gap: 48px; align-items: stretch; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 34px 0 34px 7.8%; position: relative; z-index: 1; }.kicker, .eyebrow { margin: 0 0 23px; color: var(--olive); font: 10px var(--mono); letter-spacing: .17em; }.hero h1 { margin: 0; font-size: clamp(42px, 5.2vw, 76px); font-weight: 500; line-height: 1.08; letter-spacing: -.07em; }.hero h1 em, h2 em { font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; }.hero-description { margin: 30px 0 0; color: var(--muted); font-size: 13px; font-weight: 500; line-height: 1.9; }.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 33px; }.button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 16px 21px; font-size: 10px; font-weight: 700; letter-spacing: .1em; transition: transform .2s ease, background .2s ease, color .2s ease; }.button span { font-size: 14px; line-height: 0; }.button:hover { transform: translateY(-2px); }.button-dark { background: var(--ink); color: #fff; }.button-dark:hover { background: #4d5847; }.button-outline { border: 1px solid rgba(29,33,30,.55); background: transparent; color: var(--ink); }.button-outline:hover { background: var(--ink); color: white; }.text-link, .arrow-link { font-size: 10px; font-weight: 700; letter-spacing: .06em; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }.text-link span, .arrow-link span { padding-left: 8px; font-size: 13px; }.hero-note { display: flex; align-items: center; gap: 11px; margin-top: auto; color: var(--soft-muted); font: 9px var(--mono); letter-spacing: .02em; }.note-line { width: 37px; height: 1px; background: var(--soft-muted); }
.hero-visual { min-height: 612px; position: relative; overflow: hidden; background: #ddd5c9; }.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246,244,239,.16), transparent 35%, transparent); pointer-events: none; }.hero-visual img { height: 100%; object-fit: cover; object-position: center; }.hero-stamp { position: absolute; right: 27px; top: 26px; display: flex; flex-direction: column; align-items: flex-end; color: white; text-align: right; text-shadow: 0 1px 10px rgba(0,0,0,.14); }.hero-stamp span { font: 9px var(--mono); letter-spacing: .19em; }.hero-stamp strong { margin-top: 3px; font: 18px var(--serif); letter-spacing: .08em; }.hero-stamp small { margin-top: 9px; font: 8px var(--mono); }.hero-scroll { position: absolute; left: 26px; bottom: 24px; z-index: 1; display: flex; align-items: center; gap: 15px; color: white; font: 8px var(--mono); letter-spacing: .16em; transform: rotate(-90deg); transform-origin: left bottom; }.scroll-arrow { font-size: 15px; }

.category-rail { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.category-inner { max-width: var(--max); min-height: 70px; padding: 0 34px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; overflow-x: auto; scrollbar-width: none; }.category-inner::-webkit-scrollbar { display: none; }.category-link { flex-shrink: 0; display: inline-flex; align-items: center; gap: 6px; padding: 8px 0; border: 0; background: transparent; color: var(--muted); font: 10px var(--mono); letter-spacing: .1em; }.category-link small { color: var(--soft-muted); font-size: 8px; }.category-link:hover, .category-link.is-active { color: var(--ink); }.category-link.is-active { font-weight: 700; }.category-link.is-active::before { content: ""; width: 5px; height: 5px; margin-right: 1px; border-radius: 50%; background: var(--coral); }.category-link-last { border-left: 1px solid var(--line); padding-left: 34px; }.category-link-last span { font-size: 13px; padding-left: 6px; color: var(--ink); }
.service-strip { max-width: var(--max); min-height: 73px; padding: 0 34px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--muted); font-size: 10px; }.service-strip > div { display: flex; align-items: center; gap: 11px; }.service-strip b { color: var(--ink); font-size: 10px; margin-right: 4px; }.service-icon { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; color: var(--coral); font-size: 15px; }
.promo-banner { max-width: var(--max); min-height: 77px; margin: 0 auto 125px; padding: 0 34px; display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: 38px; background: #dfe3d7; color: var(--ink); }.promo-copy { display: flex; align-items: center; gap: 10px; font: 9px var(--mono); letter-spacing: .14em; }.promo-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }.promo-banner p { margin: 0; font-size: 13px; }.promo-banner p strong { font-weight: 700; }.promo-banner > a { border-bottom: 1px solid var(--ink); padding-bottom: 3px; font-size: 10px; font-weight: 700; letter-spacing: .05em; }.promo-banner > a span { padding-left: 7px; font-size: 13px; }.promo-timer { display: flex; align-items: baseline; gap: 5px; font-family: var(--mono); }.promo-timer span { font-size: 16px; }.promo-timer small { color: var(--muted); font-size: 7px; letter-spacing: .08em; }.promo-timer i { color: var(--soft-muted); font-style: normal; padding: 0 4px; }

.content-section { max-width: var(--max); padding: 0 34px; margin: 0 auto 145px; }.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 41px; }.section-heading .eyebrow { margin-bottom: 15px; }.section-heading h2, .newsletter h2, .edit-copy h2 { margin: 0; font-size: clamp(32px, 4vw, 52px); font-weight: 500; line-height: 1.15; letter-spacing: -.065em; }.section-heading-side { display: flex; align-items: flex-end; gap: 38px; }.section-heading-side p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }.product-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; color: var(--muted); font: 9px var(--mono); }.product-toolbar p { margin: 0; }.product-toolbar strong { color: var(--ink); font-weight: 500; }.sort-control { display: flex; align-items: center; gap: 12px; }.sort-control select { border: 0; padding: 0 16px 0 0; appearance: none; color: var(--ink); background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='m2 4 3 3 3-3' fill='none' stroke='%231d211e'/%3E%3C/svg%3E") no-repeat right center; font-size: 9px; cursor: pointer; outline: none; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px 16px; }.product-card { min-width: 0; position: relative; animation: cardIn .5s ease both; }.product-media { position: relative; aspect-ratio: .79; overflow: hidden; background: #eae6dc; }.product-media img { height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }.product-card:hover .product-media img { transform: scale(1.035); }.product-badge { position: absolute; top: 13px; left: 13px; z-index: 1; padding: 6px 8px; background: var(--ink); color: white; font: 8px var(--mono); letter-spacing: .08em; }.product-like { position: absolute; top: 11px; right: 11px; z-index: 2; width: 31px; height: 31px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,254,250,.84); color: var(--ink); }.product-like svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.4; }.product-like.is-liked { color: var(--coral); }.product-like.is-liked svg { fill: currentColor; }.quick-add { position: absolute; left: 10px; right: 10px; bottom: 10px; z-index: 2; border: 0; padding: 13px 10px; opacity: 0; transform: translateY(8px); background: rgba(29,33,30,.92); color: white; font-size: 9px; letter-spacing: .08em; transition: opacity .25s ease, transform .25s ease; }.product-card:hover .quick-add, .product-card:focus-within .quick-add { opacity: 1; transform: translateY(0); }.product-info { padding: 14px 1px 0; }.product-brand { margin: 0 0 6px; color: var(--soft-muted); font: 8px var(--mono); letter-spacing: .13em; }.product-name { margin: 0; font-size: 12px; font-weight: 600; letter-spacing: -.03em; }.product-detail { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }.product-price { margin: 0; font: 11px var(--mono); }.product-colors { display: flex; gap: 4px; }.color-dot { width: 9px; height: 9px; border-radius: 50%; border: 1px solid rgba(29,33,30,.12); }.color-dot.ivory { background: #ede7d7; }.color-dot.cocoa { background: #614c43; }.color-dot.charcoal { background: #3e4140; }.color-dot.sage { background: #98a18c; }.color-dot.navy { background: #303a4a; }.color-dot.rose { background: #c99e9b; }.product-card.is-hidden { display: none; }
@keyframes cardIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

.edit-feature { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 624px; background: #e1e5db; }.edit-image { min-height: 624px; overflow: hidden; background: #e2ded1; }.edit-image img { height: 100%; object-fit: cover; object-position: center; mix-blend-mode: multiply; opacity: .94; }.edit-copy { padding: 70px 11% 60px; display: flex; flex-direction: column; justify-content: center; }.edit-copy .eyebrow { margin-bottom: 24px; }.edit-copy h2 { font-size: clamp(34px, 4.2vw, 58px); }.edit-copy > p:not(.eyebrow) { max-width: 330px; margin: 29px 0 35px; color: var(--muted); font-size: 12px; line-height: 1.95; }.edit-copy .button { align-self: flex-start; }.edit-meta { display: flex; align-items: center; gap: 10px; margin-top: 64px; color: var(--muted); font: 9px var(--mono); }.meta-line { width: 73px; height: 1px; background: var(--muted); }

.section-heading.compact { margin-bottom: 36px; }.lookbook-grid { display: grid; grid-template-columns: 1.24fr .88fr .88fr; gap: 16px; }.journal-card { min-width: 0; }.journal-art { height: 280px; position: relative; overflow: hidden; }.journal-art > span { position: absolute; top: 17px; left: 17px; z-index: 1; color: rgba(255,255,255,.84); font: 8px var(--mono); letter-spacing: .12em; }.art-sun { background: linear-gradient(137deg, #b1ae9e 0%, #ddd6c5 42%, #8a927a 43%, #c8b7a7 100%); }.art-sun::before { content: ""; position: absolute; width: 230px; height: 230px; right: 16%; top: 38px; border-radius: 50%; background: #e8e1d4; box-shadow: -60px 25px 0 -18px rgba(122,127,111,.52); }.art-sun::after { content: ""; position: absolute; width: 100%; height: 1px; left: 0; bottom: 71px; background: rgba(29,33,30,.17); transform: rotate(-12deg); }.art-texture { background: linear-gradient(32deg, #c4b5a7 0 20%, #e1dbce 20% 38%, #a1a795 38% 59%, #c7c2b5 59% 78%, #857f71 78%); }.art-texture::before { content: ""; position: absolute; inset: 26% -12% 20% 14%; border: 1px solid rgba(255,255,255,.55); transform: rotate(16deg); box-shadow: 0 0 0 13px rgba(255,255,255,.07), 0 0 0 27px rgba(255,255,255,.07); }.art-note { display: flex; align-items: center; justify-content: center; background: #c5a797; color: #f7f2eb; }.art-note::before { content: ""; position: absolute; width: 170px; height: 170px; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; }.art-note strong { position: relative; font: 31px/1.18 var(--serif); font-style: italic; letter-spacing: -.06em; }.journal-text { padding: 18px 1px 0; }.journal-text p { margin: 0 0 9px; color: var(--soft-muted); font: 8px var(--mono); letter-spacing: .14em; }.journal-text h3 { min-height: 50px; margin: 0 0 17px; font-size: 15px; font-weight: 500; line-height: 1.4; letter-spacing: -.05em; }.journal-text a { font-size: 10px; font-weight: 700; }.journal-text a span { padding-left: 7px; font-size: 13px; }

.newsletter { padding-top: 8px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; }.newsletter-form-wrap { padding-bottom: 5px; }.newsletter-form-wrap > p { margin: 0 0 25px; color: var(--muted); font-size: 12px; line-height: 1.75; }.newsletter form { max-width: 430px; display: flex; border-bottom: 1px solid var(--ink); }.newsletter input { min-width: 0; flex: 1; padding: 13px 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 12px; }.newsletter input::placeholder { color: #a5a79f; }.newsletter form button { width: 40px; border: 0; background: transparent; color: var(--ink); font-size: 21px; }.newsletter-form-wrap small { display: block; margin-top: 12px; color: var(--soft-muted); font-size: 9px; }
.site-footer { padding: 39px 34px 26px; background: var(--ink); color: #ece9e0; }.footer-top, .footer-bottom { max-width: var(--max); margin: 0 auto; }.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 45px; border-bottom: 1px solid rgba(255,255,255,.16); }.footer-brand { color: white; }.footer-top > p { margin: 0; color: #9ea69a; font: 11px var(--serif); font-style: italic; }.footer-social { display: flex; justify-content: flex-end; gap: 20px; font: 8px var(--mono); letter-spacing: .1em; color: #c4c9bf; }.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 21px; color: #849083; font: 8px var(--mono); letter-spacing: .05em; }.footer-bottom p { margin: 0; }.footer-bottom div { display: flex; gap: 21px; }

.search-panel, .cart-drawer, .overlay { visibility: hidden; opacity: 0; transition: opacity .28s ease, visibility .28s ease, transform .28s ease; }.overlay { position: fixed; inset: 0; z-index: 29; background: rgba(29,33,30,.42); }.search-panel { position: fixed; inset: 0; z-index: 31; display: flex; justify-content: center; align-items: flex-start; padding-top: 15vh; background: rgba(246,244,239,.98); transform: translateY(-15px); }.search-panel.is-open, .cart-drawer.is-open, .overlay.is-open { visibility: visible; opacity: 1; }.search-panel.is-open { transform: none; }.search-panel-inner { width: min(700px, calc(100% - 44px)); position: relative; }.search-close, .drawer-close { position: absolute; top: -18px; right: 0; border: 0; background: transparent; color: var(--ink); font-size: 29px; font-weight: 300; }.search-panel h2 { margin: 0 0 34px; font-size: clamp(32px, 5vw, 54px); font-weight: 500; letter-spacing: -.07em; }.search-panel .eyebrow { margin-bottom: 18px; }.search-input-wrap { display: flex; align-items: center; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--ink); }.search-input-wrap input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 17px; }.search-input-wrap input::placeholder { color: #a4a59e; }.search-suggestions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 20px; color: var(--soft-muted); font: 9px var(--mono); }.search-suggestions button { padding: 8px 12px; border: 1px solid var(--line); background: transparent; color: var(--muted); font: 9px var(--mono); }.search-suggestions button:hover { border-color: var(--ink); color: var(--ink); }.search-results { margin-top: 30px; font-size: 12px; color: var(--muted); }
.cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 30; width: min(440px, 100%); display: flex; flex-direction: column; padding: 49px 32px 29px; background: var(--paper); transform: translateX(100%); }.cart-drawer.is-open { transform: translateX(0); }.drawer-head { position: relative; display: flex; justify-content: space-between; padding-bottom: 27px; border-bottom: 1px solid var(--line); }.drawer-head .eyebrow { margin-bottom: 12px; }.drawer-head h2 { margin: 0; font-size: 28px; font-weight: 500; letter-spacing: -.06em; }.drawer-head h2 span { color: var(--coral); font: 12px var(--mono); vertical-align: middle; }.drawer-close { top: -4px; right: 0; }.drawer-body { flex: 1; overflow-y: auto; padding: 21px 0; }.empty-cart { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; color: var(--muted); text-align: center; }.empty-cart > span { margin-bottom: 16px; color: var(--coral); font-size: 30px; }.empty-cart p { margin: 0 0 5px; color: var(--ink); font-size: 13px; }.empty-cart small { font-size: 10px; }.cart-item { display: grid; grid-template-columns: 83px 1fr auto; gap: 14px; align-items: center; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid var(--line); }.cart-item img { width: 83px; height: 105px; object-fit: cover; }.cart-item h3 { margin: 0 0 7px; font-size: 12px; font-weight: 600; }.cart-item p { margin: 0; color: var(--muted); font: 10px var(--mono); }.cart-item-quantity { display: flex; align-items: center; gap: 9px; margin-top: 12px; }.cart-item-quantity button { width: 19px; height: 19px; border: 1px solid var(--line); background: transparent; color: var(--ink); line-height: 1; }.cart-item-quantity span { font: 10px var(--mono); }.cart-item-price { align-self: start; font: 10px var(--mono); }.drawer-footer { padding-top: 19px; border-top: 1px solid var(--line); }.drawer-total { display: flex; justify-content: space-between; margin-bottom: 19px; font-size: 12px; }.drawer-total strong { font: 14px var(--mono); }.checkout-btn { width: 100%; }.drawer-footer > small { display: block; margin-top: 11px; color: var(--soft-muted); font-size: 9px; text-align: center; }.toast { position: fixed; left: 50%; bottom: 28px; z-index: 50; padding: 13px 20px; opacity: 0; transform: translate(-50%, 15px); pointer-events: none; border-radius: 2px; background: var(--ink); color: white; font-size: 11px; transition: opacity .22s ease, transform .22s ease; }.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) { .header-inner { height: 70px; grid-template-columns: 1fr auto 1fr; padding: 0 20px; }.main-nav { gap: 15px; }.hero { grid-template-columns: .86fr 1.14fr; gap: 25px; padding-left: 20px; padding-right: 20px; }.hero-copy { padding-left: 4%; }.service-strip, .category-inner, .promo-banner, .content-section { padding-left: 20px; padding-right: 20px; }.promo-banner { gap: 18px; }.product-grid { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px 12px; }.edit-copy { padding-left: 8%; padding-right: 8%; } }
@media (max-width: 700px) { .announcement { padding: 0 37px 0 15px; font-size: 8px; text-align: center; letter-spacing: .05em; }.announcement-close { right: 13px; }.header-inner { grid-template-columns: 30px 1fr 1fr; }.mobile-menu { width: 25px; height: 25px; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 0; border: 0; background: transparent; }.mobile-menu span { display: block; width: 19px; height: 1px; background: var(--ink); transition: transform .2s ease; }.mobile-menu.is-open span:first-child { transform: translateY(3px) rotate(45deg); }.mobile-menu.is-open span:last-child { transform: translateY(-3px) rotate(-45deg); }.brand-cluster { justify-self: center; }.brand { font-size: 21px; }.main-nav, .desktop-only { display: none; }.header-actions { gap: 6px; }.mobile-nav { display: flex; max-height: 0; overflow: hidden; padding: 0 20px; gap: 20px; transition: max-height .25s ease, padding .25s ease; }.mobile-nav.is-open { max-height: 80px; padding: 5px 20px 20px; }.mobile-nav a { font: 9px var(--mono); letter-spacing: .1em; }.hero { min-height: 0; padding: 30px 20px 42px; display: flex; flex-direction: column-reverse; gap: 32px; }.hero-visual { min-height: 430px; }.hero-copy { padding: 0 2px; }.hero h1 { font-size: clamp(39px, 11vw, 62px); }.hero-description { margin-top: 21px; font-size: 12px; }.hero-actions { margin-top: 27px; gap: 19px; }.hero-note { margin-top: 38px; }.hero-stamp { right: 16px; top: 19px; }.hero-scroll { left: 17px; bottom: 20px; }.category-inner { min-height: 59px; gap: 21px; padding-left: 20px; padding-right: 20px; justify-content: flex-start; }.category-link-last { margin-left: auto; padding-left: 20px; }.service-strip { min-height: 0; padding-top: 22px; padding-bottom: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 17px 8px; font-size: 9px; }.service-strip > div:last-child { grid-column: 1 / -1; }.service-strip b { font-size: 9px; }.service-icon { width: 23px; height: 23px; font-size: 13px; }.promo-banner { margin-bottom: 86px; min-height: 0; padding: 23px 20px; grid-template-columns: 1fr auto; gap: 12px 18px; }.promo-copy { grid-column: 1 / -1; }.promo-banner p { font-size: 12px; }.promo-banner > a { justify-self: start; }.promo-timer { justify-self: end; }.promo-timer span { font-size: 13px; }.content-section { margin-bottom: 95px; padding-left: 20px; padding-right: 20px; }.section-heading { align-items: flex-start; flex-direction: column; gap: 22px; margin-bottom: 30px; }.section-heading h2 { font-size: 37px; }.section-heading-side { width: 100%; justify-content: space-between; align-items: flex-end; gap: 12px; }.section-heading-side p { font-size: 10px; }.product-toolbar { margin-bottom: 12px; }.product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 34px 10px; }.product-media { aspect-ratio: .76; }.product-badge { top: 9px; left: 9px; }.product-like { top: 8px; right: 8px; }.quick-add { opacity: 1; transform: none; padding: 11px 5px; font-size: 8px; }.product-info { padding-top: 11px; }.product-name { font-size: 11px; }.product-price { font-size: 10px; }.edit-feature { display: flex; flex-direction: column; margin-left: 0; margin-right: 0; padding: 0; }.edit-image { min-height: 430px; }.edit-copy { padding: 46px 20px 42px; min-height: 435px; }.edit-copy h2 { font-size: 38px; }.edit-copy > p:not(.eyebrow) { margin: 23px 0 28px; font-size: 11px; }.edit-meta { margin-top: 43px; }.lookbook-grid { grid-template-columns: 1fr; gap: 46px; }.journal-card-large { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.journal-card-large .journal-art { height: 213px; }.journal-card-large .journal-text { padding-top: 6px; }.journal-art { height: 255px; }.journal-text h3 { font-size: 14px; }.newsletter { display: block; }.newsletter h2 { font-size: 38px; margin-bottom: 42px; }.newsletter-form-wrap { padding: 0; }.footer-top { grid-template-columns: 1fr; gap: 17px; padding-bottom: 30px; }.footer-social { justify-content: flex-start; margin-top: 11px; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 16px; line-height: 1.7; }.footer-bottom div { flex-wrap: wrap; gap: 8px 15px; }.search-panel { padding-top: 11vh; }.search-panel h2 { font-size: 36px; margin-bottom: 26px; }.cart-drawer { padding: 35px 20px 22px; }.drawer-head { padding-bottom: 22px; } }
