*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.75rem 1rem;z-index:100}.page-width{width:min(calc(100% - 32px),var(--page-width));margin-inline:auto}.section{padding:64px 0}.section--tight{padding:32px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}.section-heading h1,.section-heading h2{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(30px,4vw,48px);line-height:1.12;font-weight:500}.section-heading p{max-width:620px;margin:8px 0 0;color:var(--color-muted)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border:1px solid var(--color-text);background:var(--color-text);color:#fff;border-radius:2px;cursor:pointer}.button--secondary{background:transparent;color:var(--color-text)}.button:hover{opacity:.88}.announcement{padding:9px 16px;background:var(--color-text);color:#fff;text-align:center;font-size:13px;letter-spacing:.02em}.site-header{position:relative;background:var(--color-bg);border-bottom:1px solid var(--color-border);z-index:10}.header-inner{min-height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px}.brand{font-family:Georgia,'Times New Roman',serif;font-size:28px;letter-spacing:.02em}.brand img{max-height:48px;width:auto}.nav-list{display:flex;justify-content:center;gap:26px;margin:0;padding:0;list-style:none}.nav-list a{font-size:14px}.header-actions{display:flex;gap:16px;align-items:center}.header-actions svg{width:22px;height:22px}.menu-toggle{display:none;border:0;background:none;padding:8px}.hero{position:relative;min-height:620px;display:flex;align-items:center;overflow:hidden;background:#e9e6df}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,20,18,.58),rgba(20,20,18,.08) 70%)}.hero-content{position:relative;width:min(620px,90%);padding:64px 0;color:#fff}.hero-kicker{text-transform:uppercase;font-size:13px;letter-spacing:.13em}.hero h1{margin:12px 0 18px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(44px,6vw,76px);font-weight:500;line-height:1.02}.hero p{max-width:520px;margin:0 0 28px;font-size:18px}.hero .button{background:#fff;color:#1f201e;border-color:#fff}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.collection-card{position:relative;min-height:440px;overflow:hidden;border-radius:var(--radius);background:#eee}.collection-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.collection-card:hover img{transform:scale(1.02)}.collection-card__shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.62),transparent 58%)}.collection-card__content{position:absolute;left:24px;right:24px;bottom:24px;color:#fff}.collection-card h3{margin:0 0 6px;font-family:Georgia,'Times New Roman',serif;font-size:28px;font-weight:500}.collection-card p{margin:0 0 14px}.text-link{text-decoration:underline;text-underline-offset:5px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px 18px}.product-card__media{position:relative;aspect-ratio:1/1;background:#f3f2ef;overflow:hidden;border-radius:var(--radius)}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__info{padding-top:12px}.product-card__title{margin:0 0 4px;font-size:15px;font-weight:500}.price{font-size:14px;color:var(--color-muted)}.image-text{display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch;background:#f0eee9}.image-text__media{min-height:560px}.image-text__media img{width:100%;height:100%;object-fit:cover}.image-text__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(40px,7vw,88px)}.image-text__content h2{margin:0 0 18px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,4vw,52px);font-weight:500;line-height:1.1}.image-text__content p{margin:0 0 26px;color:var(--color-muted)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--color-border);border:1px solid var(--color-border)}.service-item{padding:28px;background:var(--color-bg)}.service-item h3{margin:0 0 7px;font-size:16px}.service-item p{margin:0;color:var(--color-muted);font-size:14px}.footer{border-top:1px solid var(--color-border);padding:54px 0 24px}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:48px}.footer h2,.footer h3{margin:0 0 14px;font-size:15px}.footer-brand h2{font-family:Georgia,'Times New Roman',serif;font-size:26px;font-weight:500}.footer-brand p{max-width:360px;color:var(--color-muted);font-size:14px}.footer-menu{margin:0;padding:0;list-style:none}.footer-menu li{margin:0 0 9px}.footer-menu a{font-size:14px;color:var(--color-muted)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:44px;padding-top:22px;border-top:1px solid var(--color-border);font-size:13px;color:var(--color-muted)}.payment-icons{display:flex;flex-wrap:wrap;gap:8px}.payment-icons svg{width:38px;height:auto}.rte{max-width:760px}.rte h1,.rte h2,.rte h3{font-family:Georgia,'Times New Roman',serif;font-weight:500}.rte a{text-decoration:underline}.form-field{margin-bottom:18px}.form-field label{display:block;margin-bottom:6px;font-size:14px}.form-field input,.form-field textarea,.form-field select{width:100%;padding:12px;border:1px solid var(--color-border);background:#fff;border-radius:2px}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px}.product-page{display:grid;grid-template-columns:1.1fr .9fr;gap:56px}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#f3f2ef}.product-info{position:sticky;top:24px;align-self:start}.product-info h1{font-family:Georgia,'Times New Roman',serif;font-size:42px;font-weight:500;line-height:1.1}.product-info .price{font-size:20px}.quantity{display:flex;width:max-content;border:1px solid var(--color-border);margin:24px 0}.quantity button,.quantity input{width:44px;height:44px;border:0;background:transparent;text-align:center}.quantity input{width:52px}.product-form .button{width:100%}.collection-header{padding:54px 0 34px}.collection-header h1{font-family:Georgia,'Times New Roman',serif;font-size:48px;font-weight:500;margin:0}.pagination{display:flex;justify-content:center;gap:18px;margin-top:36px}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:16px 8px;border-bottom:1px solid var(--color-border);text-align:left}.empty-state{text-align:center;padding:90px 0}.search-form{display:flex;gap:10px;max-width:600px}.search-form input{flex:1;padding:12px;border:1px solid var(--color-border)}
@media(max-width:900px){.header-inner{grid-template-columns:auto 1fr auto;gap:14px}.menu-toggle{display:block}.desktop-nav{display:none}.mobile-nav{position:absolute;left:0;right:0;top:100%;padding:18px 16px;background:var(--color-bg);border-bottom:1px solid var(--color-border)}.mobile-nav .nav-list{display:block}.mobile-nav li{padding:10px 0}.hero{min-height:560px}.collection-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.collection-card{min-height:380px}.image-text,.product-page,.contact-layout{grid-template-columns:1fr}.image-text__media{min-height:420px}.footer-grid{grid-template-columns:repeat(2,1fr)}.product-info{position:static}}
@media(max-width:600px){.page-width{width:min(calc(100% - 24px),var(--page-width))}.section{padding:46px 0}.header-inner{min-height:66px}.brand{font-size:24px}.hero{min-height:520px}.hero-content{padding:48px 0}.hero h1{font-size:44px}.collection-grid,.product-grid,.service-grid{grid-template-columns:1fr}.collection-card{min-height:360px}.product-grid{grid-template-columns:repeat(2,1fr);gap:20px 10px}.section-heading{display:block}.section-heading .button{margin-top:18px}.image-text__media{min-height:340px}.image-text__content{padding:38px 24px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-bottom{display:block}.payment-icons{margin-top:16px}.product-gallery{grid-template-columns:1fr}.product-info h1{font-size:34px}.cart-table thead{display:none}.cart-table tr,.cart-table td{display:block}.cart-table tr{padding:16px 0;border-bottom:1px solid var(--color-border)}.cart-table td{border:0;padding:5px 0}}
