*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --ink: #0f0e0d;
    --paper: #f5f0e8;
    --accent: #e84c1e;
    --muted: #8a8478;
    --border: #d8d0c4;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--paper);
    color: var(--ink);
    line-height: 1.5;
    overflow-x: hidden;
  }

  .hero {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: 0;
    position: relative;
    border-bottom: 2px solid var(--ink);
  }

  .hero-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2.5rem;
    border-bottom: 1px solid var(--border);
  }

  .logo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color: var(--ink);
  }

  .tag {
    background: var(--accent);
    color: white;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.35rem 0.8rem;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.15s;
  }

  .tag:hover { opacity: 0.88; transform: translateY(-1px); }

  .hero-body {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 2rem;
    align-items: center;
    padding: 4rem 2.5rem 2rem;
    position: relative;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
  }

  .eyebrow {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 1.2rem;
    opacity: 0;
    animation: fadeUp 0.6s 0.1s forwards;
  }

  h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(4rem, 12vw, 9rem);
    line-height: 0.92;
    letter-spacing: 0.01em;
    color: var(--ink);
    opacity: 0;
    animation: fadeUp 0.7s 0.2s forwards;
  }

  h1 span { color: var(--accent); }

  .hero-sub {
    margin-top: 2rem;
    font-size: 1.1rem;
    color: var(--muted);
    max-width: 520px;
    font-weight: 300;
    opacity: 0;
    animation: fadeUp 0.7s 0.35s forwards;
  }

  .hero-contact {
    margin-top: 1rem;
    font-size: 0.95rem;
    color: var(--ink);
    opacity: 0;
    animation: fadeUp 0.7s 0.4s forwards;
  }

  .hero-contact a {
    color: var(--accent);
    font-weight: 500;
    text-decoration: none;
  }

  .hero-cta {
    margin-top: 2.5rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeUp 0.7s 0.5s forwards;
  }

  .btn-primary {
    background: var(--ink);
    color: var(--paper);
    padding: 1rem 2rem;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s, transform 0.15s;
  }

  .btn-primary:hover { background: var(--accent); transform: translateY(-2px); }

  .btn-secondary {
    background: transparent;
    color: var(--ink);
    padding: 1rem 2rem;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    border: 1.5px solid var(--ink);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s;
  }

  .btn-secondary:hover { background: var(--ink); color: var(--paper); }

  .hero-number {
    position: absolute;
    right: 2.5rem;
    bottom: 3rem;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(6rem, 18vw, 14rem);
    color: transparent;
    -webkit-text-stroke: 1.5px var(--border);
    line-height: 1;
    user-select: none;
    opacity: 0;
    animation: fadeIn 1s 0.6s forwards;
  }

  .hero-panel {
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(8px);
    padding: 1.5rem;
    opacity: 0;
    animation: fadeUp 0.7s 0.45s forwards;
  }

  .hero-panel-label {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 1rem;
  }

  .hero-panel-list {
    display: grid;
    gap: 0.9rem;
  }

  .hero-panel-item strong {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 0.15rem;
    color: var(--ink);
  }

  .hero-panel-item span {
    font-size: 0.88rem;
    color: var(--muted);
  }

  .hero-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--border);
  }

  .stat {
    padding: 1.5rem 2.5rem;
    border-right: 1px solid var(--border);
    opacity: 0;
    animation: fadeUp 0.6s forwards;
  }

  .stat:nth-child(1) { animation-delay: 0.6s; }
  .stat:nth-child(2) { animation-delay: 0.7s; }
  .stat:nth-child(3) { animation-delay: 0.8s; border-right: none; }

  .stat-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.2rem;
    color: var(--ink);
    line-height: 1;
  }

  .stat-label {
    font-size: 0.78rem;
    color: var(--muted);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 0.3rem;
  }

  .section {
    padding: 5rem 2.5rem;
    border-bottom: 1px solid var(--border);
  }

  .section-label {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .section-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border);
    max-width: 80px;
  }

  .categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
  }

  .cat-item {
    background: var(--paper);
    padding: 2rem 1.5rem;
    transition: background 0.2s;
  }

  .cat-item:hover { background: var(--ink); color: var(--paper); }
  .cat-item:hover .cat-icon { color: var(--accent); }
  .cat-item:hover .cat-name { color: var(--paper); }

  .cat-icon { font-size: 1.8rem; margin-bottom: 0.8rem; }

  .cat-name {
    font-size: 1rem;
    font-weight: 500;
    color: var(--ink);
    transition: color 0.2s;
  }

  .cat-desc { font-size: 0.82rem; color: var(--muted); margin-top: 0.4rem; }

  .location-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
  }

  .location-card {
    background: var(--paper);
    padding: 1.5rem;
  }

  .location-card strong {
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.6rem;
  }

  .location-card span {
    font-size: 1rem;
    color: var(--ink);
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .gallery-card {
    border: 1px solid var(--border);
    background: white;
    overflow: hidden;
  }

  .gallery-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .gallery-copy {
    padding: 1rem 1rem 1.2rem;
  }

  .gallery-copy h3 {
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
  }

  .gallery-copy p {
    font-size: 0.88rem;
    color: var(--muted);
  }

  .deal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
  }

  .deal-price-block {
    background: var(--ink);
    color: var(--paper);
    padding: 3rem;
  }

  .deal-price-label {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 1rem;
  }

  .deal-price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 5rem;
    line-height: 1;
    color: var(--accent);
  }

  .deal-price-note {
    font-size: 0.85rem;
    color: #8a8478;
    margin-top: 0.8rem;
  }

  .deal-bullets {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }

  .deal-bullet {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    font-size: 0.9rem;
    color: #ccc;
  }

  .deal-bullet::before {
    content: '->';
    color: var(--accent);
    flex-shrink: 0;
    margin-top: 1px;
  }

  .deal-info { padding: 1rem 0; }

  .deal-info h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.8rem;
    line-height: 1.1;
    margin-bottom: 1.2rem;
  }

  .deal-info p {
    font-size: 0.95rem;
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 1rem;
  }

  .seo-copy {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
  }

  .seo-copy h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 0.8rem;
  }

  .seo-copy p {
    margin-bottom: 0.8rem;
  }

  .ideal-for {
    margin-top: 1.5rem;
    border-top: 1px solid var(--border);
    padding-top: 1.5rem;
  }

  .ideal-label {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.8rem;
  }

  .ideal-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }

  .ideal-tag {
    background: transparent;
    border: 1px solid var(--border);
    padding: 0.35rem 0.8rem;
    font-size: 0.8rem;
    color: var(--ink);
    border-radius: 2px;
  }

  .contact-section {
    padding: 5rem 2.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }

  .contact-left h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1;
    margin-bottom: 1rem;
  }

  .contact-left p {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.7;
    max-width: 380px;
  }

  .contact-phone {
    margin-top: 1rem;
    font-size: 1rem;
    color: var(--ink);
  }

  .contact-phone a {
    color: var(--accent);
    text-decoration: none;
    font-weight: 500;
  }

  .faq-list {
    display: grid;
    gap: 1rem;
  }

  .faq-item {
    border: 1px solid var(--border);
    background: white;
    padding: 1.25rem 1.25rem 1.35rem;
  }

  .faq-item h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .faq-item p {
    font-size: 0.92rem;
    color: var(--muted);
    line-height: 1.7;
  }

  .sticky-call {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 20;
    display: none;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    color: white;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 1rem 1.2rem;
    box-shadow: 0 12px 30px rgba(15, 14, 13, 0.18);
  }

  .sticky-call:hover { opacity: 0.92; }

  .contact-form { display: flex; flex-direction: column; gap: 1rem; }

  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

  input, textarea {
    width: 100%;
    background: white;
    border: 1.5px solid var(--border);
    padding: 0.85rem 1rem;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    color: var(--ink);
    outline: none;
    transition: border-color 0.2s;
    appearance: none;
    border-radius: 0;
  }

  input:focus, textarea:focus { border-color: var(--ink); }
  textarea { resize: vertical; min-height: 110px; }

  input::placeholder, textarea::placeholder { color: var(--muted); }

  .form-submit {
    background: var(--accent);
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: 0.05em;
    transition: opacity 0.2s, transform 0.15s;
    align-self: flex-start;
  }

  .form-submit:hover { opacity: 0.85; transform: translateY(-2px); }

  .form-status {
    min-height: 1.4rem;
    font-size: 0.9rem;
    color: var(--muted);
  }

  .form-status[data-state="success"] { color: #1d6b3a; }
  .form-status[data-state="error"] { color: #b2351e; }

  footer {
    border-top: 2px solid var(--ink);
    padding: 1.5rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    color: var(--muted);
  }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  @media (max-width: 700px) {
    .hero { min-height: auto; }
    .hero-top {
      padding: 1rem 1rem 0.9rem;
      align-items: flex-start;
      gap: 0.75rem;
    }
    .logo {
      font-size: 1.05rem;
      line-height: 1;
    }
    .tag {
      font-size: 0.66rem;
      padding: 0.45rem 0.65rem;
      flex-shrink: 0;
    }
    .hero-body {
      grid-template-columns: 1fr;
      padding: 2rem 1rem 1.5rem;
      gap: 1.25rem;
    }
    .eyebrow {
      font-size: 0.68rem;
      margin-bottom: 0.8rem;
      letter-spacing: 0.16em;
    }
    .hero-bottom { grid-template-columns: 1fr; }
    .stat {
      border-right: none;
      border-bottom: 1px solid var(--border);
      padding: 1rem;
    }
    .stat-num { font-size: 1.8rem; }
    .stat-label { font-size: 0.72rem; }
    .location-strip { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr; }
    .deal-grid, .contact-section { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .hero-number { display: none; }
    h1 {
      font-size: clamp(3.15rem, 19vw, 4.5rem);
      line-height: 0.9;
      max-width: 6ch;
    }
    .hero-sub {
      margin-top: 1.15rem;
      font-size: 0.98rem;
      max-width: none;
    }
    .hero-contact {
      margin-top: 0.8rem;
      font-size: 0.92rem;
    }
    .hero-cta {
      margin-top: 1.4rem;
      gap: 0.75rem;
    }
    .btn-primary,
    .btn-secondary {
      width: 100%;
      text-align: center;
      padding: 0.9rem 1rem;
    }
    .hero-panel { padding: 1rem; }
    .hero-panel-item strong { font-size: 1.05rem; }
    .hero-panel-item span { font-size: 0.84rem; }
    .section {
      padding: 3.25rem 1rem;
    }
    .section-label {
      margin-bottom: 1.4rem;
      font-size: 0.68rem;
    }
    .cat-item {
      padding: 1.25rem 1rem;
    }
    .location-card,
    .gallery-copy,
    .faq-item {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .deal-price-block {
      padding: 2rem 1rem;
    }
    .deal-price { font-size: 3.7rem; }
    .deal-info h2 {
      font-size: 2.1rem;
      margin-bottom: 0.9rem;
    }
    .deal-info p,
    .faq-item p,
    .contact-left p {
      font-size: 0.92rem;
      line-height: 1.6;
    }
    .gallery-card img { aspect-ratio: 5 / 4; }
    .contact-section {
      padding: 3.25rem 1rem;
      gap: 2rem;
    }
    .contact-left h2 {
      font-size: clamp(2.2rem, 12vw, 3rem);
    }
    .contact-phone {
      margin-top: 0.8rem;
      font-size: 0.94rem;
    }
    input, textarea {
      padding: 0.9rem 0.95rem;
      font-size: 16px;
    }
    .form-submit {
      width: 100%;
      text-align: center;
    }
    footer {
      flex-direction: column;
      gap: 0.6rem;
      align-items: flex-start;
      padding: 1.1rem 1rem 6rem;
    }
    .sticky-call {
      display: flex;
      left: 0.75rem;
      right: 0.75rem;
      bottom: 0.75rem;
      padding: 0.95rem 1rem;
      font-size: 0.95rem;
    }
    body { padding-bottom: 5.75rem; }
  }

  @media (max-width: 420px) {
    .hero-top,
    .hero-body,
    .section,
    .contact-section,
    footer {
      padding-left: 0.85rem;
      padding-right: 0.85rem;
    }
    h1 {
      font-size: clamp(2.85rem, 18vw, 3.4rem);
    }
    .deal-price { font-size: 3.25rem; }
    .hero-panel,
    .faq-item,
    .location-card,
    .gallery-copy,
    .deal-price-block {
      padding-left: 0.9rem;
      padding-right: 0.9rem;
    }
  }
