/* ============================================================================
   JKR MODAS — atelier de moda feminina, Curitiba
   Estética: lookbook editorial premium. Paleta ameixa/blush/champanhe,
   Fraunces display + Spectral corpo, placas SVG próprias (sem foto),
   grão fino, hairlines, reveal escalonado. Self-contained, zero imagem externa.
   ========================================================================== */

:root {
  --paper:      #F6F1EC;   /* champanhe claro */
  --paper-2:    #EFE6DE;
  --paper-3:    #E6D8CF;
  --ink:        #251B22;   /* ameixa quase preta */
  --ink-soft:   #4A3A44;
  --muted:      #8C7A84;
  --line:       #DCCFC6;
  --line-soft:  #E8DDD4;
  --plum:       #6E2A4F;   /* ameixa dominante */
  --plum-deep:  #511C3A;
  --blush:      #C98A86;   /* rosé acento */
  --gold:       #B08A4F;   /* champanhe metálico */
  --maxw:       1220px;
  --gutter:     clamp(20px, 5vw, 60px);
  --display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --body: 'Spectral', Georgia, serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.64;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow-x: hidden;
}

/* Grão fino — textura de papel */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.86' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

::selection { background: var(--plum); color: var(--paper); }

a { color: inherit; text-decoration: none; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
.hide-sm { }

/* ---- helpers ---- */
.kicker {
  font-family: var(--display);
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--plum);
}

/* ============================ HEADER (sticky blur) ============================ */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246,241,236,0.82);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 18px; }
.brandmark { display: flex; align-items: center; gap: 12px; }
.brandmark .seal { width: 38px; height: 38px; flex: none; }
.brandmark .wm { font-family: var(--display); font-weight: 600; font-size: 1.34rem; letter-spacing: 0.02em; line-height: 1; }
.brandmark .wm small { display: block; font-family: var(--body); font-weight: 400; font-size: 0.6rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.nav .links { display: flex; align-items: center; gap: clamp(16px, 2.6vw, 34px); }
.nav .links a {
  font-family: var(--display); font-weight: 500; font-size: 0.8rem;
  letter-spacing: 0.14em; text-transform: uppercase; position: relative; padding: 2px 0;
}
.nav .links a::after { content: ""; position: absolute; left: 0; bottom: -4px; height: 1px; width: 0; background: var(--plum); transition: width .3s ease; }
.nav .links a:hover::after { width: 100%; }
.nav .cta {
  font-family: var(--display); font-weight: 600; font-size: 0.78rem; letter-spacing: 0.1em;
  text-transform: uppercase; background: var(--plum); color: var(--paper);
  padding: 11px 20px; border-radius: 999px; transition: background .25s;
}
.nav .cta:hover { background: var(--plum-deep); }

/* ============================ HERO (compacto editorial) ============================ */
.hero { padding: clamp(46px, 7vw, 92px) 0 clamp(40px, 6vw, 72px); }
.hero .grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(30px, 5vw, 72px); align-items: center; }
.hero .tag { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.hero .tag .rule { height: 1px; width: 46px; background: var(--blush); }
.hero h1 {
  font-family: var(--display); font-optical-sizing: auto; font-weight: 540;
  font-size: clamp(2.6rem, 6.4vw, 4.6rem); line-height: 1.0; letter-spacing: -0.02em;
}
.hero h1 em { font-style: italic; color: var(--plum); }
.hero .dek { margin-top: 24px; font-size: clamp(1.05rem, 2.2vw, 1.28rem); color: var(--ink-soft); max-width: 38ch; }
.hero .cta-row { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.btn-primary {
  font-family: var(--display); font-weight: 600; font-size: 0.82rem; letter-spacing: 0.1em;
  text-transform: uppercase; background: var(--plum); color: var(--paper);
  padding: 14px 26px; border-radius: 999px; transition: background .25s;
}
.btn-primary:hover { background: var(--plum-deep); }
.btn-ghost {
  font-family: var(--display); font-weight: 500; font-size: 0.82rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--plum-deep); border-bottom: 1px solid var(--blush); padding-bottom: 4px;
}
.btn-ghost:hover { color: var(--ink); }

/* placa SVG do hero */
.plate {
  position: relative; aspect-ratio: 4/5; border: 1px solid var(--line);
  background: linear-gradient(155deg, var(--paper-2), var(--paper-3));
  overflow: hidden; box-shadow: 0 34px 64px -42px rgba(37,27,34,.5);
}
.plate svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.plate .cap {
  position: absolute; left: 16px; bottom: 14px; right: 16px;
  font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft);
  display: flex; justify-content: space-between;
}

/* ============================ TRUST STRIP ============================ */
.strip { background: var(--ink); color: var(--paper); }
.strip .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.strip .stat { padding: 26px 22px; text-align: center; }
.strip .stat .n { font-family: var(--display); font-weight: 600; font-size: clamp(1.5rem, 3.4vw, 2.2rem); color: var(--gold); line-height: 1; }
.strip .stat .l { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: #C9B9BF; margin-top: 10px; }

/* ============================ SECTION HEAD ============================ */
.sec-head { display: flex; align-items: baseline; justify-content: space-between; gap: 18px;
  border-top: 2px solid var(--ink); padding-top: 14px; margin-bottom: 34px; }
.sec-head h2 { font-family: var(--display); font-weight: 560; font-size: clamp(1.6rem, 3.6vw, 2.3rem); letter-spacing: -0.01em; }
.sec-head .more { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--plum); }

/* ============================ SOBRE ============================ */
.about { padding: clamp(40px, 6vw, 80px) 0; }
.about .grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(30px, 5vw, 72px); align-items: start; }
.about p { color: var(--ink-soft); margin-bottom: 18px; }
.about p.lead-p { font-family: var(--display); font-weight: 500; font-size: clamp(1.4rem, 3vw, 1.95rem); line-height: 1.26; color: var(--ink); font-style: italic; margin-bottom: 26px; }
.about .sig { font-family: var(--display); font-style: italic; font-size: 1.3rem; color: var(--plum-deep); margin-top: 6px; }
.about .role { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.about .side { border: 1px solid var(--line); background: var(--paper-2); padding: 28px; }
.about .side h4 { font-family: var(--display); font-weight: 560; font-size: 1.18rem; margin-bottom: 16px; }
.about .side .item { display: flex; gap: 12px; padding: 11px 0; border-top: 1px solid var(--line-soft); font-size: 0.95rem; color: var(--ink-soft); }
.about .side .item:first-of-type { border-top: none; }
.about .side .item .mk { color: var(--plum); font-family: var(--display); font-style: italic; }

/* ============================ COLEÇÕES (catalog grid) ============================ */
.collections { padding: clamp(36px, 5vw, 64px) 0; }
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.6vw, 36px); }
.tile { display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper); transition: transform .3s ease, box-shadow .3s ease; }
.tile:hover { transform: translateY(-4px); box-shadow: 0 26px 50px -38px rgba(37,27,34,.5); }
.tile .art { aspect-ratio: 4/5; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--paper-2); }
.tile .art svg { width: 100%; height: 100%; display: block; }
.tile .meta { padding: 20px 22px 24px; }
.tile .cat { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--plum); }
.tile h3 { font-family: var(--display); font-weight: 540; font-size: clamp(1.3rem, 2.4vw, 1.55rem); line-height: 1.1; margin-top: 10px; }
.tile p { color: var(--ink-soft); font-size: 0.96rem; margin-top: 10px; }

/* ============================ DIFERENCIAIS ============================ */
.diff { padding: clamp(36px, 5vw, 64px) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-block: 18px; }
.diff .row { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(22px, 3vw, 40px); }
.diff .cell .ic { width: 46px; height: 46px; margin-bottom: 16px; }
.diff .cell h4 { font-family: var(--display); font-weight: 560; font-size: 1.16rem; margin-bottom: 8px; }
.diff .cell p { font-size: 0.94rem; color: var(--ink-soft); }

/* ============================ PULLQUOTE ============================ */
.pull { padding: clamp(52px, 9vw, 108px) 0; text-align: center; }
.pull .mark { font-size: 3rem; color: var(--blush); line-height: 0; display: block; margin-bottom: 22px; font-family: var(--display); }
.pull blockquote { font-family: var(--display); font-weight: 400; font-style: italic; font-size: clamp(1.7rem, 4.4vw, 3rem); line-height: 1.2; max-width: 22ch; margin: 0 auto; color: var(--ink); }
.pull cite { display: block; margin-top: 28px; font-style: normal; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }

/* ============================ DEPOIMENTOS ============================ */
.testi { padding: clamp(40px, 6vw, 76px) 0; }
.testi .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 3vw, 38px); }
.testi .q { border: 1px solid var(--line); background: var(--paper-2); padding: 28px 26px 24px; display: flex; flex-direction: column; }
.testi .q .stars { color: var(--gold); letter-spacing: 3px; font-size: 0.9rem; margin-bottom: 14px; }
.testi .q p { color: var(--ink-soft); font-size: 1rem; flex: 1; }
.testi .q .who { display: flex; align-items: center; gap: 12px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.testi .q .av { width: 42px; height: 42px; border-radius: 999px; background: var(--plum); color: var(--paper); display: grid; place-items: center; font-family: var(--display); font-weight: 600; font-size: 1.05rem; flex: none; }
.testi .q .nm { font-family: var(--display); font-weight: 560; font-size: 1rem; color: var(--ink); }
.testi .q .ct { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-top: 2px; }

/* ============================ CONTATO ============================ */
.contact { background: var(--ink); color: var(--paper); padding: clamp(48px, 7vw, 92px) 0; }
.contact .grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.contact h2 { font-family: var(--display); font-weight: 540; font-size: clamp(1.9rem, 4.4vw, 3rem); line-height: 1.04; }
.contact h2 em { font-style: italic; color: var(--gold); }
.contact .sub { color: #CBBCC2; margin-top: 18px; max-width: 40ch; }
.contact .info { margin-top: 30px; }
.contact .info .item { padding: 14px 0; border-top: 1px solid #3F3138; }
.contact .info .item .lbl { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.contact .info .item .val { margin-top: 5px; font-size: 1.02rem; color: var(--paper); }
.contact form { display: grid; gap: 14px; }
.contact .field { display: grid; gap: 6px; }
.contact .field.two { grid-template-columns: 1fr 1fr; gap: 14px; }
.contact label { font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: #B7A7AE; }
.contact input, .contact textarea {
  background: transparent; border: 1px solid #4A3A42; color: var(--paper);
  padding: 13px 15px; font-family: var(--body); font-size: 1rem; border-radius: 0; width: 100%;
}
.contact textarea { min-height: 120px; resize: vertical; }
.contact input:focus, .contact textarea:focus { outline: none; border-color: var(--gold); }
.contact button {
  background: var(--gold); color: var(--ink); border: none; padding: 15px 26px;
  font-family: var(--display); font-weight: 600; font-size: 0.82rem; letter-spacing: 0.1em;
  text-transform: uppercase; cursor: pointer; transition: background .2s; justify-self: start;
}
.contact button:hover { background: var(--paper); }

/* ============================ FOOTER ============================ */
footer { background: var(--paper-2); border-top: 2px solid var(--ink); padding: clamp(48px, 6vw, 78px) 0 36px; }
footer .cols { display: grid; grid-template-columns: 1.5fr 1fr 1.1fr 1.1fr; gap: clamp(26px, 4vw, 52px); }
footer .brand .wm { font-family: var(--display); font-weight: 600; font-size: 1.6rem; letter-spacing: -0.01em; }
footer .brand p { color: var(--muted); font-size: 0.92rem; margin-top: 14px; max-width: 34ch; }
footer h5 { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--plum); margin-bottom: 16px; }
footer ul { list-style: none; }
footer li { margin-bottom: 10px; }
footer .info-line { color: var(--ink-soft); font-size: 0.93rem; margin-bottom: 9px; line-height: 1.5; }
footer .info-line strong { color: var(--ink); }
footer li a { color: var(--ink-soft); font-size: 0.94rem; transition: color .2s; }
footer li a:hover { color: var(--plum-deep); }
footer .legal-data { margin-top: 46px; padding-top: 26px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.84rem; line-height: 1.7; }
footer .legal-data strong { color: var(--ink-soft); }
footer .copy { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line-soft); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 0.78rem; letter-spacing: 0.04em; color: var(--muted); }
footer .copy a { color: var(--ink-soft); }
footer .copy a:hover { color: var(--plum-deep); }

/* ============================ LEGAL PAGES ============================ */
.doc { padding: clamp(40px, 6vw, 78px) 0 clamp(48px, 7vw, 84px); }
.doc .head { max-width: 780px; margin: 0 auto clamp(28px,4vw,46px); }
.doc .head .kicker { display: block; margin-bottom: 14px; }
.doc .head h1 { font-family: var(--display); font-weight: 560; font-size: clamp(2.1rem, 5.4vw, 3.4rem); line-height: 1.04; letter-spacing: -0.02em; }
.doc .head .updated { margin-top: 16px; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.doc .body { max-width: 760px; margin: 0 auto; }
.doc .body p { margin-bottom: 18px; color: var(--ink-soft); }
.doc .body .lead-p { font-size: 1.18rem; color: var(--ink); font-style: italic; }
.doc .body h2 { font-family: var(--display); font-weight: 560; font-size: clamp(1.4rem, 3vw, 1.85rem); margin: 36px 0 14px; letter-spacing: -0.01em; }
.doc .body ul { margin: 0 0 20px 1.15em; color: var(--ink-soft); }
.doc .body li { margin-bottom: 9px; }
.doc .body strong { color: var(--ink); }
.doc .body a { color: var(--plum-deep); border-bottom: 1px solid var(--line); }
.data-card { border: 1px solid var(--line); background: var(--paper-2); padding: 26px; margin: 28px 0; }
.data-card h3 { font-family: var(--display); font-weight: 560; font-size: 1.2rem; margin-bottom: 12px; }
.data-card p { margin-bottom: 6px; font-size: 0.96rem; }
.backlink { display: inline-block; margin-top: 8px; font-family: var(--display); font-weight: 500; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--plum-deep); border-bottom: 1px solid var(--blush); padding-bottom: 3px; }

/* ============================ REVEAL / MOTION ============================ */
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.reveal { opacity: 0; animation: rise .9s cubic-bezier(.2,.7,.2,1) forwards; }
.d1 { animation-delay: .05s; } .d2 { animation-delay: .16s; } .d3 { animation-delay: .28s; }
.d4 { animation-delay: .4s; } .d5 { animation-delay: .52s; } .d6 { animation-delay: .64s; }
@media (prefers-reduced-motion: reduce) { .reveal { animation: none; opacity: 1; } }

/* ============================ RESPONSIVE ============================ */
@media (max-width: 920px) {
  .hero .grid { grid-template-columns: 1fr; }
  .hero .plate { order: -1; max-width: 440px; }
  .strip .wrap { grid-template-columns: 1fr 1fr; }
  .about .grid { grid-template-columns: 1fr; }
  .tiles { grid-template-columns: 1fr 1fr; }
  .diff .row { grid-template-columns: 1fr 1fr; }
  .testi .cards { grid-template-columns: 1fr; }
  .contact .grid { grid-template-columns: 1fr; }
  footer .cols { grid-template-columns: 1fr 1fr; }
  .nav .links { display: none; }
}
@media (max-width: 600px) {
  body { font-size: 17px; }
  .strip .wrap { grid-template-columns: 1fr 1fr; }
  .tiles { grid-template-columns: 1fr; }
  .diff .row { grid-template-columns: 1fr; }
  .contact .field.two { grid-template-columns: 1fr; }
  footer .cols { grid-template-columns: 1fr; }
}
