:root{
  --ink:#17130f;
  --ink-2:#211b16;
  --cream:#f3ece2;
  --paper:#e7d7c2;
  --paper-2:#dcc4a8;
  --wood:#ad7d54;
  --wood-dark:#6b4932;
  --line:rgba(23,19,15,.18);
  --white:#fffaf3;
  --muted:#a99b8d;
  --max:1440px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",Arial,sans-serif;overflow-x:hidden}
img{display:block;max-width:100%}
.grain{position:fixed;inset:0;pointer-events:none;z-index:20;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}
.site-header{position:fixed;top:0;left:0;right:0;height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 34px;z-index:40;border-bottom:1px solid rgba(255,255,255,.14);transition:.35s;background:linear-gradient(to bottom,rgba(15,12,10,.72),transparent)}
.site-header.scrolled{height:70px;background:rgba(23,19,15,.94);backdrop-filter:blur(12px)}
.brand{width:112px;height:56px;display:flex;align-items:center;overflow:hidden}
.brand img,.footer-logo img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}
.nav{display:flex;gap:22px;align-items:center}
.nav a{color:#fff7ec;text-decoration:none;font-size:12px;text-transform:uppercase;letter-spacing:.13em;font-weight:700}
.nav-cta{border:1px solid rgba(255,255,255,.6);padding:12px 16px}
.menu-toggle{display:none;background:none;border:0;color:white;font-weight:700;letter-spacing:.12em}
.hero{min-height:100svh;position:relative;background:var(--ink);color:white;display:flex;align-items:flex-end}
.hero-photo-wrap{position:absolute;inset:0}
.hero-photo{width:100%;height:100%;object-fit:cover;object-position:center 58%;filter:saturate(.88) contrast(1.04) brightness(.80)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,12,9,.78) 0%,rgba(16,12,9,.42) 48%,rgba(16,12,9,.16) 100%),linear-gradient(0deg,rgba(15,12,10,.6),transparent 45%)}
.hero-content{position:relative;z-index:2;width:min(880px,86vw);margin:0 0 9vh 6vw}
.hero-brand-block{display:flex;align-items:center;gap:18px;margin-bottom:28px}
.hero-brand-block img{width:130px;height:auto;object-fit:contain;filter:brightness(0) invert(1)}
.hero-brand-note{margin:6px 0 0;font-size:14px;letter-spacing:.22em;font-weight:600;text-transform:uppercase;color:#e0c7aa}
.eyebrow{font-size:12px;letter-spacing:.22em;font-weight:700;margin:0 0 8px;text-transform:uppercase}
.eyebrow.warm{color:#d7b28e}
.hero h1,.intro h2,.section-heading-row h2,.advisory h2,.timeline-head h2,.award h2,.visit h2,.contact h2,.food-overlay h2,.overview-copy h2{font-family:"Playfair Display",Georgia,serif;font-weight:600;line-height:.9;margin:0;letter-spacing:-.045em}
.hero h1{font-size:clamp(72px,10vw,158px)}
.hero h1 em{font-weight:600;color:#dbc4aa}
.hero-copy{font-size:clamp(18px,1.8vw,26px);max-width:640px;line-height:1.45;margin:28px 0 28px}
.hero-actions{display:flex;gap:28px;align-items:center}
.button{display:inline-flex;align-items:center;gap:20px;text-decoration:none;padding:15px 20px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:700}
.button-light{background:#f7f0e5;color:var(--ink)}
.text-link{color:white;text-decoration:none;font-weight:700;font-size:13px}
.hero-note{position:absolute;right:24px;bottom:28px;z-index:2;writing-mode:vertical-rl;transform:rotate(180deg);font-size:10px;letter-spacing:.25em}

.logo-strip{background:#efe3d3;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid var(--line)}
.logo-strip-inner{max-width:var(--max);margin:0 auto;padding:22px max(6vw,28px);display:flex;align-items:center;justify-content:space-between;gap:26px}
.logo-strip-inner img{width:160px;height:auto}
.logo-strip-inner p{margin:0;font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:#5e5044}
.section-pad{padding:105px max(6vw,28px)}
.section-label{font-size:11px;letter-spacing:.2em;font-weight:700;border-top:1px solid var(--line);padding-top:14px;margin-bottom:60px}
.section-label.light{border-color:rgba(255,255,255,.25);color:#d7cabb}
.cafe-overview{background:var(--cream)}
.overview-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:6vw;align-items:start}
.overview-copy h2,.intro h2,.section-heading-row h2,.advisory h2,.timeline-head h2,.award h2,.visit h2,.contact h2{font-size:clamp(50px,6.5vw,100px)}
.overview-copy .lead,.lead{font-size:clamp(24px,2.6vw,38px);line-height:1.25;margin-top:0}
.overview-copy p,.intro-text{max-width:640px;font-size:17px;line-height:1.7}
.mini-points{display:grid;gap:14px;margin-top:34px}
.mini-points div{padding:18px 20px;border:1px solid var(--line);background:rgba(255,255,255,.38)}
.mini-points strong{display:block;font-size:15px;margin-bottom:4px}
.mini-points span{display:block;color:#64584d;line-height:1.5;font-size:14px}
.overview-gallery{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:260px 230px;gap:18px}
.gallery-card{margin:0;border-radius:14px;overflow:hidden;background:#ddd5cc;box-shadow:0 24px 44px rgba(23,19,15,.08)}
.gallery-card img{width:100%;height:100%;object-fit:cover}
.gallery-card.tall{grid-row:span 2}
.gallery-card.wide{grid-column:2;grid-row:2}
.gallery-card.tall img{object-position:center 52%}
.gallery-card.wide img{object-position:center 36%}
.intro{background:#efe4d5}
.intro-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:8vw;align-items:start}
.principles{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);margin-top:90px}
.principles article{padding:32px 34px 20px 0;border-right:1px solid var(--line)}
.principles article+article{padding-left:34px}
.principles article:last-child{border-right:0}
.principles span,.project-notes span{font-size:11px;font-weight:700;color:#7f6a58}
.principles h3{font-size:30px;margin:24px 0 14px;line-height:1}
.principles p{color:#5f554b;line-height:1.5}
.photo-break{height:82vh;min-height:620px;position:relative;background:#221a15;overflow:hidden}
.photo-break img{width:100%;height:100%;object-fit:cover;object-position:center 55%;filter:saturate(.84) contrast(1.04)}
.photo-break:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(22,16,12,.42),transparent 35%)}
.photo-caption{position:absolute;left:5vw;right:5vw;bottom:30px;display:flex;justify-content:space-between;color:white;z-index:2;font-size:11px;letter-spacing:.18em;font-weight:700}
.section-heading-row{display:grid;grid-template-columns:1.2fr .7fr;gap:8vw;align-items:end}
.section-heading-row p{font-size:19px;line-height:1.6;margin:0 0 8px}
.menu-story{background:#fbf6ef}
.story-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:64px}
.story-card{border-radius:16px;overflow:hidden;background:#efe4d6;min-height:320px;border:1px solid rgba(23,19,15,.08)}
.story-card .tag,.experience-card .tag{font-size:10px;letter-spacing:.2em;font-weight:700;text-transform:uppercase}
.image-card{display:grid;grid-template-rows:minmax(220px,1fr) auto}
.image-card img{width:100%;height:100%;object-fit:cover}
.image-card div{padding:24px}
.image-card h3,.text-card h3{font-size:34px;line-height:1;margin:10px 0 14px}
.image-card p:last-child,.text-card p:last-child{line-height:1.6;color:#5f554b}
.coffee-focus img{object-position:center 54%}
.food-focus img{object-position:center 48%}
.place-focus img{object-position:center 40%}
.text-card{padding:34px;background:linear-gradient(145deg,#dcb892,#c89b73)}
.text-card h3{font-family:"Playfair Display",Georgia,serif;color:#17130f}
.text-card p:last-child{max-width:490px;color:#2c2119}
.experiences{background:var(--cream)}
.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#b9aa98;margin-top:70px;border:1px solid #b9aa98}
.experience-card{background:#efe7db;padding:34px;min-height:320px;display:flex;flex-direction:column;justify-content:space-between;transition:.25s}
.experience-card:hover{background:#e4d5c2;transform:translateY(-2px)}
.experience-card .number{font-family:"Playfair Display";font-size:42px;color:#a78867}
.experience-card h3{font-size:38px;margin:10px 0 15px}
.experience-card p:last-child{line-height:1.55;color:#5e5147}
.advisory{background:var(--ink);color:#f4eadf}
.advisory-grid{display:grid;grid-template-columns:1fr 1fr;gap:9vw}
.advisory-copy{padding-top:8px}
.service-list{margin:50px 0;border-top:1px solid rgba(255,255,255,.22)}
.service-list>div{display:grid;grid-template-columns:50px 1fr 1.4fr;gap:18px;align-items:center;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.18)}
.service-list span{font-size:11px;color:#c3aa92}
.service-list strong{font-size:17px}
.service-list small{font-size:14px;line-height:1.5;color:#b7aa9d}
.button-outline{color:#f7eee3;border:1px solid rgba(255,255,255,.65)}
.projects{background:#efe5d8}
.wide{grid-template-columns:1.15fr .85fr}
.modest-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;background:transparent;margin-top:58px}
.modest-cards article{background:#fbf7f1;padding:32px;border:1px solid rgba(23,19,15,.08)}
.project-notes h3{font-size:28px;margin:28px 0 12px}
.project-notes p{line-height:1.55;color:#5e5349}
.timeline-section{background:#201a15;color:#f3e9dc}
.timeline-head{max-width:1000px}
.timeline{display:grid;grid-template-columns:repeat(5,1fr);margin-top:80px;border-top:1px solid rgba(255,255,255,.25)}
.timeline article{padding:24px 24px 10px 0;border-right:1px solid rgba(255,255,255,.15)}
.timeline article+article{padding-left:24px}
.timeline span{display:block;color:#d1a578;font-family:"Playfair Display";font-size:29px;margin-bottom:55px}
.timeline h3{font-size:19px}
.timeline p{color:#b7aa9d;line-height:1.5;font-size:14px}
.award{background:#d7c1a6}
.award-grid{display:grid;grid-template-columns:.6fr 1fr;gap:8vw;align-items:center}
.award-badge{width:min(320px,72vw);aspect-ratio:1;border:2px solid var(--ink);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transform:rotate(-4deg);background:rgba(255,255,255,.12);box-shadow:inset 0 0 0 8px rgba(23,19,15,.08)}
.award-badge span,.award-badge em{font-size:12px;letter-spacing:.18em;font-style:normal;font-weight:700}
.award-badge strong{font-family:"Playfair Display";font-size:50px;line-height:.78;margin:18px 0}
.award-copy p:last-child{font-size:18px;line-height:1.6;max-width:620px}
.food-photo{height:78vh;min-height:620px;position:relative;background:#1b1713;overflow:hidden}
.food-photo img{width:100%;height:100%;object-fit:cover;object-position:center 55%;filter:saturate(.85) contrast(1.04) brightness(.78)}
.food-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,15,11,.64),transparent 60%)}
.food-overlay{position:absolute;left:6vw;bottom:10vh;color:white;z-index:2}
.food-overlay p{font-size:11px;letter-spacing:.2em;font-weight:700}
.food-overlay h2{font-size:clamp(55px,7vw,105px)}
.visit-heading{margin-bottom:70px}
.locations{border-top:1px solid var(--line)}
.location{display:flex;justify-content:space-between;align-items:end;padding:28px 0;border-bottom:1px solid var(--line);text-decoration:none;color:var(--ink);transition:.25s}
.location:hover{padding-left:12px;background:rgba(169,129,88,.06)}
.location span{font-size:10px;letter-spacing:.18em;font-weight:700}
.location h3{font-family:"Playfair Display";font-size:clamp(31px,4vw,62px);margin:6px 0 0}
.location strong{font-size:11px;letter-spacing:.14em}
.contact{background:#17130f;color:#f4eadf}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:end}
.contact-actions{display:flex;flex-direction:column;border-top:1px solid rgba(255,255,255,.22)}
.contact-actions a{display:flex;justify-content:space-between;color:#f5eadc;text-decoration:none;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.2);font-size:18px}
.contact-actions a:hover{color:#d5ad86}
footer{background:#0f0d0b;color:#a99c90;display:grid;grid-template-columns:160px 1fr auto;gap:40px;align-items:center;padding:40px max(6vw,28px);font-size:10px;letter-spacing:.13em;text-transform:uppercase}
.footer-logo{height:66px;overflow:hidden}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:none}

@media(max-width:1080px){
  .overview-grid,.intro-grid,.section-heading-row,.advisory-grid,.award-grid,.contact-grid{grid-template-columns:1fr}
  .overview-gallery{grid-template-rows:280px 210px}
  .story-grid,.experience-grid,.modest-cards{grid-template-columns:1fr}
  .timeline{grid-template-columns:1fr;border-top:0}
  .timeline article{border-top:1px solid rgba(255,255,255,.18);border-right:0;padding:22px 0}
  .timeline article+article{padding-left:0}
  .timeline span{margin-bottom:10px}
}
@media(max-width:980px){
  .site-header{height:68px;padding:0 20px}
  .brand{width:92px}
  .menu-toggle{display:block}
  .nav{position:absolute;top:68px;left:0;right:0;background:#17130f;flex-direction:column;align-items:flex-start;padding:24px 20px 30px;transform:translateY(-130%);transition:.3s;z-index:-1}
  .nav.open{transform:translateY(0)}
  .nav a{font-size:14px;padding:8px 0}
  .hero-content{margin:0 24px 8vh}
  .hero h1{font-size:clamp(62px,17vw,110px)}
  .hero-note{display:none}
  .hero-brand-block{flex-direction:column;align-items:flex-start;gap:12px}
  .hero-brand-block img{width:110px}
  .logo-strip-inner{flex-direction:column;align-items:flex-start}
  .logo-strip-inner img{width:140px}
  .overview-gallery{grid-template-columns:1fr;grid-template-rows:260px 220px 220px}
  .gallery-card.tall,.gallery-card.wide{grid-column:auto;grid-row:auto}
  .principles,.project-notes{grid-template-columns:1fr}
  .principles article{border-right:0;border-bottom:1px solid var(--line);padding:28px 0}
  .principles article+article{padding-left:0}
  .service-list>div{grid-template-columns:36px 1fr}
  .service-list small{grid-column:2}
  .award-badge{margin:auto}
  .photo-break,.food-photo{height:65vh;min-height:520px}
  .location{align-items:flex-start;gap:18px;flex-direction:column}
  .location strong{align-self:flex-end}
  footer{grid-template-columns:1fr;text-align:left}
  .footer-logo{width:120px}
  .section-pad{padding:80px 24px}
  .section-label{margin-bottom:42px}
}
@media(max-width:560px){
  .hero-actions{flex-direction:column;align-items:flex-start}
  .hero h1{font-size:15.5vw}
  .overview-copy h2,.intro h2,.section-heading-row h2,.advisory h2,.timeline-head h2,.award h2,.visit h2,.contact h2{font-size:14vw}
  .overview-copy .lead,.lead{font-size:24px}
  .photo-caption{flex-direction:column;gap:8px}
  .award-badge strong{font-size:43px}
  .food-overlay h2{font-size:14vw}
  .section-pad{padding-top:68px;padding-bottom:68px}
  .story-card{min-height:inherit}
  .image-card h3,.text-card h3,.experience-card h3,.project-notes h3{font-size:28px}
}

/* CARTA */
.menu-section{background:#efe4d5}
.menu-heading{margin-bottom:60px}
.inline-link{display:inline-block;margin-top:16px;color:var(--ink);text-decoration:none;border-bottom:1px solid rgba(23,19,15,.35);padding-bottom:4px;font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:700}
.menu-board{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(23,19,15,.14);background:#1b1713}
.menu-column{background:#fbf6ef;padding:32px 28px;min-height:560px;border-right:1px solid rgba(23,19,15,.12)}
.menu-column:last-child{border-right:0}
.menu-column.accent-menu{background:#ead7c0}
.menu-column.pastry-menu{background:#d9b58f}
.menu-column.food-menu{background:#efe7db}
.menu-kicker{font-size:10px;letter-spacing:.2em;font-weight:700;text-transform:uppercase;margin:0 0 14px;color:#785e48}
.menu-column h3{font-family:"Playfair Display",Georgia,serif;font-size:34px;line-height:1;margin:0 0 26px}
.menu-column ul{list-style:none;padding:0;margin:0}
.menu-column li{padding:13px 0;border-top:1px solid rgba(23,19,15,.15)}
.menu-column li span{display:block;font-size:15px;font-weight:700;margin-bottom:4px}
.menu-column li small{display:block;font-size:13px;line-height:1.45;color:#66594d}
.menu-note{font-size:12px;color:#6f6256;margin:16px 0 0}

/* TIENDA ONLINE */
.shop{background:#17130f;color:#f4eadf}
.shop-intro{display:grid;grid-template-columns:1fr .8fr;gap:8vw;align-items:end}
.shop h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(50px,6.3vw,96px);font-weight:600;line-height:.9;letter-spacing:-.045em;margin:0}
.shop-copy p{line-height:1.65;color:#d1c3b4}
.shop-copy .lead{color:#f4eadf}
.shop-coffee-feature{display:grid;grid-template-columns:1.15fr .85fr;gap:0;margin-top:70px;border:1px solid rgba(255,255,255,.18);background:#0f0d0b;overflow:hidden}
.shop-coffee-image{min-height:470px;background:#0c0b0a}
.shop-coffee-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.shop-coffee-copy{padding:48px;display:flex;flex-direction:column;justify-content:center}
.shop-coffee-copy h3{font-family:"Playfair Display",Georgia,serif;font-size:clamp(38px,4vw,62px);line-height:.95;margin:8px 0 22px}
.shop-coffee-copy p{font-size:17px;line-height:1.65;color:#cfc1b2}
.product-meta{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 26px}
.product-meta span{border:1px solid rgba(255,255,255,.28);padding:8px 10px;font-size:10px;letter-spacing:.15em;font-weight:700}
.shop-button{align-self:flex-start}
.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px}
.product-card{position:relative;min-height:330px;padding:30px;background:#efe3d4;color:var(--ink);overflow:hidden;border:1px solid rgba(255,255,255,.08)}
.product-card:nth-child(2){background:#d9b38f}
.product-card:nth-child(3){background:#f7efe5}
.product-symbol{position:absolute;right:18px;top:12px;font-family:"Playfair Display",Georgia,serif;font-size:92px;line-height:1;color:rgba(23,19,15,.08);font-weight:600}
.product-card h3{font-family:"Playfair Display",Georgia,serif;font-size:38px;line-height:1;margin:20px 0 16px}
.product-card p:not(.menu-kicker){font-size:15px;line-height:1.55;color:#5f5348;max-width:360px}
.product-card a{position:absolute;left:30px;bottom:28px;color:var(--ink);text-decoration:none;font-size:11px;letter-spacing:.14em;font-weight:700;text-transform:uppercase;border-bottom:1px solid rgba(23,19,15,.45);padding-bottom:4px}

/* OFFICIAL LOGO */
.hero-brand-block img{filter:brightness(0) invert(1);width:118px;max-height:150px}
.logo-strip-inner img{width:112px;max-height:138px;object-fit:contain}
.brand{width:68px;height:72px}
.brand img{object-fit:contain}
.site-header{height:92px}
.site-header.scrolled{height:80px}

@media(max-width:1180px){
  .nav{gap:15px}
  .nav a{font-size:11px}
  .menu-board{grid-template-columns:repeat(2,1fr)}
  .menu-column{border-bottom:1px solid rgba(23,19,15,.12)}
  .shop-intro,.shop-coffee-feature{grid-template-columns:1fr}
  .shop-coffee-image{min-height:380px}
}
@media(max-width:980px){
  .site-header{height:72px}
  .site-header.scrolled{height:72px}
  .brand{width:50px;height:60px}
  .nav{top:72px}
  .shop-grid{grid-template-columns:1fr}
  .product-card{min-height:280px}
}
@media(max-width:680px){
  .menu-board{grid-template-columns:1fr}
  .menu-column{min-height:auto;border-right:0}
  .shop-coffee-copy{padding:30px 24px}
  .shop-coffee-image{min-height:300px}
  .hero-brand-block img{width:92px;max-height:118px}
}

/* FOTOS REALES COFI */
.cofi-photo-gallery{display:grid;grid-template-columns:1.35fr .85fr .85fr .85fr;gap:2px;background:#17130f;padding:2px}
.cofi-photo-gallery figure{margin:0;min-height:310px;overflow:hidden;background:#17130f}
.cofi-photo-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.cofi-photo-gallery figure:hover img{transform:scale(1.025)}
.cofi-photo-wide img{object-position:center 42%}
.award-photo{width:min(390px,78vw);aspect-ratio:3/4;overflow:hidden;border-radius:8px;box-shadow:0 22px 46px rgba(23,19,15,.16);transform:rotate(-1deg)}
.award-photo img{width:100%;height:100%;object-fit:cover;object-position:center}

@media(max-width:980px){.cofi-photo-gallery{grid-template-columns:1fr 1fr}.cofi-photo-gallery figure{min-height:280px}.award-photo{margin:auto}}
@media(max-width:560px){.cofi-photo-gallery{grid-template-columns:1fr}.cofi-photo-gallery figure{min-height:320px}}
