:root {
  --bg: #f7f3ed;
  --paper: #fffaf3;
  --paper-2: #f0e8dc;
  --ink: #11100f;
  --muted: #716a61;
  --line: rgba(17, 16, 15, .13);
  --dark: #0d0d0c;
  --dark-2: #191715;
  --wood: #8d6040;
  --wood-2: #b28b63;
  --cream: #efe4d6;
  --success: #2c6b45;
  --danger: #9c3429;
  --shadow: 0 28px 70px rgba(33, 25, 18, .15);
  --shadow-soft: 0 16px 36px rgba(33, 25, 18, .1);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 14px;
  --container: min(1180px, calc(100vw - 44px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 2%, rgba(178,139,99,.16), transparent 30%),
    linear-gradient(180deg, #fbf8f2 0%, var(--bg) 46%, #f4eee5 100%);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: var(--container); margin: 0 auto; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.icon--large { width: 34px; height: 34px; color: var(--wood-2); }

.topbar { height: 38px; background: #050505; color: rgba(255,250,243,.86); font-size: 13px; }
.topbar__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar nav { display: flex; gap: 28px; }
.topbar a { opacity: .82; transition: opacity .2s ease; }
.topbar a:hover { opacity: 1; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,250,243,.82); border-bottom: 1px solid rgba(30,24,18,.08); backdrop-filter: saturate(150%) blur(18px); }
.header__inner { height: 78px; display: grid; grid-template-columns: 220px 1fr 188px; align-items: center; gap: 28px; }
.brand { line-height: 1; display: inline-flex; flex-direction: column; gap: 3px; }
.brand__main { font-family: var(--serif); font-size: 26px; letter-spacing: -.035em; }
.brand__sub { color: var(--muted); font-size: 11px; letter-spacing: .18em; text-transform: lowercase; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.3vw, 38px); font-size: 15px; }
.main-nav a { position: relative; padding: 8px 0; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 1px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.icon-button { width: 42px; height: 42px; border: 0; border-radius: 999px; color: var(--ink); background: transparent; display: inline-grid; place-items: center; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.icon-button:hover { background: rgba(17,16,15,.07); transform: translateY(-1px); }
.cart-button { position: relative; gap: 2px; grid-auto-flow: column; width: auto; min-width: 48px; padding: 0 10px; }
.cart-button span { min-width: 17px; text-align: left; font-weight: 700; font-size: 13px; }
.burger { display: none; }

.section { padding: 88px 0; }
.eyebrow { margin: 0 0 14px; color: var(--wood); font-size: 12px; letter-spacing: .22em; text-transform: uppercase; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); letter-spacing: -.055em; font-weight: 500; }
h2 { margin-bottom: 0; font-size: clamp(38px, 4.6vw, 62px); line-height: .96; }
p { color: var(--muted); line-height: 1.7; }

.hero { position: relative; min-height: calc(100svh - 116px); background: #eae0d4; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background:
  linear-gradient(90deg, rgba(251,248,242,.97) 0%, rgba(251,248,242,.8) 31%, rgba(251,248,242,.2) 52%, rgba(30,23,16,.14) 100%),
  url('../img/hero-living-room.jpg') center right / cover no-repeat; transform: scale(1.01); }
.hero__inner { position: relative; min-height: 650px; display: flex; align-items: center; padding: 72px 0 84px; }
.hero__content { max-width: 560px; }
.hero h1 { margin: 0; font-size: clamp(58px, 7vw, 104px); line-height: .9; }
.hero__text { max-width: 390px; margin: 30px 0 0; color: #2b2926; font-size: 18px; }
.hero__buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 38px; }
.hero__card { position: absolute; right: 0; bottom: 58px; width: min(330px, 34vw); padding: 24px; border: 1px solid rgba(255,250,243,.44); border-radius: var(--radius-lg); color: #fffaf3; background: rgba(11,10,9,.46); backdrop-filter: blur(18px); box-shadow: var(--shadow); }
.hero__card span { display: block; margin-bottom: 8px; color: rgba(255,250,243,.68); font-size: 12px; text-transform: uppercase; letter-spacing: .18em; }
.hero__card strong { display: block; font-family: var(--serif); font-size: 34px; line-height: 1; }
.hero__card p { margin: 12px 0 0; color: rgba(255,250,243,.78); }

.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--dark); border-radius: 0; padding: 0 28px; cursor: pointer; font-weight: 750; letter-spacing: -.01em; transition: transform .22s ease, background .22s ease, border-color .22s ease, color .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--dark { background: var(--dark); color: #fffaf3; }
.btn--dark:hover { background: #2b241f; border-color: #2b241f; }
.btn--light { background: #fffaf3; color: var(--ink); }
.btn--glass { background: rgba(255,250,243,.58); color: var(--ink); backdrop-filter: blur(10px); }
.btn--full { width: 100%; }
.link-button, .text-button { border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.link-button { display: inline-flex; align-items: center; gap: 9px; padding: 8px 0; border-bottom: 1px solid currentColor; }
.text-button { align-self: center; padding: 8px; color: var(--wood); font-weight: 750; }

.benefits { background: rgba(255,250,243,.72); border-bottom: 1px solid var(--line); }
.benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 42px; padding: 48px 0; }
.benefits article { display: grid; gap: 12px; }
.benefits h3 { margin: 2px 0 0; font-size: 16px; }
.benefits p { margin: 0; font-size: 14px; }

.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.category-card { position: relative; min-height: 285px; overflow: hidden; border-radius: 0; background: var(--dark); cursor: pointer; box-shadow: var(--shadow-soft); }
.category-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .45s ease; }
.category-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.72) 100%); }
.category-card:hover img { transform: scale(1.06); }
.category-card__body { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 19px; color: #fffaf3; }
.category-card h3 { margin: 0 0 5px; font-size: 22px; }
.category-card p { margin: 0; color: rgba(255,250,243,.8); font-size: 14px; }
.category-card .circle-arrow { position: absolute; right: 17px; bottom: 17px; z-index: 3; }
.circle-arrow { width: 42px; height: 42px; border: 1px solid rgba(255,250,243,.78); border-radius: 999px; display: grid; place-items: center; color: #fffaf3; background: rgba(0,0,0,.16); }

.collection { display: grid; grid-template-columns: minmax(330px, .55fr) 1fr; min-height: 540px; background: var(--dark); color: #fffaf3; }
.collection__text { padding: clamp(44px, 6vw, 74px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.collection__text h2 { font-size: clamp(48px, 5.5vw, 72px); }
.collection__text p:not(.eyebrow) { max-width: 370px; color: rgba(255,250,243,.78); margin: 28px 0; }
.collection__image { min-height: 420px; overflow: hidden; }
.collection__image img { width: 100%; height: 100%; object-fit: cover; }
.collection__arrows { margin-top: 34px; display: flex; align-items: center; gap: 12px; color: rgba(255,250,243,.8); }
.collection__arrows span { width: 38px; height: 38px; border: 1px solid rgba(255,250,243,.35); border-radius: 999px; display: grid; place-items: center; }
.collection__arrows small { margin-left: 12px; letter-spacing: .16em; }

.filter-tabs { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.filter-tabs button { min-height: 40px; border: 1px solid var(--line); background: rgba(255,250,243,.8); padding: 0 16px; cursor: pointer; color: var(--muted); }
.filter-tabs button.is-active { background: var(--dark); border-color: var(--dark); color: #fffaf3; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { overflow: hidden; background: rgba(255,250,243,.76); border: 1px solid var(--line); box-shadow: var(--shadow-soft); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card__image { position: relative; aspect-ratio: 1/1; overflow: hidden; background: var(--paper-2); }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover img { transform: scale(1.05); }
.product-card__badge { position: absolute; top: 12px; left: 12px; padding: 6px 10px; background: rgba(255,250,243,.86); backdrop-filter: blur(8px); color: var(--wood); font-size: 12px; font-weight: 800; }
.product-card__body { padding: 18px; }
.product-card h3 { margin-bottom: 8px; font-size: 18px; }
.product-card p { margin-bottom: 14px; font-size: 14px; }
.product-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.price { font-weight: 850; letter-spacing: -.025em; }
.product-actions { display: flex; gap: 8px; }
.round-action { width: 40px; height: 40px; border: 1px solid var(--line); background: #fffaf3; display: grid; place-items: center; cursor: pointer; }
.round-action:hover { background: var(--dark); color: #fffaf3; }

.stats { padding: 45px 0; background: #fffaf3; border-block: 1px solid var(--line); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stats strong { display: block; font-family: var(--serif); font-size: clamp(42px, 5vw, 64px); letter-spacing: -.06em; font-weight: 500; }
.stats span { color: var(--muted); }
.about__grid, .custom__grid { display: grid; grid-template-columns: .72fr 1fr; gap: 56px; align-items: start; }
.about p, .custom p { font-size: 17px; }
.process-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.process-grid article { padding: 24px; background: rgba(255,250,243,.74); border: 1px solid var(--line); }
.process-grid span { color: var(--wood); font-weight: 850; letter-spacing: .12em; }
.process-grid h3 { margin: 12px 0 8px; }
.process-grid p { margin: 0; font-size: 14px; }
.custom { background: rgba(255,250,243,.54); }
.custom-form { display: grid; gap: 14px; padding: 24px; background: rgba(255,250,243,.8); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
label { display: grid; gap: 8px; font-size: 13px; font-weight: 800; color: #3b352f; }
input, textarea, select { width: 100%; border: 1px solid rgba(17,16,15,.16); background: #fffaf3; color: var(--ink); outline: 0; padding: 14px 14px; border-radius: 0; transition: border-color .18s ease, box-shadow .18s ease; }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--wood); box-shadow: 0 0 0 3px rgba(178,139,99,.16); }
.form-note { margin: 0; min-height: 22px; color: var(--success); font-size: 14px; }

.footer { background: #0b0b0a; color: #fffaf3; padding: 58px 0; }
.footer__grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 42px; }
.footer p { max-width: 360px; color: rgba(255,250,243,.68); }
.footer h3 { margin: 0 0 16px; }
.footer a, .footer span { display: block; margin: 10px 0; color: rgba(255,250,243,.72); }
.footer a:hover { color: #fffaf3; }
.brand--footer .brand__sub { color: rgba(255,250,243,.62); }

.panel, .modal { position: fixed; inset: 0; z-index: 100; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .22s ease, visibility .22s ease; }
.panel.is-open, .modal.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.panel__backdrop, .modal__backdrop { position: absolute; inset: 0; background: rgba(9,8,7,.46); backdrop-filter: blur(8px); }
.panel__head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.panel__head h2 { font-size: 34px; }
.drawer__sheet { position: absolute; top: 0; right: 0; width: min(520px, 100vw); height: 100%; background: var(--paper); padding: 28px; box-shadow: -32px 0 80px rgba(0,0,0,.2); transform: translateX(105%); transition: transform .25s ease; display: grid; grid-template-rows: auto 1fr auto; }
.drawer.is-open .drawer__sheet { transform: translateX(0); }
.mobile-menu__sheet { position: absolute; top: 0; left: 0; width: min(88vw, 370px); height: 100%; background: var(--paper); padding: 28px; box-shadow: 32px 0 80px rgba(0,0,0,.22); transform: translateX(-105%); transition: transform .25s ease; }
.mobile-menu.is-open .mobile-menu__sheet { transform: translateX(0); }
.mobile-nav { display: grid; gap: 8px; }
.mobile-nav a, .mobile-nav__button { padding: 15px 0; border: 0; border-bottom: 1px solid var(--line); text-align: left; background: transparent; font-size: 19px; cursor: pointer; }
.cart-list { overflow: auto; padding-right: 4px; display: grid; align-content: start; gap: 14px; }
.cart-item { display: grid; grid-template-columns: 88px 1fr auto; gap: 14px; padding: 12px; border: 1px solid var(--line); background: #fffdf8; }
.cart-item img { width: 88px; height: 88px; object-fit: cover; }
.cart-item h3 { margin: 0 0 5px; font-size: 16px; }
.cart-item p { margin: 0 0 12px; font-size: 13px; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); }
.qty button { width: 30px; height: 30px; border: 0; background: transparent; cursor: pointer; display: grid; place-items: center; }
.qty span { min-width: 32px; text-align: center; font-weight: 800; }
.cart-item__price { text-align: right; font-weight: 850; }
.cart-footer { display: grid; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); }
.cart-total { display: flex; justify-content: space-between; align-items: center; gap: 18px; font-size: 18px; }
.cart-total strong { font-size: 28px; letter-spacing: -.04em; }
.empty-state { padding: 34px 20px; text-align: center; background: rgba(17,16,15,.04); border: 1px dashed var(--line); }
.empty-state p { margin-bottom: 0; }

.modal { display: grid; place-items: center; padding: 24px; }
.modal__card { position: relative; width: min(760px, 100%); max-height: min(86vh, 920px); overflow: auto; background: var(--paper); padding: 28px; box-shadow: var(--shadow); transform: translateY(16px) scale(.98); transition: transform .22s ease; }
.modal.is-open .modal__card { transform: translateY(0) scale(1); }
.modal__card--search { width: min(880px, 100%); }
.modal__card--auth { width: min(480px, 100%); }
.modal__card--product { width: min(1040px, 100%); padding: 0; overflow: hidden; }
.modal__card--checkout { width: min(980px, 100%); }
.search-box { position: relative; display: block; }
.search-box .icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.search-box input { padding-left: 50px; font-size: 18px; }
.search-results { margin-top: 20px; display: grid; gap: 12px; max-height: 48vh; overflow: auto; }
.search-result { display: grid; grid-template-columns: 84px 1fr auto; align-items: center; gap: 14px; padding: 10px; border: 1px solid var(--line); background: #fffdf8; cursor: pointer; }
.search-result:hover { border-color: var(--wood); }
.search-result img { width: 84px; height: 70px; object-fit: cover; }
.search-result h3 { margin: 0 0 4px; font-size: 16px; }
.search-result p { margin: 0; font-size: 13px; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 18px; border: 1px solid var(--line); }
.auth-tabs button { border: 0; background: transparent; min-height: 44px; cursor: pointer; font-weight: 800; }
.auth-tabs button.is-active { background: var(--dark); color: #fffaf3; }
.auth-form { display: none; gap: 14px; }
.auth-form.is-active { display: grid; }
.product-modal { display: grid; grid-template-columns: 1.05fr .95fr; }
.product-modal__image { min-height: 580px; background: var(--paper-2); }
.product-modal__image img { width: 100%; height: 100%; object-fit: cover; }
.product-modal__body { padding: 32px; display: flex; flex-direction: column; }
.product-modal__body .panel__head { margin-bottom: 18px; }
.product-modal__body h2 { font-size: 48px; }
.product-modal__desc { margin: 18px 0 24px; }
.swatches { display: flex; gap: 10px; margin: 8px 0 18px; }
.swatch { width: 34px; height: 34px; border: 2px solid #fffaf3; box-shadow: 0 0 0 1px var(--line); }
.product-meta { display: grid; gap: 12px; margin: 20px 0 24px; }
.product-meta div { display: flex; align-items: center; gap: 12px; color: var(--muted); }
.product-modal__footer { margin-top: auto; display: grid; gap: 12px; }
.checkout-layout { display: grid; grid-template-columns: 1fr 320px; gap: 22px; align-items: start; }
.checkout-form { display: grid; gap: 14px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.checkout-step { display: flex; align-items: center; gap: 10px; margin-top: 4px; }
.checkout-step span { width: 30px; height: 30px; border-radius: 999px; display: grid; place-items: center; background: var(--dark); color: #fffaf3; font-weight: 850; }
.radio-grid { display: grid; gap: 10px; }
.radio-grid label { display: flex; align-items: center; gap: 10px; padding: 13px; border: 1px solid var(--line); background: #fffdf8; cursor: pointer; font-weight: 750; }
.radio-grid input { width: auto; }
.checkout-summary { position: sticky; top: 110px; padding: 18px; background: rgba(17,16,15,.04); border: 1px solid var(--line); }
.checkout-summary h3 { margin-bottom: 12px; }
.checkout-summary__item { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.cart-total--checkout { padding-top: 14px; }
.success-box { padding: 32px; border: 1px solid rgba(44,107,69,.28); background: rgba(44,107,69,.08); text-align: center; }
.success-box .icon { width: 42px; height: 42px; color: var(--success); margin-bottom: 12px; }

.toast { position: fixed; left: 50%; bottom: 26px; z-index: 200; max-width: min(440px, calc(100vw - 28px)); transform: translate(-50%, 20px); opacity: 0; pointer-events: none; background: var(--dark); color: #fffaf3; padding: 14px 18px; box-shadow: var(--shadow); transition: transform .22s ease, opacity .22s ease; }
.toast.is-visible { transform: translate(-50%, 0); opacity: 1; }

.reveal { animation: revealUp .55s ease both; }
.reveal--delay { animation-delay: .14s; }
@keyframes revealUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1100px) {
  .header__inner { grid-template-columns: auto 1fr auto; }
  .burger { display: inline-grid; }
  .brand { justify-self: start; }
  .main-nav { display: none; }
  .category-grid, .product-grid { grid-template-columns: repeat(3, 1fr); }
  .collection { grid-template-columns: 1fr; }
  .collection__image { order: -1; }
}
@media (max-width: 820px) {
  :root { --container: min(100% - 28px, 720px); }
  .topbar { display: none; }
  .header__inner { height: 68px; gap: 10px; }
  .brand__main { font-size: 21px; }
  .brand__sub { font-size: 9px; }
  .header-actions { gap: 2px; }
  .header-actions .icon-button { width: 38px; height: 38px; }
  .section { padding: 62px 0; }
  .hero { min-height: auto; }
  .hero::before { background:
    linear-gradient(180deg, rgba(15,12,10,.08), rgba(15,12,10,.26)),
    url('../img/hero-living-room.jpg') center / cover no-repeat; }
  .hero__inner { min-height: 690px; align-items: flex-end; padding-bottom: 38px; }
  .hero__content { padding: 28px 0; color: #fffaf3; text-shadow: 0 2px 20px rgba(0,0,0,.3); }
  .hero .eyebrow { color: rgba(255,250,243,.82); }
  .hero h1 { font-size: clamp(48px, 16vw, 72px); }
  .hero__text { color: rgba(255,250,243,.9); font-size: 16px; }
  .hero__card { display: none; }
  .benefits__grid { grid-template-columns: 1fr; gap: 26px; padding: 34px 0; }
  .section-head { display: grid; gap: 18px; align-items: start; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 250px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .filter-tabs { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
  .filter-tabs button { white-space: nowrap; }
  .collection__text { padding: 38px 22px; }
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .about__grid, .custom__grid { grid-template-columns: 1fr; gap: 28px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .product-modal { grid-template-columns: 1fr; max-height: 86vh; overflow: auto; }
  .product-modal__image { min-height: 320px; }
  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-summary { position: static; }
  .form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .header-actions .icon-button:first-child { display: none; }
  .product-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .drawer__sheet, .mobile-menu__sheet, .modal__card { padding: 22px; }
  .cart-item { grid-template-columns: 72px 1fr; }
  .cart-item img { width: 72px; height: 72px; }
  .cart-item__price { grid-column: 1 / -1; text-align: left; }
  .search-result { grid-template-columns: 74px 1fr; }
  .search-result .round-action { display: none; }
}

/* Fishsirc v11 image display fix: product/catalog media must show full item, never crop it */
.product-card__image{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px;
  background:#fffaf3;
}
.product-card__image img{
  width:100%;
  height:auto!important;
  max-height:100%;
  object-fit:contain!important;
}
.product-card:hover .product-card__image img{transform:scale(1.025)}
.product-modal__image,
.collection__image,
.category-list-card,
.search-result,
.cart-item{
  background:#fffaf3;
}
.product-modal__image img,
.collection__image img,
.search-result img,
.cart-item img{
  width:100%;
  height:auto!important;
  max-height:100%;
  object-fit:contain!important;
}

/* Fishsirc v12 image normalization for legacy/static storefront views */
.product-card__image,
.product-modal__image,
.collection__image,
.search-result,
.cart-item{
  background:#fffaf3!important;
}
.product-card__image{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:12px!important;
}
.product-card__image img,
.product-modal__image img,
.collection__image img,
.search-result img,
.cart-item img{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  display:block!important;
}
.product-modal__image{display:flex!important;align-items:center!important;justify-content:center!important;padding:14px!important;}
.search-result img{max-height:70px!important;padding:4px!important;}
.cart-item img{max-height:88px!important;padding:4px!important;}

/* Fishsirc v13: lazy-load friendly media boxes, no cropped product artwork */
.product-card__image,
.product-modal__image,
.collection__image,
.search-result,
.cart-item{
  overflow:hidden!important;
  background:#fffaf3!important;
}
.product-card__image img,
.product-modal__image img,
.collection__image img,
.search-result img,
.cart-item img{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-width:100%!important;
  object-fit:contain!important;
  display:block!important;
}


/* Fishsirc v13 legacy media fix: never crop product photos */
.product-card__image img,.product-modal__image img,.collection__image img,.product-modal-grid > img{width:100%!important;height:auto!important;object-fit:contain!important;object-position:center!important;}
.product-card__image,.product-modal__image,.collection__image{display:flex!important;align-items:center!important;justify-content:center!important;background:#fffaf3!important;}
.product-card__image img{max-height:260px!important;padding:12px!important;}
.product-modal__image img,.product-modal-grid > img{max-height:min(72vh,760px)!important;padding:18px!important;}


/* Fishsirc v15 brand and typography refinement */
:root{--serif:"Cormorant Garamond", Georgia, "Times New Roman", serif;--sans:"Inter", "Aptos", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;}
.brand--logo{flex-direction:row!important;align-items:center;gap:10px;min-width:0}.brand__logo{width:126px;height:auto;display:block}.brand__text{display:flex;flex-direction:column;gap:3px;line-height:1}.site-header .brand__logo{width:132px}.brand--footer .brand__logo{filter:brightness(0) invert(1) sepia(.2) saturate(.7);opacity:.95}.mobile-menu .brand__logo{width:132px}
strong,b,th,label,.btn,.link-button,.text-button,.eyebrow,.price,.badge,.pill-list span,.product-meta strong,.product-card__badge,.process-grid span,.qty span,.cart-item__price,.brand__sub,.main-nav a,.footer h3{font-weight:650!important}.row-title{font-weight:650!important}h1,h2,.hero__card strong,.stats strong,.brand__main{font-weight:500!important}
.product-card__image img,.search-result img,.cart-item img,.checkout-summary img,.product-detail__media img,.product-thumbs img{object-fit:contain!important;object-position:center!important;background:#fffaf3!important}.product-card__image img{width:100%!important;height:auto!important;max-height:100%!important;padding:10px!important}.product-card__image{display:flex!important;align-items:center!important;justify-content:center!important;background:#fffaf3!important}.product-card:hover img{transform:none!important}.search-result img{height:auto!important;max-height:72px!important;padding:4px}.cart-item img{height:auto!important;max-height:88px!important;padding:4px}.portfolio-card img,.material-card img{width:100%;height:220px;object-fit:cover}.material-benefit__image{width:100%;height:86px;object-fit:cover;border-radius:16px;background:#fffaf3;margin-bottom:12px}.category-card img{object-fit:cover!important}.modal__card--product{width:min(1180px,calc(100vw - 28px))!important;max-height:calc(100svh - 28px)!important;overflow:auto!important}.product-detail{grid-template-columns:minmax(320px,.92fr) minmax(360px,.82fr)!important;align-items:start!important}.product-detail__media{position:sticky;top:0;align-self:start;min-height:0!important;padding:28px!important;background:#fffaf3}.product-detail__media>img{width:100%!important;height:auto!important;max-height:min(62vh,620px)!important;padding:0!important}.product-detail__body{padding:34px 34px 34px 10px!important}.product-detail__topline{padding-right:56px!important;gap:14px!important}.modal-close-floating{top:18px!important;right:18px!important;z-index:4!important;background:#fffaf3!important;box-shadow:0 10px 26px rgba(17,16,15,.12)}
@media(max-width:900px){.brand__logo{width:114px}.header__inner{grid-template-columns:auto 1fr auto}.product-detail{grid-template-columns:1fr!important}.product-detail__media{position:relative!important;padding:22px!important}.product-detail__body{padding:24px!important}.product-detail__topline{padding-right:54px!important;align-items:flex-start!important}.portfolio-card img,.material-card img{height:180px}}
