 :root {
   --ink: #1b1b1b;
   --muted: #5c5c5c;
   --soft: #f2f0ed;
   --accent: #8a5b3d;
   --accent-dark: #6c452e;
   --sand: #e7dfd6;
   --night: #111217;
 }
 
 * {
   box-sizing: border-box;
 }
 
 body {
   margin: 0;
   font-family: "Helvetica Neue", Arial, sans-serif;
   color: var(--ink);
   background: #faf8f5;
   line-height: 1.6;
 }
 
 img {
   width: 100%;
   height: auto;
   display: block;
   object-fit: cover;
 }
 
 a {
   color: inherit;
   text-decoration: none;
 }
 
 .container {
   width: min(1200px, 92%);
   margin: 0 auto;
 }
 
 header {
   padding: 24px 0 12px;
 }
 
 .topbar {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   gap: 16px;
 }
 
 .brand {
   font-size: 1.4rem;
   font-weight: 700;
   letter-spacing: 0.5px;
 }
 
 .nav-links {
   display: flex;
   flex-wrap: wrap;
   gap: 18px;
   font-size: 0.95rem;
 }
 
 .ad-label {
   font-size: 0.85rem;
   color: var(--muted);
   border: 1px solid var(--sand);
   padding: 6px 10px;
   border-radius: 999px;
   background: #fff;
 }
 
 .hero {
   color: #fff;
   background-position: center;
   background-size: cover;
   background-color: #2b2622;
   padding: 120px 0 90px;
 }
 
 .hero-overlay {
   background: rgba(10, 10, 10, 0.5);
   padding: 48px;
   max-width: 620px;
 }
 
 .hero h1 {
   font-size: clamp(2.2rem, 3vw, 3rem);
   margin-bottom: 14px;
 }
 
 .hero p {
   color: #f4f1ec;
 }
 
 .cta-row {
   display: flex;
   flex-wrap: wrap;
   gap: 14px;
   margin-top: 22px;
 }
 
 .btn {
   background: var(--accent);
   color: #fff;
   padding: 12px 20px;
   border-radius: 999px;
   border: none;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   font-weight: 600;
   cursor: pointer;
 }
 
 .btn.secondary {
   background: #fff;
   color: var(--accent-dark);
   border: 1px solid var(--sand);
 }
 
 .section {
   padding: 70px 0;
 }
 
 .section.alt {
   background: var(--soft);
 }
 
 .section.dark {
   background: var(--night);
   color: #f3f3f3;
 }
 
 .split {
   display: flex;
   flex-wrap: wrap;
   gap: 36px;
   align-items: center;
 }
 
 .split.reverse {
   flex-direction: row-reverse;
 }
 
 .split > div {
   flex: 1 1 320px;
 }
 
 .eyebrow {
   text-transform: uppercase;
   letter-spacing: 2px;
   font-size: 0.75rem;
   color: var(--muted);
 }
 
 .card-row {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
 }
 
 .card {
   flex: 1 1 260px;
   background: #fff;
   border-radius: 18px;
   padding: 20px;
   box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
   display: flex;
   flex-direction: column;
   gap: 12px;
 }
 
 .card img {
   border-radius: 14px;
   height: 180px;
 }
 
 .highlight {
   background: #fff;
   border-left: 4px solid var(--accent);
   padding: 18px 20px;
   margin-top: 18px;
 }
 
 .quote {
   font-style: italic;
   background: var(--sand);
   padding: 20px;
   border-radius: 14px;
 }
 
 .steps {
   display: flex;
   flex-wrap: wrap;
   gap: 18px;
 }
 
 .step {
   flex: 1 1 260px;
   background: #fff;
   padding: 18px;
   border-radius: 14px;
   border: 1px solid #eee;
 }
 
 .price-tag {
   font-weight: 700;
   color: var(--accent-dark);
 }
 
 .form-shell {
   background: #fff;
   padding: 30px;
   border-radius: 20px;
   box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
 }
 
 form {
   display: flex;
   flex-direction: column;
   gap: 14px;
 }
 
 input,
 select,
 textarea {
   padding: 12px 14px;
   border-radius: 10px;
   border: 1px solid #d7d7d7;
   font-size: 1rem;
 }
 
 footer {
   padding: 50px 0;
   background: #f6f3ef;
   font-size: 0.9rem;
   color: var(--muted);
 }
 
 .footer-grid {
   display: flex;
   flex-wrap: wrap;
   gap: 24px;
 }
 
 .footer-grid > div {
   flex: 1 1 200px;
 }
 
 .sticky-cta {
   position: fixed;
   bottom: 18px;
   right: 18px;
   background: var(--accent);
   color: #fff;
   padding: 12px 18px;
   border-radius: 999px;
   box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
   z-index: 50;
 }
 
 .cookie-banner {
   position: fixed;
   bottom: 0;
   left: 0;
   right: 0;
   background: #ffffff;
   border-top: 1px solid #e2dfda;
   padding: 18px;
   display: none;
   z-index: 100;
 }
 
 .cookie-content {
   display: flex;
   flex-wrap: wrap;
   gap: 16px;
   align-items: center;
   justify-content: space-between;
 }
 
 .cookie-actions {
   display: flex;
   gap: 10px;
 }
 
 .hero-bg-1 {
   background-image: url("https://images.unsplash.com/photo-1503341455253-b2e723bb3dbb?w=1400&q=80");
 }
 
 .bg-atelier {
   background-image: url("https://images.unsplash.com/photo-1516822003754-cca485356ecb?w=1400&q=80");
   background-position: center;
   background-size: cover;
   background-color: #3a2f28;
 }
 
 .bg-texture {
   background-image: url("https://images.unsplash.com/photo-1500917293891-ef795e70e1f6?w=1400&q=80");
   background-position: center;
   background-size: cover;
   background-color: #b8a89a;
 }
 
 .bg-tessuti {
   background-image: url("https://images.unsplash.com/photo-1483985988355-763728e1935b?w=1400&q=80");
   background-position: center;
   background-size: cover;
   background-color: #2e2a28;
 }
 
 .bg-guard {
   background-image: url("https://images.pexels.com/photos/5066300/pexels-photo-5066300.jpeg");
   background-position: center;
   background-size: cover;
   background-color: #443b33;
 }
 
 .banner-overlay {
   background: rgba(255, 255, 255, 0.92);
   padding: 40px;
   border-radius: 24px;
 }
 
 .image-frame {
   background: #d8d0c8;
   border-radius: 18px;
   overflow: hidden;
 }
 
 .image-frame img {
   height: 320px;
 }
 
 .inline-image {
   background: #e0d8ce;
   border-radius: 16px;
   overflow: hidden;
 }
 
 .inline-image img {
   height: 260px;
 }
 
 .note {
   background: #ffffff;
   padding: 20px;
   border-radius: 16px;
   border: 1px solid #ece7e1;
 }
 
 @media (max-width: 780px) {
   .hero-overlay {
     padding: 30px;
   }
 
   .sticky-cta {
     left: 18px;
     right: 18px;
     text-align: center;
   }
 }
