/* Variables & Reset */
:root {
  --bg: #f9f7f2; /* Cream/Paper */
  --text: #1a1a1a;
  --accent: #0f3d3e; /* Deep Emerald */
  --accent-light: #1e5c5d;
  --gold: #c5a059;
  --white: #ffffff;
  --gray: #e5e5e5;
  --font-head: "Playfair Display", serif;
  --font-body: "Roboto Flex", sans-serif;
  --max-w: 1280px;
}

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

body {
  background-color: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

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

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 20px;
}

/* Typography */
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.2;
}

.center {
  text-align: center;
}

.italic {
  font-style: italic;
  font-family: var(--font-head);
  color: var(--gold);
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(249, 247, 242, 0.95);
  backdrop-filter: blur(10px);
  z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px 0;
}

.h-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-sym {
  background: var(--accent);
  color: var(--white);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
}

.logo-txt {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}

.desk-nav {
  display: flex;
  gap: 30px;
}

.nav-lnk {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
}

.nav-lnk::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--accent);
  transition: 0.3s;
}

.nav-lnk:hover::after {
  width: 100%;
}

.h-act {
  display: flex;
  align-items: center;
  gap: 15px;
}

.btn-solid {
  background: var(--accent);
  color: var(--white);
  padding: 10px 24px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid var(--accent);
}

.btn-solid:hover {
  background: var(--accent-light);
  border-color: var(--accent-light);
}

.btn-ghost {
  padding: 10px 24px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid var(--text);
}

.btn-ghost:hover {
  background: var(--text);
  color: var(--white);
}

.burger {
  display: none; /* Default hidden on desktop */
  background: none;
  border: none;
  cursor: pointer;
  color: var(--accent);
}

/* Mobile Menu */
.mob-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--accent);
  color: var(--white);
  z-index: 2000;
  transform: translateY(-100%);
  transition: 0.5s ease-in-out;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.mob-menu.active {
  transform: translateY(0);
}

.mm-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  font-weight: 700;
}

#closeMm {
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
}

.mm-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.mm-body a {
  font-family: var(--font-head);
  font-size: 32px;
  text-transform: uppercase;
}

.mm-cta {
  color: var(--gold) !important;
  font-style: italic;
}

.mm-foot {
  font-size: 12px;
  opacity: 0.5;
  text-align: center;
}

/* Hero */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 80px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url("https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1000&q=80")
    no-repeat center/cover;
  z-index: -1;
}

.hero-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 61, 62, 0.4); /* Overlay */
}

.hero-container {
  width: 100%;
  display: flex;
}

.hero-card {
  background: var(--bg);
  padding: 60px 80px 60px 0;
  max-width: 60%;
}

.badge {
  display: inline-block;
  border: 1px solid var(--accent);
  color: var(--accent);
  padding: 4px 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.hero h1 {
  font-size: clamp(3rem, 5vw, 5rem);
  margin-bottom: 30px;
  color: var(--text);
}

.hero-desc {
  font-size: 18px;
  max-width: 500px;
  margin-bottom: 40px;
  color: #555;
}

.hero-btns {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.btn-ghost.text-white {
  /* Special style for hero ghost btn if needed */
}

.hero-note {
  font-size: 12px;
  opacity: 0.6;
}

/* Ticker */
.ticker-bar {
  background: var(--accent);
  color: var(--white);
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap;
  font-family: var(--font-head);
  font-style: italic;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

.ticker-track {
  display: inline-block;
  animation: scroll 30s linear infinite;
}

.ticker-track span {
  margin: 0 20px;
  font-size: 18px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Section Common */
.section {
  padding: 100px 0;
}

.sec-head {
  margin-bottom: 60px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.sec-head h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: var(--accent);
}

.sec-head p {
  font-size: 18px;
  color: #666;
}

/* Grid System */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.srv-card {
  padding: 30px;
  border: 1px solid var(--gray);
  transition: 0.3s;
  background: var(--white);
}

.srv-card:hover {
  border-color: var(--accent);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.srv-icon {
  color: var(--gold);
  margin-bottom: 20px;
}

.srv-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.srv-card p {
  color: #555;
  margin-bottom: 20px;
  font-size: 15px;
}

.link-arr {
  font-weight: 600;
  font-size: 14px;
  color: var(--accent);
}

/* Blog */
.bg-light {
  background: var(--white);
}

.split-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 60px;
  border-bottom: 2px solid var(--text);
  padding-bottom: 20px;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
}

.bm-img {
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
}

.bm-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.blog-main:hover img {
  transform: scale(1.05);
}

.bm-content .date,
.bl-item .date {
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
  display: block;
  margin-bottom: 10px;
}

.bm-content h3 {
  font-size: 32px;
  margin-bottom: 15px;
}

.bm-content p {
  margin-bottom: 20px;
  color: #555;
}

.btn-link {
  font-weight: 600;
  border-bottom: 1px solid var(--accent);
}

.blog-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.bl-item {
  border-bottom: 1px solid var(--gray);
  padding-bottom: 20px;
}

.bl-item h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.bl-item p {
  font-size: 14px;
  color: #666;
}

/* FAQ */
.narrow {
  max-width: 800px;
  margin: 0 auto;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.acc-item {
  border: 1px solid var(--gray);
  background: var(--white);
}

.acc-btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px;
  font-size: 18px;
  font-family: var(--font-head);
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.acc-btn::after {
  content: "+";
  color: var(--accent);
}

.acc-btn.active::after {
  content: "-";
}

.acc-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
}

.acc-content p {
  padding: 0 20px 20px;
  color: #555;
}

/* Contact Form */
.bg-dark {
  background: var(--accent);
  color: var(--white);
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.cw-info h2 {
  font-size: 48px;
  margin-bottom: 20px;
  color: var(--gold);
}

.cw-info p {
  font-size: 18px;
  opacity: 0.8;
  margin-bottom: 40px;
}

.cw-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 18px;
}

.cw-row i {
  color: var(--gold);
}

.cw-form {
  background: var(--white);
  padding: 40px;
  color: var(--text);
  border: 1px solid var(--gold);
}

.inp-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.inp-group {
  margin-bottom: 20px;
  position: relative;
}

.inp-group label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--accent);
}

.inp-group input {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid var(--gray);
  font-family: var(--font-body);
  font-size: 16px;
  background: transparent;
}

.inp-group input:focus {
  outline: none;
  border-bottom-color: var(--accent);
}

.err {
  color: red;
  font-size: 11px;
  position: absolute;
  bottom: -16px;
  display: none;
}

.inp-group.error input {
  border-bottom-color: red;
}

.inp-group.error .err {
  display: block;
}

.chk-box {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.chk-box input {
  margin-top: 5px;
}

.chk-box label {
  font-size: 12px;
  color: #666;
}

.chk-box a {
  text-decoration: underline;
  color: var(--accent);
}

.btn-submit {
  width: 100%;
  background: var(--accent);
  color: var(--white);
  padding: 15px;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
  transition: 0.3s;
}

.btn-submit:hover {
  background: var(--gold);
  color: var(--accent);
}

/* Footer */
.footer {
  background: #111;
  color: var(--white);
  padding: 80px 0 20px;
}

.f-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: 40px;
  border-bottom: 1px solid #333;
  padding-bottom: 60px;
  margin-bottom: 20px;
}

.f-logo {
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.f-brand p {
  opacity: 0.6;
  max-width: 300px;
}

.f-col h5 {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: var(--gold);
}

.f-col a {
  display: block;
  margin-bottom: 12px;
  opacity: 0.7;
  font-size: 14px;
}

.f-col a:hover {
  opacity: 1;
  color: var(--gold);
}

.contact-col p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  opacity: 0.8;
}

.contact-col i {
  width: 16px;
  color: var(--gold);
}

.f-btn {
  display: inline-block;
  border: 1px solid var(--white);
  padding: 8px 16px;
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.f-copy {
  text-align: center;
  font-size: 12px;
  opacity: 0.3;
}

/* Cookie */
.cookie-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--white);
  padding: 20px;
  border: 1px solid var(--accent);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  z-index: 5000;
  display: none;
}

.cookie-content p {
  margin-bottom: 15px;
  font-size: 14px;
  color: var(--text);
}

.cookie-content button {
  background: var(--accent);
  color: var(--white);
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 1024px) {
  .hero-bg {
    width: 100%;
    opacity: 0.3;
  }
  .hero-card {
    max-width: 100%;
    background: transparent;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .bm-img {
    height: 300px;
  }
  .f-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .desk-nav,
  .h-act {
    display: none;
  }
  .burger {
    display: block;
  }
  .hero h1 {
    font-size: 3rem;
  }
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .contact-wrapper {
    grid-template-columns: 1fr;
  }
  .inp-row {
    grid-template-columns: 1fr;
  }
  .f-grid {
    grid-template-columns: 1fr;
  }
  .cw-form {
    padding: 30px 20px;
  }
  .cw-info h2 {
    font-size: 32px;
  }
  .split-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.pages {
  padding: 120px 0;
}

.pages-wrap {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto 20px;
}

.pages h1 {
  font-size: 40px;
  font-weight: 900;
  color: var(--accent);
  margin-bottom: 40px;
  text-align: center;
}

.text-wrapper {
  background: #f8fafc;
  padding: 50px 40px;
  border-radius: 20px;
  line-height: 1.8;
}

.text-wrapper h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1e293b;
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(99, 102, 241, 0.2);
  padding-bottom: 5px;
}

.text-wrapper h3 {
  color: #000000;
  margin-bottom: 20px;
}

.text-wrapper p {
  color: #64748b;
  margin-bottom: 20px;
}

.text-wrapper ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.text-wrapper ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  color: #1e293b;
}

.text-wrapper ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 20px;
  line-height: 1;
  color: var(--primary);
  top: 0;
}

.text-wrapper strong {
  color: var(--color-error);
}

.text-wrapper a {
  color: #001eff;
  text-decoration: underline;
  font-weight: 600;
}

.text-wrapper ol {
  display: flex;
  flex-direction: column;
  padding: 20px;
  color: #000000;
}

.margin {
  margin: 120px 0 50px;
  font-size: 40px;
  color: var(--accent);
}

@media (max-width: 768px) {
  .pages {
    padding: 100px 0 60px;
  }
  .pages h1 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .text-wrapper {
    padding: 30px 20px;
  }
  .text-wrapper h2 {
    font-size: 24px;
    margin-top: 30px;
  }
  h3 {
    font-size: 20px;
  }
  .margin {
    font-size: 28px;
  }
}

/* --- CONTACT PAGE SPECIFIC STYLES --- */
.contact-page-main {
  padding-top: 180px;
  padding-bottom: 120px;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cp-title {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 400;
  letter-spacing: -2px;
  color: var(--accent);
  margin-bottom: 30px;
  line-height: 1;
}

.cp-divider {
  width: 60px;
  height: 1px;
  background-color: var(--accent);
  margin: 0 auto 40px auto;
}

.cp-status {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--text-muted);
  border: 1px solid var(--line);
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 60px;
  background: #fcfcfc;
}

.cp-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.cp-label {
  font-family: var(--font-sans);
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 2px;
  color: var(--text-muted);
}

.cp-phone-link {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  color: var(--accent);
  line-height: 1.2;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
  margin-bottom: 40px;
}

.cp-phone-link:hover {
  border-bottom-color: var(--accent);
  opacity: 0.8;
}

.cp-address-box {
  border-top: 1px solid var(--line);
  padding-top: 40px;
  width: 100%;
  max-width: 400px;
}

.cp-addr {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--text);
  margin-bottom: 10px;
}

.cp-email {
  font-family: var(--font-sans);
  color: var(--text-muted);
  font-size: 1rem;
}

.cp-email a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cp-email a:hover {
  color: var(--accent);
}

@media (max-width: 600px) {
  .contact-page-main {
    padding-top: 140px;
    text-align: center;
  }

  .cp-phone-link {
    font-size: 2rem;
  }
}
