/*
Theme Name: Chippie V11.5
Theme URI: https://chippie.ch
Author: Chippie
Description: Editable Chippie theme with products, lifestyle photos and homepage texts managed in WordPress.
Version: 1.5.0
Text Domain: chippie
*/
:root{
  --bg:#f1eee6;
  --ink:#0d0d0d;
  --paper:#fffdf7;
  --pink:#edb9e9;
  --cyan:#8bdaf0;
  --line:rgba(13,13,13,.18);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:
      linear-gradient(to right, rgba(120,116,108,.22) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(120,116,108,.22) 1px, transparent 1px),
      linear-gradient(to right, rgba(255,255,255,.35) 2px, transparent 2px),
      linear-gradient(to bottom, rgba(255,255,255,.35) 2px, transparent 2px),
      #ece9e1;
  background-size: 68px 68px, 68px 68px, 68px 68px, 68px 68px;
  color:var(--ink);
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:16px;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.announcement{
  height:32px;background:var(--ink);color:white;
  display:flex;align-items:center;justify-content:center;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:10px;font-weight:500;line-height:1;letter-spacing:.08em;
  position:relative;z-index:20;
}
.site-header{
  min-height:88px;padding:12px 4vw;
  display:flex;align-items:center;justify-content:space-between;
  border-bottom:1px solid var(--line);
  position:sticky;top:0;background:rgba(236,233,225,.94);
  backdrop-filter:blur(10px);z-index:10;
}
.brand img{width:142px;height:62px;object-fit:contain}
.nav{display:flex;gap:30px;font-weight:500;font-size:13px;letter-spacing:-.01em}
.nav a{border-bottom:2px solid transparent;padding:8px 0}
.nav a:hover{border-color:var(--ink)}
.menu-toggle{display:none;background:none;border:0;font-weight:800}
.hero{
  min-height:calc(100vh - 122px);
  background:rgba(255,253,247,.36);
  display:grid;grid-template-columns:1fr 1fr;
  border-bottom:1px solid var(--line);
}
.hero-copy{
  padding:8vw 4vw 6vw;display:flex;flex-direction:column;justify-content:center;
}
.eyebrow{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:11px;font-weight:600;line-height:1.3;letter-spacing:.08em;margin:0 0 18px;text-transform:uppercase}
h1,h2,h3,p{margin-top:0}
h1{
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:clamp(64px,8.4vw,138px);
  font-weight:700;letter-spacing:-.065em;line-height:.84;
  text-transform:none;
  margin-bottom:42px;
}
.hero-text{max-width:470px;font-size:18px;line-height:1.5;margin-bottom:34px;letter-spacing:-.012em}
.button{
  display:inline-flex;width:max-content;padding:16px 22px;
  background:var(--ink);color:#fff;font-weight:500;
  font-size:12px;letter-spacing:.01em;
  transition:.2s ease;
}
.button:hover{transform:translate(-3px,-3px);box-shadow:5px 5px 0 var(--pink)}
.hero-art{
  position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 26% 28%,rgba(237,185,233,.45),transparent 24%),
    radial-gradient(circle at 76% 68%,rgba(139,218,240,.42),transparent 23%),
    rgba(255,253,247,.72);
  border-left:1px solid var(--line);
  display:grid;place-items:center;min-height:650px;
}
.logo-card{
  width:min(70%,620px);aspect-ratio:1/1;
  display:grid;place-items:center;
  transform:rotate(-4deg);
  background:rgba(255,253,247,.42);
  border:1px solid rgba(13,13,13,.14);
}
.logo-card img{width:90%;filter:drop-shadow(16px 18px 0 rgba(0,0,0,.08))}
.sticker{
  position:absolute;background:var(--ink);color:white;padding:10px 13px;
  font:800 11px/1 "Courier New",monospace;letter-spacing:.1em;
}
.sticker-one{top:11%;right:8%;transform:rotate(8deg)}
.sticker-two{bottom:9%;left:7%;background:var(--pink);color:var(--ink);font-size:14px;transform:rotate(-7deg)}
.split-banner{
  overflow:hidden;white-space:nowrap;background:var(--pink);
  border-bottom:1px solid var(--ink);
  padding:11px 0;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:15px;font-weight:600;line-height:1;letter-spacing:.03em;
}
.split-banner span{margin-right:48px}
.section{padding:125px 4vw;background:rgba(255,253,247,.28)}
.section-head{
  display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:48px
}
.section-head h2,.about h2,.contact h2{
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:clamp(42px,5.2vw,78px);
  font-weight:650;line-height:.95;
  text-transform:none;letter-spacing:-.055em;margin:0
}
.section-head>p{max-width:420px;line-height:1.5;margin:0}
.product-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px
}
.product-card{border:1px solid var(--ink);background:var(--paper)}
.product-card.featured{grid-row:span 1}
.product-image{
  aspect-ratio:1/1;background:#fff;display:grid;place-items:center;overflow:hidden;padding:7%
}
.product-image.cream{background:#eee7d6}
.product-image.dark{background:#171717}
.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}
.product-card:hover .product-image img{transform:scale(1.035)}
.product-meta{
  min-height:105px;padding:18px;display:flex;justify-content:space-between;gap:20px;
  border-top:1px solid var(--ink)
}
.product-meta h3{font-size:16px;font-weight:600;letter-spacing:-.02em;margin-bottom:5px}
.product-meta p{font-size:12px;color:#555;margin:0;line-height:1.35}
.product-meta>span{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:9px;font-weight:500;line-height:1.2;letter-spacing:.05em;text-align:right}
.about{
  background:rgba(13,13,13,.96);color:white;display:grid;grid-template-columns:.8fr 1.2fr;
  gap:6vw;align-items:center;
}
.about-logo{
  min-height:480px;background:var(--pink);display:grid;place-items:center;padding:8%;
  transform:rotate(-2deg)
}
.about-logo img{width:95%}
.about-copy p:not(.eyebrow){font-size:19px;line-height:1.55;max-width:680px}
.about-copy .micro{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:11px;font-weight:500;line-height:1.4;text-transform:uppercase;letter-spacing:.06em}
.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.catalog-grid figure{margin:0;border:1px solid var(--ink);background:white}
.catalog-grid img{aspect-ratio:1/1;object-fit:contain;padding:7%}
.catalog-grid figcaption{border-top:1px solid var(--ink);padding:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:10px;font-weight:500;line-height:1.2;letter-spacing:.03em}
.contact{
  background:rgba(139,218,240,.84);text-align:center;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)
}
.contact p{font-size:18px}
.email-link{
  display:inline-block;margin-top:22px;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:clamp(28px,5vw,70px);font-weight:600;line-height:1;
  letter-spacing:-.045em;
  text-transform:none;border-bottom:2px solid var(--ink)
}
footer{
  min-height:170px;padding:32px 4vw;display:grid;grid-template-columns:1fr auto auto;gap:40px;
  align-items:end;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:10px;font-weight:500;line-height:1.3;letter-spacing:.03em
}
.footer-brand img{width:130px;height:60px;object-fit:contain}


.storyline{
  background:rgba(255,253,247,.30);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.story-row{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:18px;
  margin-bottom:18px;
  align-items:stretch;
}
.story-row.reverse{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}
.story-row:last-child{margin-bottom:0}
.story-product{
  border:1px solid var(--ink);
  background:var(--paper);
  display:flex;
  flex-direction:column;
}
.story-product-image{
  aspect-ratio:1/1;
  background:#fff;
  display:grid;
  place-items:center;
  overflow:hidden;
  padding:7%;
}
.story-product-image.cream{background:#eee7d6}
.story-product-image.dark{background:#171717}
.story-product-image img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.story-product-meta{
  min-height:105px;
  padding:18px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid var(--ink);
}
.story-product-meta h3{
  font-size:16px;
  font-weight:600;
  letter-spacing:-.02em;
  margin:0 0 5px;
}
.story-product-meta p{
  font-size:12px;
  color:#555;
  margin:0;
  line-height:1.35;
}
.story-product-meta span{
  font-size:9px;
  font-weight:500;
  line-height:1.2;
  letter-spacing:.05em;
  text-align:right;
  white-space:nowrap;
}
.story-photo{
  margin:0;
  overflow:hidden;
  border:1px solid var(--ink);
  background:#111;
}
.story-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.shot-walking,.shot-table1,.shot-table2,.shot-dancer{aspect-ratio:1.45/1}
.shot-walking img{object-position:center 42%}
.shot-dancer img{object-position:center 40%}

@media (max-width:900px){
  .site-header{min-height:74px}
  .brand img{width:115px;height:50px}
  .menu-toggle{display:block}
  .nav{
    display:none;position:absolute;left:0;right:0;top:74px;padding:24px 4vw;
    background:var(--bg);border-bottom:1px solid var(--ink);flex-direction:column;gap:14px
  }
  .nav.open{display:flex}
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-copy{padding-top:80px;padding-bottom:70px}
  .hero-art{border-left:0;border-top:1px solid var(--line);min-height:500px}
  h1{font-size:clamp(68px,20vw,125px)}
  .section{padding:80px 4vw}
  .section-head{display:block}
  .section-head>p{margin-top:24px}
  .about{grid-template-columns:1fr}
  .about-logo{min-height:380px}
  .catalog-grid{grid-template-columns:repeat(2,1fr)}
  footer{grid-template-columns:1fr;gap:16px;align-items:start}
}
@media (max-width:620px){

  .story-row,
  .story-row.reverse{
    grid-template-columns:1fr;
    gap:12px;
    margin-bottom:12px;
  }
  .shot-walking,.shot-table1,.shot-table2,.shot-dancer{aspect-ratio:1.22/1}

  .announcement{font-size:8px;letter-spacing:.11em}
  .hero-art{min-height:380px}
  .product-grid{grid-template-columns:1fr}
  .product-meta{min-height:96px}
  .catalog-grid{grid-template-columns:1fr 1fr;gap:8px}
  .email-link{font-size:12vw}
}\n\n/* V10 refinements */\n.story-product-image,\n.story-product-image.cream,\n.story-product-image.dark{\n  background:#f3efe6;\n}\n.story-product-image img{\n  object-fit:contain;\n}\n.story-product-meta{\n  background:rgba(255,253,247,.94);\n}\n.storyline .section-head>p{\n  max-width:390px;\n}\n.nav a{transition:opacity .18s ease,border-color .18s ease}\n.nav a:hover{opacity:.62}\n@media (max-width:900px){\n  .storyline .section-head{margin-bottom:34px}\n  .story-photo{min-height:320px}\n}\n@media (max-width:620px){\n  .hero-copy{padding-top:64px;padding-bottom:58px}\n  .hero-text{font-size:16px}\n  .story-product-meta{min-height:92px;padding:15px}\n  .story-photo{min-height:0}\n  .section-head h2,.about h2,.contact h2{font-size:clamp(38px,13vw,58px)}\n}\n

.empty-product{
  min-height:100%;
  display:grid;
  place-items:center;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#777;
  background:#f5f2eb;
}
.product-side{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:6px;
}
.product-side strong{
  font-size:13px;
  font-weight:600;
}
.story-photo:empty{
  display:none;
}
.story-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}


/* V11.4 clean shop grid */
.shop-section{background:rgba(255,253,247,.30)}
.shop-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:34px 28px;
  align-items:start
}
.shop-product{background:transparent;border:0}
.shop-product-image{
  width:100%;
  aspect-ratio:1/1.05;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:transparent;
  padding:0
}
.shop-product-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block
}
.shop-product-info{text-align:center;padding:18px 4px 0}
.shop-product-info h3{
  margin:0;
  font-size:15px;
  line-height:1.05;
  font-weight:750;
  letter-spacing:-.02em;
  text-transform:uppercase
}
.shop-price{margin:8px 0 0;font-size:14px;line-height:1}
.shop-status{
  margin:8px 0 0;
  font-size:10px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#666
}
.lifestyle-pair{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:96px
}
.lifestyle-card{
  margin:0;
  aspect-ratio:1.55/1;
  overflow:hidden;
  border:0;
  background:#111
}
.lifestyle-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block
}
@media (max-width:1100px){
  .shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:620px){
  .shop-grid{grid-template-columns:1fr;gap:42px}
  .shop-product-image{aspect-ratio:1/1}
  .lifestyle-pair{grid-template-columns:1fr;margin-top:64px;gap:12px}
  .lifestyle-card{aspect-ratio:1.25/1}
}


/* V11.5 editorial alternating layout */
.editorial-products{
  display:flex;
  flex-direction:column;
  gap:20px;
}
.editorial-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  align-items:stretch;
}
.editorial-cell{
  min-width:0;
}
.editorial-cell .shop-product,
.editorial-cell .lifestyle-card{
  height:100%;
}
.editorial-cell .shop-product{
  display:flex;
  flex-direction:column;
}
.editorial-cell .shop-product-image{
  flex:1;
  min-height:0;
  aspect-ratio:1.32/1;
}
.editorial-cell .lifestyle-card{
  aspect-ratio:1.32/1;
}
.editorial-cell .lifestyle-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.editorial-row-products .shop-product-image{
  aspect-ratio:1.32/1;
}
.editorial-row-products .shop-product{
  padding-bottom:4px;
}
@media (max-width:760px){
  .editorial-row{
    grid-template-columns:1fr;
    gap:14px;
  }
  .editorial-products{gap:14px}
  .editorial-cell .shop-product-image,
  .editorial-cell .lifestyle-card,
  .editorial-row-products .shop-product-image{
    aspect-ratio:1.15/1;
  }
}
