/* index.html — page styles */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
button:hover, .hero-product:hover) .cursor { width: 16px; height: 16px; background: var(--purple); }
button:hover, .hero-product:hover) .cursor-ring { width: 50px; height: 50px; border-color: rgba(184,134,11,0.7); }
h2 i, .feature-content h2 i, .tt-header h2 i, .std-left h2 i, .ec-left h2 i, .tt-eyebrow, .std-eyebrow, .pc-name .accent, .aside-num, .tt-code {
  font-style: italic;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  padding-right: 0.05em;
}
.hero { padding-top: 64px; min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; }
.hero-left { background: var(--deep); display: flex; flex-direction: column; justify-content: flex-end; padding: 6rem 5% 6rem 8%; position: relative; overflow: hidden; }
.hero-left-bg { position: absolute; inset: 0; background: repeating-linear-gradient(-45deg, transparent, transparent 80px, rgba(255,255,255,0.018) 80px, rgba(255,255,255,0.018) 81px); }
.hero-left::after { content: ''; position: absolute; top: -120px; right: -120px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(184,134,11,0.18) 0%, transparent 70%); pointer-events: none; }
.hero-issue { font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(255,255,255,0.72); margin-bottom: 3rem; position: relative; z-index: 1; }
.hero-h1 { font-family: 'Playfair Display', serif; font-size: clamp(3.5rem, 6vw, 6rem); font-weight: 900; line-height: 0.92; color: var(--paper); position: relative; z-index: 1; }
.hero-h1 .line span { display: block; transform: translateY(110%); animation: slideUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.hero-h1 .line:nth-child(1) span { animation-delay: 0.1s; }
.hero-h1 .line:nth-child(2) span { animation-delay: 0.25s; }
.hero-h1 .line:nth-child(3) span { animation-delay: 0.4s; font-style: italic; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: inline-block; padding-right: 0.1em; }
.hero-rule { width: 60px; height: 2px; background: var(--grad-solid); margin: 2.5rem 0 2rem; transform: scaleX(0); transform-origin: left; animation: scaleIn 0.8s 0.7s cubic-bezier(0.16,1,0.3,1) forwards; position: relative; z-index: 1; }
.hero-desc { font-size: 0.95rem; line-height: 1.75; color: rgba(255,255,255,0.7); max-width: 420px; opacity: 0; animation: fadeIn 1s 0.9s ease forwards; position: relative; z-index: 1; }
.hero-ctas { display: flex; gap: 1.2rem; margin-top: 2.5rem; flex-wrap: wrap; opacity: 0; animation: fadeIn 1s 1.1s ease forwards; position: relative; z-index: 1; }
.hero-right { background: var(--cream); display: flex; flex-direction: column; padding: 6rem 8% 6rem 5%; position: relative; }
.hero-right::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 200px; background: linear-gradient(to top, rgba(184,134,11,0.04), transparent); pointer-events: none; }
.hero-index { font-family: 'Playfair Display', serif; font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--mid); margin-bottom: auto; }
.hero-products { display: flex; flex-direction: column; margin-top: auto; }
.hero-product { padding: 1.4rem 0; border-top: 1px solid var(--rule); display: flex; align-items: baseline; justify-content: space-between; opacity: 0; animation: fadeIn 0.7s ease forwards; cursor: pointer; }
.hero-product:last-child { border-bottom: 1px solid var(--rule); }
.hero-product:nth-child(1) { animation-delay: 0.5s; }
.hero-product:nth-child(2) { animation-delay: 0.6s; }
.hero-product:nth-child(3) { animation-delay: 0.7s; }
.hero-product:nth-child(4) { animation-delay: 0.8s; }
.hero-product:nth-child(5) { animation-delay: 0.9s; }
.hero-product:nth-child(6) { animation-delay: 1.0s; }
.hp-num { font-size: 0.65rem; color: var(--mid); letter-spacing: 0.1em; margin-right: 1.5rem; flex-shrink: 0; }
.hp-name { font-family: 'Playfair Display', serif; font-size: 1.35rem; font-weight: 700; color: var(--ink); flex: 1; transition: color 0.2s; }
.hero-product:hover .hp-name { color: var(--purple-dark); }
.hp-spec { font-size: 0.68rem; color: var(--mid); letter-spacing: 0.1em; flex-shrink: 0; }
.feature-row { display: grid; grid-template-columns: repeat(12, 1fr); padding: 8rem 5%; gap: 2rem; border-bottom: 1px solid var(--rule); scroll-margin-top: 80px; }
.feature-label { grid-column: 1 / 3; display: flex; flex-direction: column; justify-content: flex-start; padding-top: 0.4rem; }
.fl-num { font-family: 'Playfair Display', serif; font-size: 4rem; font-weight: 900; color: var(--rule); line-height: 1; }
.fl-text { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--mid); margin-top: 0.5rem; }
.feature-content { grid-column: 3 / 8; }
.feature-content h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; line-height: 1.15; color: var(--ink); margin-bottom: 1.5rem; }
.feature-content p { font-size: 0.95rem; line-height: 1.8; color: var(--mid); margin-bottom: 1rem; }
.feature-aside { grid-column: 9 / 13; padding-top: 0.5rem; }
.aside-block { padding: 2rem 0; border-top: 1px solid var(--rule); }
.aside-block:first-child { border-top: none; padding-top: 0; }
.aside-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--mid); margin-top: 0.4rem; }
.products-mag { padding: 0 5% 8rem; scroll-margin-top: 80px; }
.products-header { display: flex; align-items: baseline; justify-content: space-between; padding: 3rem 0 2rem; border-bottom: 2px solid var(--ink); margin-bottom: 3rem; }
.ph-left { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 700; color: var(--ink); }
.ph-right { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--mid); }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(min-content, max-content); gap: 2px; }
.prod-card { background: var(--cream); padding: 3rem 2.5rem; position: relative; overflow: hidden; transition: background 0.3s; }
.prod-card:hover { background: #f0ede6; }
.prod-card.featured { grid-column: 1 / 3; grid-row: 1 / 3; background: var(--deep); }
.prod-card.featured:hover { background: var(--deep-soft); }
.prod-card.featured .pc-name { color: var(--paper); }
.prod-card.featured .pc-desc { color: rgba(255,255,255,0.66); }
.prod-card.featured .pc-tag { border-color: rgba(255,255,255,0.12); color: rgba(255,255,255,0.76); }
.prod-card.featured .pc-num { color: rgba(255,255,255,0.04); }
.prod-card.featured .pc-specs li { border-bottom-color: rgba(255,255,255,0.06); color: rgba(255,255,255,0.7); }
.prod-card.featured::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-solid); }
.pc-num { position: absolute; bottom: -1rem; right: 1rem; font-family: 'Playfair Display', serif; font-size: 8rem; font-weight: 900; color: rgba(0,0,0,0.04); line-height: 1; pointer-events: none; user-select: none; }
.pc-tag { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--mid); border: 1px solid var(--rule); padding: 0.25rem 0.6rem; display: inline-block; margin-bottom: 2rem; border-radius: 2px; }
.pc-name { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; color: var(--ink); margin-bottom: 1rem; line-height: 1.15; }
.pc-desc { font-size: 0.85rem; line-height: 1.7; color: var(--mid); }
.pc-specs { margin-top: 2rem; list-style: none; }
.pc-specs li { font-size: 0.78rem; color: var(--mid); padding: 0.5rem 0; border-bottom: 1px solid rgba(0,0,0,0.06); display: flex; gap: 0.8rem; }
.pc-specs li::before { content: "—"; color: #155c4f; flex-shrink: 0; }
.pc-link { display: inline-block; margin-top: 2rem; font-size: 0.72rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.14em; color: #155c4f; text-decoration: none; border-bottom: 1px solid var(--teal); padding-bottom: 2px; transition: color 0.2s, border-color 0.2s; }
.pc-link:hover { color: var(--purple-dark); border-color: var(--purple-dark); }
.trading-terms { background: var(--deep); padding: 7rem 5%; position: relative; overflow: hidden; }
.trading-terms::before { content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(184,134,11,0.12) 0%, transparent 65%); pointer-events: none; }
.trading-terms::after { content: ''; position: absolute; bottom: -150px; left: -150px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(212,175,55,0.07) 0%, transparent 65%); pointer-events: none; }
.tt-header { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 3.5rem; position: relative; z-index: 1; }
.tt-eyebrow { font-style: normal; margin-bottom: 0.6rem; display: block; }
.tt-header h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 700; color: var(--paper); }
.tt-sub { font-size: 0.82rem; color: rgba(255,255,255,0.76); letter-spacing: 0.05em; }
.tt-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; position: relative; z-index: 1; }
.tt-card { padding: 2.5rem 2rem; border: 1px solid rgba(255,255,255,0.06); position: relative; overflow: hidden; transition: border-color 0.3s, background 0.3s; }
.tt-card:hover { border-color: rgba(184,134,11,0.35); background: rgba(184,134,11,0.05); }
.tt-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--grad-solid); transform: scaleX(0); transform-origin: left; transition: transform 0.4s cubic-bezier(0.16,1,0.3,1); }
.tt-card:hover::before { transform: scaleX(1); }
.tt-code { font-size: 2.2rem; font-weight: 900; line-height: 1; margin-bottom: 0.6rem; display: inline-block;}
.tt-name { font-size: 0.72rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(255,255,255,0.7); margin-bottom: 1rem; }
.tt-desc { font-size: 0.8rem; line-height: 1.6; color: rgba(255,255,255,0.72); }
.standards { background: var(--cream); padding: 8rem 5%; display: grid; grid-template-columns: 1fr 1fr; gap: 8rem; align-items: center; position: relative; overflow: hidden; scroll-margin-top: 80px; }
.standards::after { content: ''; position: absolute; bottom: -200px; right: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(212,175,55,0.07) 0%, transparent 65%); pointer-events: none; }
.std-eyebrow { font-style: normal; margin-bottom: 1rem; display: inline-block; }
.std-left h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; line-height: 1.1; color: var(--ink); margin-bottom: 2rem; }
.std-left p { font-size: 0.95rem; line-height: 1.8; color: var(--mid); margin-bottom: 1.5rem; }
.std-right { display: flex; flex-direction: column; }
.std-item { padding: 2rem 0; border-top: 1px solid var(--rule); display: grid; grid-template-columns: 60px 1fr; gap: 1.5rem; align-items: flex-start; }
.std-item:first-child { border-top: none; padding-top: 0; }
.std-icon { font-size: 1.4rem; padding-top: 0.2rem; }
.std-item h4 { font-size: 0.88rem; font-weight: 500; color: var(--ink); margin-bottom: 0.4rem; }
.std-item p { font-size: 0.82rem; line-height: 1.65; color: var(--mid); }
.editorial-cta { padding: 10rem 5%; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; border-top: 2px solid var(--ink); position: relative; overflow: hidden; }
.editorial-cta::before { content: ''; position: absolute; top: -150px; left: -150px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(184,134,11,0.06) 0%, transparent 65%); pointer-events: none; }
.ec-left h2 { font-family: 'Playfair Display', serif; font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 900; line-height: 0.9; color: var(--ink); }
.ec-right { padding-bottom: 0.5rem; }
.ec-right p { font-size: 0.95rem; line-height: 1.8; color: var(--mid); margin-bottom: 2.5rem; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 4rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand-name { font-family: 'Instrument Sans', sans-serif; font-size: 1rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-brand-name .mint { color: var(--purple-dark); }
.footer-brand-name .wurks { color: #155c4f; }
.footer-brand p { font-size: 0.82rem; line-height: 1.7; color: rgba(255,255,255,0.76); max-width: 400px;}
.footer-bottom { padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.72rem; color: rgba(255,255,255,0.66); }
@media (max-width: 1100px) {
.products-grid { grid-template-columns: repeat(2, 1fr); }
.prod-card.featured { grid-column: 1 / 3; grid-row: 1; }
}
@media (max-width: 900px) {
.hero { grid-template-columns: 1fr; }
.hero-left { padding: 8rem 5% 4rem; min-height: auto; }
.hero-right { padding: 4rem 5%; }
.feature-row { grid-template-columns: 1fr; }
.feature-label, .feature-content, .feature-aside { grid-column: 1 / -1; }
.products-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
.prod-card.featured { grid-column: 1 / -1; grid-row: auto; }
.tt-grid { grid-template-columns: repeat(2, 1fr); gap: 2px; }
.standards { grid-template-columns: 1fr; gap: 4rem; }
.editorial-cta { grid-template-columns: 1fr; }
.footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
.hero-h1 { font-size: clamp(2.8rem, 10vw, 3.5rem); }
.hero-ctas { flex-direction: column; }
.tt-grid { grid-template-columns: 1fr; }
.editorial-cta { padding: 6rem 5%; }
.ec-left h2 { font-size: clamp(2.5rem, 9vw, 3.5rem); }
.footer-top { grid-template-columns: 1fr; }
}

/* — additions — */
.std-icon .mark { font-size: 0.88rem; }
.aside-num { font-family: 'Playfair Display', serif; font-size: 2.6rem; font-weight: 900; line-height: 1; }
.spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.spec-col { background: var(--paper); border: 1px solid var(--rule); padding: 2.4rem 2rem 2.2rem; display: flex; flex-direction: column; position: relative; }
.spec-col::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad); }
.spec-head { padding-bottom: 1.2rem; margin-bottom: 1.2rem; border-bottom: 1px solid var(--rule); }
.spec-code { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 900; line-height: 1; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: block; margin-bottom: 0.5rem; }
.spec-col h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; color: var(--ink); line-height: 1.2; margin-bottom: 0.3rem; }
.spec-head p { font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--purple); }
.spec-col dl { display: grid; gap: 0.7rem; margin-bottom: 1.6rem; }
.spec-col dl div { display: grid; gap: 0.15rem; padding-bottom: 0.7rem; border-bottom: 1px solid rgba(0,0,0,0.05); }
.spec-col dt { font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--mid); }
.spec-col dd { margin: 0; font-size: 0.88rem; color: var(--ink); line-height: 1.5; }
.spec-link { margin-top: auto; font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--teal-dark); text-decoration: none; border-bottom: 1px solid var(--teal-dark); padding-bottom: 2px; align-self: flex-start; }
.spec-link:hover { color: var(--purple); border-color: var(--purple); }
.spec-note { margin-top: 2rem; font-size: 0.82rem; color: var(--mid); line-height: 1.7; max-width: 70ch; }
@media (max-width: 1100px) { .spec-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .spec-grid { grid-template-columns: 1fr; } }
