@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");

:root {
  --ink: #111111;
  --muted: #676767;
  --soft: #f6f5f2;
  --line: #e8e6e1;
  --paper: #ffffff;
  --etsy: #f1641e;
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(17,17,17,.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "IBM Plex Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section { padding: 92px 0; }
.h2 { margin: 8px 0 16px; font-size: clamp(2.1rem, 5vw, 4.4rem); line-height: .96; letter-spacing: -.055em; }
.lead { max-width: 700px; font-size: clamp(1.05rem, 2vw, 1.3rem); color: var(--muted); }

.skip-link { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.skip-link:focus { left: 16px; top: 16px; width: auto; height: auto; padding: 10px 14px; background: #fff; z-index: 999; border: 1px solid var(--line); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(232,230,225,.85);
}
.header-row { min-height: 92px; display: flex; align-items: center; gap: 28px; }
.brand { margin-right: auto; display: inline-flex; align-items: center; }
.brand img { width: min(430px, 34vw); max-height: 62px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 25px; font-size: .95rem; font-weight: 650; }
.nav a { position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--ink); transition: right .2s ease; }
.nav a:hover::after, .nav a[aria-current="page"]::after { right: 0; }
.etsy-button { display: inline-flex; align-items: center; gap: 10px; background: var(--ink); color: #fff; padding: 11px 15px 11px 11px; border-radius: 999px; font-weight: 850; box-shadow: 0 7px 20px rgba(17,17,17,.13); transition: transform .18s ease, box-shadow .18s ease; }
.etsy-button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(17,17,17,.18); }
.etsy-icon { width: 29px; height: 29px; flex: 0 0 29px; border-radius: 7px; background: var(--etsy); display: grid; place-items: center; color: white; font: 800 21px/1 Georgia, serif; }
.nav .etsy-button {
  background: transparent;
  color: var(--ink);
  padding: 0;
  border-radius: 0;
  font-weight: inherit;
  box-shadow: none;
  gap: 8px;
  transform: none;
}
.nav .etsy-button:hover { transform: none; box-shadow: none; }
.nav .etsy-button .etsy-icon { width: 22px; height: 22px; flex-basis: 22px; border-radius: 5px; font-size: 16px; }
.mobile-toggle { display: none; border: 0; background: transparent; padding: 8px; font-size: 1.4rem; cursor: pointer; }

.hero { padding: 74px 0 34px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 54px; align-items: center; }
.hero h1 { margin: 10px 0 24px; font-size: clamp(3.7rem, 8vw, 7.3rem); letter-spacing: -.07em; line-height: .84; }
.hero-copy { max-width: 660px; color: var(--muted); font-size: clamp(1.12rem, 2vw, 1.38rem); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 20px; border-radius: 999px; font-weight: 800; border: 1px solid var(--ink); transition: .18s ease; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { transform: translateY(-2px); }
.button-light { background: white; }
.button-light:hover { background: var(--soft); }

.hero-art { position: relative; min-height: 600px; }
.hero-card { position: absolute; overflow: hidden; border-radius: 26px; box-shadow: var(--shadow); background: var(--soft); border: 7px solid white; }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card.one { width: 66%; height: 47%; left: 2%; top: 4%; transform: rotate(-3deg); }
.hero-card.two { width: 62%; height: 44%; right: 0; top: 29%; transform: rotate(3deg); }
.hero-card.three { width: 57%; height: 40%; left: 10%; bottom: 2%; transform: rotate(-1deg); }
.hero-badge {
  position: absolute;
  right: 2%;
  bottom: 8%;
  width: 168px;
  aspect-ratio: 1;
  background: var(--ink);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 900;
  line-height: 1.08;
  transform: rotate(8deg);
  padding: 22px;
  box-shadow: var(--shadow);
  clip-path: polygon(
    50% 0%, 57.29% 8.64%, 67.10% 3.02%, 71.00% 13.63%, 82.14% 11.70%, 82.17% 23.00%,
    93.30% 25.00%, 89.47% 35.64%, 99.24% 41.32%, 92.00% 50.00%, 99.24% 58.68%, 89.47% 64.36%,
    93.30% 75.00%, 82.17% 77.00%, 82.14% 88.30%, 71.00% 86.37%, 67.10% 96.98%, 57.29% 91.36%,
    50.00% 100.00%, 42.71% 91.36%, 32.90% 96.98%, 29.00% 86.37%, 17.86% 88.30%, 17.83% 77.00%,
    6.70% 75.00%, 10.53% 64.36%, 0.76% 58.68%, 8.00% 50.00%, 0.76% 41.32%, 10.53% 35.64%,
    6.70% 25.00%, 17.83% 23.00%, 17.86% 11.70%, 29.00% 13.63%, 32.90% 3.02%, 42.71% 8.64%
  );
}
.hero-badge span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-wrap: balance;
}

.trust-strip { border-block: 1px solid var(--line); background: var(--soft); }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.trust-item { padding: 24px 22px; text-align: center; font-weight: 750; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item small { display: block; color: var(--muted); font-weight: 600; margin-top: 2px; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-head .h2 { max-width: 760px; }

.gallery { columns: 3 310px; column-gap: 18px; }
.gallery-card { break-inside: avoid; margin: 0 0 18px; border-radius: 20px; overflow: hidden; position: relative; background: var(--soft); cursor: zoom-in; }
.gallery-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.gallery-card:nth-child(3n+2) img { aspect-ratio: 1/1; }
.gallery-card:nth-child(4n) img { aspect-ratio: 3/4; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-overlay { position: absolute; inset: auto 0 0; padding: 42px 18px 16px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.72)); opacity: 0; transform: translateY(6px); transition: .22s ease; }
.gallery-card:hover .gallery-overlay { opacity: 1; transform: translateY(0); }
.gallery-overlay strong { display: block; font-size: 1.05rem; }
.gallery-overlay span { font-size: .82rem; opacity: .85; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; }
.filter { border: 1px solid var(--line); background: white; border-radius: 999px; padding: 8px 13px; cursor: pointer; font-weight: 750; }
.filter.active, .filter:hover { background: var(--ink); color: white; border-color: var(--ink); }

.feature-band { background: var(--ink); color: white; }
.feature-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.feature-grid .lead { color: #cfcfcf; }
.feature-photo { border-radius: 28px; overflow: hidden; transform: rotate(1.4deg); border: 8px solid #282828; }
.feature-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

.cards-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.info-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.info-card .number { width: 43px; height: 43px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: white; font-weight: 900; margin-bottom: 38px; }
.info-card h3 { font-size: 1.35rem; margin: 0 0 9px; }
.info-card p { margin: 0; color: var(--muted); }

.collab-box { border-radius: 34px; padding: clamp(32px, 6vw, 74px); background: var(--soft); display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; position: relative; overflow: hidden; }
.collab-box::after { content: ""; position: absolute; width: 300px; height: 300px; border: 50px dotted #dedbd4; border-radius: 50%; right: -130px; bottom: -170px; opacity: .8; }
.collab-copy { position: relative; z-index: 1; }
.collab-list { display: grid; gap: 11px; margin: 24px 0 30px; padding: 0; list-style: none; }
.collab-list li { display: flex; gap: 10px; align-items: start; }
.collab-list li::before { content: "•"; font-size: 1.5rem; line-height: 1rem; margin-top: 4px; }
.collab-side { position: relative; z-index: 1; background: white; border-radius: 24px; padding: 26px; box-shadow: var(--shadow); }
.collab-side h3 { margin-top: 0; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { background: var(--soft); border-radius: 999px; padding: 7px 11px; font-size: .87rem; font-weight: 700; }

.page-hero { padding: 70px 0 44px; }
.page-hero h1 { font-size: clamp(3.3rem, 8vw, 6.8rem); line-height: .9; letter-spacing: -.065em; margin: 10px 0 20px; }
.page-hero p { max-width: 760px; color: var(--muted); font-size: 1.22rem; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.stat { border: 1px solid var(--line); border-radius: 20px; padding: 24px; }
.stat strong { display: block; font-size: 2rem; letter-spacing: -.04em; }
.stat span { color: var(--muted); }

.contact-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-card { border: 1px solid var(--line); border-radius: 26px; padding: 32px; }
.contact-card h3 { margin-top: 0; }
.contact-card p { color: var(--muted); }
.contact-card .button { margin-top: 8px; }

.site-footer { border-top: 1px solid var(--line); padding: 44px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 30px; }
.footer-logo { max-width: 360px; margin-bottom: 16px; }
.footer-copy { color: var(--muted); max-width: 500px; }
.footer-links { display: grid; gap: 8px; color: var(--muted); }
.footer-links strong { color: var(--ink); margin-bottom: 5px; }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 34px; padding-top: 20px; color: var(--muted); font-size: .88rem; display: flex; justify-content: space-between; gap: 20px; }

.lightbox { position: fixed; inset: 0; z-index: 1000; background: rgba(0,0,0,.88); display: none; align-items: center; justify-content: center; padding: 40px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 86vh; border-radius: 14px; box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.lightbox button { position: absolute; right: 25px; top: 20px; background: transparent; border: 0; color: white; font-size: 2rem; cursor: pointer; }

@media (max-width: 980px) {
  .mobile-toggle { display: block; }
  .nav { display: none; position: absolute; top: 91px; left: 0; right: 0; background: white; border-bottom: 1px solid var(--line); padding: 20px; flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .nav .etsy-button { justify-content: flex-start; }
  .brand img { width: min(420px, 64vw); }
  .hero-grid, .feature-grid, .collab-box, .about-grid, .contact-panel { grid-template-columns: 1fr; }
  .hero-art { min-height: 520px; }
  .feature-grid { gap: 35px; }
  .cards-three { grid-template-columns: 1fr; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  .header-row { min-height: 78px; }
  .nav { top: 77px; }
  .hero { padding-top: 45px; }
  .hero h1 { font-size: clamp(3.2rem, 18vw, 5.6rem); }
  .hero-art { min-height: 410px; }
  .hero-card.one { width: 72%; height: 47%; }
  .hero-card.two { width: 66%; height: 44%; }
  .hero-card.three { width: 62%; height: 40%; left: 6%; }
  .hero-badge {
    width: 122px;
    right: 0;
    bottom: 6%;
    padding: 16px 14px;
    align-items: center;
    justify-content: center;
  }
  .hero-badge span {
    width: 100%;
    text-align: center;
    font-size: .62rem;
    line-height: 1.12;
  }
  .section { padding: 68px 0; }
  .section-head { display: block; }
  .section-head .button { margin-top: 10px; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .gallery { columns: 1; }
  .gallery-overlay { opacity: 1; transform: none; }
  .collab-box { padding: 30px 22px; border-radius: 24px; }
  .about-stats { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
