:root { --ink: #11110f; --paper: #f5f2eb; --paper-deep: #e3dbcb; --gold: #c6922d; --gold-deep: #7d5615; --line: rgba(17, 17, 15, .18); --muted: #625e55; }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--ink); }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--paper); font-family: Georgia, 'Times New Roman', serif; }
button, a { font: inherit; }
a { color: inherit; }
.announcement, .shop-utility { display: flex; min-height: 38px; align-items: center; justify-content: flex-end; gap: 26px; margin: 0; padding: 8px clamp(18px, 4vw, 64px); color: #201b16; background: #fbf6ea; border-bottom: 1px solid #decda9; font-family: Arial, sans-serif; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.shop-utility a, .announcement a { color: inherit; text-decoration: none; }
.shop-utility a:hover, .shop-utility a:focus-visible, .announcement a:hover, .announcement a:focus-visible { text-decoration: underline; }
.announcement { justify-content: space-between; }
.site-header { position: sticky; top: 0; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 72px; padding: 12px clamp(18px, 4vw, 64px); background: rgba(216, 191, 125, .97); border-bottom: 1px solid rgba(32, 27, 22, .18); backdrop-filter: blur(12px); }
.brand { color: var(--ink); font-size: 1.08rem; font-weight: 400; letter-spacing: .02em; text-align: center; text-decoration: none; }
.brand span { display: block; margin-top: 2px; color: var(--gold-deep); font-family: Arial, sans-serif; font-size: .56rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-header nav { display: flex; gap: 22px; font-family: Arial, sans-serif; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-header nav a { text-decoration: none; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--gold-deep); }
.cart-button, .icon-button, .text-button, .menu-button, .search-button { border: 0; background: none; cursor: pointer; }
.menu-button { display: none; width: 34px; padding: 8px 0; }
.menu-button span { display: block; width: 22px; height: 1px; margin: 5px 0; background: var(--ink); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 17px; }
.account-link, .book-cut-link { justify-self: end; display: inline-flex; width: max-content; align-items: center; justify-content: center; padding: 5px 0; color: var(--ink); border-bottom: 1px solid var(--gold); font-family: Arial, sans-serif; font-size: .62rem; font-weight: 800; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.account-link:hover, .account-link:focus-visible, .book-cut-link:hover, .book-cut-link:focus-visible { color: var(--gold-deep); border-bottom-color: var(--ink); }
.header-actions .account-signout { padding: 5px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--gold); font-family: Arial, sans-serif; font-size: .58rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; white-space: nowrap; }
.header-actions .account-signout:hover, .header-actions .account-signout:focus-visible { color: var(--gold-deep); border-bottom-color: var(--ink); }
.search-button { display: grid; width: 24px; height: 24px; place-items: center; opacity: .4; cursor: not-allowed; }
.search-button span { width: 13px; height: 13px; border: 1px solid var(--ink); border-radius: 50%; position: relative; }
.search-button span::after { content: ''; position: absolute; right: -5px; bottom: -3px; width: 6px; height: 1px; background: var(--ink); transform: rotate(45deg); }
.cart-button { justify-self: end; display: inline-flex; align-items: center; gap: 8px; padding: 9px 0; font-size: .78rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.cart-button b { display: grid; width: 24px; height: 24px; place-items: center; color: var(--paper); background: var(--ink); border-radius: 50%; font-size: .72rem; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); min-height: min(680px, calc(100vh - 108px)); overflow: hidden; background: #e9e4d9; }
.hero-image { align-self: center; justify-self: center; order: 2; width: min(100%, 720px); height: auto; padding: clamp(30px, 5vw, 80px); mix-blend-mode: multiply; }
.hero::after { content: none; }
.hero-content { position: relative; z-index: 1; order: 1; align-self: center; max-width: 720px; padding: 0 clamp(20px, 8vw, 130px); color: var(--ink); }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-family: Arial, sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 9ch; margin-bottom: 10px; color: var(--ink); font-size: clamp(3.8rem, 7vw, 7.5rem); font-weight: 400; letter-spacing: 0; line-height: .86; }
.hero-subtitle { margin: 0 0 34px; color: var(--muted); font-size: 1.04rem; line-height: 1.5; }
.underlined-link { color: var(--ink); font-family: Arial, sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 7px; text-transform: uppercase; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 13px 19px; border: 1px solid transparent; border-radius: 3px; font-family: Arial, sans-serif; font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.button-primary { color: var(--ink); background: var(--gold); }
.button-primary:hover, .button-primary:focus-visible { background: #e2b249; }
.featured-section { padding: clamp(68px, 9vw, 125px) 0; background: var(--paper); }
.carousel-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; max-width: 1240px; margin: 0 auto 32px; padding: 0 clamp(18px, 6vw, 90px); }
.dark-link { color: var(--ink); }
.product-carousel { display: flex; gap: 18px; overflow-x: auto; padding: 0 clamp(18px, 6vw, 90px) 12px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.featured-product { flex: 0 0 min(48vw, 560px); overflow: hidden; scroll-snap-align: start; background: #ece6da; }
.featured-product img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.featured-product-meta { display: flex; align-items: start; justify-content: space-between; gap: 18px; padding: 18px 2px 0; }
.featured-product h3 { margin: 0 0 4px; font-size: 1.25rem; font-weight: 400; }
.featured-product p, .featured-product span { margin: 0; color: var(--muted); font-family: Arial, sans-serif; font-size: .7rem; letter-spacing: .07em; text-transform: uppercase; }
.featured-product span { color: var(--gold-deep); font-weight: 700; white-space: nowrap; }
.owner-feature { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); min-height: 700px; background: #272116; color: var(--paper); }
.owner-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.owner-copy { align-self: center; max-width: 670px; padding: clamp(58px, 10vw, 140px); }
.owner-copy h2 { max-width: 12ch; color: #fff9e9; }
.owner-copy > p:not(.eyebrow) { max-width: 46ch; margin: 26px 0 32px; color: #d7cab0; font-size: 1.03rem; line-height: 1.65; }
.catalog-section { padding: clamp(70px, 9vw, 130px) clamp(18px, 6vw, 90px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; max-width: 1240px; margin: 0 auto 36px; }
h2 { margin-bottom: 0; font-size: clamp(2.1rem, 4vw, 3.85rem); font-weight: 400; line-height: 1; }
.catalog-status { margin: 0; color: var(--muted); font-family: Arial, sans-serif; font-size: .84rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 1240px; margin: 0 auto; }
.product-card { display: flex; min-width: 0; flex-direction: column; background: #f8f5ec; border: 1px solid var(--line); }
.product-image { display: grid; min-height: 250px; place-items: center; background: #e6d5ac; border-bottom: 1px solid var(--line); }
.product-monogram { display: grid; width: 132px; height: 132px; place-items: center; color: #e6d5ac; background: var(--ink); border: 1px solid var(--gold); border-radius: 50%; font-size: 1.45rem; letter-spacing: .14em; }
.product-details { display: flex; min-height: 230px; flex-direction: column; padding: 22px; }
.product-type { margin-bottom: 8px; color: var(--gold-deep); font-family: Arial, sans-serif; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-card h3 { margin-bottom: 10px; font-size: 1.45rem; font-weight: 400; }
.product-description { color: var(--muted); font-size: .96rem; line-height: 1.55; }
.product-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.product-price { font-family: Arial, sans-serif; font-size: .9rem; }
.text-button { padding: 6px 0; color: var(--gold-deep); font-family: Arial, sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.text-button:hover, .text-button:focus-visible { color: var(--ink); text-decoration: underline; }
.pickup-section { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: clamp(72px, 10vw, 130px) clamp(18px, 8vw, 130px); color: var(--paper); background: #292517; }
.pickup-section h2 { color: #fff9e9; font-size: clamp(2rem, 3vw, 3.2rem); }
.pickup-section p:last-child { max-width: 46ch; align-self: center; margin: 0; color: #d7cab0; font-size: 1.05rem; line-height: 1.65; }
.pickup-section a { color: var(--paper); text-underline-offset: 4px; }
.store-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 22px; padding: 30px clamp(18px, 6vw, 90px); color: var(--paper); background: var(--ink); font-family: Arial, sans-serif; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.store-footer nav { display: flex; flex-wrap: wrap; gap: 16px; }
.store-footer a { color: inherit; text-decoration: none; }
.store-footer a:hover, .store-footer a:focus-visible { color: var(--gold); }
.cart-panel { position: fixed; z-index: 20; top: 0; right: 0; display: flex; width: min(100%, 440px); height: 100dvh; flex-direction: column; padding: 24px; background: var(--paper); box-shadow: -14px 0 48px rgba(0, 0, 0, .28); }
.cart-panel-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.cart-panel h2 { font-size: 2rem; }
.icon-button { width: 38px; height: 38px; font-size: 2rem; line-height: 1; }
.cart-items { flex: 1; padding: 18px 0; overflow: auto; }
.cart-item { display: flex; align-items: start; justify-content: space-between; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.cart-item h3 { margin: 0 0 6px; font-size: 1.1rem; font-weight: 400; }
.cart-item p { margin: 0; color: var(--muted); font-size: .86rem; }
.cart-summary { padding-top: 18px; border-top: 1px solid var(--line); }
.cart-summary > p:first-child { display: flex; justify-content: space-between; margin-bottom: 8px; }
.checkout-email { display: grid; gap: 6px; margin: 16px 0 0; color: var(--muted); font-family: Arial, sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.checkout-email input { width: 100%; min-height: 44px; padding: 10px 12px; color: var(--ink); background: #fffdf8; border: 1px solid var(--line); border-radius: 3px; font: inherit; letter-spacing: 0; text-transform: none; }
.checkout-email input:focus { border-color: var(--gold); outline: 2px solid rgba(198, 146, 45, .22); outline-offset: 1px; }
.cart-note { color: var(--muted); font-size: .82rem; line-height: 1.45; }
.cart-summary .button { width: 100%; margin-top: 8px; }
.cart-summary .button:disabled { color: #817a6d; background: #dad2c1; cursor: not-allowed; }
.cart-empty { margin: 34px 0; color: var(--muted); text-align: center; }
.backdrop { position: fixed; z-index: 15; inset: 0; background: rgba(0, 0, 0, .5); }
@media (max-width: 780px) { .announcement, .shop-utility { justify-content: center; font-size: .6rem; } .announcement > span { display: none; } .site-header { grid-template-columns: 1fr auto 1fr; } .menu-button { display: block; } .site-header nav, .search-button { display: none; } .header-actions { gap: 10px; } .cart-button span { display: none; } .hero { grid-template-columns: 1fr; min-height: 0; } .hero-content { order: 1; padding: 70px 24px 38px; } .hero-image { order: 2; width: min(100%, 540px); padding: 10px 30px 54px; } .carousel-heading { align-items: start; flex-direction: column; } .product-carousel { padding-right: 18px; } .featured-product { flex-basis: min(82vw, 420px); } .owner-feature { grid-template-columns: 1fr; min-height: 0; } .owner-image { aspect-ratio: 3 / 4; } .owner-copy { padding: 60px 24px; } .product-grid { grid-template-columns: 1fr; } .product-image { min-height: 200px; } .product-details { min-height: 205px; } .pickup-section { grid-template-columns: 1fr; gap: 24px; } .store-footer { flex-direction: column; } }