/* Base */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f1a16;
  background: #f7f3ee;
  line-height: 1.6;
}

a {
  color: #5a2e12;
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: 0.85;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  overflow-x: hidden;
}

.site-header {
  padding: 20px 40px 0;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  background: #efe4d7;
  border-radius: 20px;
}

.logo {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.4px;
}

.ad-label {
  font-size: 12px;
  color: #5c3a22;
  background: #f7ede3;
  padding: 6px 10px;
  border-radius: 999px;
}

.main-nav {
  display: flex;
  gap: 16px;
  font-size: 14px;
}

.main-nav a {
  padding: 6px 10px;
  border-radius: 16px;
  background: #f5ebe1;
}

.hero {
  display: flex;
  gap: 40px;
  padding: 60px 40px 20px;
  align-items: stretch;
}

.hero-content {
  flex: 1.1;
  padding: 40px 20px 40px 0;
}

.hero-content h1 {
  font-size: 44px;
  line-height: 1.1;
  margin: 0 0 20px;
}

.hero-content p {
  font-size: 18px;
  margin: 0 0 16px;
}

.hero-media {
  flex: 0.9;
  background: #d7c3b1;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  min-height: 380px;
}

.hero-media img {
  width: 100%;
  height: 100%;
}

.section {
  padding: 60px 40px;
}

.section-alt {
  background: #ffffff;
  border-radius: 32px;
  margin: 0 20px;
}

.section-title {
  font-size: 28px;
  margin: 0 0 16px;
}

.split {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.split.reverse {
  flex-direction: row-reverse;
}

.panel {
  flex: 1;
}

.offset-card {
  background: #fdf9f4;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(30, 20, 10, 0.08);
}

.offset-right {
  margin-right: -40px;
}

.offset-left {
  margin-left: -40px;
}

.media-box {
  background: #d7c3b1;
  border-radius: 22px;
  overflow: hidden;
  min-height: 260px;
}

.media-box img {
  width: 100%;
  height: 100%;
}

.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.flow-step {
  padding: 16px 20px;
  background: #f7ede3;
  border-radius: 16px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 10px 24px rgba(20, 10, 5, 0.08);
}

.card img {
  width: 100%;
  height: 160px;
  border-radius: 14px;
}

.card-media {
  background: #d7c3b1;
  border-radius: 14px;
  overflow: hidden;
}

.card-media img {
  width: 100%;
  height: 160px;
}

.price {
  font-weight: 700;
  color: #5a2e12;
}

.cta-button {
  display: inline-block;
  padding: 10px 16px;
  background: #5a2e12;
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
}

.light-button {
  display: inline-block;
  padding: 10px 16px;
  background: #f5ebe1;
  color: #5a2e12;
  border-radius: 999px;
  border: none;
  cursor: pointer;
}

.service-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-selector button {
  background: #fff;
  border: 1px solid #e2d2c3;
  border-radius: 14px;
  padding: 12px 16px;
  cursor: pointer;
}

.service-selector .active {
  border-color: #5a2e12;
  background: #f7ede3;
}

.form-shell {
  background: #fff;
  padding: 26px;
  border-radius: 20px;
  box-shadow: 0 12px 24px rgba(20, 10, 5, 0.08);
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

.form-row input,
.form-row select,
.form-row textarea {
  padding: 10px 12px;
  border: 1px solid #d9c5b4;
  border-radius: 12px;
  font-size: 14px;
}

.inline-cta {
  color: #5a2e12;
  text-decoration: underline;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #1f1a16;
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 14px;
  z-index: 20;
}

.footer {
  padding: 40px;
  background: #1f1a16;
  color: #f7ede3;
}

.footer a {
  color: #f7ede3;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 16px 0;
}

.disclaimer {
  font-size: 13px;
  color: #d8c7b7;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(20, 10, 5, 0.15);
  max-width: 320px;
  z-index: 30;
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
  border: none;
  border-radius: 12px;
  padding: 10px;
  cursor: pointer;
}

.accept {
  background: #5a2e12;
  color: #fff;
}

.reject {
  background: #f5ebe1;
  color: #5a2e12;
}

.simple-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.notice {
  font-size: 14px;
  color: #4a3a2c;
  background: #f5ebe1;
  padding: 12px 16px;
  border-radius: 12px;
}

.bg-roast {
  background-image: url("https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.bg-roast .offset-card {
  background: rgba(31, 26, 22, 0.76);
  color: #fff;
}

.bg-delivery {
  background-image: url("https://images.unsplash.com/photo-1501339847302-ac426a4a7cbb?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-delivery .offset-card {
  background: rgba(255, 255, 255, 0.92);
}

.legal-page .section {
  max-width: 900px;
  margin: 0 auto;
}

.contact-grid {
  display: flex;
  gap: 20px;
}

.contact-grid .panel {
  flex: 1;
}
