@font-face {
  font-family: "Plain Ampersand";
  src: local("Verdana"), local("Geneva");
  unicode-range: U+0026;
}

:root {
  --ink: #4A4E47;
  --paper: #FAF3EA;
  --peach: #E8A58F;
  --sage: #7E9B8B;
  --sand: #D7C9B7;
  --rose: #F4D8CC;
  --white: #FFFDF8;
  --line: rgba(74, 78, 71, .22);
  --shadow: 0 22px 60px rgba(74, 78, 71, .13);
  --serif: "Plain Ampersand", "Cormorant Garamond", Georgia, serif;
  --sans: "Plain Ampersand", "Trebuchet MS", Verdana, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
img { display: block; width: 100%; height: auto; object-fit: cover; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; padding: .65rem 1rem; background: var(--ink); color: var(--paper); }
.skip-link:focus { top: 1rem; }
.section-shell { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.eyebrow { margin: 0 0 .8rem; color: var(--sage); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
h1 { margin: .2rem 0 1.2rem; font-size: clamp(3.5rem, 8vw, 7.8rem); }
h2 { margin: .2rem 0 1rem; font-size: clamp(2.1rem, 4vw, 4.1rem); }
h3 { margin: .25rem 0 .5rem; font-size: 1.65rem; }
p { margin: 0 0 1rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; min-height: 3rem; padding: .75rem 1.35rem; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn:hover, .btn:focus-visible { transform: translateY(-3px); background: var(--peach); color: var(--ink); }
.btn-outline { background: transparent; color: var(--ink); }
.btn-dark { background: var(--ink); }
.arrow-mark { font-size: 1.15em; }
.site-header { position: relative; z-index: 5; border-bottom: 1px solid var(--line); background: rgba(250,243,234,.96); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; width: min(1180px, calc(100% - 3rem)); min-height: 5.8rem; margin-inline: auto; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); font-family: var(--serif); font-size: 1.55rem; font-weight: 700; letter-spacing: -.04em; text-decoration: none; }
.brand-mark { display: grid; width: 2.25rem; height: 2.25rem; place-items: center; border: 1px solid var(--ink); border-radius: 50% 42% 58% 48%; background: var(--peach); font-family: var(--sans); font-size: .9rem; transform: rotate(-9deg); }
.brand-name { transform: translateY(1px); }
.site-nav ul { display: flex; align-items: center; gap: 1.5rem; margin: 0; padding: 0; list-style: none; }
.site-nav a { font-size: .78rem; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { color: var(--peach); }
.header-actions { display: flex; align-items: center; gap: 1.2rem; }
.cart-link { display: inline-flex; align-items: center; gap: .45rem; font-size: .8rem; text-decoration: none; }
.cart-count { display: grid; min-width: 1.45rem; height: 1.45rem; place-items: center; border-radius: 50%; background: var(--sage); color: var(--white); font-size: .68rem; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); }
.icon { width: 1.15rem; height: 1.15rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.home-hero { position: relative; display: grid; grid-template-columns: minmax(0, .82fr) minmax(300px, 1.18fr); gap: clamp(2rem, 7vw, 8rem); min-height: 650px; align-items: center; padding-block: clamp(4rem, 9vw, 8rem); }
.hero-copy { position: relative; z-index: 2; max-width: 33rem; padding-left: 4vw; }
.hero-copy h1 { max-width: 7ch; }
.hero-lede { max-width: 27rem; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; align-items: center; margin-top: 2rem; }
.hero-index { display: flex; align-items: center; gap: .75rem; margin-top: 3.4rem; color: var(--sage); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.index-line { display: block; width: 4rem; height: 1px; background: var(--sage); }
.hero-visual { position: relative; min-height: 580px; }
.hero-photo { position: absolute; z-index: 2; right: 9%; top: 2%; width: min(74%, 500px); margin: 0; transform: rotate(3deg); box-shadow: var(--shadow); }
.hero-photo img { aspect-ratio: .78; }
.hero-photo figcaption, .split-photo figcaption, .about-photo figcaption { padding: .55rem .75rem; background: var(--white); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.wash { position: absolute; border-radius: 48% 52% 42% 58%; }
.wash-peach { right: 0; top: -4%; width: 62%; height: 34%; background: var(--peach); transform: rotate(-12deg); }
.wash-blue { bottom: 8%; left: 3%; width: 62%; height: 46%; background: var(--sage); opacity: .82; transform: rotate(12deg); }
.floating-note { position: absolute; z-index: 3; left: 0; bottom: 10%; display: grid; gap: .3rem; width: 10.5rem; padding: 1rem; background: var(--white); box-shadow: 0 14px 35px rgba(74,78,71,.13); transform: rotate(-7deg); }
.note-label { color: var(--sage); font-size: .63rem; letter-spacing: .15em; text-transform: uppercase; }
.floating-note strong { font-family: var(--serif); font-size: 1.35rem; line-height: .98; }
.note-rule { width: 2.5rem; height: 2px; background: var(--peach); }
.manifesto-band { position: relative; overflow: hidden; padding: 4rem 0; background: var(--sage); color: var(--paper); }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1.7fr; gap: 3rem; align-items: start; }
.manifesto-grid .eyebrow { color: var(--paper); }
.manifesto-copy { max-width: 38rem; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.6rem); line-height: .98; }
.wash-stroke { position: absolute; right: -5%; bottom: -55%; width: 45%; height: 160%; border: 1px solid rgba(250,243,234,.5); border-radius: 50%; transform: rotate(27deg); }
.feature-section, .catalog-section, .cart-section, .checkout-section, .contact-section, .about-principles { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.5rem; }
.section-heading h2 { max-width: 12ch; }
.text-link { color: var(--ink); font-weight: 700; text-decoration-color: var(--peach); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
.product-grid-home .product-card:nth-child(2), .catalog-grid .product-card:nth-child(3) { transform: translateY(2.5rem); }
.product-card { position: relative; }
.product-media { position: relative; overflow: hidden; background: var(--sand); }
.product-media img { aspect-ratio: .78; transition: transform .45s ease; }
.product-card:hover .product-media img { transform: scale(1.04); }
.product-tag { position: absolute; left: .75rem; top: .75rem; padding: .25rem .5rem; background: var(--paper); color: var(--sage); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.product-body { display: flex; justify-content: space-between; align-items: start; gap: .6rem; padding-top: .8rem; }
.product-body h2 { margin: 0; font-family: var(--serif); font-size: 1.65rem; line-height: 1; }
.product-body a { text-decoration: none; }
.product-body a:hover { color: var(--peach); }
.product-category { display: block; margin-bottom: .28rem; color: var(--sage); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.product-price { white-space: nowrap; font-size: .85rem; font-weight: 700; }
.split-band { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; padding-block: 5rem 8rem; }
.split-copy { padding-left: 8%; }
.split-copy h2 { max-width: 9ch; }
.split-photo { position: relative; margin: 0; transform: rotate(-2deg); box-shadow: var(--shadow); }
.split-photo:before { position: absolute; content: ""; z-index: -1; inset: 12% -10% -12% 10%; border: 1px solid var(--peach); transform: rotate(6deg); }
.page-intro { display: flex; justify-content: space-between; gap: 3rem; align-items: end; padding-block: clamp(4rem, 8vw, 7rem) 3rem; }
.page-intro h1 { max-width: 9ch; }
.intro-aside { max-width: 24rem; margin-bottom: .8rem; }
.catalog-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; margin-bottom: 2.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.result-count { margin: 0; color: var(--sage); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.filter-bar { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .5rem; }
.filter-chip { padding: .45rem .7rem; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: .72rem; }
.filter-chip:hover, .filter-chip.is-active { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.product-detail-section { padding-block: 5rem 8rem; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .8fr); gap: clamp(2rem, 8vw, 9rem); align-items: start; }
.detail-media { position: relative; transform: rotate(-2deg); box-shadow: var(--shadow); }
.detail-media img { aspect-ratio: .8; }
.detail-media:after { position: absolute; z-index: -1; content: ""; inset: 12% -8% -8% 12%; border: 1px solid var(--sage); transform: rotate(5deg); }
.detail-info { padding-top: 3rem; }
.detail-info h1 { max-width: 7ch; font-size: clamp(3.3rem, 7vw, 6rem); }
.detail-price { font-size: 1.15rem; font-weight: 700; }
.detail-description { max-width: 32rem; font-size: 1.05rem; }
.detail-list { margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.detail-list li { display: flex; gap: .6rem; padding: .45rem 0; border-bottom: 1px solid var(--line); font-size: .88rem; }
.detail-list li:before { content: "✦"; color: var(--peach); }
.buy-form { display: grid; grid-template-columns: 1fr .65fr; gap: 1rem; align-items: end; max-width: 32rem; }
.buy-form .btn, .buy-form .form-feedback { grid-column: 1 / -1; }
.field-wrap, .field-label { display: grid; gap: .35rem; color: var(--sage); font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; }
.field, .select, textarea.field { width: 100%; padding: .78rem .85rem; border: 1px solid var(--line); border-radius: 0; background: var(--white); color: var(--ink); font-size: .95rem; letter-spacing: 0; text-transform: none; }
.field:focus { outline: 2px solid var(--peach); outline-offset: 2px; }
.form-feedback, .form-status { min-height: 1.5em; margin: .7rem 0 0; color: var(--sage); font-size: .82rem; }
.form-surface { background: var(--white); box-shadow: 0 15px 45px rgba(74,78,71,.08); }
.cart-layout, .checkout-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .65fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.cart-lines { display: grid; gap: 1.25rem; }
.cart-line { display: grid; grid-template-columns: 7.5rem 1fr; gap: 1.2rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.cart-line img { aspect-ratio: .8; }
.cart-line-body { display: grid; align-content: space-between; gap: 1rem; }
.cart-line-title { display: flex; justify-content: space-between; gap: 1rem; }
.cart-line-title h2 { margin: 0; font-size: 1.9rem; }
.cart-line-title a { text-decoration: none; }
.cart-line-title a:hover { color: var(--peach); }
.cart-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.qty-control { display: inline-flex; align-items: center; gap: .7rem; border: 1px solid var(--line); padding: .25rem .45rem; }
.qty-control button, .remove-button { border: 0; background: transparent; color: var(--ink); }
.qty-control button:hover, .remove-button:hover { color: var(--peach); }
.remove-button { font-size: .75rem; text-decoration: underline; }
.summary, .resume-panel { position: sticky; top: 1.5rem; padding: 1.5rem; background: var(--white); border-top: 4px solid var(--peach); box-shadow: var(--shadow); }
.summary h2, .resume-panel h2 { font-size: 2.3rem; }
.summary-row { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid var(--line); font-size: .85rem; }
.summary-row-total { border-bottom: 0; font-size: 1.1rem; font-weight: 700; }
.summary-note, .resume-note { color: var(--sage); font-size: .75rem; }
.empty-cart { padding: 3rem; border: 1px dashed var(--line); }
.checkout-form { display: grid; gap: 1.35rem; }
.checkout-form fieldset { margin: 0; padding: 1.2rem; border: 1px solid var(--line); }
.checkout-form legend { padding: 0 .4rem; font-family: var(--serif); font-size: 1.7rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.field-span-2, .full { grid-column: 1 / -1; }
.payment-options { display: grid; gap: .65rem; }
.payment-option { display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; padding: .8rem; border: 1px solid var(--line); }
.payment-option span { display: grid; gap: .2rem; }
.payment-option small { color: var(--sage); }
.checkbox-line { display: flex; gap: .6rem; align-items: flex-start; color: var(--ink); font-size: .78rem; }
.checkbox-line input { margin-top: .3rem; accent-color: var(--sage); }
.contact-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 8vw, 8rem); }
.contact-aside { position: relative; padding: 3rem 0 4rem 4vw; }
.contact-wash { position: absolute; z-index: -1; left: -10%; top: 0; width: 85%; height: 75%; border-radius: 48% 52% 55% 45%; background: var(--rose); transform: rotate(-8deg); }
.contact-aside h2 { max-width: 8ch; }
.contact-aside address { display: grid; gap: .35rem; font-style: normal; }
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; align-content: start; padding: 2rem; background: var(--white); box-shadow: var(--shadow); }
.contact-form .form-feedback, .contact-form .btn, .contact-form .checkbox-line { grid-column: 1 / -1; }
.about-hero { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 9vw, 10rem); align-items: center; padding-block: 5rem 8rem; }
.about-copy { padding-left: 5vw; }
.about-copy h1 { max-width: 7ch; }
.about-photo { position: relative; margin: 0; transform: rotate(4deg); box-shadow: var(--shadow); }
.about-photo:before { position: absolute; content: ""; z-index: -1; inset: -8% 12% 10% -8%; background: var(--sand); transform: rotate(-7deg); }
.principle-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.principle-list article { padding: 1.5rem; border-top: 2px solid var(--peach); }
.principle-list article > span { color: var(--sage); font-size: .72rem; letter-spacing: .12em; }
.legal-header { padding-block: 5rem 3rem; }
.legal-header h1,
.legal-copy,
.legal-copy h2,
.legal-copy h3,
.legal-copy strong {
  font-family: var(--sans);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
}
.legal-header h1 { max-width: none; margin-bottom: 1rem; font-size: clamp(2rem, 5vw, 3rem); }
.legal-copy { max-width: 48rem; font-weight: 400; }
.legal-copy h2 { margin-top: 2.3rem; font-size: 1.25rem; }
.legal-copy p { max-width: 45rem; font-weight: 400; }
.legal-layout { display: grid; grid-template-columns: 15rem 1fr; gap: clamp(2rem, 8vw, 8rem); padding-block: 1rem 8rem; }
.legal-nav { display: grid; align-content: start; gap: .7rem; position: sticky; top: 1.5rem; height: max-content; padding-top: .5rem; }
.legal-nav a { font-size: .78rem; text-decoration: none; }
.legal-nav a:hover, .legal-nav a.is-current { color: var(--peach); }
.footer-newsletter { max-width: 23rem; }
.site-footer { margin-top: 4rem; padding: 4rem 0 2rem; background: var(--ink); color: var(--paper); }
.site-footer .checkbox-line { color: var(--paper); }
.site-footer .checkbox-line a { color: var(--peach); text-decoration: underline; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr 1fr; gap: 3rem; width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.site-footer .brand { color: var(--paper); }
.site-footer .brand-mark { border-color: var(--paper); }
.site-footer .eyebrow { color: var(--peach); }
.site-footer .footer-links { display: grid; gap: .5rem; margin: 0; padding: 0; list-style: none; font-size: .8rem; }
.site-footer .footer-links a { text-decoration-color: var(--peach); }
.site-footer .field { background: var(--paper); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; width: min(1180px, calc(100% - 3rem)); margin: 3rem auto 0; padding-top: 1rem; border-top: 1px solid rgba(250,243,234,.25); color: var(--sand); font-size: .7rem; }
.hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
@media (max-width: 850px) {
  .site-nav { display: none; position: absolute; left: 1.5rem; right: 1.5rem; top: 5.8rem; padding: 1rem; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: grid; gap: 1rem; }
  .menu-toggle { display: inline-flex; }
  .home-hero, .about-hero, .contact-section, .split-band { grid-template-columns: 1fr; }
  .home-hero { min-height: 0; gap: 3rem; }
  .hero-copy, .about-copy, .split-copy { padding-left: 0; }
  .hero-visual { min-height: 520px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid-home .product-card:nth-child(2), .catalog-grid .product-card:nth-child(3) { transform: none; }
  .page-intro, .catalog-toolbar, .section-heading { display: grid; align-items: start; }
  .filter-bar { justify-content: flex-start; }
  .product-detail, .cart-layout, .checkout-layout, .legal-layout { grid-template-columns: 1fr; }
  .summary, .resume-panel, .legal-nav { position: static; }
  .legal-layout { gap: 2rem; }
  .legal-nav { display: flex; flex-wrap: wrap; gap: .8rem 1.2rem; padding: 1rem; border: 1px solid var(--line); }
  .contact-form { padding: 1.3rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-newsletter { grid-column: 1 / -1; max-width: none; }
}
@media (max-width: 560px) {
  .section-shell, .header-inner, .footer-grid, .footer-bottom { width: min(100% - 2rem, 1180px); }
  h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .hero-visual { min-height: 420px; }
  .hero-photo { right: 2%; width: 78%; }
  .floating-note { bottom: 5%; }
  .product-grid, .form-grid, .contact-form, .buy-form, .principle-list { grid-template-columns: 1fr; }
  .field-span-2, .full, .contact-form .form-feedback, .contact-form .btn, .contact-form .checkbox-line { grid-column: auto; }
  .cart-line { grid-template-columns: 5.5rem 1fr; }
  .cart-line-title { display: grid; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-newsletter { grid-column: auto; }
  .footer-bottom { display: grid; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
