﻿:root {
  --color-bg: #f7f2ea;
  --color-bg-soft: #fffaf3;
  --color-surface: #fffdf9;
  --color-text: #21180f;
  --color-text-soft: #5f4b39;
  --color-primary: #db9423;
  --color-primary-strong: #b86e10;
  --color-primary-soft: #f8d9a2;
  --color-border: #eadbca;
  --color-success: #2f7a50;
  --shadow-soft: 0 12px 28px rgba(33, 24, 15, 0.08);
  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --container: min(1120px, 92vw);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-text);
  background:
    radial-gradient(circle at top right, #fdeecf 0%, transparent 42%),
    radial-gradient(circle at top left, #fff5df 0%, transparent 38%),
    var(--color-bg);
  font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
  line-height: 1.65;
}

a {
  color: var(--color-primary-strong);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: #000;
  color: #fff;
  padding: 0.5rem 0.8rem;
  border-radius: 8px;
  z-index: 1000;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(255, 249, 239, 0.9);
  border-bottom: 1px solid var(--color-border);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 1rem;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.26rem;
  font-weight: 700;
  color: var(--color-text);
}

.brand:hover {
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--color-primary), #f6b24f);
  color: #fff;
  box-shadow: var(--shadow-soft);
  letter-spacing: 0.04em;
  font-size: 0.86rem;
}

.site-nav {
  justify-self: center;
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.site-nav a {
  color: var(--color-text-soft);
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  font-weight: 600;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--color-text);
  background: #fff;
  text-decoration: none;
}

.nav-toggle {
  display: none;
}

.button,
button,
input[type="submit"],
input[type="button"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.72rem 1.1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--color-primary);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: var(--color-primary-strong);
  text-decoration: none;
}

.button--ghost {
  background: transparent;
  color: var(--color-primary-strong);
  border-color: var(--color-primary-soft);
}

.button--ghost:hover {
  background: #fff;
}

.button--small {
  padding: 0.56rem 0.9rem;
  font-size: 0.94rem;
}

.hero {
  padding: 4.7rem 0 3.4rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-soft);
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  padding: 0.34rem 0.7rem;
}

.hero h1,
.page-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.12;
  margin: 0.9rem 0 1rem;
}

.hero p,
.page-hero p {
  color: var(--color-text-soft);
  max-width: 58ch;
}

.hero-actions {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.hero-card {
  background: linear-gradient(160deg, #fffdf7, #fff4de);
  border: 1px solid #f0dfc3;
  border-radius: var(--radius-lg);
  padding: 1.3rem;
  box-shadow: var(--shadow-soft);
}

.hero-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  margin: 0;
}

.hero-card ul {
  margin: 0.8rem 0 0;
  padding-left: 1.1rem;
}

.section {
  padding: 3rem 0;
}

.section h2 {
  margin: 0 0 0.8rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
}

.section-intro {
  margin-top: 0;
  color: var(--color-text-soft);
  max-width: 65ch;
}

.grid {
  display: grid;
  gap: 1rem;
}

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

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1.1rem;
  box-shadow: var(--shadow-soft);
}

.card h3,
.card h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: Georgia, "Times New Roman", serif;
}

.card p {
  margin: 0;
  color: var(--color-text-soft);
}

.notice {
  border-left: 4px solid var(--color-success);
  background: #effaf2;
  color: #12492b;
  border-radius: var(--radius-sm);
  padding: 0.88rem 1rem;
}

.list-clean {
  margin: 0;
  padding-left: 1.15rem;
}

.list-clean li + li {
  margin-top: 0.4rem;
}

.media-frame {
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  background: linear-gradient(145deg, #fff2d6, #ffe9bf);
  min-height: 180px;
  display: grid;
  place-items: center;
  color: #8e5f18;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
}

.team-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--color-border);
  margin-bottom: 0.8rem;
}

.price-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.6rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed var(--color-border);
}

.price-list li:last-child {
  border-bottom: 0;
}

.price {
  color: var(--color-primary-strong);
  font-weight: 700;
}

table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--color-border);
  background: #fff;
}

th,
td {
  text-align: left;
  padding: 0.75rem 0.8rem;
  border-bottom: 1px solid var(--color-border);
}

th {
  background: #fff6e8;
  font-family: Georgia, "Times New Roman", serif;
}

tr:last-child td {
  border-bottom: 0;
}

form {
  display: grid;
  gap: 0.8rem;
}

label {
  display: grid;
  gap: 0.35rem;
  font-weight: 600;
}

input,
textarea,
select {
  border: 1px solid var(--color-border);
  border-radius: 10px;
  padding: 0.68rem 0.76rem;
  font: inherit;
  color: inherit;
  background: #fff;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #f5c168;
  outline-offset: 1px;
}

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

.blog-layout {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 1rem;
}

.post-meta {
  color: var(--color-text-soft);
  font-size: 0.93rem;
}

blockquote {
  margin: 1rem 0;
  padding: 0.7rem 1rem;
  background: #fff7e9;
  border-left: 4px solid var(--color-primary);
  border-radius: 8px;
}

.comment {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: #fff;
  padding: 0.9rem;
}

.sidebar-widget + .sidebar-widget {
  margin-top: 0.8rem;
}

.site-footer {
  margin-top: 3rem;
  padding: 2rem 0 1.6rem;
  background: #23180f;
  color: #f7e8d2;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem;
}

.site-footer h2,
.site-footer h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
}

.site-footer a {
  color: #ffd28f;
}

.footer-note {
  margin-top: 1.3rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255, 221, 176, 0.24);
  color: #d9b98c;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: auto auto 1fr;
    grid-template-areas:
      "brand cta toggle"
      "nav nav nav";
    align-items: center;
  }

  .brand {
    grid-area: brand;
  }

  .order-cta {
    grid-area: cta;
    justify-self: end;
  }

  .nav-toggle {
    grid-area: toggle;
    display: inline-flex;
    justify-self: end;
    background: #fff;
    color: var(--color-text);
    border-color: var(--color-border);
  }

  .site-nav {
    grid-area: nav;
    width: 100%;
    justify-content: flex-start;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
  }

  .site-nav.open {
    max-height: 260px;
    padding-bottom: 0.8rem;
  }

  .hero {
    padding-top: 3.3rem;
  }

  .hero-grid,
  .grid-3,
  .blog-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .form-row,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .button {
    width: 100%;
  }

  .button--small {
    width: auto;
  }
}
