
/*
Theme Name: Veisluvagninn Luxury v4.2 Logo Menu
Theme URI: https://veisluvagninn.is
Author: OpenAI
Description: Clean luxury one-page WordPress theme for Veisluvagninn, based on v4 with logo image, menu image and rounded image corners.
Version: 4.2
Text Domain: veisluvagninn
*/

:root{
  --cream:#f4f1ea;
  --cream-2:#ebe4d8;
  --ink:#12110f;
  --muted:#6f675d;
  --copper:#b87333;
  --copper-dark:#8f5528;
  --white:#fffaf2;
  --line:rgba(18,17,15,.12);
  --shadow:0 30px 80px rgba(18,17,15,.10);
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:var(--sans);
  font-size:17px;
  line-height:1.75;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
.container{
  width:min(1120px, calc(100% - 44px));
  margin-inline:auto;
}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(244,241,234,.92);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(18,17,15,.08);
}
.header-inner{
  height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.logo-link{
  display:flex;
  align-items:center;
  text-decoration:none;
}
.header-logo{
  width:auto;
  height:58px;
  max-width:230px;
  object-fit:contain;
  border-radius:0;
}
.nav{
  display:flex;
  align-items:center;
  gap:28px;
}
.nav a{
  text-decoration:none;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#29251f;
}
.nav a:hover{color:var(--copper)}
.nav .nav-cta{
  border:1px solid var(--ink);
  padding:11px 17px;
  border-radius:999px;
}
.nav .nav-cta:hover{
  border-color:var(--copper);
  background:var(--copper);
  color:white;
}

.hero{
  padding:92px 0 70px;
}
.hero-grid{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:68px;
  align-items:center;
}
h1,h2,h3{
  font-family:var(--serif);
  font-weight:500;
  letter-spacing:-.035em;
  line-height:1.02;
  margin:0;
}
h1{
  font-size:clamp(58px, 8vw, 118px);
}
.lead{
  margin:26px 0 0;
  color:var(--muted);
  font-size:clamp(19px, 2vw, 24px);
  max-width:610px;
  line-height:1.55;
}
.hero-actions{
  display:flex;
  gap:14px;
  margin-top:36px;
  flex-wrap:wrap;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 22px;
  text-decoration:none;
  border:1px solid var(--ink);
  border-radius:999px;
  font-size:12px;
  letter-spacing:.17em;
  text-transform:uppercase;
  transition:.18s ease;
}
.btn-primary{
  background:var(--ink);
  color:var(--white);
}
.btn-primary:hover{
  background:var(--copper);
  border-color:var(--copper);
}
.btn-secondary{
  background:transparent;
  color:var(--ink);
}
.btn-secondary:hover{
  background:var(--white);
}
.hero-media{
  position:relative;
}
.hero-media:before{
  content:"";
  position:absolute;
  inset:22px -14px -14px 22px;
  border:1px solid rgba(184,115,51,.38);
  border-radius:28px;
  z-index:-1;
}
.hero-media img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  object-position:center;
  border-radius:24px;
  box-shadow:var(--shadow);
}
.hero-note{
  position:absolute;
  left:-34px;
  bottom:34px;
  background:rgba(255,250,242,.92);
  backdrop-filter:blur(12px);
  padding:18px 22px;
  max-width:250px;
  border:1px solid rgba(18,17,15,.10);
  border-radius:18px;
}
.hero-note strong{
  font-family:var(--serif);
  font-size:24px;
  font-weight:500;
}
.hero-note span{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:14px;
}

.section{
  padding:108px 0;
}
.intro{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.intro-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:start;
}
.section-kicker{
  font-size:12px;
  letter-spacing:.23em;
  text-transform:uppercase;
  color:var(--copper-dark);
  margin-bottom:18px;
}
.section-title{
  font-size:clamp(42px, 5vw, 72px);
  max-width:780px;
}
.body-large{
  font-size:21px;
  color:var(--muted);
  line-height:1.72;
}
.services-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:42px;
}
.services-head p{
  max-width:470px;
  color:var(--muted);
  margin:0;
}
.card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.lux-card{
  background:rgba(255,250,242,.52);
  border:1px solid rgba(18,17,15,.09);
  box-shadow:0 18px 55px rgba(18,17,15,.055);
  border-radius:24px;
  overflow:hidden;
}
.lux-card img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  object-position:center;
  border-radius:22px;
}
.card-content{
  padding:30px 28px 34px;
}
.card-content h3{
  font-size:34px;
  margin-bottom:12px;
}
.card-content p{
  color:var(--muted);
  margin:0;
}
.menu-image-section{
  background:#12110f;
  color:var(--white);
  margin:40px 0;
}
.menu-image-wrap{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:58px;
  align-items:center;
}
.menu-image-section .section-kicker{color:#d4a46f}
.menu-image-section .body-large{color:rgba(255,250,242,.70)}
.menu-photo-frame{
  position:relative;
}
.menu-photo-frame:before{
  content:"";
  position:absolute;
  inset:20px -14px -14px 20px;
  border:1px solid rgba(212,164,111,.35);
  border-radius:30px;
  z-index:0;
}
.menu-photo{
  position:relative;
  z-index:1;
  width:100%;
  max-height:850px;
  object-fit:contain;
  background:#fffaf2;
  border-radius:26px;
  box-shadow:0 34px 90px rgba(0,0,0,.30);
}
.gallery-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  grid-template-rows:280px 280px;
  gap:22px;
}
.gallery-grid img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  border-radius:22px;
}
.gallery-grid img:first-child{
  grid-row:span 2;
}
.booking{
  padding:90px 0 112px;
}
.booking-box{
  background:var(--white);
  border:1px solid rgba(18,17,15,.10);
  box-shadow:var(--shadow);
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:50px;
  padding:56px;
  border-radius:28px;
}
.booking-box h2{
  font-size:clamp(40px,4.5vw,68px);
}
.contact-list{
  margin-top:30px;
  color:var(--muted);
}
.form-placeholder{
  background:var(--cream);
  border:1px solid rgba(18,17,15,.12);
  padding:28px;
  color:var(--muted);
  border-radius:22px;
}
.form-placeholder small{
  display:block;
  margin-top:14px;
  color:#91887d;
}
.site-footer{
  background:#12110f;
  color:var(--white);
  padding:66px 0 44px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:38px;
}
.footer-logo{
  max-width:230px;
  height:auto;
  background:#fffaf2;
  padding:10px 14px;
  border-radius:14px;
}
.footer-small{
  color:rgba(255,250,242,.62);
  font-size:14px;
}
.footer-links a{
  display:block;
  text-decoration:none;
  color:rgba(255,250,242,.75);
  margin:0 0 9px;
}
.footer-bottom{
  margin-top:42px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.12);
  color:rgba(255,250,242,.48);
  font-size:13px;
}

@media(max-width:960px){
  .header-inner{height:auto; padding:16px 0; align-items:center}
  .header-logo{height:48px; max-width:190px}
  .nav{display:none}
  .hero{padding:62px 0 50px}
  .hero-grid,.intro-grid,.menu-image-wrap,.booking-box{
    grid-template-columns:1fr;
    gap:36px;
  }
  .hero-media:before,.menu-photo-frame:before{display:none}
  .hero-media img{aspect-ratio:4/3;border-radius:20px}
  .hero-note{position:static; margin-top:12px; max-width:none}
  .section{padding:72px 0}
  .services-head{display:block}
  .card-grid{grid-template-columns:1fr}
  .gallery-grid{
    grid-template-columns:1fr;
    grid-template-rows:auto;
  }
  .gallery-grid img,
  .gallery-grid img:first-child{
    height:auto;
    grid-row:auto;
    aspect-ratio:4/3;
  }
  .booking-box{padding:30px}
  .footer-grid{grid-template-columns:1fr}
}
