:root { --sand:#e8dfcf; --sand-light:#f5f1e8; --ink:#171715; --rust:#8d4a2f; --dune:#a39078; --line:rgba(23,23,21,.42); --paper:#faf8f3; --ease:cubic-bezier(.2,.7,.2,1); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; -webkit-text-size-adjust:100%; text-size-adjust:100%; }
body { margin:0; background:var(--sand-light); color:var(--ink); font-family:"Courier New",Courier,monospace; line-height:1.5; }
img { display:block; width:100%; height:auto; }
a { color:inherit; text-underline-offset:.18em; }
button,input,textarea,select { font:inherit; }
:focus-visible { outline:2px solid var(--rust); outline-offset:4px; }
.sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; }
.district-shell { width:min(calc(100% - 52px),1440px); margin:0 auto; }
.district-header { display:flex; align-items:center; justify-content:space-between; gap:22px; min-height:96px; border-bottom:1px solid var(--ink); }
.district-brand { display:block; width:clamp(112px,11vw,164px); text-decoration:none; }
.district-brand img { width:100%; height:auto; }
.district-nav { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:0; }
.district-nav a,.district-link { color:var(--ink); font-size:.67rem; font-weight:700; letter-spacing:.075em; text-decoration:none; text-transform:uppercase; }
.district-nav a { border-left:1px solid var(--line); padding:6px 11px; transition:background .2s var(--ease),color .2s var(--ease); }
.district-nav a:last-child { border-right:1px solid var(--line); }
.district-nav a:hover,.district-nav a[aria-current="page"] { background:var(--ink); color:var(--sand-light); }
.district-utility { display:flex; justify-content:space-between; gap:18px; padding:14px 0; color:var(--dune); font-size:.65rem; font-weight:700; letter-spacing:.09em; text-transform:uppercase; }
.district-utility a { color:inherit; text-decoration:none; }
.district-hero { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr); gap:clamp(30px,7vw,120px); margin:0 calc(50% - 50vw); padding:clamp(78px,12vw,180px) max(26px,calc((100vw - 1440px)/2)) 92px; border-block:1px solid var(--ink); background:var(--sand); }
.district-hero--intro { grid-template-columns:1fr; padding-block:clamp(70px,10vw,130px); }
.district-hero--intro > div { max-width:42ch; }
.district-kicker,.southland-eyebrow { margin:0 0 15px; color:var(--rust); font-size:.65rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.district-hero h1,.district-page-title { max-width:10ch; margin:0; font-family:Impact,"Arial Black",sans-serif; font-size:clamp(3.7rem,8vw,8.6rem); font-weight:400; letter-spacing:-.045em; line-height:.77; text-transform:uppercase; }
.district-hero h1.district-wordmark { width:min(100%,660px); max-width:none; height:clamp(180px,19vw,290px); overflow:hidden; }
.district-wordmark img { width:100%; height:100%; object-fit:contain; object-position:left center; filter:sepia(.28) contrast(1.08); }
.district-hero h1.district-wordmark--southland { display:flex; align-items:center; width:100%; overflow:visible; color:var(--ink); font-size:clamp(3.2rem,7vw,7.4rem); }
.district-hero p:not(.district-kicker) { align-self:end; max-width:35ch; margin:0; color:#4c443a; font-family:Georgia,serif; font-size:clamp(1.05rem,1.8vw,1.4rem); line-height:1.38; }
.district-section-head { display:flex; align-items:baseline; justify-content:space-between; gap:24px; margin:64px 0 24px; padding-bottom:12px; border-bottom:1px solid var(--ink); }
.district-section-head h2 { margin:0; font-size:.72rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.district-section-head p { margin:0; color:#605749; font-size:.68rem; letter-spacing:.08em; text-transform:uppercase; }
.post-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:42px 18px; padding-bottom:92px; }
.district-empty { display:grid; min-height:300px; place-content:center; gap:18px; grid-column:1 / -1; border:1px solid var(--ink); background:var(--sand); padding:36px; text-align:center; }
.district-empty p,.district-empty h1 { max-width:13ch; margin:0; font-family:Impact,"Arial Black",sans-serif; font-size:clamp(2rem,4vw,4rem); font-weight:400; letter-spacing:-.025em; line-height:.82; text-transform:uppercase; }
.district-empty .district-link { justify-self:center; border-bottom:1px solid var(--ink); padding-bottom:4px; }
.post-card__image { display:block; overflow:hidden; border:1px solid var(--ink); background:var(--paper); }
.post-card__image img { aspect-ratio:4/5; object-fit:cover; filter:saturate(.62) sepia(.16) contrast(1.05); transition:filter .5s var(--ease),transform .5s var(--ease); }
.post-card:hover img { filter:saturate(.88) sepia(.07) contrast(1.03); transform:scale(1.025); }
.post-card__meta { display:flex; justify-content:space-between; gap:12px; margin-top:12px; color:#665b4b; font-size:.62rem; font-weight:700; letter-spacing:.07em; text-transform:uppercase; }
.post-card h2 { margin:8px 0 7px; font-family:Impact,"Arial Black",sans-serif; font-size:1.45rem; font-weight:400; letter-spacing:-.015em; line-height:.87; text-transform:uppercase; }
.post-card h2 a { text-decoration:none; }
.post-card p { margin:0; color:#51493e; font-family:Georgia,serif; font-size:.86rem; }
.post-card__actions { display:flex; align-items:center; gap:13px; margin-top:15px; color:#665b4b; font-size:.68rem; }
.text-button { border:0; border-bottom:1px solid currentColor; background:transparent; color:inherit; padding:0 0 2px; cursor:pointer; font-size:inherit; }
.text-button[aria-pressed="true"] { color:var(--rust); }
.district-footer { display:flex; justify-content:space-between; gap:28px; padding:28px 0 36px; border-top:1px solid var(--ink); color:#655b4c; font-size:.64rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.district-footer p { margin:0; }
.district-footer nav { display:flex; gap:16px; }
.district-page { max-width:920px; padding:84px 0; }
.district-page-title { max-width:12ch; margin-bottom:48px; }
.district-copy { max-width:64ch; color:#4d463d; font-family:Georgia,serif; font-size:1.05rem; }
.district-copy p { margin:0 0 20px; }
.community-form { display:grid; gap:19px; max-width:720px; border:1px solid var(--ink); background:var(--sand); padding:30px; }
.community-form label,.community-form legend { display:grid; gap:8px; color:#50483d; font-size:.68rem; font-weight:700; letter-spacing:.11em; text-transform:uppercase; }
.community-form input,.community-form textarea,.community-form select { width:100%; border:0; border-bottom:1px solid var(--ink); border-radius:0; background:transparent; padding:10px 0; color:var(--ink); outline:0; }
.community-form select option { background:var(--sand-light); }
.community-form textarea { min-height:150px; resize:vertical; }
.community-form fieldset { display:grid; gap:12px; margin:0; padding:0; border:0; }
.community-form .check-label { display:flex; align-items:flex-start; gap:9px; color:#51493e; font-family:Georgia,serif; font-size:.82rem; font-weight:400; letter-spacing:0; line-height:1.45; text-transform:none; }
.community-form .check-label input { width:auto; margin-top:3px; accent-color:var(--rust); }
.district-button { justify-self:start; min-height:46px; border:1px solid var(--ink); background:var(--ink); color:var(--sand-light); padding:0 20px; cursor:pointer; font-size:.67rem; font-weight:700; letter-spacing:.13em; text-transform:uppercase; transition:background .2s var(--ease),color .2s var(--ease); }
.district-button:hover { background:var(--rust); border-color:var(--rust); }
.form-hint,.form-status { margin:0; color:#645a4d; font-family:Georgia,serif; font-size:.8rem; }
.form-status[hidden] { display:none; }.form-status[data-state="error"] { color:#9b3328; }.form-status[data-state="success"] { color:#49633e; }
.upload-preview { max-width:280px; }.upload-preview img { aspect-ratio:4/5; object-fit:cover; border:1px solid var(--ink); }
.post-detail { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(290px,.85fr); gap:clamp(36px,7vw,110px); padding:70px 0 100px; }.post-detail > .district-empty { min-height:420px; }
.post-detail__image { border:1px solid var(--ink); background:var(--paper); }.post-detail__image img { aspect-ratio:4/5; object-fit:cover; filter:saturate(.7) sepia(.14); }
.post-detail__body { align-self:start; }.post-detail__category,.profile__joined { margin:0 0 16px; color:#665b4b; font-size:.67rem; font-weight:700; letter-spacing:.13em; text-transform:uppercase; }
.post-detail h1 { margin:0 0 14px; font-family:Impact,"Arial Black",sans-serif; font-size:clamp(2.8rem,5vw,5.4rem); font-weight:400; letter-spacing:-.025em; line-height:.79; text-transform:uppercase; }.post-detail__author { margin:0 0 27px; font-size:.9rem; }.post-detail__description { color:#51493e; font-family:Georgia,serif; }
.comments { margin-top:48px; padding-top:26px; border-top:1px solid var(--ink); }.comments h2 { margin:0 0 20px; font-size:.7rem; letter-spacing:.14em; text-transform:uppercase; }.comment { padding:15px 0; border-top:1px solid var(--line); }.comment p { margin:7px 0 0; color:#51493e; font-family:Georgia,serif; font-size:.86rem; }.comment header { display:flex; justify-content:space-between; gap:12px; font-size:.72rem; }.comment header span { color:#665b4b; }.comment-form { display:grid; gap:12px; margin-top:24px; }.comment-form textarea { min-height:92px; border:1px solid var(--ink); background:var(--paper); color:var(--ink); padding:10px; resize:vertical; }.comment-form .district-button { justify-self:end; }
.profile { display:grid; grid-template-columns:150px minmax(0,1fr); gap:28px; align-items:start; margin-bottom:65px; }.profile__image { width:150px; aspect-ratio:1; overflow:hidden; border:1px solid var(--ink); background:var(--paper); }.profile__image img { height:100%; object-fit:cover; filter:grayscale(1) sepia(.2); }.profile h1 { margin:0 0 9px; font-family:Impact,"Arial Black",sans-serif; font-size:clamp(2.5rem,5vw,5rem); font-weight:400; letter-spacing:-.025em; line-height:.8; text-transform:uppercase; }.profile p { max-width:54ch; margin:0 0 12px; color:#51493e; font-family:Georgia,serif; }.moderation-note { margin-top:56px; border-left:4px solid var(--rust); background:var(--sand); padding:24px; color:#51493e; font-family:Georgia,serif; font-size:.9rem; }

/* Portada de SOUTHLAND: una galería aislada en el sur. */
.southland-home { padding-top:0; }.southland-welcome { position:relative; display:grid; grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr); gap:clamp(38px,7vw,108px); margin:0 calc(50% - 50vw); overflow:hidden; border-bottom:1px solid var(--ink); background:var(--sand); padding:clamp(66px,10vw,132px) max(26px,calc((100vw - 1440px)/2)); }
.southland-welcome::after { position:absolute; right:max(26px,calc((100vw - 1440px)/2)); bottom:0; width:min(38vw,500px); height:15px; background:var(--ink); content:""; }
.southland-welcome__copy,.southland-welcome__note { position:relative; z-index:1; }.southland-welcome h1,.southland-invitation h2 { max-width:10ch; margin:0; font-family:Impact,"Arial Black",sans-serif; font-size:clamp(4rem,8.8vw,9.6rem); font-weight:400; letter-spacing:-.055em; line-height:.74; text-transform:uppercase; }.southland-welcome__copy > p:not(.southland-eyebrow) { max-width:42ch; margin:31px 0 0; color:#4d463c; font-family:Georgia,serif; font-size:clamp(1rem,1.5vw,1.25rem); line-height:1.55; }
.southland-welcome__actions { display:flex; flex-wrap:wrap; align-items:center; gap:18px; margin-top:37px; }.southland-button { display:inline-flex; align-items:center; justify-content:center; gap:20px; min-height:49px; border:1px solid var(--ink); padding:0 20px; font-size:.67rem; font-weight:700; letter-spacing:.1em; text-decoration:none; text-transform:uppercase; transition:background .2s var(--ease),color .2s var(--ease),transform .2s var(--ease); }.southland-button:hover { transform:translate(-3px,-3px); box-shadow:3px 3px 0 var(--ink); }.southland-button--solid { background:var(--ink); color:var(--sand-light); }.southland-button--solid:hover { border-color:var(--rust); background:var(--rust); box-shadow:3px 3px 0 var(--ink); }.southland-button--quiet { border-color:transparent; padding-inline:2px; }.southland-button--quiet:hover { background:transparent; box-shadow:none; color:var(--rust); }
.southland-welcome__note { align-self:end; border:1px solid var(--ink); background:var(--paper); padding:26px; }.southland-welcome__note-label { margin:0 0 16px; color:var(--rust); font-size:.65rem; font-weight:700; letter-spacing:.13em; text-transform:uppercase; }.southland-welcome__note ul { display:grid; gap:8px; margin:0 0 24px; padding:0; list-style:none; font-family:Impact,"Arial Black",sans-serif; font-size:clamp(1.45rem,2.5vw,2.35rem); letter-spacing:-.02em; line-height:.86; text-transform:uppercase; }.southland-welcome__note li::before { color:var(--rust); content:"/ "; }.southland-welcome__note > p:last-child { margin:0; color:#554c40; font-family:Georgia,serif; font-size:.9rem; line-height:1.45; }
.southland-ways { display:grid; grid-template-columns:repeat(3,1fr); gap:0; margin:0 calc(50% - 50vw); border-bottom:1px solid var(--ink); background:var(--sand-light); }.southland-ways article { min-height:240px; border-right:1px solid var(--ink); padding:27px max(22px,calc((100vw - 1440px)/2)); }.southland-ways article:nth-child(2),.southland-ways article:nth-child(3) { padding-left:27px; padding-right:27px; }.southland-ways article:last-child { border-right:0; }.southland-ways span { color:var(--rust); font-size:.65rem; font-weight:700; letter-spacing:.12em; }.southland-ways h2 { margin:46px 0 10px; font-family:Impact,"Arial Black",sans-serif; font-size:clamp(2rem,3vw,3rem); font-weight:400; letter-spacing:-.025em; line-height:.81; text-transform:uppercase; }.southland-ways p { max-width:27ch; margin:0; color:#554c40; font-family:Georgia,serif; font-size:.88rem; }
.southland-feed .district-section-head { align-items:end; margin-top:0; padding:68px 0 18px; }.southland-feed .district-section-head h2 { font-family:Impact,"Arial Black",sans-serif; font-size:clamp(2.1rem,3.9vw,3.8rem); font-weight:400; letter-spacing:-.025em; line-height:.82; }.southland-feed .district-section-head > p { padding-bottom:4px; }.southland-feed .district-section-head .southland-eyebrow { margin-bottom:10px; }.southland-feed .district-empty { min-height:330px; background:var(--sand); }
.southland-invitation { display:flex; align-items:end; justify-content:space-between; gap:36px; margin:0 calc(50% - 50vw); border-top:1px solid var(--ink); border-bottom:1px solid var(--ink); background:var(--ink); color:var(--sand-light); padding:clamp(58px,8vw,108px) max(26px,calc((100vw - 1440px)/2)); }.southland-invitation .southland-eyebrow { color:#d69a72; }.southland-invitation h2 { max-width:13ch; font-size:clamp(2.8rem,5.4vw,6.2rem); }.southland-invitation p:not(.southland-eyebrow) { max-width:48ch; margin:22px 0 0; color:#ddd3c3; font-family:Georgia,serif; font-size:1rem; }.southland-invitation .southland-button--solid { border-color:var(--sand-light); background:var(--sand-light); color:var(--ink); white-space:nowrap; }.southland-invitation .southland-button--solid:hover { border-color:#d69a72; background:#d69a72; box-shadow:3px 3px 0 var(--sand-light); }
@media (max-width:780px) { .district-shell { width:min(calc(100% - 34px),1440px); }.district-header { align-items:flex-start; flex-direction:column; gap:17px; padding:22px 0; }.district-nav { justify-content:flex-start; }.district-nav a { border-bottom:1px solid var(--line); }.district-nav a:last-child { border-right:1px solid var(--line); }.district-hero,.post-detail { grid-template-columns:1fr; }.district-hero { gap:28px; padding:75px 18px 55px; }.post-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:34px 14px; }.district-footer { align-items:flex-start; flex-direction:column; }.district-page { padding:65px 0; }.profile { grid-template-columns:1fr; }.southland-welcome { grid-template-columns:1fr; gap:38px; padding:64px 18px 48px; }.southland-welcome::after { right:18px; width:44vw; }.southland-welcome__note { max-width:430px; }.southland-ways { grid-template-columns:1fr; }.southland-ways article,.southland-ways article:nth-child(2),.southland-ways article:nth-child(3) { min-height:auto; border-right:0; border-bottom:1px solid var(--ink); padding:25px 18px; }.southland-ways article:last-child { border-bottom:0; }.southland-ways h2 { margin-top:28px; }.southland-feed .district-section-head { align-items:flex-start; flex-direction:column; gap:10px; padding-top:54px; }.southland-invitation { align-items:flex-start; flex-direction:column; padding:62px 18px; } }
@media (max-width:500px) { .post-grid { grid-template-columns:1fr; }.community-form { padding:22px; }.district-utility { align-items:flex-start; flex-direction:column; gap:4px; }.southland-welcome h1 { font-size:clamp(3.6rem,18vw,5.2rem); }.southland-welcome__actions { align-items:flex-start; flex-direction:column; gap:10px; margin-top:31px; }.southland-button--solid { width:100%; justify-content:space-between; }.southland-button--quiet { min-height:36px; }.southland-welcome__note { padding:23px; }.southland-invitation .southland-button--solid { width:100%; } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto !important; transition-duration:.01ms !important; animation-duration:.01ms !important; } }

/* Dirección editorial: una galería contemporánea, clara y silenciosa. */
:root { --sand:#e7dfd2; --sand-light:#f7f5f0; --ink:#11110f; --rust:#7b4936; --dune:#857968; --line:rgba(17,17,15,.22); --paper:#fffefa; }
body { background:var(--sand-light); font-family:Arial,Helvetica,sans-serif; }
.district-shell { width:100%; max-width:none; }
.district-header { position:relative; min-height:86px; margin:0; border:0; background:var(--ink); color:var(--paper); padding:0 clamp(24px,4vw,64px); }
.district-brand { position:absolute; top:50%; left:50%; z-index:2; width:clamp(118px,10vw,152px); transform:translate(-50%,-50%); }
.district-brand img { filter:brightness(0) invert(1); }
.district-nav { margin-left:auto; }
.district-nav a,.district-link { color:inherit; font-size:.61rem; font-weight:600; letter-spacing:.11em; }
.district-nav a { border:0; padding:10px clamp(7px,1vw,14px); }
.district-nav a:last-child { border:0; }
.district-nav a:hover,.district-nav a[aria-current="page"] { background:transparent; color:#d8b9a3; }
.district-page { width:min(calc(100% - 52px),1060px); padding:clamp(74px,10vw,150px) 0; }
.district-kicker,.southland-eyebrow { color:var(--rust); font-size:.64rem; font-weight:700; letter-spacing:.15em; }
.district-page-title { max-width:12ch; overflow-wrap:anywhere; font-family:Georgia,"Times New Roman",serif; font-size:clamp(3.3rem,6.8vw,7.4rem); font-weight:400; letter-spacing:-.065em; line-height:.83; text-transform:none; }
.district-copy { max-width:60ch; color:#393630; font-family:Georgia,"Times New Roman",serif; font-size:clamp(1rem,1.4vw,1.18rem); line-height:1.65; }
.district-copy + .district-link { display:inline-block; margin-top:18px; color:var(--ink); font-weight:700; }
.district-footer { width:min(calc(100% - 52px),1440px); margin:0 auto; border-color:var(--line); color:#635d53; font-family:Arial,Helvetica,sans-serif; font-size:.6rem; font-weight:600; letter-spacing:.11em; }

.southland-home { overflow:hidden; }
.southland-welcome { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr); gap:0; margin:0; border:0; background:var(--sand-light); padding:0; }
.southland-welcome::after { display:none; }
.southland-welcome__image { min-height:clamp(540px,calc(100vh - 86px),760px); background:linear-gradient(180deg,rgba(17,17,15,.08),rgba(17,17,15,.34)),url("/images/southland-background.jpg") center/cover no-repeat; }
.southland-welcome__copy { display:flex; flex-direction:column; align-items:flex-start; justify-content:center; padding:clamp(60px,8vw,130px) clamp(30px,8vw,130px); }
.southland-welcome h1,.southland-invitation h2 { max-width:11ch; font-family:Georgia,"Times New Roman",serif; font-size:clamp(3.5rem,6.6vw,7.6rem); font-weight:400; letter-spacing:-.07em; line-height:.79; text-transform:none; }
.southland-welcome__copy > p:not(.southland-eyebrow) { max-width:38ch; margin:30px 0 0; color:#444038; font-family:Georgia,"Times New Roman",serif; font-size:clamp(1rem,1.4vw,1.2rem); line-height:1.55; }
.southland-welcome__actions { gap:22px; margin-top:38px; }
.southland-button { min-height:48px; border-color:var(--ink); padding:0 18px; font-size:.62rem; font-weight:700; letter-spacing:.115em; }
.southland-button:hover { transform:none; box-shadow:none; }
.southland-button--solid { background:var(--ink); color:var(--paper); }.southland-button--solid:hover { border-color:var(--rust); background:var(--rust); box-shadow:none; }
.southland-button--quiet { border-bottom:1px solid var(--ink); border-radius:0; padding:0 0 3px; }.southland-button--quiet:hover { color:var(--rust); }
.southland-welcome__note { position:absolute; bottom:clamp(30px,4vw,58px); left:clamp(30px,4vw,64px); width:min(300px,calc(50vw - 80px)); border:0; border-top:1px solid rgba(255,255,255,.78); background:transparent; color:var(--paper); padding:16px 0 0; }
.southland-welcome__note-label { color:inherit; font-size:.59rem; letter-spacing:.14em; }.southland-welcome__hours { margin:10px 0 15px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.6rem,4vw,4.5rem); letter-spacing:-.07em; line-height:.75; }.southland-welcome__note > p:last-of-type { margin:0; color:rgba(255,255,255,.82); font-family:Georgia,"Times New Roman",serif; font-size:.9rem; line-height:1.4; }.southland-welcome__note a { display:inline-block; margin-top:20px; color:inherit; font-size:.61rem; font-weight:700; letter-spacing:.1em; text-decoration:none; text-transform:uppercase; }
.southland-ways { width:min(calc(100% - 52px),1440px); margin:0 auto; border:0; background:transparent; padding:clamp(70px,9vw,130px) 0; }
.southland-ways article,.southland-ways article:nth-child(2),.southland-ways article:nth-child(3) { min-height:0; border-color:var(--line); padding:0 clamp(24px,4vw,64px); }.southland-ways article:first-child { padding-left:0; }.southland-ways article:last-child { padding-right:0; }
.southland-ways span { display:block; color:var(--rust); font-family:Georgia,"Times New Roman",serif; font-size:1.35rem; letter-spacing:-.05em; }.southland-ways h2 { margin:34px 0 12px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2rem,3.4vw,3.5rem); font-weight:400; letter-spacing:-.06em; line-height:.85; text-transform:none; }.southland-ways p { color:#504b43; font-family:Georgia,"Times New Roman",serif; font-size:.95rem; line-height:1.5; }
.southland-feed { width:min(calc(100% - 52px),1440px); margin:0 auto; }.southland-feed .district-section-head { align-items:end; margin:0; border-color:var(--ink); padding:0 0 24px; }.southland-feed .district-section-head h2 { font-family:Georgia,"Times New Roman",serif; font-size:clamp(3rem,5vw,5.8rem); font-weight:400; letter-spacing:-.07em; line-height:.77; text-transform:none; }.southland-feed .district-section-head > p { color:#645d52; font-family:Georgia,"Times New Roman",serif; font-size:.95rem; letter-spacing:0; line-height:1.35; text-align:right; text-transform:none; }.southland-feed .district-empty { min-height:360px; border-color:var(--line); background:var(--paper); }.district-empty p,.district-empty h1 { font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.4rem,4vw,4.6rem); font-weight:400; letter-spacing:-.07em; line-height:.82; text-transform:none; }
.southland-invitation { margin:clamp(70px,10vw,150px) 0 0; border:0; background:var(--ink); padding:clamp(68px,9vw,130px) max(26px,calc((100vw - 1440px)/2)); }.southland-invitation h2 { font-size:clamp(3rem,5.4vw,6.4rem); }.southland-invitation p:not(.southland-eyebrow) { font-family:Georgia,"Times New Roman",serif; }.southland-invitation .southland-button--solid { border-color:var(--paper); background:var(--paper); color:var(--ink); }
.community-form { border:1px solid var(--line); background:var(--paper); }.district-button { background:var(--ink); color:var(--paper); }.district-button:hover { background:var(--rust); border-color:var(--rust); }.post-card h2,.post-detail h1,.profile h1 { font-family:Georgia,"Times New Roman",serif; font-weight:400; letter-spacing:-.055em; text-transform:none; }.post-card p,.post-detail__description,.profile p,.comments .comment p { font-family:Georgia,"Times New Roman",serif; }
@media (max-width:780px) { .district-header { min-height:116px; padding:0 17px; }.district-brand { top:27px; width:116px; }.district-nav { position:absolute; right:13px; bottom:7px; left:13px; display:flex; flex-wrap:nowrap; justify-content:center; overflow-x:auto; }.district-nav a { display:block; flex:none; padding:8px 8px; font-size:.55rem; }.southland-welcome { grid-template-columns:1fr; }.southland-welcome__image { min-height:57vw; }.southland-welcome__copy { padding:54px 18px 63px; }.southland-welcome__note { position:relative; right:auto; bottom:auto; left:auto; width:auto; margin:0 18px 40px; }.southland-ways,.southland-feed { width:min(calc(100% - 36px),1440px); }.southland-ways { padding:55px 0; }.southland-ways article,.southland-ways article:nth-child(2),.southland-ways article:nth-child(3) { border-right:0; padding:26px 0; }.southland-ways article:first-child { padding-top:0; }.southland-feed .district-section-head { align-items:flex-start; }.southland-feed .district-section-head > p { text-align:left; }.district-page,.district-footer { width:min(calc(100% - 36px),1060px); } }

/* SOUTHLAND · dirección editorial del sur */
.southland-dossier { background:#ded2ba; color:#211a14; }
.southland-dossier .dossier-label { margin:0; font-size:.61rem; font-weight:700; letter-spacing:.17em; text-transform:uppercase; }
.dossier-hero { position:relative; display:grid; min-height:clamp(620px,70vw,910px); overflow:hidden; background:#85715c; color:#f4ecd9; isolation:isolate; }
.dossier-hero__landscape { position:absolute; z-index:-2; inset:0; background:linear-gradient(180deg,rgba(14,11,8,.03) 18%,rgba(14,11,8,.58) 100%),url("/images/southland-background.jpg") center 48%/cover no-repeat; filter:contrast(1.06) saturate(.72); }
.dossier-hero::after { position:absolute; z-index:-1; inset:0; background:linear-gradient(90deg,rgba(15,12,9,.36),transparent 42%,rgba(15,12,9,.22)); content:""; pointer-events:none; }
.dossier-hero__topline { display:flex; align-items:start; justify-content:space-between; gap:28px; padding:clamp(24px,3vw,50px) clamp(24px,5vw,80px); font-size:.61rem; font-weight:700; letter-spacing:.16em; line-height:1.55; text-transform:uppercase; }
.dossier-hero__topline p { margin:0; }.dossier-hero__topline p:last-child:not(:only-child) { text-align:right; }.dossier-hero__topline span { color:rgba(244,236,217,.78); }
.dossier-hero__verbs { position:absolute; top:clamp(108px,15vw,182px); left:clamp(24px,5vw,80px); display:grid; gap:5px; font-size:.59rem; font-weight:700; letter-spacing:.19em; line-height:1.25; text-transform:uppercase; }
.dossier-hero__brand { position:absolute; top:clamp(112px,15vw,188px); left:50%; width:min(38vw,430px); transform:translateX(-50%); text-align:center; }
.dossier-hero__brand img { width:100%; filter:sepia(.55) saturate(.75) brightness(.36); }.dossier-hero__brand p { margin:14px 0 0; color:rgba(244,236,217,.78); font-size:.72rem; font-weight:700; letter-spacing:.16em; line-height:1.55; text-transform:uppercase; }
.dossier-hero__statement { align-self:end; justify-self:center; max-width:640px; padding:0 26px clamp(94px,10vw,142px); text-align:center; }.dossier-hero__statement h1 { margin:0; color:#f8efd9; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.2rem,4.4vw,5.25rem); font-weight:400; letter-spacing:-.065em; line-height:.87; }.dossier-hero__statement p { margin:22px 0 0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(.96rem,1.3vw,1.14rem); line-height:1.4; }
.dossier-hero__scroll { position:absolute; right:clamp(24px,5vw,80px); bottom:clamp(30px,4vw,56px); border-bottom:1px solid currentColor; color:inherit; padding-bottom:5px; font-size:.59rem; font-weight:700; letter-spacing:.14em; text-decoration:none; text-transform:uppercase; }.dossier-hero__scroll span { margin-left:11px; font-size:1.1rem; }
.dossier-primer { display:grid; grid-template-columns:1.1fr .9fr 1.05fr .75fr; border-bottom:1px solid #211a14; background:#17120e; color:#eee3cd; }
.dossier-primer > * { min-height:455px; border-right:1px solid rgba(238,227,205,.38); padding:clamp(27px,3vw,48px); }.dossier-primer > *:last-child { border-right:0; }
.dossier-primer__about { display:flex; flex-direction:column; }.dossier-primer__about h2 { max-width:10ch; margin:36px 0 22px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2rem,3vw,3.6rem); font-weight:400; letter-spacing:-.06em; line-height:.88; }.dossier-primer__about > p:not(.dossier-label) { max-width:35ch; margin:0 0 16px; color:#d2c5ad; font-family:Georgia,"Times New Roman",serif; font-size:.91rem; line-height:1.48; }
.dossier-primer__poster { display:grid; place-items:center; background:linear-gradient(145deg,rgba(230,216,184,.92),rgba(157,130,88,.7)),url("/images/southland-background.jpg") center/cover; color:#211a14; text-align:center; }.dossier-primer__poster span { padding:22px; border:1px solid rgba(33,26,20,.66); font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.15rem,3.3vw,4rem); letter-spacing:-.08em; line-height:.8; transform:rotate(-4deg); }
.dossier-primer__pillars ol { display:grid; gap:19px; margin:38px 0 0; padding:0; list-style:none; }.dossier-primer__pillars li { position:relative; padding-left:28px; }.dossier-primer__pillars li::before { position:absolute; top:-3px; left:0; color:#d8b18f; content:"✦"; font-size:1.15rem; }.dossier-primer__pillars b,.dossier-primer__pillars span { display:block; }.dossier-primer__pillars b { font-size:.64rem; letter-spacing:.13em; text-transform:uppercase; }.dossier-primer__pillars span { margin-top:4px; color:#cfc0a5; font-family:Georgia,"Times New Roman",serif; font-size:.78rem; }
.dossier-primer__attitude { display:flex; flex-direction:column; }.dossier-primer__attitude > p:not(.dossier-label) { margin:37px 0 0; font-size:.64rem; font-weight:700; letter-spacing:.16em; line-height:2.18; text-transform:uppercase; }.dossier-primer__attitude a { margin-top:auto; color:#ead7bb; font-size:.6rem; font-weight:700; letter-spacing:.13em; text-decoration:none; text-transform:uppercase; }
.dossier-gallery { padding:clamp(64px,9vw,130px) max(24px,calc((100vw - 1440px)/2)); background:#ded2ba; }.dossier-heading { display:grid; grid-template-columns:.72fr 1.25fr .7fr; align-items:end; gap:24px; border-bottom:1px solid #211a14; padding-bottom:24px; }.dossier-heading h2 { max-width:11ch; margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.7rem,5.3vw,6.3rem); font-weight:400; letter-spacing:-.075em; line-height:.78; }.dossier-heading > p:last-child { max-width:25ch; margin:0 0 4px auto; font-family:Georgia,"Times New Roman",serif; font-size:.95rem; line-height:1.45; }
.dossier-gallery__grid { padding:clamp(44px,6vw,86px) 0 0; }.dossier-gallery__grid .district-empty { min-height:280px; border:1px dashed rgba(33,26,20,.65); background:rgba(244,236,217,.43); }.dossier-gallery__grid .district-empty p { max-width:14ch; color:#211a14; }.dossier-gallery__grid .district-link { color:#211a14; }
.dossier-paths { padding:0 max(24px,calc((100vw - 1440px)/2)) clamp(68px,9vw,130px); background:#ded2ba; }.dossier-paths .dossier-heading { padding-top:24px; }.dossier-paths__grid { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid #211a14; border-right:0; margin-top:38px; }.dossier-path { min-height:260px; border-right:1px solid #211a14; color:inherit; padding:22px; text-decoration:none; transition:background .2s var(--ease),color .2s var(--ease); }.dossier-path:hover { background:#211a14; color:#f0e4cc; }.dossier-path span { display:block; font-size:.62rem; font-weight:700; letter-spacing:.13em; }.dossier-path b { display:block; margin-top:74px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(1.65rem,2.4vw,2.65rem); font-weight:400; letter-spacing:-.06em; line-height:.85; }.dossier-path p { max-width:20ch; margin:13px 0 0; font-family:Georgia,"Times New Roman",serif; font-size:.82rem; line-height:1.4; }.dossier-path--accent { background:#a77a57; }.dossier-path--accent:hover { background:#6c3d2c; }
.dossier-closing { display:flex; align-items:end; justify-content:space-between; gap:35px; padding:clamp(66px,10vw,142px) max(24px,calc((100vw - 1440px)/2)); background:#17120e; color:#eee3cd; }.dossier-closing h2 { max-width:14ch; margin:27px 0 0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.5rem,5.5vw,6.45rem); font-weight:400; letter-spacing:-.075em; line-height:.78; }.dossier-closing div > p:last-child { max-width:42ch; margin:28px 0 0; color:#cfc0a5; font-family:Georgia,"Times New Roman",serif; font-size:1rem; }.dossier-closing .dossier-label { color:#d8b18f; }.dossier-closing .southland-button--solid { flex:none; border-color:#eee3cd; background:#eee3cd; color:#17120e; }
@media (max-width:920px) { .dossier-primer { grid-template-columns:1.1fr .9fr; }.dossier-primer__pillars { border-top:1px solid rgba(238,227,205,.38); }.dossier-primer__attitude { border-top:1px solid rgba(238,227,205,.38); border-right:0; }.dossier-heading { grid-template-columns:1fr 1.5fr; }.dossier-heading > p:last-child { display:none; }.dossier-paths__grid { grid-template-columns:repeat(2,1fr); }.dossier-path:nth-child(2) { border-right:0; }.dossier-path:nth-child(-n+2) { border-bottom:1px solid #211a14; } }
@media (max-width:620px) { .dossier-hero { min-height:650px; }.dossier-hero__topline { padding:20px 18px; font-size:.51rem; }.dossier-hero__verbs { top:91px; left:18px; font-size:.52rem; }.dossier-hero__brand { top:112px; width:min(62vw,290px); }.dossier-hero__brand p { margin-top:11px; font-size:.6rem; letter-spacing:.16em; }.dossier-hero__statement { padding:0 21px 90px; }.dossier-hero__statement h1 { font-size:clamp(2.25rem,6vw,2.5rem); }.dossier-hero__statement p { margin-top:16px; font-size:.91rem; }.dossier-hero__scroll { right:18px; bottom:28px; }.dossier-primer { grid-template-columns:1fr; }.dossier-primer > * { min-height:auto; border-right:0; border-bottom:1px solid rgba(238,227,205,.38); padding:32px 22px; }.dossier-primer__about h2 { margin-top:29px; }.dossier-primer__poster { min-height:260px; }.dossier-primer__pillars ol { margin-top:28px; }.dossier-primer__attitude { min-height:300px; }.dossier-heading { display:block; padding-bottom:19px; }.dossier-heading h2 { margin-top:25px; font-size:clamp(2.6rem,7vw,3.2rem); }.dossier-gallery { padding:58px 18px; }.dossier-paths { padding:0 18px 64px; }.dossier-paths__grid { grid-template-columns:1fr; margin-top:30px; }.dossier-path { min-height:190px; border-right:0; border-bottom:1px solid #211a14; }.dossier-path:nth-child(2) { border-right:0; }.dossier-path:last-child { border-bottom:0; }.dossier-path b { margin-top:48px; }.dossier-closing { align-items:flex-start; flex-direction:column; padding:64px 18px; }.dossier-closing .southland-button--solid { width:100%; justify-content:space-between; } }

/* El menú se funde con la portada mediante una viñeta vertical. */
.district-header--hero { position:absolute; top:0; right:0; left:0; z-index:20; min-height:118px; background:linear-gradient(180deg,rgba(8,7,6,.94) 0%,rgba(8,7,6,.66) 42%,rgba(8,7,6,0) 100%); color:#f4ecd9; padding:14px clamp(24px,5vw,80px) 48px; pointer-events:none; }
.district-header--hero .district-nav { margin-left:auto; pointer-events:auto; }
.district-header--hero .district-nav a { color:#f4ecd9; }
.district-header--hero .district-nav a:hover,.district-header--hero .district-nav a[aria-current="page"] { color:#d8b18f; }
.district-header--hero + .southland-dossier .dossier-hero__topline { padding-top:76px; }
@media (max-width:780px) { .district-header--hero { min-height:106px; padding:10px 12px 42px; }.district-header--hero .district-nav { position:static; width:100%; margin:0; justify-content:center; }.district-header--hero + .southland-dossier .dossier-hero__topline { padding-top:67px; } }
@media (max-width:360px) { .district-nav a { padding-inline:6px; font-size:.52rem; }.dossier-hero__brand { width:min(68vw,245px); }.dossier-hero__statement { padding-inline:16px; }.dossier-hero__scroll { right:16px; } }

/* Aviso temporal de apertura: preserva la interfaz completa bajo esta capa. */
body { overflow:hidden; }
body::before { position:fixed; z-index:9998; inset:0; background:rgba(23,18,14,.72); -webkit-backdrop-filter:blur(18px); backdrop-filter:blur(18px); content:""; }
.southland-coming-soon { position:fixed; z-index:9999; top:50%; left:50%; width:min(620px,calc(100% - 40px)); border:1px solid rgba(244,236,217,.68); background:rgba(23,18,14,.72); color:#f4ecd9; padding:clamp(34px,6vw,68px) clamp(24px,6vw,64px); font-family:Georgia,"Times New Roman",serif; font-size:clamp(1.8rem,5vw,4.25rem); letter-spacing:-.045em; line-height:.95; text-align:center; transform:translate(-50%,-50%); box-shadow:0 24px 80px rgba(0,0,0,.28); }
.southland-coming-soon p { margin:0; }
@media (prefers-reduced-transparency:reduce) { body::before { background:#17120e; -webkit-backdrop-filter:none; backdrop-filter:none; } }
