:root {
  --ink: #241c18;
  --muted: #6c625d;
  --paper: #fffdf9;
  --orange: #dc5a20;
  --orange-dark: #a63d12;
  --orange-soft: #fff0e7;
  --line: #eadfd7;
  --shadow: 0 10px 35px rgba(80, 38, 13, .08);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.5; }
a { color: var(--orange-dark); text-underline-offset: 3px; }
main { width: min(1100px, calc(100% - 2.5rem)); margin: 0 auto; padding: 4rem 0 5rem; }
h1, h2, h3 { line-height: 1.1; letter-spacing: -.03em; }
h1 { font-size: clamp(2.4rem, 6vw, 4.8rem); max-width: 15ch; margin: .2rem 0 1rem; }
h2 { font-size: clamp(1.55rem, 3vw, 2.4rem); }
h3 { font-size: 1.25rem; }
.site-header { min-height: 72px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; padding: 0 max(1.25rem, calc((100vw - 1100px)/2)); background: rgba(255,253,249,.94); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(12px); }
.brand { color: var(--ink); font-size: 1.2rem; font-weight: 800; text-decoration: none; }
.brand span, .eyebrow { color: var(--orange); }
.site-header nav { display: flex; gap: 1rem; align-items: center; font-size: .92rem; }
.site-header nav form { margin: 0; }
.social-nav { display: flex; align-items: center; gap: .35rem; padding-right: .25rem; border-right: 1px solid var(--line); }
.social-link { width: 2rem; height: 2rem; display: grid; place-items: center; border-radius: 50%; color: var(--orange-dark); text-decoration: none; }
.social-link:hover { color: #fff; background: var(--orange); }
.link-button, .text-action { border: 0; background: none; color: var(--orange-dark); cursor: pointer; padding: 0; font: inherit; text-decoration: underline; text-underline-offset: 3px; }
.button { background: var(--orange); color: #fff; border: 0; border-radius: .6rem; display: inline-block; padding: .85rem 1.15rem; font-weight: 750; text-decoration: none; cursor: pointer; box-shadow: 0 5px 12px rgba(220,90,32,.2); }
.button:hover { background: var(--orange-dark); }
.button.small { padding: .55rem .75rem; font-size: .85rem; }
.button.disabled { opacity: .6; cursor: not-allowed; }
button:disabled { opacity: .55; cursor: not-allowed; }
.hero { padding: 4rem 0 3rem; max-width: 720px; }
.hero-layout { isolation: isolate; max-width: none; min-height: 520px; position: relative; display: flex; align-items: center; overflow: hidden; border-radius: 1.25rem; padding: clamp(3rem, 6vw, 5.5rem); background: linear-gradient(100deg, rgba(255,250,245,var(--hero-overlay,.97)) 0%, rgba(255,248,241,var(--hero-overlay,.93)) 48%, rgba(255,231,213,.76) 100%), var(--hero-image, url("/assets/images/foto-hero.webp")) var(--hero-position, center center) / cover no-repeat; }
.hero-layout::before { content: ""; position: absolute; z-index: -2; width: 500px; aspect-ratio: 1; right: -105px; bottom: -205px; border-radius: 50%; background: #f5a270; opacity: .25; }
.hero-layout::after { content: ""; position: absolute; z-index: -1; inset: 0 0 0 44%; background: url("/assets/images/Pose_VeioLive-hero-cropped.webp") right 22px bottom -80px / auto min(78vw, 800px) no-repeat; filter: drop-shadow(0 22px 26px rgba(79, 36, 16, .2)); pointer-events: none; }
.hero-layout > div { position: relative; z-index: 1; max-width: 620px; padding-right: 1rem; }
.hero > p:not(.eyebrow) { max-width: 58ch; color: var(--muted); font-size: 1.16rem; }
.eyebrow { font-size: .72rem; font-weight: 850; letter-spacing: .12em; margin: 0; }
.steps { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin: 2rem 0 4rem; }
.steps div { padding: 1.5rem; }
.steps div + div { border-left: 1px solid var(--line); }
.steps b { color: var(--orange); font-size: 1.4rem; }
.steps h2 { font-size: 1.05rem; margin: .45rem 0; }
.steps p, .muted { color: var(--muted); font-size: .92rem; }
.notice { background: var(--orange-soft); border-radius: .8rem; padding: 1rem 1.25rem; margin: 2rem 0 4rem; }
.about { max-width: 760px; margin: 0 0 3.5rem; padding: 2rem; background: #fff; border: 1px solid var(--line); border-radius: .85rem; box-shadow: var(--shadow); }
.about h2 { margin: .3rem 0 .8rem; }
.about p:last-child { color: var(--muted); font-size: 1.05rem; }
.campaign-image-band { --depth-offset: 0px; width: 100%; min-height: var(--band-height, 400px); margin: 3.5rem 0; border-radius: 1.2rem; background-image: linear-gradient(rgba(30,17,10,var(--band-shade,.14)), rgba(30,17,10,var(--band-shade,.14))), var(--band-image); background-size: cover; background-position: var(--band-x, 50%) var(--band-y, 50%); transform: translateZ(0); box-shadow: var(--shadow); }
@media (min-width: 721px) {
  .campaign-image-band { background-position: var(--band-x, 50%) calc(var(--band-y, 50%) + var(--depth-offset)); background-size: auto calc(100% + 110px); }
}
.section-title { margin-bottom: 1.5rem; }
.tier-grid, .magazine-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.tier-card, .magazine-card, .card, .form-card { background: #fff; border: 1px solid var(--line); border-radius: .85rem; padding: 1.35rem; box-shadow: var(--shadow); }
.tier-card { display: flex; flex-direction: column; align-items: flex-start; min-height: 285px; }
.tier-card h3 { margin: 0; }
.tier-card p { color: var(--muted); }
.tier-card strong { font-size: 1.85rem; margin-top: auto; }
.tier-card small { font-size: .9rem; color: var(--muted); }
.annual { font-size: .85rem; margin: .25rem 0 1rem; }
.faq { margin-top: 5rem; max-width: 860px; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid #f2d4c1; border-radius: 1.25rem; background: linear-gradient(145deg, #fff7f1, #fff1e7); }
.faq h2 { margin: .35rem 0 1.6rem; }
.faq details { background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: .8rem; box-shadow: 0 5px 18px rgba(80,38,13,.05); margin-top: .75rem; overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.faq details:hover { border-color: #e7b797; box-shadow: 0 8px 22px rgba(80,38,13,.09); transform: translateY(-1px); }
.faq details[open] { border-color: #e5a47d; }
.faq summary { cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.05rem 1.15rem; font-weight: 780; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: 0 0 2rem; width: 2rem; height: 2rem; display: grid; place-items: center; border-radius: 50%; background: var(--orange-soft); color: var(--orange-dark); font-size: 1.3rem; line-height: 1; transition: transform .2s ease, background .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); background: var(--orange); color: #fff; }
.faq details p { color: var(--muted); margin: 0 1.15rem 1.15rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.form-card { max-width: 540px; margin: 0 auto; }
form { display: grid; gap: .85rem; }
label { display: grid; gap: .3rem; font-size: .88rem; font-weight: 700; }
input, textarea, select { width: 100%; border: 1px solid #cfc1b8; border-radius: .45rem; padding: .7rem; color: var(--ink); background: #fff; font: inherit; font-weight: 400; }
textarea { min-height: 95px; resize: vertical; }
fieldset { border: 1px solid var(--line); border-radius: .5rem; padding: .8rem; display: flex; gap: .65rem; flex-wrap: wrap; }
.check { display: flex; gap: .4rem; align-items: center; font-weight: 500; }
.check input { width: auto; }
.flash { width: min(900px, calc(100% - 2rem)); margin: 1rem auto -2rem; padding: .8rem 1rem; border-radius: .55rem; }
.flash.success { background: #e9f8ed; color: #17662d; }
.flash.error { background: #fff0ee; color: #9b2f23; }
.dashboard { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.dashboard h1 { font-size: 3rem; }
.compact { margin-top: 2rem; }
.member-nav { display: flex; flex-wrap: wrap; gap: .65rem; margin-bottom: 2rem; }
.member-nav a { background: var(--orange-soft); border-radius: 999px; padding: .55rem .85rem; font-weight: 700; text-decoration: none; }
.field-status { color: var(--muted); margin-top: -.55rem; }
.magazine-card { overflow: hidden; }
.magazine-card img, .cover-placeholder { width: 100%; aspect-ratio: .68; object-fit: cover; border-radius: .5rem; background: #f1e5dc; display: grid; place-items: center; color: var(--orange-dark); font-weight: 800; }
.locked { color: var(--muted); font-size: .9rem; font-weight: 700; }
.reader iframe { width: 100%; height: 80vh; border: 1px solid var(--line); margin-top: 1rem; }
.mural-list { max-width: 760px; display: grid; gap: 1rem; }
.mural-post { background: #fff; border: 1px solid var(--line); border-radius: .8rem; padding: 1.35rem; }
.mural-post h2 { font-size: 1.4rem; margin: .35rem 0 .7rem; }
.podcast-list { display: grid; gap: 1rem; max-width: 850px; }
.podcast-card { display: grid; grid-template-columns: 190px 1fr; gap: 1.25rem; background: #fff; border: 1px solid var(--line); border-radius: .9rem; overflow: hidden; box-shadow: var(--shadow); }
.podcast-card > img, .podcast-placeholder { width: 100%; height: 100%; min-height: 190px; object-fit: cover; background: linear-gradient(145deg, var(--orange), var(--orange-dark)); color: #fff; display: grid; place-items: center; font-size: 3rem; }
.podcast-card > div:last-child { padding: 1.25rem 1.25rem 1.25rem 0; }
.podcast-card h2 { margin: .35rem 0; }
.admin { max-width: 1050px; }
.admin h1 { font-size: 3rem; }
.admin-grid { display: grid; gap: 1.5rem; }
.wide { width: 100%; }
table { border-collapse: collapse; width: 100%; margin: 1rem 0 2rem; font-size: .9rem; }
th, td { padding: .75rem; text-align: left; border-bottom: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; }
.social-editor-row { display: grid; grid-template-columns: 180px 1fr 2fr; gap: .75rem; padding-bottom: .85rem; border-bottom: 1px solid var(--line); }
.admin-block { display: grid; gap: .9rem; margin: .5rem 0; padding: 1.1rem; }
.admin-preview { width: min(100%, 520px); max-height: 220px; object-fit: cover; border-radius: .6rem; border: 1px solid var(--line); }
.integration-status { border-left: 4px solid var(--orange); padding: .65rem .9rem; background: var(--orange-soft); }
footer { background: #281f1b; color: #f7e8dc; padding: 2rem max(1.25rem, calc((100vw - 1100px)/2)); font-size: .85rem; }

@media (max-width: 720px) {
  main { width: min(100% - 2rem, 1100px); padding-top: 2.3rem; }
  .site-header { padding: 0 1rem; }
  .site-header nav { gap: .65rem; }
  .steps, .tier-grid, .magazine-grid, .dashboard, .form-grid { grid-template-columns: 1fr; }
  .hero-layout { min-height: 570px; align-items: flex-start; padding: 2.2rem 1.5rem 16rem; background: linear-gradient(155deg, rgba(255,250,245,var(--hero-overlay,.97)) 0%, rgba(255,241,229,.88) 100%), var(--hero-image, url("/assets/images/foto-hero.webp")) var(--hero-position, center center) / cover no-repeat; }
  .hero-layout::before { width: 320px; right: -70px; bottom: -150px; }
  .hero-layout::after { inset: 45% 0 -45px 25%; background-position: right 4px bottom -30px; background-size: auto 430px; opacity: .92; }
  .hero-layout > div { padding-right: 0; }
  .steps div + div { border-left: 0; border-top: 1px solid var(--line); }
  .tier-card { min-height: 0; }
  .tier-card strong { margin-top: 1rem; }
  .site-header nav > a:not(.button) { display: none; }
  .social-nav { border-right: 0; padding-right: 0; }
  .social-link { width: 1.8rem; height: 1.8rem; }
  .campaign-image-band { min-height: min(var(--band-height, 400px), 390px); margin: 2.5rem 0; background-position: var(--band-x, 50%) var(--band-y, 50%); }
  .podcast-card { grid-template-columns: 1fr; }
  .podcast-card > img, .podcast-placeholder { height: 210px; }
  .podcast-card > div:last-child { padding: 1.1rem; }
  .social-editor-row { grid-template-columns: 1fr; }
  table { display: block; overflow-x: auto; }
}
