@import url('https://fonts.googleapis.com/css2?family=Bahianita&family=Barlow+Condensed:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #131111;
  --paper: #efeee6;
  --cream: #efeee6;
  --orange: #f86538;
  --blue: #a9d8fa;
  --clay: #f86538;
  --line: rgba(23, 23, 19, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
body.locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-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; }
.site-header { height: 68px; padding: 0 3.35%; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2.8rem; border-bottom: 1px solid rgba(19,17,17,.17); position: relative; z-index: 20; background: #f8f7ef; }
.wordmark { font-family: var(--sans); font-size: 2.75rem; font-weight: 400; letter-spacing: .20em; line-height: 1; white-space: nowrap; }
.desktop-nav { display: flex; gap: 2.7rem; font-family: "Barlow Condensed", var(--sans); font-size: 1.18rem; text-transform: uppercase; letter-spacing: .12em; }
.desktop-nav a, .footer-links a { position: relative; }
.desktop-nav a::after, .footer-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.25rem; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.desktop-nav a:hover::after, .footer-links a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 2.25rem; }
.nav-rule { width: 1px; height: 31px; background: rgba(19,17,17,.55); }
.icon-button, .bag-button, .heart-button { border: 0; background: transparent; padding: .45rem; cursor: pointer; }
.icon-button svg, .heart-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.search-button { display: inline-flex; align-items: center; gap: 1rem; font-family: "Barlow Condensed", var(--sans); font-size: 1.18rem; text-transform: uppercase; letter-spacing: .12em; }
.search-button svg { width: 27px; height: 27px; stroke-width: 1.55; }
.bag-button { font-family: "Barlow Condensed", var(--sans); font-size: 1.18rem; text-transform: uppercase; letter-spacing: .12em; display: flex; gap: .18em; }
.bag-count { display: inline; border: 0; font-size: inherit; }
.menu-button { display: none; justify-self: start; }
.mobile-menu { position: absolute; top: 68px; left: 0; right: 0; z-index: 19; background: var(--paper); padding: 1.5rem; border-bottom: 1px solid var(--line); }
.mobile-menu a { display: block; font-family: var(--serif); font-size: 1.5rem; padding: .7rem 0; }

.hero-stage { height: 58.26vw; min-height: 680px; display: grid; grid-template-rows: minmax(0, 70.35fr) minmax(274px, 29.65fr); overflow: hidden; background: var(--orange); }
.hero-photo { min-height: 0; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center center; transform: scale(1.04) translateY(30px); animation: fade-in .8s cubic-bezier(.16,1,.3,1) both; }
.hero-band { min-height: 274px; background: var(--orange); color: var(--ink); display: grid; grid-template-rows: 1fr 68px; }
.hero-band-main { display: grid; grid-template-columns: 43% 16.5% 14% 26.5%; align-items: center; padding: 0 3.5%; }
.hero-band-main > * { min-width: 0; }
.hero-band-main > * + * { border-left: 1px solid rgba(19,17,17,.72); }
.hero-band h1, .hero-price { font-family: "Bahianita", "Arial Narrow", sans-serif; text-transform: uppercase; font-weight: 400; line-height: .77; margin: 0; white-space: nowrap; }
.hero-band h1 { width: 122%; font-size: clamp(7rem, 10.03vw, 9.94rem); letter-spacing: .01em; padding-right: 2.2rem; transform: scaleX(.82); transform-origin: left center; }
.hero-price { width: 122%; font-size: clamp(6.6rem, 8.65vw, 8.54rem); padding-left: 3.55rem; transform: scaleX(.82); transform-origin: left center; }
.hero-meta { height: 110px; padding: 0 1.5rem; display: grid; align-content: start; font-family: "Barlow Condensed", var(--sans); font-size: 1.85rem; line-height: 1; text-transform: uppercase; letter-spacing: .08em; }
.hero-meta span { display: block; padding: .75rem .4rem; text-align: left; }
.hero-meta span { white-space: nowrap; }
.hero-meta span + span { border-top: 1px solid var(--ink); }
.hero-action { margin-left: 2.5rem; min-height: 100px; background: var(--blue); padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-family: "Barlow Condensed", var(--sans); font-size: 1.9rem; font-weight: 500; line-height: 1; text-transform: uppercase; letter-spacing: .04em; transition: background .25s ease, transform .25s ease; }
.hero-action:hover { background: #c2e6ff; transform: translateY(-3px); }
.hero-action span { font-size: 2.9rem; font-family: var(--sans); font-weight: 300; }
.hero-band-footer { display: flex; align-items: center; justify-content: space-between; padding: 0 3.5%; font-family: "Barlow Condensed", var(--sans); font-size: 1.1rem; text-transform: uppercase; letter-spacing: .12em; transform: translateY(-15px); }
.hero-band-footer > a { display: flex; align-items: center; gap: 1.8rem; }
.hero-band-footer > a span { font-family: var(--sans); font-size: 2rem; font-weight: 300; }
.hero-pagination { display: flex; align-items: center; gap: 1.8rem; }
.hero-pagination .active-rule { width: 60px; height: 2px; background: var(--ink); }
.hero-pagination b { font-weight: 700; }
.hero-pagination span:not(.active-rule) { font-weight: 400; }
.eyebrow { font-size: .69rem; letter-spacing: .2em; text-transform: uppercase; margin: 0 0 1.2rem; }
.hero h1 { font-family: var(--serif); font-size: clamp(3.35rem, 7.6vw, 7.25rem); line-height: .92; font-weight: 400; letter-spacing: -.045em; margin: 0 0 1.5rem; }
.hero-content > p:not(.eyebrow) { font-size: clamp(.95rem, 1.3vw, 1.12rem); margin: 0 0 2.25rem; }
.button { min-height: 52px; padding: 0 1.4rem; display: inline-flex; align-items: center; justify-content: space-between; gap: 2.25rem; border: 0; cursor: pointer; text-transform: uppercase; letter-spacing: .11em; font-size: .7rem; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--blue); color: var(--ink); }
.brand-note { max-width: none; margin: 0; padding: clamp(5.5rem, 9vw, 9rem) 3.5%; text-align: left; display: grid; grid-template-columns: 1fr 1.35fr; column-gap: 6vw; border-bottom: 1px solid var(--ink); }
.brand-note .eyebrow { padding-top: .65rem; }
.brand-note h2, .shop-section h2, .story h2, .newsletter h2 { font-family: "Barlow Condensed", var(--sans); font-size: clamp(4rem, 8vw, 8.3rem); line-height: .82; font-weight: 700; text-transform: uppercase; letter-spacing: -.045em; margin: 0; }
.brand-note h2 { grid-column: 2; }
.brand-note > p:last-child { grid-column: 2; max-width: 600px; margin: 2.4rem 0 0; color: #514d46; font-family: var(--sans); font-size: 1.04rem; line-height: 1.6; }
.shop-section { padding: clamp(5.5rem, 8vw, 8rem) 3.5% clamp(6rem, 10vw, 10rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 2.25rem; }
.section-heading .eyebrow { margin-bottom: .75rem; }
.text-link { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; padding-bottom: .25rem; border-bottom: 1px solid currentColor; }
.collection-count { margin: 0 0 .2rem; color: #6b665e; font-family: "Barlow Condensed", var(--sans); font-size: 1.2rem; text-transform: uppercase; letter-spacing: .08em; }
.price-filters { display: flex; gap: 0; margin: 2.6rem 0 2.2rem; flex-wrap: wrap; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.filter-button { min-width: 92px; border: 0; border-right: 1px solid var(--ink); background: transparent; padding: .9rem 1.35rem; border-radius: 0; cursor: pointer; font-family: "Barlow Condensed", var(--sans); font-size: 1rem; text-transform: uppercase; letter-spacing: .08em; transition: background .2s ease, color .2s ease; }
.filter-button:hover, .filter-button.active { background: var(--ink); border-color: var(--ink); color: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: clamp(.75rem, 1.6vw, 1.5rem); row-gap: clamp(3.5rem, 6vw, 6rem); }
.product-card { grid-column: span 4; }
.product-card:nth-child(4) { grid-column: 2 / span 5; }
.product-card:nth-child(5) { grid-column: 7 / span 5; }
.product-media { aspect-ratio: 1 / 1; background: #f2f2f4; position: relative; overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1), opacity .35s ease; }
.product-card:hover .product-primary { transform: scale(1.025); }
.product-hover { position: absolute; inset: 0; opacity: 0; }
.product-card:hover .product-hover { opacity: 1; }
.product-card:hover .variant-chosen .product-hover { opacity: 0; }
.product-badge { position: absolute; z-index: 2; top: 1rem; left: 1rem; background: var(--orange); padding: .45rem .7rem; font-family: "Barlow Condensed", var(--sans); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.heart-button { position: absolute; z-index: 2; top: .75rem; right: .75rem; }
.heart-button.saved svg { fill: var(--ink); }
.quick-add { position: absolute; z-index: 2; bottom: 0; left: 0; right: 0; transform: translateY(100%); border: 0; background: rgba(23,23,19,.93); color: #fff; min-height: 50px; text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; cursor: pointer; transition: transform .25s ease; }
.product-media:hover .quick-add, .quick-add:focus-visible { transform: none; }
.product-info { display: flex; justify-content: space-between; align-items: start; gap: 1rem; padding: 1.15rem .1rem 0; }
.product-info h3 { font-family: "Barlow Condensed", var(--sans); font-size: 1.35rem; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; margin: 0 0 .25rem; }
.product-info p { margin: 0; color: #6b665e; font-size: .8rem; }
.product-info .price { color: var(--ink); }
.variant-swatches { display: flex; gap: .48rem; margin-top: .72rem; }
.color-swatch { width: 22px; height: 22px; padding: 3px; border: 1px solid transparent; border-radius: 50%; background: transparent; cursor: pointer; }
.color-swatch span { display: block; width: 100%; height: 100%; border-radius: 50%; background: var(--swatch); box-shadow: inset 0 0 0 1px rgba(23,23,19,.14); }
.color-swatch:hover, .color-swatch.active { border-color: var(--ink); }
.story { background: var(--ink); color: #fff; display: grid; grid-template-columns: 1.12fr .88fr; min-height: 670px; }
.story-image { background-color: #f2f2f4; background-image: url("assets/products/croc-color-edit.jpg"); background-size: 140% auto; background-repeat: no-repeat; background-position: center; min-height: 520px; }
.story-copy { padding: clamp(4rem, 9vw, 9rem) clamp(2rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; }
.story-copy > p:not(.eyebrow) { font-size: 1.05rem; line-height: 1.7; color: #d7d5ce; max-width: 470px; margin: 2rem 0; }
.light { align-self: flex-start; }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.benefits > div { padding: clamp(2.5rem, 5vw, 4.5rem); border-right: 1px solid var(--line); }
.benefits > div:last-child { border-right: 0; }
.benefits span { font-family: "Barlow Condensed", var(--sans); font-size: 1rem; color: var(--orange); }
.benefits h3 { font-family: "Barlow Condensed", var(--sans); font-weight: 600; font-size: 2rem; text-transform: uppercase; margin: 2rem 0 .4rem; }
.benefits p { margin: 0; color: #6b665e; font-size: .85rem; }
.newsletter { padding: clamp(5rem, 9vw, 9rem) 1.5rem; text-align: center; background: var(--blue); border-top: 1px solid var(--ink); }
.newsletter .closing-link { display: inline-flex; align-items: center; gap: 2rem; margin-top: 2.5rem; padding: 1rem 1.3rem; border: 1px solid var(--ink); font-family: "Barlow Condensed", var(--sans); font-size: 1.1rem; text-transform: uppercase; letter-spacing: .08em; }
.newsletter .closing-link:hover { background: var(--ink); color: #fff; }
.newsletter-form { display: flex; max-width: 470px; margin: auto; border-bottom: 1px solid var(--ink); }
.newsletter-form input { flex: 1; border: 0; background: transparent; padding: 1rem .2rem; outline: 0; min-width: 0; }
.newsletter-form button { width: 48px; border: 0; background: transparent; font-size: 1.25rem; cursor: pointer; }
.form-message { min-height: 1.5rem; font-size: .82rem; margin: .75rem 0 0; }
footer { background: var(--ink); color: #e8e4dc; padding: 5rem clamp(1.5rem, 4vw, 4rem) 1.5rem; }
.footer-main { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 3rem; padding-bottom: 5rem; }
.footer-mark { font-size: 2rem; }
.footer-main > div:first-child p { color: #9e9a91; margin-top: 1rem; font-family: var(--serif); }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; color: #aaa69e; font-size: .83rem; }
.footer-links h3 { color: #fff; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; margin: 0 0 .8rem; }
.footer-bottom { border-top: 1px solid #393936; padding-top: 1.5rem; display: flex; justify-content: space-between; color: #827f78; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.overlay { position: fixed; inset: 0; z-index: 40; background: rgba(15,14,11,.45); backdrop-filter: blur(2px); }
.cart-drawer { position: fixed; z-index: 50; top: 0; right: 0; width: min(440px, 100%); height: 100%; background: var(--paper); transform: translateX(100%); transition: transform .35s ease; display: flex; flex-direction: column; }
.cart-drawer.open { transform: none; }
.drawer-header { height: 78px; padding: 0 1.5rem; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.drawer-header h2 { font-family: var(--serif); font-weight: 400; font-size: 1.5rem; }
.close-cart { font-size: 1.6rem; }
.cart-items { flex: 1; overflow: auto; padding: 1.5rem; }
.empty-cart { text-align: center; margin-top: 35%; }
.empty-cart p { font-family: var(--serif); font-size: 1.35rem; }
.cart-item { display: grid; grid-template-columns: 92px 1fr auto; gap: 1rem; padding: 0 0 1.25rem; margin-bottom: 1.25rem; border-bottom: 1px solid var(--line); }
.cart-item img { width: 92px; height: 108px; object-fit: cover; }
.cart-item h3 { font-family: var(--serif); font-size: 1rem; font-weight: 400; margin: 0 0 .3rem; }
.cart-item p { margin: 0; font-size: .8rem; color: #6b665e; }
.remove-item { background: none; border: 0; padding: 0; align-self: start; cursor: pointer; text-decoration: underline; font-size: .72rem; }
.cart-footer { border-top: 1px solid var(--line); padding: 1.5rem; }
.cart-footer > div { display: flex; justify-content: space-between; font-family: var(--serif); font-size: 1.2rem; }
.cart-footer p { font-size: .72rem; color: #6b665e; }
.checkout-button { width: 100%; justify-content: center; margin-top: .5rem; }
.search-panel { position: fixed; top: 0; left: 0; right: 0; z-index: 60; background: var(--paper); padding: 2.5rem clamp(1.5rem, 8vw, 8rem); box-shadow: 0 10px 35px rgba(0,0,0,.12); }
.search-inner { max-width: 900px; margin: auto; }
.search-inner label { display: block; font-family: var(--serif); font-size: 1.5rem; margin-bottom: 1.25rem; }
.search-inner > div { display: flex; border-bottom: 1px solid var(--ink); }
.search-inner input { flex: 1; border: 0; background: transparent; padding: 1rem 0; font-size: 1.1rem; outline: 0; }
.close-search { background: none; border: 0; font-size: 1.6rem; cursor: pointer; }
.toast { position: fixed; bottom: 1.25rem; left: 50%; z-index: 70; transform: translate(-50%, 130%); background: var(--ink); color: #fff; padding: .85rem 1.25rem; font-size: .82rem; transition: transform .3s ease; }
.toast.show { transform: translate(-50%, 0); }
@keyframes reveal { from { opacity: .4; transform: scale(1.03); } to { opacity: 1; transform: scale(1); } }
@keyframes fade-in { from { opacity: .45; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 760px) {
  .site-header { height: 66px; padding: 0 1rem; }
  .desktop-nav, .search-button { display: none; }
  .menu-button { display: block; }
  .wordmark { font-size: 1.25rem; }
  .bag-button { padding-right: 0; }
  .header-actions { gap: .35rem; }
  .nav-rule { display: none; }
  .mobile-menu { top: 66px; }
  .hero-stage { height: auto; min-height: calc(100svh - 66px); grid-template-rows: 54svh auto; }
  .hero-photo img { object-position: 54% center; transform: scale(1.08) translateY(12px); }
  .hero-band { min-height: 0; grid-template-rows: auto 52px; }
  .hero-band-main { grid-template-columns: 1fr 34%; padding: 1.1rem 1rem .5rem; align-items: stretch; }
  .hero-band-main > * + * { border-left: 0; }
  .hero-band h1 { width: 139%; font-size: clamp(3.7rem, 18vw, 5rem); padding: .4rem .5rem .8rem 0; transform: scaleX(.72); }
  .hero-price { width: 139%; font-size: clamp(3.7rem, 18vw, 5rem); padding: .4rem 0 .8rem .75rem; border-left: 1px solid var(--ink) !important; transform: scaleX(.72); }
  .hero-meta { height: auto; padding: .35rem 1rem .8rem 0; font-size: 1.35rem; }
  .hero-meta span { padding: .55rem .2rem; }
  .hero-action { min-height: 74px; margin: .35rem 0 .8rem 1rem; padding: 0 .9rem; border-left: 0 !important; font-size: 1.15rem; }
  .hero-action span { font-size: 2rem; }
  .hero-band-footer { padding: 0 1rem; transform: none; font-size: .72rem; }
  .hero-pagination { gap: .8rem; }
  .hero-pagination .active-rule { width: 28px; }
  .hero-band-footer > a { gap: .6rem; }
  .hero-band-footer > a span { font-size: 1.2rem; }
  .brand-note { grid-template-columns: 1fr; padding: 5rem 1rem; }
  .brand-note .eyebrow, .brand-note h2, .brand-note > p:last-child { grid-column: 1; }
  .brand-note h2, .shop-section h2, .story h2, .newsletter h2 { font-size: clamp(3.7rem, 17vw, 5.5rem); }
  .brand-note > p:last-child { margin-top: 1.5rem; }
  .shop-section { padding: 5rem 1rem 6rem; }
  .section-heading { align-items: start; }
  .collection-count { text-align: right; max-width: 7rem; }
  .price-filters { margin-top: 2rem; overflow-x: auto; flex-wrap: nowrap; }
  .filter-button { flex: 0 0 auto; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.8rem .65rem; }
  .product-card, .product-card:nth-child(4), .product-card:nth-child(5) { grid-column: auto; }
  .product-info { display: block; padding-top: .8rem; }
  .product-info h3 { font-size: .96rem; line-height: 1.2; }
  .product-info .price { margin-top: .45rem; }
  .product-badge { top: .55rem; left: .55rem; }
  .heart-button { top: .35rem; right: .35rem; }
  .quick-add { transform: none; }
  .story { grid-template-columns: 1fr; }
  .story-image { min-height: 500px; }
  .story-copy { padding: 4.5rem 1.5rem; }
  .benefits { grid-template-columns: 1fr; }
  .benefits > div { border-right: 0; border-bottom: 1px solid var(--line); padding: 2rem 1.5rem; }
  .benefits > div:last-child { border-bottom: 0; }
  .benefits h3 { margin-top: 1rem; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: .7rem; }
}
