:root {
  --black: #000;
  --white: #fff;
  --ink: #111;
  --paper: #f7f4ee;
  --line: #d9d4ca;
  --accent: #e33a24;
  --accent-dark: #b92717;
  --max: 1240px;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--white); color: var(--black); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 20; background: var(--black); color: var(--white); border-bottom: 1px solid #252525; }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 218px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .9rem; font-weight: 750; }
.site-nav a { text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { text-decoration: underline; text-underline-offset: 5px; }
.nav-etsy { padding: 11px 16px; border: 1px solid #fff; border-radius: 999px; }

.eyebrow { margin: 0 0 16px; font-size: .76rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-dark); }
.eyebrow--light { color: #ff8b79; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.02; letter-spacing: -.035em; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 6vw, 6.8rem); }
h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 4vw, 4.3rem); }
h3 { font-size: 1.25rem; }

.home-hero { background: var(--paper); border-bottom: 1px solid var(--line); }
.home-hero__inner { min-height: 680px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(48px, 7vw, 100px); padding: 72px 0; }
.hero-lede { max-width: 650px; margin-bottom: 32px; color: #444; font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 13px 21px; border: 2px solid var(--black); border-radius: 999px; background: var(--black); color: var(--white); text-decoration: none; font-size: .9rem; font-weight: 850; transition: transform .15s ease, background .15s ease, color .15s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--accent); border-color: var(--accent); }
.button--light { border-color: var(--white); background: var(--white); color: var(--black); }
.button--light:hover, .button--light:focus-visible { background: #ff8b79; border-color: #ff8b79; color: var(--black); }
.text-link { font-weight: 800; text-underline-offset: 5px; }
.home-hero__image { position: relative; display: block; overflow: hidden; min-height: 510px; border: 2px solid var(--black); border-radius: 28px; background: var(--white); color: var(--white); }
.home-hero__image img { width: 100%; height: 510px; object-fit: cover; transition: transform .35s ease; }
.home-hero__image:hover img { transform: scale(1.025); }
.home-hero__image > span { position: absolute; right: 18px; bottom: 18px; left: 18px; display: grid; gap: 4px; padding: 16px 18px; border-radius: 14px; background: rgba(0,0,0,.88); font-size: .86rem; }
.home-hero__image strong { color: #ff8b79; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }

.catalog-section { padding: 104px 0; }
.catalog-section--shop { padding-top: 64px; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 440px); align-items: end; gap: 40px; margin-bottom: 40px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin-bottom: 4px; color: #555; font-size: 1.05rem; }
.catalog-bar { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 32px; padding-bottom: 18px; border-bottom: 2px solid var(--black); }
.catalog-bar h2 { margin: 0; font-size: clamp(2rem, 3.6vw, 3.7rem); }
.catalog-bar p { margin: 0; font-weight: 800; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.product-grid--featured { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1.5px solid var(--black); border-radius: var(--radius); background: var(--white); }
.product-card__image-link { position: relative; display: block; overflow: hidden; aspect-ratio: 1 / .83; border-bottom: 1.5px solid var(--black); background: var(--paper); }
.product-card__image-link img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.product-card__image-link:hover img, .product-card__image-link:focus-visible img { transform: scale(1.03); }
.product-card__live { position: absolute; top: 12px; left: 12px; padding: 7px 9px; border-radius: 999px; background: var(--black); color: var(--white); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.product-card h3 { min-height: 3.9em; margin-bottom: 24px; font-size: clamp(1rem, 1.4vw, 1.22rem); line-height: 1.22; letter-spacing: -.02em; }
.product-card__footer { margin-top: auto; }
.product-card__price { margin-bottom: 14px; color: var(--accent-dark); font-size: 1.05rem; font-weight: 900; }
.product-card__button { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 14px; border-radius: 10px; background: var(--black); color: var(--white); text-decoration: none; font-size: .82rem; font-weight: 850; }
.product-card__button:hover, .product-card__button:focus-visible { background: var(--accent); }
.section-cta { margin-top: 40px; text-align: center; }
.etsy-note { max-width: 860px; margin: 34px auto 0; color: #666; text-align: center; font-size: .84rem; }

.simple-process { padding: 104px 0; background: var(--paper); border-top: 1px solid var(--line); }
.simple-process h2 { max-width: 760px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 46px; border: 1.5px solid var(--black); background: var(--black); }
.process-grid > div { min-height: 230px; padding: 30px; background: var(--white); }
.process-grid > div + div { border-left: 1.5px solid var(--black); }
.process-grid span { display: block; margin-bottom: 46px; color: var(--accent-dark); font-size: .72rem; font-weight: 900; }
.process-grid h3 { margin-bottom: 10px; }
.process-grid p { margin-bottom: 0; color: #555; }

.shop-hero { background: var(--paper); border-bottom: 1px solid var(--line); }
.shop-hero__inner { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 60px; padding: 88px 0 76px; }
.shop-hero h1 { margin-bottom: 0; font-size: clamp(3.2rem, 6vw, 6rem); }
.shop-hero__copy { max-width: 480px; padding-bottom: 10px; }
.shop-hero__copy p { color: #444; font-size: 1.08rem; }

.custom-orders { scroll-margin-top: 84px; background: var(--black); color: var(--white); }
.custom-orders__inner { display: grid; grid-template-columns: 1fr .82fr; gap: 70px; padding: 100px 0; }
.custom-orders h2 { max-width: 700px; margin-bottom: 0; }
.custom-orders__copy { align-self: end; }
.custom-orders__copy p { max-width: 560px; margin-bottom: 28px; color: #d2d2d2; font-size: 1.08rem; }
.site-footer { padding: 34px 0; background: var(--black); color: var(--white); border-top: 1px solid #2a2a2a; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner > img { width: 185px; height: auto; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; font-size: .82rem; }
.footer-links a { text-underline-offset: 4px; }

@media (max-width: 1060px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-hero__inner { grid-template-columns: 1fr 1fr; gap: 44px; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { min-height: 72px; }
  .brand img { width: 178px; }
  .site-nav { gap: 16px; }
  .site-nav > a:not(.nav-etsy) { display: none; }
  .nav-etsy { padding: 9px 13px; }
  .home-hero__inner, .shop-hero__inner, .custom-orders__inner, .section-heading { grid-template-columns: 1fr; }
  .home-hero__inner { min-height: 0; padding: 58px 0; }
  .home-hero__image { min-height: 420px; }
  .home-hero__image img { height: 420px; }
  .shop-hero__inner { gap: 30px; padding: 64px 0 52px; }
  .product-grid, .product-grid--featured { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-heading { gap: 12px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid > div + div { border-top: 1.5px solid var(--black); border-left: 0; }
  .custom-orders__inner { gap: 28px; padding: 76px 0; }
}

@media (max-width: 540px) {
  .site-header { position: static; }
  .brand img { width: 154px; }
  .site-nav { font-size: .76rem; }
  .nav-etsy { padding: 8px 10px; }
  h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  h2 { font-size: 2.35rem; }
  .home-hero__inner { gap: 34px; padding: 46px 0; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .home-hero__image, .home-hero__image img { min-height: 0; height: 360px; }
  .catalog-section, .simple-process { padding: 72px 0; }
  .product-grid, .product-grid--featured { grid-template-columns: 1fr; }
  .product-card h3 { min-height: 0; }
  .catalog-bar { align-items: flex-start; flex-direction: column; gap: 6px; }
  .process-grid > div { min-height: 0; }
  .process-grid span { margin-bottom: 28px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}


.header-actions { display: flex; align-items: center; gap: 10px; }
.native-primary-links { display: flex; align-items: center; gap: 20px; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { min-height: 40px; display: inline-flex; align-items: center; padding: 9px 14px; border: 1px solid #fff; border-radius: 999px; cursor: pointer; font-weight: 850; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu__panel { position: absolute; top: calc(100% + 10px); right: 0; z-index: 30; width: min(280px, calc(100vw - 32px)); display: grid; padding: 10px; border: 1px solid #fff; border-radius: 14px; background: #000; box-shadow: 0 18px 50px rgba(0,0,0,.32); }
.mobile-menu__panel a { padding: 11px 10px; border-radius: 8px; }
.mobile-menu__panel a:hover, .mobile-menu__panel a:focus-visible { background: #222; }
.nav-cart, .nav-account { display: inline-flex; align-items: center; min-height: 40px; padding: 9px 14px; border: 1px solid #fff; border-radius: 999px; }
.nav-cart { background: #fff; color: #000; }
.product-card__onsite { position: absolute; top: 12px; left: 12px; padding: 7px 9px; border-radius: 999px; background: #000; color: #fff; font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.native-note { max-width: 860px; margin: 34px auto 0; color: #666; text-align: center; font-size: .84rem; }
.trust-strip { border-block: 1px solid var(--line); background: #fff; }
.trust-strip__inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.trust-strip__inner span { padding: 18px; background: #fff; text-align: center; font-size: .78rem; font-weight: 850; }
.site-directory { padding: 88px 0; border-top: 1px solid var(--line); background: #fff; }
.site-directory__head { max-width: 760px; margin-bottom: 34px; }
.site-directory__head h2 { margin-bottom: 14px; }
.site-directory__head p { margin-bottom: 0; color: #555; font-size: 1.05rem; }
.site-directory__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.site-directory__card { min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border-radius: 16px; background: #000; color: #fff; text-decoration: none; }
.site-directory__card:hover, .site-directory__card:focus-visible { background: var(--accent); }
.site-directory__card span { color: #ffb3a8; font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.site-directory__card strong { max-width: 12ch; font-size: 1.45rem; line-height: 1.08; letter-spacing: -.025em; }
.site-directory__card p { max-width: 24ch; margin: 20px 0 0; color: #d7d7d7; font-size: .9rem; }
.site-directory__card:hover p, .site-directory__card:focus-visible p { color: #fff; }
.home-hero__image--neutral { background: #000; }
.home-hero__image--neutral img { object-position: 61% center; }
.home-hero__image--neutral > span { background: rgba(0,0,0,.90); }
.shop-hero { position: relative; isolation: isolate; overflow: hidden; border-bottom-color: #222; background: #050505 url('/images/shop-hero-3d-octopus-v1.png') 58% center / cover no-repeat; color: #fff; }
.shop-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.78) 34%, rgba(0,0,0,.30) 58%, rgba(0,0,0,.72) 100%), linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.36)); }
.shop-hero__inner { position: relative; min-height: 520px; }
.shop-hero .eyebrow { color: #ff8b79; }
.shop-hero h1 { color: #fff; text-shadow: 0 2px 26px rgba(0,0,0,.42); }
.shop-hero__copy { max-width: 420px; padding: 24px; border: 1px solid rgba(255,255,255,.42); border-radius: 16px; background: rgba(0,0,0,.62); box-shadow: 0 20px 55px rgba(0,0,0,.28); backdrop-filter: blur(7px); }
.shop-hero__copy p { color: #f4f4f4; }
.shop-hero__copy .text-link { color: #fff; }
.product-preview { padding: 72px 0 96px; }
.product-preview__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(42px, 7vw, 90px); align-items: start; }
.product-preview__media { position: sticky; top: 108px; }
.product-preview__media > img { width: 100%; aspect-ratio: 1 / .86; border: 2px solid #000; border-radius: 22px; object-fit: cover; background: var(--paper); }
.product-preview__thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 10px; }
.product-preview__thumb { padding: 0; overflow: hidden; aspect-ratio: 1; border: 1px solid #000; border-radius: 10px; background: #fff; cursor: pointer; }
.product-preview__thumb[aria-pressed="true"] { outline: 3px solid var(--accent); outline-offset: 2px; }
.product-preview__thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-preview__details h1 { margin-bottom: 18px; font-size: clamp(2.55rem, 4.6vw, 5rem); }
.product-preview__price { margin: 0 0 28px; color: var(--accent-dark); font-size: 1.35rem; font-weight: 900; }
.product-preview__intro { margin-bottom: 30px; color: #4b4b4b; font-size: 1.05rem; }
.choice-panel { padding: 24px; border: 2px solid #000; border-radius: 18px; background: var(--paper); }
.choice-panel label { display: block; margin-bottom: 9px; font-size: .8rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.choice-panel select, .choice-panel input { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #000; border-radius: 8px; background: #fff; }
.choice-panel__row { display: grid; grid-template-columns: 1fr 92px; gap: 12px; }
.preview-cart-button { width: 100%; margin-top: 14px; border: 0; opacity: .78; cursor: not-allowed; }
.preview-disclaimer { margin: 12px 0 0; color: #5d5d5d; font-size: .78rem; }
.account-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.account-links a { font-weight: 850; text-underline-offset: 4px; }
.choice-list { margin: 34px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.choice-list li { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: .88rem; }
.choice-list strong { color: var(--accent-dark); white-space: nowrap; }
.preview-banner { padding: 12px 20px; background: #fff2b6; border-bottom: 1px solid #000; text-align: center; font-size: .78rem; font-weight: 850; }
.commerce-preview { min-height: 620px; padding: 76px 0 104px; }
.commerce-preview__head { max-width: 760px; margin-bottom: 42px; }
.commerce-preview__head h1 { font-size: clamp(3rem, 5.5vw, 5.5rem); }
.commerce-preview__panel { max-width: 980px; padding: 34px; border: 2px solid #000; border-radius: 18px; background: var(--paper); }
.empty-cart { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; }
.empty-cart h2 { margin-bottom: 8px; font-size: 1.55rem; }
.empty-cart p { margin-bottom: 0; color: #555; }
.account-preview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 0; overflow: hidden; }
.account-preview-grid > section { padding: 34px; }
.account-preview-grid > section + section { border-left: 1px solid var(--line); }
.account-preview-grid h2 { font-size: 1.7rem; }
.preview-field { display: grid; gap: 7px; margin-top: 18px; }
.preview-field label { font-size: .8rem; font-weight: 850; }
.preview-field input { min-height: 46px; padding: 10px 12px; border: 1px solid #8c8c8c; background: #fff; }
.preview-submit { margin-top: 22px; opacity: .72; cursor: not-allowed; }
.checkout-preview-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 0; overflow: hidden; background: var(--line); }
.checkout-preview-steps > div { padding: 28px; background: #fff; }
.checkout-preview-steps strong { display: block; margin-bottom: 8px; }
@media (max-width: 820px) {
  .header-inner { gap: 14px; }
  .site-nav { gap: 8px; }
  .native-primary-links { display: none; }
  .mobile-menu { display: block; }
  .nav-cart, .nav-account { padding: 8px 10px; }
  .trust-strip__inner { grid-template-columns: 1fr; }
  .site-directory__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-hero { background-position: 62% center; }
  .shop-hero::before { background: linear-gradient(180deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.50) 52%, rgba(0,0,0,.88) 100%); }
  .shop-hero__inner { min-height: 620px; align-content: space-between; }
  .shop-hero__copy { max-width: 520px; }
  .product-preview__grid { grid-template-columns: 1fr; }
  .product-preview__media { position: static; }
  .account-preview-grid, .checkout-preview-steps { grid-template-columns: 1fr; }
  .account-preview-grid > section + section { border-top: 1px solid var(--line); border-left: 0; }
}
@media (max-width: 540px) {
  .header-inner { flex-wrap: wrap; padding-block: 12px; }
  .brand img { width: 142px; }
  .site-nav { width: 100%; justify-content: space-between; }
  .header-actions { gap: 6px; }
  .nav-cart, .nav-account { min-height: 36px; padding: 7px 8px; font-size: .7rem; }
  .mobile-menu summary { min-height: 36px; padding: 7px 10px; font-size: .72rem; }
  .site-directory { padding: 64px 0; }
  .site-directory__grid { grid-template-columns: 1fr; }
  .site-directory__card { min-height: 150px; }
  .shop-hero { background-position: 64% center; }
  .shop-hero__inner { min-height: 670px; }
  .shop-hero__copy { padding: 18px; }
  .product-preview { padding-top: 44px; }
  .choice-panel__row { grid-template-columns: 1fr; }
}
