:root {
      --bg: #f7f4ef;
      --paper: #ffffff;
      --text: #151515;
      --muted: #6d6963;
      --line: rgba(21, 21, 21, 0.12);
      --dark: #101010;
      --accent: #9b7a4a;
      --accent-soft: #e6d8c3;
      --radius: 22px;
      --shadow: 0 24px 70px rgba(20, 18, 16, 0.12);
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: "Inter", sans-serif;
      background: var(--bg);
      color: var(--text);
      overflow-x: hidden;
    }

    body.menu-open {
      overflow: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      width: 100%;
      display: block;
    }

    .container {
      width: min(1180px, calc(100% - 32px));
      margin: 0 auto;
    }

    .header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      background: rgba(247, 244, 239, 0.86);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid var(--line);
    }

    .nav-wrap {
      width: min(1180px, calc(100% - 32px));
      margin: 0 auto;
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .logo {
      font-size: 18px;
      font-weight: 800;
      letter-spacing: -0.04em;
    }

    .logo span {
      display: block;
      font-family: "Libre Baskerville", serif;
      font-size: 12px;
      font-weight: 400;
      color: var(--muted);
      letter-spacing: 0.16em;
      text-transform: uppercase;
      margin-top: 3px;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 30px;
    }

    .nav-links a {
      font-size: 13px;
      font-weight: 700;
      color: var(--muted);
      transition: 0.2s ease;
    }

    .nav-links a:hover {
      color: var(--text);
    }

    .nav-links .nav-cta {
      color: white;
      background: var(--dark);
      padding: 12px 17px;
      border-radius: 999px;
    }

    .menu-btn {
      display: none;
      width: 44px;
      height: 44px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: transparent;
      cursor: pointer;
    }

    .menu-btn span {
      display: block;
      width: 18px;
      height: 2px;
      background: var(--text);
      margin: 5px auto;
    }

    .hero {
      padding: 130px 0 70px;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      gap: 42px;
      align-items: end;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 22px;
    }

    .eyebrow::before {
      content: "";
      width: 34px;
      height: 1px;
      background: var(--accent);
    }

    h1, h2, h3 {
      font-family: "Libre Baskerville", serif;
      font-weight: 400;
      letter-spacing: -0.05em;
    }

    h1 {
      font-size: clamp(52px, 8vw, 104px);
      line-height: 0.95;
      max-width: 760px;
      margin-bottom: 26px;
    }

    .hero-text {
      max-width: 560px;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.85;
      margin-bottom: 32px;
    }

    .hero-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-bottom: 34px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 14px 20px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 800;
      transition: 0.22s ease;
      cursor: pointer;
      border: 1px solid var(--dark);
    }

    .btn-primary {
      background: var(--dark);
      color: white;
    }

    .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 40px rgba(0,0,0,0.14);
    }

    .btn-secondary {
      background: transparent;
      color: var(--dark);
    }

    .btn-secondary:hover {
      background: var(--dark);
      color: white;
    }

    .hero-meta {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      max-width: 610px;
    }

    .meta-item {
      padding-top: 16px;
      border-top: 1px solid var(--line);
    }

    .meta-item strong {
      display: block;
      font-size: 22px;
      letter-spacing: -0.04em;
      margin-bottom: 4px;
    }

    .meta-item span {
      color: var(--muted);
      font-size: 13px;
      font-weight: 600;
      line-height: 1.5;
    }

    .hero-visual {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 0.62fr;
      gap: 16px;
      min-height: 640px;
    }

    .photo {
      position: relative;
      overflow: hidden;
      background: #ddd center/cover no-repeat;
      box-shadow: var(--shadow);
    }

    .photo-main {
      border-radius: 34px;
      background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.2)), url(bogi-1002.jpg);
    }

    .photo-side-wrap {
      display: grid;
      grid-template-rows: 1fr 1fr;
      gap: 16px;
    }

    .photo-side-a {
      border-radius: 34px 34px 8px 34px;
      background-image: url(DSC_6641.jpg);
    }

    .photo-side-b {
      border-radius: 34px 8px 34px 34px;
      background-image: url(DSC_6454.jpg);
    }

    .floating-card {
      position: absolute;
      left: 24px;
      bottom: 24px;
      width: min(320px, calc(100% - 48px));
      padding: 18px;
      border-radius: 20px;
      background: rgba(255,255,255,0.86);
      backdrop-filter: blur(16px);
      box-shadow: 0 18px 50px rgba(0,0,0,0.16);
    }

    .floating-card strong {
      display: block;
      font-size: 15px;
      margin-bottom: 6px;
    }

    .floating-card span {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.6;
      font-weight: 600;
    }

    .section {
      padding: 92px 0;
    }

    .section-head {
      display: grid;
      grid-template-columns: 0.82fr 1.18fr;
      gap: 40px;
      align-items: end;
      margin-bottom: 42px;
    }

    .section-head h2 {
      font-size: clamp(38px, 5.5vw, 72px);
      line-height: 1;
      max-width: 720px;
    }

    .section-head p {
      color: var(--muted);
      line-height: 1.85;
      font-size: 17px;
      max-width: 520px;
      margin-left: auto;
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .service-card {
      background: var(--paper);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 28px;
      min-height: 330px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: 0.25s ease;
    }

    .service-card:hover {
      transform: translateY(-6px);
      box-shadow: var(--shadow);
    }

    .service-top {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      align-items: flex-start;
      margin-bottom: 52px;
    }

    .service-num {
      color: var(--accent);
      font-size: 13px;
      font-weight: 900;
      letter-spacing: 0.12em;
    }

    .service-tag {
      padding: 7px 10px;
      border-radius: 999px;
      border: 1px solid var(--line);
      font-size: 11px;
      font-weight: 800;
      color: var(--muted);
    }

    .service-card h3 {
      font-size: 34px;
      line-height: 1;
      margin-bottom: 14px;
    }

    .service-card p {
      color: var(--muted);
      line-height: 1.75;
      font-size: 15px;
    }

    .portfolio-section {
      background: var(--dark);
      color: white;
      padding: 92px 0;
    }

    .portfolio-section .eyebrow {
      color: var(--accent-soft);
    }

    .portfolio-section .eyebrow::before {
      background: var(--accent-soft);
    }

    .portfolio-section .section-head p {
      color: rgba(255,255,255,0.62);
    }

    .portfolio-grid {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr 0.9fr;
      grid-template-rows: 300px 300px;
      gap: 16px;
    }

    .work-item {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      background: #333 center/cover no-repeat;
      min-height: 260px;
    }

    .work-item.big {
      grid-row: span 2;
      background-image: url(IMG_2146.jpg);
    }

    .work-item:nth-child(2) {
      background-image: url(bogi-1001-8.jpg);
    }

    .work-item:nth-child(3) {
      background-image: url(bogi-1089.jpg);
    }

    .work-item:nth-child(4) {
      background-image: url(DSC_9172.jpg);
    }

    .work-item:nth-child(5) {
      background-image: url(bogi-1123.jpg);
    }

    .work-item::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.62));
      opacity: 0.85;
    }

    .work-caption {
      position: absolute;
      z-index: 2;
      left: 20px;
      right: 20px;
      bottom: 20px;
      display: flex;
      justify-content: space-between;
      align-items: end;
      gap: 16px;
    }

    .work-caption strong {
      display: block;
      font-size: 15px;
      margin-bottom: 5px;
    }

    .work-caption span {
      color: rgba(255,255,255,0.65);
      font-size: 13px;
      font-weight: 600;
    }

    .work-caption small {
      color: var(--accent-soft);
      font-weight: 900;
      letter-spacing: 0.08em;
    }

    .about-layout {
      display: grid;
      grid-template-columns: 0.85fr 1.15fr;
      gap: 34px;
      align-items: center;
    }

    .about-photo {
      min-height: 620px;
      border-radius: 34px;
      background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.22)), url(MFN02623.jpeg) center/cover;
      box-shadow: var(--shadow);
    }

    .about-content {
      background: var(--paper);
      border: 1px solid var(--line);
      border-radius: 34px;
      padding: clamp(28px, 5vw, 52px);
    }

    .about-content h2 {
      font-size: clamp(38px, 5vw, 68px);
      line-height: 1;
      margin-bottom: 22px;
    }

    .about-content p {
      color: var(--muted);
      line-height: 1.9;
      font-size: 17px;
      margin-bottom: 26px;
    }

    .about-list {
      display: grid;
      gap: 12px;
      list-style: none;
    }

    .about-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 15px 0;
      border-top: 1px solid var(--line);
      color: var(--muted);
      font-weight: 700;
      line-height: 1.55;
    }

    .about-list li::before {
      content: "•";
      color: var(--accent);
      font-size: 24px;
      line-height: 0.8;
    }

    .packages-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .package-card {
      background: var(--paper);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 28px;
      min-height: 410px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .package-card.featured {
      background: var(--dark);
      color: white;
      box-shadow: var(--shadow);
    }

    .package-label {
      width: fit-content;
      padding: 8px 11px;
      border-radius: 999px;
      background: var(--accent-soft);
      color: var(--text);
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      margin-bottom: 18px;
    }

    .package-card h3 {
      font-size: 34px;
      line-height: 1;
      margin-bottom: 12px;
    }

    .package-card p {
      color: var(--muted);
      line-height: 1.75;
      font-size: 15px;
    }

    .package-card.featured p,
    .package-card.featured li,
    .package-card.featured .price span {
      color: rgba(255,255,255,0.65);
    }

    .price {
      margin: 26px 0;
      font-size: 44px;
      font-weight: 800;
      letter-spacing: -0.06em;
    }

    .price span {
      font-size: 14px;
      color: var(--muted);
      letter-spacing: 0;
    }

    .package-card ul {
      list-style: none;
      display: grid;
      gap: 12px;
      margin-top: 22px;
    }

    .package-card li {
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
    }

    .package-card li::before {
      content: "✓";
      color: var(--accent);
      margin-right: 9px;
    }

    .package-card .btn {
      width: 100%;
      margin-top: 28px;
    }

    .contact-section {
      padding: 92px 0 46px;
      background: var(--dark);
      color: white;
    }

    .contact-layout {
      display: grid;
      grid-template-columns: 0.85fr 1.15fr;
      gap: 24px;
      align-items: stretch;
    }

    .contact-info {
      padding: clamp(28px, 5vw, 48px);
      border-radius: 34px;
      background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035));
      border: 1px solid rgba(255,255,255,0.12);
    }

    .contact-info h2 {
      font-size: clamp(40px, 6vw, 76px);
      line-height: 1;
      margin-bottom: 24px;
    }

    .contact-info p {
      color: rgba(255,255,255,0.66);
      line-height: 1.85;
      font-size: 17px;
    }

    .contact-list {
      margin-top: 34px;
      list-style: none;
      display: grid;
      gap: 12px;
      color: rgba(255,255,255,0.74);
      font-weight: 700;
    }

    .contact-form {
      padding: clamp(24px, 4vw, 36px);
      border-radius: 34px;
      background: var(--paper);
      color: var(--text);
      display: grid;
      gap: 14px;
    }

    .field-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    input, select, textarea {
      width: 100%;
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 16px;
      font: inherit;
      outline: none;
      color: var(--text);
      background: white;
    }

    textarea {
      min-height: 150px;
      resize: vertical;
    }

    .submit-btn {
      min-height: 52px;
      border: 0;
      border-radius: 999px;
      background: var(--dark);
      color: white;
      font-weight: 900;
      cursor: pointer;
      font: inherit;
      transition: 0.22s ease;
    }

    .submit-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 40px rgba(0,0,0,0.14);
    }

    .success-message {
      display: none;
      padding: 14px 16px;
      border-radius: 14px;
      background: #efe3d1;
      color: #624a25;
      font-weight: 800;
    }

    .success-message.show {
      display: block;
    }

    .footer {
      background: var(--dark);
      color: rgba(255,255,255,0.52);
      padding: 26px 0 38px;
    }

    .footer-inner {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      font-size: 14px;
      font-weight: 700;
    }

    @media (max-width: 980px) {
      .menu-btn {
        display: block;
      }

      .nav-links {
        position: fixed;
        top: 78px;
        left: 0;
        right: 0;
        width: min(1180px, calc(100% - 32px));
        margin: 0 auto;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 14px;
        background: rgba(247,244,239,0.98);
        border: 1px solid var(--line);
        border-radius: 20px;
        box-shadow: var(--shadow);
      }

      .nav-links.active {
        display: flex;
      }

      .nav-links a {
        padding: 16px;
        border-radius: 14px;
      }

      .hero-grid,
      .section-head,
      .about-layout,
      .contact-layout {
        grid-template-columns: 1fr;
      }

      .hero-visual {
        min-height: 560px;
      }

      .services-grid,
      .packages-grid {
        grid-template-columns: 1fr 1fr;
      }

      .portfolio-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
      }

      .work-item,
      .work-item.big {
        grid-row: auto;
        min-height: 310px;
      }

      .section-head p {
        margin-left: 0;
      }
    }

    @media (max-width: 640px) {
      .hero {
        padding-top: 112px;
      }

      .hero-meta,
      .hero-visual,
      .services-grid,
      .portfolio-grid,
      .packages-grid,
      .field-grid {
        grid-template-columns: 1fr;
      }

      .hero-visual {
        min-height: auto;
      }

      .photo-main {
        min-height: 520px;
      }

      .photo-side-wrap {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
      }

      .photo-side-a,
      .photo-side-b {
        min-height: 250px;
        border-radius: 24px;
      }

      .section,
      .portfolio-section,
      .contact-section {
        padding: 70px 0;
      }

      .about-photo {
        min-height: 460px;
      }

      .work-item,
      .work-item.big {
        min-height: 360px;
      }
    }