@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=DM+Sans:wght@400;500;600&display=swap');
:root{--ink:#202923;--cream:#f6f1e8;--paper:#fffdf8;--rose:#c98782;--sage:#a7b29f;--line:#2029231a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:100%;object-fit:cover}.wrap{width:min(1240px,calc(100% - 40px));margin:auto}.nav{height:82px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:#f6f1e8eF;backdrop-filter:blur(14px);z-index:10}.logo{font:600 35px/1 'Cormorant Garamond',serif}.logo em{font-weight:400}.links{display:flex;gap:28px;font-size:14px}.links a:hover{color:#a9635d}.navbtn{border:1px solid var(--ink);border-radius:999px;padding:12px 19px;font-size:13px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 82px);align-items:center;gap:7vw;padding:55px 0}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:11px;font-weight:600;color:#a9635d}.h1{font:500 clamp(64px,8vw,118px)/.83 'Cormorant Garamond',serif;margin:22px 0}.lead{font-size:18px;line-height:1.7;color:#202923b8;max-width:570px}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.btn{padding:15px 24px;border-radius:999px;background:var(--ink);color:white;font-weight:600;font-size:14px}.btn.alt{background:transparent;color:var(--ink);border:1px solid var(--ink)}.heroimg{height:720px;border-radius:2px;position:relative}.heroimg:after{content:'Fátima · Portugal';position:absolute;bottom:20px;left:20px;background:#fffdf8dd;padding:10px 13px;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.section{padding:110px 0}.sectionhead{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:42px}.h2{font:500 clamp(48px,6vw,82px)/.88 'Cormorant Garamond',serif;margin:10px 0}.muted{color:#20292399;line-height:1.7;max-width:480px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.productimg{height:480px;overflow:hidden}.productimg img{transition:.6s}.product:hover img{transform:scale(1.04)}.product h3{font:500 29px 'Cormorant Garamond',serif;margin:15px 0 3px}.price{font-size:13px;color:#20292399}.occasion{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.occ{height:390px;position:relative;overflow:hidden}.occ img{transition:.6s}.occ:hover img{transform:scale(1.04)}.occ span{position:absolute;left:18px;bottom:18px;background:#fffdf8ed;padding:11px 14px;font:500 24px 'Cormorant Garamond',serif}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.splitimg{height:650px}.feature{background:var(--sage);padding:100px 8vw}.featureinner{max-width:900px;margin:auto}.quote{font:500 clamp(42px,6vw,75px)/.95 'Cormorant Garamond',serif}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{background:#fffdf8;padding:30px;min-height:230px}.num{font-size:12px;letter-spacing:.15em;color:#a9635d}.card h3{font:500 34px 'Cormorant Garamond',serif}.footer{background:var(--ink);color:white;padding:70px 0}.footergrid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer .logo{margin-bottom:20px}.footer a{color:#fff9}.pagehero{padding:95px 0 60px}.pagehero .h1{max-width:950px}.catalog{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.catalog .productimg{height:520px}.textpage{max-width:850px}.textpage p{font-size:18px;line-height:1.8;color:#202923b8}.contactbox{background:var(--ink);color:#fff;padding:50px}.contactbox a{color:#fff}.mobile{display:none}@media(max-width:800px){.links,.navbtn{display:none}.mobile{display:block;border:0;background:none;font-size:25px}.hero,.split{grid-template-columns:1fr}.hero{padding:35px 0 70px}.heroimg{height:560px}.grid3,.cards,.catalog{grid-template-columns:1fr}.occasion{grid-template-columns:1fr 1fr}.occ{height:260px}.section{padding:75px 0}.footergrid{grid-template-columns:1fr}.sectionhead{display:block}.h1{font-size:72px}.productimg,.catalog .productimg{height:430px}}
