:root{--ink:#1B1F24;--ink-2:#5C6570;--hairline:#E3DED4;--canvas:#F1EFEA;--surface:#FFFFFF;--accent:#233B5D}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--canvas);color:var(--ink);font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.65;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.page-shell{padding-top:88px}
.eyebrow{display:block;color:var(--accent);font-size:.7rem;font-weight:700;letter-spacing:.18em;margin-bottom:1rem;text-transform:uppercase}
.display-title{font-family:'Archivo',Arial,sans-serif;font-stretch:125%;font-weight:700;letter-spacing:.015em;text-transform:uppercase}
.blog-title,.article-title,.article-body h2,.article-body h3{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-weight:700;text-transform:uppercase}
.blog-hero{padding:7rem 1.5rem 5rem}
.blog-hero-inner,.blog-list-inner,.article-hero-inner,.article-layout,.more-inner{margin:0 auto;max-width:1100px}
.blog-hero-inner{display:block}
.display-title{font-size:clamp(2.8rem,6vw,5.2rem);line-height:.98;max-width:820px}
.hero-copy{color:var(--ink-2);font-size:1.05rem;margin-top:1.75rem;max-width:620px}
.blog-list{padding:1rem 1.5rem 7rem}
.section-heading{align-items:end;border-top:1px solid var(--hairline);display:flex;justify-content:space-between;margin-bottom:2rem;padding-top:1.5rem}
.section-heading h2{font-family:'Archivo',Arial,sans-serif;font-stretch:125%;font-size:clamp(1.6rem,3vw,2.4rem);text-transform:uppercase}
.section-heading p{color:var(--ink-2);font-size:.9rem}
.blog-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}
.blog-card{background:var(--surface);border:1px solid var(--hairline);border-radius:14px;display:flex;flex-direction:column;min-width:0;overflow:hidden;transition:transform .2s ease}
.blog-card:hover{transform:translateY(-4px)}
.blog-card-featured{grid-column:span 2}
.blog-card-featured .blog-image{aspect-ratio:16/8}
.blog-image{aspect-ratio:4/3;background:#E7E2D8;object-fit:cover;width:100%}
.blog-color-tile{align-items:flex-end;aspect-ratio:4/3;display:flex;flex:0 0 auto;min-height:180px;overflow:hidden;padding:2rem;width:100%}
.blog-color-tile span{color:rgba(255,255,255,.78);font-family:'Inter',sans-serif;font-size:clamp(3.2rem,5vw,4.8rem);font-weight:700;letter-spacing:-.06em;line-height:.8}
.tile-clay{background:#B86F52}.tile-blue{background:#466C8A}.tile-yellow{background:#C59B3C}.tile-green{background:#52715B}.tile-pink{background:#A85E78}.tile-ink{background:#30363D}.tile-sage{background:#78906D}
.blog-content{display:flex;flex:1;flex-direction:column;padding:1.35rem}
.blog-category{color:var(--accent);font-size:.68rem;font-weight:700;letter-spacing:.14em;margin-bottom:.75rem;text-transform:uppercase}
.blog-title{font-size:1.08rem;letter-spacing:.01em;line-height:1.35;margin-bottom:.8rem}
.blog-excerpt{color:var(--ink-2);font-size:.92rem;margin-bottom:1.25rem}
.read-more-btn{align-items:center;border-top:1px solid var(--hairline);display:flex;font-size:.82rem;font-weight:600;justify-content:space-between;margin-top:auto;padding-top:1rem}
.read-more-btn span{font-size:1.05rem;transition:transform .2s ease}
.blog-card:hover .read-more-btn span{transform:translateX(3px)}

.article-hero{padding:6.5rem 1.5rem 3rem}
.article-hero-inner{max-width:920px}
.article-title{font-size:clamp(2.4rem,6vw,5rem);letter-spacing:-.035em;line-height:1.05;max-width:900px}
.article-standfirst{color:var(--ink-2);font-size:1.15rem;margin-top:1.5rem;max-width:690px}
.article-meta{align-items:center;border-top:1px solid var(--hairline);color:#8A8578;display:flex;font-size:.78rem;gap:1rem;margin-top:2rem;padding-top:1rem}
.article-layout{display:grid;gap:4rem;grid-template-columns:minmax(0,1fr) 280px;padding:0 1.5rem 7rem}
.article-main{min-width:0}
.article-cover{aspect-ratio:16/9;border:1px solid var(--hairline);border-radius:14px;margin-bottom:3rem;object-fit:cover;width:100%}
.article-color-cover{align-items:flex-end;display:flex;padding:2rem}
.article-color-cover span{color:rgba(255,255,255,.82);font-family:'Inter',sans-serif;font-size:clamp(3rem,9vw,7rem);font-weight:700;letter-spacing:-.06em;line-height:.8}
.article-body{font-size:1.02rem;max-width:720px}
.article-body p{color:#434A53;margin-bottom:1.35rem}
.article-body h2{font-size:1.55rem;letter-spacing:-.015em;line-height:1.3;margin:2.8rem 0 1rem}
.article-body h3{font-size:1.05rem;line-height:1.4;margin:2rem 0 .6rem}
.article-body ul,.article-body ol{color:#434A53;margin:0 0 1.5rem 1.25rem}
.article-body li{margin-bottom:.65rem;padding-left:.3rem}
/* Shared product photography inside an article. One shot uses .article-shot,
   a pair uses .article-shots, which collapses to a single column on a phone. */
.article-body .article-shot{margin:0 0 2rem;border:1px solid var(--hairline);border-radius:16px;overflow:hidden;max-width:460px}
.article-body .article-shot img{display:block;width:100%;height:auto}
.article-body .article-shots{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:0 0 2rem}
.article-body .article-shots figure{margin:0;border:1px solid var(--hairline);border-radius:16px;overflow:hidden}
.article-body .article-shots img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover}
.article-body .article-shot figcaption,.article-body .article-shots figcaption{background:#F5F2EC;color:#434A53;font-size:.85rem;padding:.7rem .9rem}
@media (max-width:640px){.article-body .article-shots{grid-template-columns:1fr}}
.article-note{background:#E7ECE3;border-left:3px solid var(--accent);border-radius:0 10px 10px 0;margin:2rem 0;padding:1.25rem 1.4rem}
.article-note strong{display:block;margin-bottom:.25rem}
.enquiry-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1.5rem 0 2.5rem}
.enquiry-product{background:var(--surface);border:1px solid var(--hairline);border-radius:12px;padding:1.35rem}
.enquiry-product:last-child{grid-column:1/-1}
.enquiry-product-type{color:var(--accent);display:block;font-size:.66rem;font-weight:700;letter-spacing:.12em;margin-bottom:.55rem;text-transform:uppercase}
.article-body .enquiry-product h3{font-size:1rem;margin:0 0 .55rem}
.article-body .enquiry-product p{font-size:.9rem;margin:0}
.comparison-table-wrap{border:1px solid var(--ink);border-radius:12px;margin:1.5rem 0 2.5rem;overflow-x:auto}
.comparison-table{border-collapse:separate;border-spacing:0;min-width:640px;width:100%}
.comparison-table th,.comparison-table td{border-bottom:1px solid #CFC9BE;border-right:1px solid #CFC9BE;padding:1rem;text-align:left;vertical-align:top}
.comparison-table th:last-child,.comparison-table td:last-child{border-right:0}
.comparison-table th{background:var(--ink);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.comparison-table th:first-child{border-radius:10px 0 0 0}
.comparison-table th:last-child{border-radius:0 10px 0 0}
.comparison-table td{background:#fff;color:#434A53;font-size:.92rem}
.comparison-table tbody tr:nth-child(even) td{background:#F5F2EC}
.comparison-table tbody td:first-child{color:var(--ink);font-weight:700}
.comparison-table tbody tr:last-child td{border-bottom:0}
.article-aside{align-self:start;border-top:1px solid var(--hairline);position:sticky;top:110px}
.aside-block{border-bottom:1px solid var(--hairline);padding:1.25rem 0}
.aside-label{color:#8A8578;display:block;font-size:.67rem;font-weight:700;letter-spacing:.14em;margin-bottom:.6rem;text-transform:uppercase}
.aside-block p,.aside-block a{color:var(--ink-2);font-size:.88rem}
.aside-block a:hover{color:var(--ink)}
.product-jump-btn,.aside-block .product-jump-btn{align-items:center;background:var(--accent);border:1px solid var(--accent);border-radius:8px;color:#fff;display:inline-flex;font-size:.86rem;font-weight:700;gap:.4rem;justify-content:center;line-height:1.2;padding:.72rem 1rem;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}
.product-jump-btn:hover,.aside-block .product-jump-btn:hover{background:#3F5932;border-color:#3F5932;color:#fff;transform:translateY(-1px)}
.product-jump-btn:focus-visible{outline:3px solid rgba(35,59,93,.28);outline-offset:3px}
.article-body p .product-jump-btn{margin-top:.45rem}
.article-cta .product-jump-btn{background:var(--accent);border-color:var(--accent)}
.aside-block .product-jump-btn{margin-top:.15rem;text-align:center}
/* The call-to-action box lays its buttons out as a wrapping row rather than as
   inline text. Inline buttons with a left margin stagger into a staircase as
   soon as a second or third button is added, or as soon as the box narrows. */
.article-cta{background:var(--ink);border-radius:14px;color:#fff;margin-top:3rem;padding:2rem;display:flex;flex-wrap:wrap;gap:.65rem}
.article-cta h2,.article-cta p{flex:0 0 100%}
.article-cta h2{color:#fff;margin:0}
.article-cta p{color:#D8DADD;margin:0 0 .35rem}
/* Buttons share each row evenly: they stretch to fill the width they are given
   and drop to the next row once they would fall below 9.5rem, so the box never
   ends up with ragged part-rows on a narrow phone or a half-width window. */
.article-cta a{align-items:center;border:1px solid rgba(255,255,255,.75);border-radius:8px;display:inline-flex;flex:1 1 9.5rem;min-width:min(100%,9.5rem);font-size:.9rem;font-weight:600;justify-content:center;line-height:1.2;padding:.7rem 1rem;text-align:center}
/* On a phone every button goes full width, so they read as a stack of equal
   rows instead of ragged blocks of different lengths. */
@media (max-width:640px){
  .article-cta{padding:1.5rem;gap:.55rem}
  .article-cta a{flex:1 1 100%}
}
/* GSTIN "(optional)" hint. Lives here with the other .wholesale-* rules so it
   applies wherever the form renders — inline on this page type or inside the
   enquiry popup. */
.wholesale-optional{font-weight:400;opacity:.6;font-size:.88em}
.wholesale-form-card{scroll-margin-top:155px;background:#E7ECE3;border:1px solid #C8D2C2;border-radius:16px;margin-top:3rem;padding:2rem}
.wholesale-form-intro{max-width:650px}
.article-body .wholesale-form-intro h2{margin:.2rem 0 .75rem}
.article-body .wholesale-form-intro p{margin-bottom:1.75rem}
.international-enquiry{align-items:center;background:var(--ink);border-radius:12px;color:#fff;display:flex;gap:1.5rem;justify-content:space-between;margin:0 0 1.75rem;padding:1.25rem 1.35rem}
.international-enquiry-copy{min-width:0}
.international-enquiry-kicker{color:#B8CDAE;display:block;font-size:.67rem;font-weight:700;letter-spacing:.14em;margin-bottom:.35rem;text-transform:uppercase}
.article-body .international-enquiry strong{display:block;font-size:1rem;line-height:1.4}
.article-body .international-enquiry p{color:#D8DADD;font-size:.82rem;margin:.3rem 0 0}
.international-enquiry a{align-items:center;border:1px solid rgba(255,255,255,.75);border-radius:9px;display:inline-flex;font-size:.84rem;font-weight:700;justify-content:center;min-height:44px;padding:.65rem 1rem;transition:background-color .2s ease,color .2s ease,transform .2s ease;white-space:nowrap}
.international-enquiry a:hover{background:#fff;color:var(--ink);transform:translateY(-1px)}
.international-enquiry a:focus-visible{outline:3px solid rgba(255,255,255,.35);outline-offset:3px}
.wholesale-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem}
.wholesale-field{min-width:0}
.wholesale-field-wide,.wholesale-products{grid-column:1/-1}
.wholesale-field label,.wholesale-products legend{color:var(--ink);display:block;font-size:.78rem;font-weight:700;letter-spacing:.02em;margin-bottom:.45rem}
.wholesale-field input,.wholesale-field select{appearance:none;background:#fff;border:1px solid #BFC8B9;border-radius:9px;color:var(--ink);font:inherit;font-size:.92rem;min-height:48px;padding:.72rem .8rem;width:100%}
.wholesale-field input:focus,.wholesale-field select:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(35,59,93,.14);outline:0}
.wholesale-field input[aria-invalid="true"],.wholesale-field select[aria-invalid="true"]{border-color:#A63D35;box-shadow:0 0 0 3px rgba(166,61,53,.1)}
.wholesale-products{border:0;margin:0;min-width:0;padding:0}
.wholesale-product-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}
.wholesale-product-options label{align-items:center;background:#fff;border:1px solid #BFC8B9;border-radius:9px;cursor:pointer;display:flex;font-size:.86rem;font-weight:600;gap:.55rem;margin:0;padding:.72rem .8rem}
.wholesale-product-options input{accent-color:var(--accent);height:17px;width:17px}
.wholesale-products[aria-invalid="true"] .wholesale-product-options label{border-color:#A63D35}
.wholesale-error{color:#8D2822;display:block;font-size:.72rem;min-height:1.1rem;padding-top:.25rem}
.wholesale-privacy{border-top:1px solid #C8D2C2;color:#586253!important;font-size:.78rem!important;margin:1.4rem 0 1rem!important;padding-top:1rem}
.wholesale-submit{border:1px solid #182B16;border-radius:10px;background:#223B1E;color:#F6F2E9;cursor:pointer;font:inherit;font-size:.88rem;font-weight:700;min-height:49px;padding:.75rem 1rem;transition:background-color .2s ease,opacity .2s ease,transform .2s ease}
.wholesale-submit:not(:disabled):hover{background:#182B16;transform:translateY(-1px)}
.wholesale-submit:focus-visible{outline:3px solid rgba(34,59,30,.28);outline-offset:3px}
.wholesale-submit:disabled{cursor:not-allowed;opacity:.48}
.wholesale-status{color:#586253!important;font-size:.78rem!important;margin:.7rem 0 0!important;min-height:1.3rem}
.wholesale-status.is-error{color:#8D2822!important}
.wholesale-status.is-success{color:#315D24!important;font-weight:650}
.wholesale-honeypot{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}
.more-guides{border-top:1px solid var(--hairline);padding:4rem 1.5rem}
.more-inner{display:flex;gap:1.5rem;justify-content:space-between}
.back-link{font-size:.85rem;font-weight:600}
.back-link:hover{text-decoration:underline}

@media(max-width:900px){
  .blog-hero-inner{grid-template-columns:1fr}
  .blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .article-layout{gap:2.5rem;grid-template-columns:minmax(0,1fr) 220px}
}
@media(max-width:1300px){
  .blog-hero-inner{grid-template-columns:1fr}
  .hero-copy{max-width:620px}
}
@media(max-width:680px){
  .page-shell{padding-top:74px}
  .blog-hero{padding:4.5rem 1.5rem 3.5rem}
  .display-title{font-size:clamp(2.4rem,11vw,3.5rem)}
  .blog-list{padding-bottom:4rem}
  .section-heading{align-items:start;flex-direction:column;gap:.4rem}
  .blog-grid{grid-template-columns:1fr}
  .blog-card-featured{grid-column:auto}
  .blog-card-featured .blog-image,.blog-image{aspect-ratio:4/3}
  .blog-color-tile{min-height:160px;padding:1.6rem}
  .article-hero{padding:4.5rem 1.5rem 2.5rem}
  .article-title{font-size:clamp(2rem,10vw,3.2rem)}
  .article-layout{display:block;padding-bottom:4rem}
  .enquiry-product-grid{grid-template-columns:1fr}
  .enquiry-product:last-child{grid-column:auto}
  .wholesale-form-card{padding:1.4rem}
  .international-enquiry{align-items:flex-start;flex-direction:column;gap:1rem}
  .international-enquiry a{width:100%}
  .wholesale-form-grid,.wholesale-product-options{grid-template-columns:1fr}
  .article-cover{margin-bottom:2.25rem}
  .article-aside{margin-top:3rem;position:static}
  .more-inner{flex-direction:column}
}
