*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: #2A2620;
  background: #F5EFE4;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.005em;
  margin: 0;
  color: #2A2620;
}
p { margin: 0; color: #4A4035; }
a { color: inherit; text-decoration: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
@media (min-width: 768px) { .container { padding: 0 56px; } }

/* Nav */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) { .nav { padding: 32px 56px; } }
.logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.nav-links { display: none; gap: 36px; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; }
.nav-links a { color: #2A2620; transition: color 0.2s; padding: 4px 0; }
.nav-links a:hover { color: #5A6B4A; }
.nav-links a.active { border-bottom: 1px solid #5A6B4A; color: #5A6B4A; }
.menu-toggle {
  display: block;
  background: none;
  border: none;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  color: #2A2620;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .nav-links { display: flex; }
  .menu-toggle { display: none; }
}
.nav-links.open {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  background: #F5EFE4;
  padding: 24px 28px;
  gap: 16px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  z-index: 10;
}

/* Hero */
.hero { padding: 64px 0 0; }
.hero-content { text-align: center; max-width: 800px; margin: 0 auto; padding: 0 28px; }
.hero-eyebrow {
  font-size: 13px; letter-spacing: 0.25em; text-transform: uppercase;
  color: #5A6B4A; margin-bottom: 32px;
}
.hero h1 { font-size: 52px; margin-bottom: 28px; }
@media (min-width: 768px) { .hero h1 { font-size: 84px; } }
.hero-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-size: 22px; color: #6B5D45; margin-bottom: 56px;
}
@media (min-width: 768px) { .hero-tagline { font-size: 26px; } }
.hero-image {
  width: 100%; height: 520px;
  background: linear-gradient(135deg, #5A7080 0%, #8FA8A0 50%, #B8C5B0 100%);
  position: relative; margin-top: 48px;
}
.hero-image::after {
  content: "Foto: utsikt från trädgården";
  position: absolute; bottom: 16px; right: 24px;
  font-size: 12px; letter-spacing: 0.1em; color: rgba(255,255,255,0.7); text-transform: uppercase;
}

/* Page hero (smaller) */
.page-hero { padding: 80px 0 60px; text-align: center; }
.page-hero .hero-eyebrow { margin-bottom: 16px; }
.page-hero h1 { font-size: 40px; margin-bottom: 16px; }
@media (min-width: 768px) { .page-hero h1 { font-size: 60px; } }
.page-hero p { font-size: 18px; max-width: 56ch; margin: 0 auto; line-height: 1.65; }

section.std { padding: 100px 0; }
.welcome-grid {
  display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center;
}
@media (min-width: 900px) { .welcome-grid { grid-template-columns: 1fr 1.2fr; gap: 96px; } }
.welcome h2 { font-size: 42px; margin-bottom: 24px; }
@media (min-width: 768px) { .welcome h2 { font-size: 56px; } }
.welcome p { font-size: 17px; line-height: 1.75; max-width: 50ch; }
.welcome p + p { margin-top: 20px; }
.welcome-image {
  aspect-ratio: 4/5;
  background: linear-gradient(160deg, #6B7D5A 0%, #8B9572 50%, #C8C9A5 100%);
}

.rooms { background: #EDE5D5; }
.section-head { text-align: center; max-width: 600px; margin: 0 auto 80px; }
.section-head .eyebrow {
  font-size: 13px; letter-spacing: 0.25em; text-transform: uppercase;
  color: #5A6B4A; margin-bottom: 20px;
}
.section-head h2 { font-size: 44px; }
@media (min-width: 768px) { .section-head h2 { font-size: 56px; } }
.rooms-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 700px) { .rooms-grid { grid-template-columns: repeat(3, 1fr); } }
.room-card { background: #F5EFE4; }
.room-img { aspect-ratio: 4/3; background: linear-gradient(140deg, #8B7355 0%, #A8896B 100%); }
.room-img.alt { background: linear-gradient(140deg, #6B7D5A 0%, #95A586 100%); }
.room-img.alt2 { background: linear-gradient(140deg, #8B6B7A 0%, #B59AA5 100%); }
.room-body { padding: 32px 28px; }
.room-body h3 { font-size: 26px; margin-bottom: 8px; }
.room-meta {
  font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #6B5D45; margin-bottom: 16px;
}
.room-body p { color: #4A4035; font-size: 16px; }
.room-price {
  margin-top: 24px; font-family: 'Cormorant Garamond', serif; font-size: 22px;
}
.room-price small {
  font-family: 'Inter', sans-serif; font-size: 13px; color: #6B5D45;
}

.included-grid {
  display: grid; grid-template-columns: 1fr; gap: 24px;
  max-width: 1000px; margin: 0 auto;
}
@media (min-width: 600px) { .included-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; } }
@media (min-width: 900px) { .included-grid { grid-template-columns: repeat(3, 1fr); } }
.included-item {
  border-top: 1px solid rgba(42,38,32,0.15);
  padding-top: 20px;
}
.included-item h3 { font-size: 22px; margin-bottom: 8px; }
.included-item p { color: #6B5D45; font-size: 15px; }

.calc-section { background: #DDD0BC; }
.calc-box {
  max-width: 680px; margin: 0 auto;
  background: #F5EFE4; padding: 36px 32px; border-radius: 8px;
}
.calc-box label { display: block; margin-bottom: 20px; }
.calc-box label > span {
  display: block; font-size: 13px; letter-spacing: 0.18em;
  text-transform: uppercase; color: #5A6B4A; margin-bottom: 8px;
}
.calc-box select, .calc-box input {
  width: 100%; padding: 12px 14px; font-size: 16px;
  font-family: 'Inter', sans-serif;
  border: 1px solid rgba(42,38,32,0.18); border-radius: 6px; background: #fff;
}
.calc-total {
  margin-top: 32px; padding-top: 24px;
  border-top: 1px solid rgba(42,38,32,0.15);
  display: flex; justify-content: space-between; align-items: baseline;
  flex-wrap: wrap; gap: 12px;
}
.calc-total-label {
  font-size: 13px; letter-spacing: 0.18em;
  text-transform: uppercase; color: #6B5D45;
}
.calc-total-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px; color: #2A2620;
}
.calc-note {
  margin-top: 18px; font-size: 13px; color: #6B5D45; text-align: center;
}

.contact-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 56px; max-width: 1000px; margin: 0 auto;
}
@media (min-width: 768px) { .contact-grid { grid-template-columns: repeat(3, 1fr); } }
.contact-block .label {
  font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #5A6B4A; margin-bottom: 12px;
}
.contact-block p { font-size: 17px; line-height: 1.7; color: #2A2620; }
.contact-block a { border-bottom: 1px solid currentColor; }

.map-block iframe {
  width: 100%; height: 420px; border: 0; border-radius: 8px; display: block;
}
.map-address {
  margin-top: 18px; text-align: center; font-size: 15px; color: #4A4035;
}

.cta-row {
  margin-top: 48px; text-align: center;
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
}
.cta-btn {
  display: inline-block; padding: 14px 28px;
  background: #5A6B4A; color: #F5EFE4;
  border-radius: 4px; font-size: 15px;
  letter-spacing: 0.1em; text-transform: uppercase;
  transition: background 0.2s;
}
.cta-btn:hover { background: #44523A; }
.cta-btn-light {
  background: transparent; color: #2A2620;
  border: 1px solid rgba(42,38,32,0.25);
}
.cta-btn-light:hover { border-color: #2A2620; background: rgba(42,38,32,0.04); }

footer {
  padding: 48px 0; border-top: 1px solid rgba(42,38,32,0.12);
  font-size: 13px; color: #6B5D45; letter-spacing: 0.05em;
}
footer .container {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
}
footer .footer-nav { display: flex; gap: 16px; }
footer .footer-nav a { color: #6B5D45; }
footer .footer-nav a:hover { color: #2A2620; }

/* Language switcher (always visible, also on mobile) */
.lang-switch {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: 16px;
}
.lang-switch button {
  background: none;
  border: none;
  padding: 8px 6px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #6B5D45;
  transition: color 0.15s;
  min-width: 32px;
}
.lang-switch button:hover { color: #2A2620; }
.lang-switch button.active {
  color: #2A2620;
  font-weight: 500;
  border-bottom: 1px solid #5A6B4A;
}
.lang-switch span {
  color: #6B5D45;
  user-select: none;
}
