@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@300;400;500&display=swap";:root{--bg:#0d0f10;--ivory:#f2e9dc;--gold:#c99a49}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ivory);margin:0;font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}header{z-index:5;background:#0b0d0ef7;border-bottom:1px solid #3b2d1c;grid-template-columns:1fr auto 1fr;align-items:center;height:70px;padding:0 3.2vw;display:grid;position:sticky;top:0}.brand{font:500 clamp(22px,2.2vw,34px) Cormorant Garamond,serif}nav{gap:3.6vw;font-size:15px;display:flex}nav a{border-bottom:2px solid #0000;padding:25px 0 17px}nav a:hover{color:#e6bb6d;border-color:var(--gold)}.lang{word-spacing:7px;justify-self:end;font-size:13px}.lang b{color:#e7b85e}.hero{grid-template-columns:1fr 1fr;height:min(55vw,540px);min-height:400px;display:grid;position:relative;overflow:hidden}.hero-fashion,.hero-food{background-position:50%;background-size:cover}.hero-fashion{background-image:linear-gradient(90deg,#0001,#0006),url(https://images.unsplash.com/photo-1483985988355-763728e1935b?auto=format&fit=crop&w=1600&q=90)}.hero-food{background-image:linear-gradient(90deg,#0006,#0001),url(https://images.unsplash.com/photo-1547592180-85f173990554?auto=format&fit=crop&w=1600&q=90)}.hero-copy{text-align:center;text-shadow:0 3px 24px #000;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.hero-copy small{text-transform:uppercase;letter-spacing:.28em}.hero-copy h1{margin:14px;font:500 clamp(52px,7vw,104px)/.9 Cormorant Garamond}.hero-copy i{color:var(--gold);font-size:27px}.categories{grid-template-columns:1fr 1fr;display:grid}.category{border:1px solid #765e38;flex-direction:column;justify-content:center;align-items:center;min-height:225px;transition:all .25s;display:flex}.category:hover{filter:brightness(1.15)}.fashion{background:radial-gradient(circle,#6d2028,#3c0f15)}.cooking{background:radial-gradient(circle,#1c2022,#101213)}.category>span{border:1px solid var(--gold);width:55px;height:55px;color:var(--gold);border-radius:50%;place-items:center;font-size:23px;display:grid}.category h2{text-transform:uppercase;margin:12px 0 6px;font:500 47px/1 Cormorant Garamond}.category p{font-size:12px}.category em{color:#e2b564;text-transform:uppercase;letter-spacing:.12em;border:1px solid #a37b3e;padding:9px 25px;font-size:11px;font-style:normal}.latest{padding:18px 2.3vw 45px}.title{justify-content:center;align-items:center;gap:24px;display:flex}.title hr{background:#594323;border:0;width:16vw;height:1px}.title h2{white-space:nowrap;font:500 38px Cormorant Garamond}.grid{grid-template-columns:repeat(6,1fr);gap:16px;display:grid}.grid article{background:#111415;border:1px solid #55452e;transition:all .2s}.grid article:hover{border-color:var(--gold);transform:translateY(-4px)}.grid img{object-fit:cover;width:100%;height:145px;display:block}.grid article div{justify-content:space-between;padding:11px 11px 4px;font-size:10px;display:flex}.grid b{color:#cf9f50;text-transform:uppercase}.grid time{color:#b9b0a5}.grid h3{margin:7px 11px 15px;font:500 20px/1.05 Cormorant Garamond}.note{text-align:center;color:#766f66;margin-top:24px;font-size:11px}.about{text-align:center;background:linear-gradient(#0d0f10dd,#0d0f10dd),url(https://images.unsplash.com/photo-1490481651871-ab68de25d43d?auto=format&fit=crop&w=1800&q=85) 50%/cover;place-items:center;min-height:370px;display:grid}.about div{max-width:650px;padding:50px}.about small{color:var(--gold);text-transform:uppercase;letter-spacing:.25em}.about h2{margin:10px;font:500 55px Cormorant Garamond}.about p{color:#c5bcb1;line-height:1.7}footer{color:#81786d;border-top:1px solid #3e3324;justify-content:space-between;padding:24px 3vw;font-size:11px;display:flex}@media (width<=900px){header{grid-template-columns:1fr auto;height:auto;padding:15px 20px}nav{grid-area:2/1/auto/3;justify-content:space-between;gap:8px;width:100%}nav a{padding:16px 0 6px}.hero{min-height:520px}.categories{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}.grid img{height:210px}}@media (width<=560px){.brand{font-size:20px}nav{font-size:12px}.lang{font-size:10px}.hero{height:500px}.hero-copy small{font-size:9px}.category h2{font-size:39px}.grid{grid-template-columns:1fr}.grid img{height:230px}.title h2{font-size:31px}footer{text-align:center;flex-direction:column;gap:9px}}
