/*
Theme Name: La Patte de Fan Pro
Theme URI: https://lapattedefan.com/
Author: La Patte de Fan
Description: Thème WordPress moderne, chaleureux et responsive pour La Patte de Fan, compatible avec la réservation Amelia.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: lapattedefan-pro
*/

:root {
  --lp-cream: #f8f4ed;
  --lp-cream-soft: #fdfbf7;
  --lp-white: #ffffff;
  --lp-ink: #3a2924;
  --lp-ink-soft: #675650;
  --lp-forest: #5a342b;
  --lp-sage: #c98668;
  --lp-sage-soft: #f1ded3;
  --lp-clay: #bc684b;
  --lp-clay-dark: #9f543b;
  --lp-sand: #e8dccb;
  --lp-border: rgba(74, 47, 39, 0.15);
  --lp-shadow: 0 24px 70px rgba(74, 47, 39, 0.13);
  --lp-shadow-soft: 0 14px 40px rgba(74, 47, 39, 0.09);
  --lp-radius-sm: 14px;
  --lp-radius: 24px;
  --lp-radius-lg: 38px;
  --lp-container: 1180px;
  --lp-font-body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --lp-font-display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--lp-cream-soft);
  color: var(--lp-ink);
  font-family: var(--lp-font-body);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.lp-menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--lp-ink);
  font-family: var(--lp-font-display);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

h1 {
  font-size: clamp(3.25rem, 6.4vw, 6.35rem);
}

h2 {
  font-size: clamp(2.35rem, 4.1vw, 4.5rem);
}

h3 {
  font-size: clamp(1.55rem, 2.2vw, 2.05rem);
}

::selection {
  background: var(--lp-sage-soft);
  color: var(--lp-ink);
}

:focus-visible {
  outline: 3px solid rgba(188, 104, 75, 0.55);
  outline-offset: 4px;
}

.lp-container {
  width: min(calc(100% - 40px), var(--lp-container));
  margin-inline: auto;
}

.lp-skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 11px 17px;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--lp-ink);
  color: #fff;
}

.lp-skip-link:focus {
  transform: translateY(0);
}

.lp-topbar {
  position: relative;
  z-index: 101;
  background: var(--lp-forest);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.lp-topbar__inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.lp-topbar p {
  margin: 0;
}

.lp-topbar p:first-child span {
  margin-right: 8px;
  color: #d9a68f;
  font-size: 0.5rem;
  vertical-align: 2px;
}

.lp-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(253, 251, 247, 0.94);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  backdrop-filter: blur(16px);
}

.admin-bar .lp-header {
  top: 32px;
}

.lp-header.is-scrolled {
  border-color: var(--lp-border);
  background: rgba(253, 251, 247, 0.98);
  box-shadow: 0 10px 35px rgba(74, 47, 39, 0.08);
}

.lp-header__inner {
  display: flex;
  min-height: 116px;
  padding-block: 12px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.lp-brand {
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 19px;
}

.lp-brand__logo,
.custom-logo-link {
  display: grid;
  width: 82px;
  height: 82px;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(188, 104, 75, 0.24);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 22px rgba(74, 47, 39, 0.11);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lp-brand__logo:hover,
.custom-logo-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(74, 47, 39, 0.16);
}

.lp-brand__logo img,
.custom-logo {
  width: 82px;
  height: 82px;
  max-height: none;
  object-fit: cover;
  filter: none;
}

.lp-brand__name {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.lp-brand__name span {
  font-family: var(--lp-font-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.lp-brand__name small {
  margin-top: 7px;
  color: var(--lp-ink-soft);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.085em;
  line-height: 1.2;
  text-transform: uppercase;
}

.lp-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.lp-menu {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 28px;
  list-style: none;
}

.lp-menu a {
  position: relative;
  color: var(--lp-ink);
  font-size: 0.91rem;
  font-weight: 650;
  text-decoration: none;
}

.lp-menu > li > a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  background: var(--lp-clay);
  content: "";
  transform-origin: right;
  transition: transform 0.25s ease;
}

.lp-menu > li > a:hover::after,
.lp-menu > .current-menu-item > a::after,
.lp-menu > .current_page_item > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.lp-menu-toggle {
  display: none;
  padding: 10px 0;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: var(--lp-ink);
  cursor: pointer;
}

.lp-menu-toggle__label {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lp-menu-toggle__icon {
  position: relative;
  display: block;
  width: 25px;
  height: 18px;
}

.lp-menu-toggle__icon i {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transition: transform 0.25s ease, top 0.25s ease;
}

.lp-menu-toggle__icon i:first-child { top: 4px; }
.lp-menu-toggle__icon i:last-child { top: 12px; width: 18px; }
.lp-menu-toggle[aria-expanded="true"] .lp-menu-toggle__icon i:first-child { top: 8px; transform: rotate(45deg); }
.lp-menu-toggle[aria-expanded="true"] .lp-menu-toggle__icon i:last-child { top: 8px; width: 25px; transform: rotate(-45deg); }

.lp-button {
  display: inline-flex;
  min-height: 54px;
  padding: 13px 24px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid var(--lp-clay);
  border-radius: 999px;
  background: var(--lp-clay);
  box-shadow: 0 11px 25px rgba(188, 104, 75, 0.2);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.lp-button:hover {
  transform: translateY(-2px);
  border-color: var(--lp-clay-dark);
  background: var(--lp-clay-dark);
  box-shadow: 0 15px 30px rgba(188, 104, 75, 0.25);
}

.lp-button--small {
  min-height: 46px;
  padding: 10px 20px;
  font-size: 0.81rem;
}

.lp-button--cream {
  border-color: var(--lp-cream-soft);
  background: var(--lp-cream-soft);
  box-shadow: none;
  color: var(--lp-forest);
}

.lp-button--cream:hover {
  border-color: #fff;
  background: #fff;
}

.lp-button--outline-light {
  border-color: rgba(255, 255, 255, 0.62);
  background: transparent;
  box-shadow: none;
}

.lp-button--outline-light:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.lp-nav__cta.is-active {
  border-color: var(--lp-forest);
  background: var(--lp-forest);
}

.lp-text-link {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid currentColor;
  color: var(--lp-ink);
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
  transition: color 0.2s ease;
}

.lp-text-link:hover {
  color: var(--lp-clay);
}

.lp-kicker {
  display: flex;
  margin-bottom: 19px;
  align-items: center;
  gap: 11px;
  color: var(--lp-clay-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lp-kicker > span {
  width: 24px;
  height: 1px;
  background: currentColor;
}

.lp-kicker--light {
  color: #e2b69f;
}

.lp-hero {
  position: relative;
  overflow: hidden;
  padding: 66px 0 86px;
  background:
    radial-gradient(circle at 4% 12%, rgba(188, 104, 75, 0.14), transparent 26%),
    linear-gradient(135deg, var(--lp-cream-soft), var(--lp-cream));
}

.lp-hero::before {
  position: absolute;
  top: 30px;
  right: -160px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(188, 104, 75, 0.2);
  border-radius: 50%;
  content: "";
}

.lp-hero__grid {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.94fr) minmax(460px, 0.86fr);
  gap: clamp(48px, 7vw, 94px);
}

.lp-hero__content {
  position: relative;
  z-index: 2;
  padding: 30px 0;
}

.lp-hero h1 {
  max-width: 720px;
  margin-bottom: 26px;
}

.lp-hero h1 em {
  display: block;
  color: var(--lp-clay);
  font-weight: 400;
}

.lp-hero__lead {
  max-width: 620px;
  margin-bottom: 32px;
  color: var(--lp-ink-soft);
  font-size: clamp(1.03rem, 1.5vw, 1.2rem);
  line-height: 1.7;
}

.lp-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  flex-wrap: wrap;
}

.lp-hero__proof {
  display: flex;
  margin: 36px 0 0;
  padding: 0;
  gap: 24px;
  color: var(--lp-ink-soft);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.035em;
  list-style: none;
  text-transform: uppercase;
}

.lp-hero__proof li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.lp-hero__proof span {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--lp-sage-soft);
  color: var(--lp-forest);
  font-size: 0.68rem;
}

.lp-hero__visual {
  position: relative;
  min-height: 620px;
}

.lp-hero__image-wrap {
  position: absolute;
  inset: 0 0 0 15px;
  overflow: hidden;
  border-radius: 46% 46% 24px 24px;
  box-shadow: var(--lp-shadow);
}

.lp-hero__image-wrap::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(74, 47, 39, 0.17), transparent 45%);
  content: "";
}

.lp-hero__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
}

.lp-hero__note {
  position: absolute;
  z-index: 3;
  right: -26px;
  bottom: 52px;
  display: flex;
  width: 168px;
  min-height: 124px;
  padding: 22px;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  background: var(--lp-white);
  box-shadow: var(--lp-shadow-soft);
}

.lp-hero__note::before {
  position: absolute;
  top: -8px;
  right: 20px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--lp-clay);
  box-shadow: 0 0 0 7px var(--lp-cream-soft);
  content: "";
}

.lp-hero__note strong {
  color: var(--lp-ink-soft);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lp-hero__note span {
  color: var(--lp-clay);
  font-family: var(--lp-font-display);
  font-size: 2rem;
  line-height: 1.1;
}

.lp-hero__stamp {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: -30px;
  display: grid;
  width: 92px;
  height: 92px;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background: rgba(90, 52, 43, 0.9);
  color: #fff;
  font-family: var(--lp-font-display);
  font-size: 1.28rem;
  line-height: 0.85;
  text-align: center;
  transform: rotate(-8deg);
  backdrop-filter: blur(8px);
}

.lp-hero__stamp small {
  font-family: var(--lp-font-body);
  font-size: 0.42rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.lp-section {
  padding: clamp(86px, 10vw, 142px) 0;
}

.lp-section-heading {
  display: grid;
  margin-bottom: 54px;
  align-items: end;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 60px;
}

.lp-section-heading h2 {
  max-width: 750px;
  margin: 0;
}

.lp-section-heading > p {
  max-width: 520px;
  margin-bottom: 4px;
  color: var(--lp-ink-soft);
}

.lp-section-heading--center {
  display: block;
  text-align: center;
}

.lp-section-heading--center .lp-kicker {
  justify-content: center;
}

.lp-services {
  background: var(--lp-white);
}

.lp-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.lp-service-card {
  position: relative;
  display: flex;
  min-height: 430px;
  padding: 34px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  background: var(--lp-cream-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.lp-service-card::before {
  position: absolute;
  right: -55px;
  bottom: -75px;
  width: 175px;
  height: 175px;
  border: 1px solid rgba(188, 104, 75, 0.3);
  border-radius: 50%;
  content: "";
}

.lp-service-card:hover {
  transform: translateY(-7px);
  border-color: var(--lp-forest);
  background: var(--lp-forest);
  box-shadow: var(--lp-shadow-soft);
  color: rgba(255, 255, 255, 0.78);
}

.lp-service-card:hover h3,
.lp-service-card:hover a,
.lp-service-card:hover .lp-card-tag {
  color: #fff;
}

.lp-service-card:hover::before {
  border-color: rgba(255, 255, 255, 0.2);
}

.lp-card-tag {
  margin: 55px 0 12px;
  color: var(--lp-clay-dark);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lp-service-card h3 {
  margin-bottom: 17px;
}

.lp-service-card p:not(.lp-card-tag) {
  color: var(--lp-ink-soft);
  font-size: 0.94rem;
}

.lp-service-card:hover p:not(.lp-card-tag) {
  color: rgba(255, 255, 255, 0.74);
}

.lp-service-card a {
  position: relative;
  z-index: 2;
  display: flex;
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--lp-border);
  padding-top: 20px;
  font-size: 0.81rem;
  font-weight: 800;
  text-decoration: none;
}

.lp-service-card:hover a {
  border-color: rgba(255, 255, 255, 0.2);
}

.lp-service-card a span {
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}

.lp-service-card a:hover span {
  transform: translate(3px, -3px);
}

.lp-approach {
  background: var(--lp-cream);
}

.lp-approach__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(300px, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(60px, 9vw, 130px);
}

.lp-approach__card {
  position: relative;
  min-height: 540px;
  padding: 52px;
  overflow: hidden;
  border-radius: 180px 180px var(--lp-radius) var(--lp-radius);
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.13), transparent 30%),
    var(--lp-clay);
  color: #fff;
}

.lp-approach__card::after {
  position: absolute;
  right: -95px;
  bottom: -95px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  content: "";
}

.lp-approach__initial {
  display: block;
  color: rgba(255, 255, 255, 0.16);
  font-family: var(--lp-font-display);
  font-size: 18rem;
  line-height: 0.9;
  text-align: center;
}

.lp-approach__card p {
  position: absolute;
  z-index: 1;
  right: 45px;
  bottom: 44px;
  left: 45px;
  margin: 0;
  font-family: var(--lp-font-display);
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  line-height: 1.25;
}

.lp-approach__content h2 {
  margin-bottom: 27px;
}

.lp-approach__content > p:not(.lp-kicker) {
  max-width: 620px;
  color: var(--lp-ink-soft);
}

.lp-check-list {
  display: grid;
  margin: 31px 0 34px;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.lp-check-list li {
  position: relative;
  padding-left: 35px;
  font-weight: 700;
}

.lp-check-list li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  background: var(--lp-sage-soft);
  color: var(--lp-forest);
  content: "✓";
  font-size: 0.72rem;
}

.lp-process {
  background: var(--lp-white);
}

.lp-steps {
  position: relative;
  display: grid;
  margin: 0;
  padding: 25px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
  list-style: none;
}

.lp-steps::before {
  position: absolute;
  top: 51px;
  right: 13%;
  left: 13%;
  height: 1px;
  background: var(--lp-border);
  content: "";
}

.lp-steps li {
  position: relative;
  text-align: center;
}

.lp-steps li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 26px;
  place-items: center;
  border: 1px solid var(--lp-clay);
  border-radius: 50%;
  background: var(--lp-white);
  color: var(--lp-clay);
  font-family: var(--lp-font-display);
  font-size: 1.3rem;
}

.lp-steps h3 {
  margin-bottom: 13px;
}

.lp-steps p {
  max-width: 320px;
  margin: 0 auto;
  color: var(--lp-ink-soft);
  font-size: 0.93rem;
}

.lp-prices {
  background: var(--lp-cream-soft);
}

.lp-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.lp-price-card {
  position: relative;
  padding: 36px;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  background: #fff;
}

.lp-price-card--accent {
  transform: translateY(-14px);
  border-color: var(--lp-sage);
  box-shadow: var(--lp-shadow-soft);
}

.lp-price-card__badge {
  position: absolute;
  top: -14px;
  right: 24px;
  padding: 6px 13px;
  border-radius: 999px;
  background: var(--lp-sage);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lp-price-card > p {
  margin-bottom: 16px;
  color: var(--lp-clay-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lp-price-card h3 {
  margin-bottom: 27px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--lp-border);
  font-size: clamp(2.7rem, 4vw, 4rem);
}

.lp-price-card h3 span {
  color: var(--lp-ink-soft);
  font-family: var(--lp-font-body);
  font-size: 0.78rem;
  font-weight: 600;
}

.lp-price-card ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 11px;
  color: var(--lp-ink-soft);
  font-size: 0.9rem;
  list-style: none;
}

.lp-price-card li::before {
  margin-right: 9px;
  color: var(--lp-sage);
  content: "✓";
  font-weight: 800;
}

.lp-prices__link {
  margin: 42px 0 0;
  text-align: center;
}

.lp-area {
  padding-block: 75px;
  background: var(--lp-forest);
  color: rgba(255, 255, 255, 0.76);
}

.lp-area__inner {
  display: grid;
  align-items: center;
  grid-template-columns: 90px minmax(0, 1fr) auto;
  gap: 40px;
}

.lp-area__pin {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #e2b69f;
  font-size: 2.3rem;
}

.lp-area h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.lp-area p:last-child {
  max-width: 720px;
  margin-bottom: 0;
}

.lp-faq {
  background: var(--lp-white);
}

.lp-faq__grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(60px, 9vw, 130px);
}

.lp-faq__grid > div:first-child {
  position: sticky;
  top: 150px;
}

.lp-faq h2 {
  margin-bottom: 25px;
}

.lp-faq__grid > div:first-child > p:last-child {
  color: var(--lp-ink-soft);
}

.lp-accordion details {
  border-bottom: 1px solid var(--lp-border);
}

.lp-accordion details:first-child {
  border-top: 1px solid var(--lp-border);
}

.lp-accordion summary {
  display: flex;
  padding: 25px 0;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  color: var(--lp-ink);
  cursor: pointer;
  font-family: var(--lp-font-display);
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  line-height: 1.25;
  list-style: none;
}

.lp-accordion summary::-webkit-details-marker {
  display: none;
}

.lp-accordion summary span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--lp-cream);
  color: var(--lp-clay);
  font-family: var(--lp-font-body);
  transition: transform 0.25s ease;
}

.lp-accordion details[open] summary span {
  transform: rotate(45deg);
}

.lp-accordion details p {
  max-width: 720px;
  padding: 0 54px 24px 0;
  color: var(--lp-ink-soft);
}

.lp-prefooter {
  padding: 72px 0;
  background: var(--lp-clay);
  color: rgba(255, 255, 255, 0.8);
}

.lp-prefooter__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.lp-prefooter h2 {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
}

.lp-footer {
  padding: 80px 0 24px;
  background: #2f211d;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.88rem;
}

.lp-footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.5fr) 0.6fr 0.8fr;
  gap: 70px;
}

.lp-footer__brand > a {
  color: #fff;
  font-family: var(--lp-font-display);
  font-size: 2rem;
  text-decoration: none;
}

.lp-footer__brand p {
  max-width: 420px;
  margin: 19px 0 0;
}

.lp-footer h2 {
  margin-bottom: 22px;
  color: #fff;
  font-family: var(--lp-font-body);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lp-footer ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 9px;
  list-style: none;
}

.lp-footer a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.lp-footer a:hover {
  color: #fff;
}

.lp-footer__bottom {
  display: flex;
  margin-top: 65px;
  padding-top: 22px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.76rem;
}

.lp-footer__bottom p {
  margin: 0;
}

.lp-back-top {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  transform: translateY(20px);
  border: 0;
  border-radius: 50%;
  background: var(--lp-ink);
  box-shadow: var(--lp-shadow-soft);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.lp-back-top.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* Interior pages */
.lp-page {
  min-height: 60vh;
  background: var(--lp-cream-soft);
}

.lp-page-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 76px;
  background:
    radial-gradient(circle at 82% 30%, rgba(188, 104, 75, 0.14), transparent 23%),
    var(--lp-cream);
}

.lp-page-hero::after {
  position: absolute;
  top: -130px;
  right: 8%;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(188, 104, 75, 0.22);
  border-radius: 50%;
  content: "";
}

.lp-page-hero__inner {
  position: relative;
  z-index: 1;
}

.lp-page-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.8rem);
}

.lp-breadcrumb {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  gap: 10px;
  color: var(--lp-ink-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lp-breadcrumb a {
  color: var(--lp-clay-dark);
  text-decoration: none;
}

.lp-page__layout {
  display: grid;
  padding-top: 80px;
  padding-bottom: 110px;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: clamp(55px, 8vw, 105px);
}

.lp-prose {
  min-width: 0;
  font-size: 1.03rem;
}

.lp-prose > *:first-child {
  margin-top: 0;
}

.lp-prose > *:last-child {
  margin-bottom: 0;
}

.lp-prose p,
.lp-prose li {
  color: var(--lp-ink-soft);
}

.lp-prose p {
  margin-bottom: 1.35em;
}

.lp-prose h2 {
  margin: 1.55em 0 0.6em;
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.lp-prose h3 {
  margin: 1.65em 0 0;
  padding: 30px 32px 20px;
  border: 1px solid var(--lp-border);
  border-bottom: 0;
  border-radius: var(--lp-radius) var(--lp-radius) 0 0;
  background: #fff;
}

.lp-prose ul,
.lp-prose ol {
  margin: 0 0 1.6em;
  padding-left: 1.25em;
}

.lp-prose h3 + ul {
  margin: 0 0 24px;
  padding: 0 32px 31px 54px;
  border: 1px solid var(--lp-border);
  border-top: 0;
  border-radius: 0 0 var(--lp-radius) var(--lp-radius);
  background: #fff;
}

.lp-prose h3 + ul li {
  padding: 4px 0;
}

.lp-prose a {
  color: var(--lp-clay-dark);
}

.lp-prose blockquote {
  margin: 38px 0;
  padding: 25px 30px;
  border-left: 3px solid var(--lp-clay);
  background: var(--lp-cream);
  font-family: var(--lp-font-display);
  font-size: 1.5rem;
}

.lp-page__aside {
  position: sticky;
  top: 145px;
  padding: 32px;
  border-radius: var(--lp-radius);
  background: var(--lp-forest);
  box-shadow: var(--lp-shadow-soft);
  color: rgba(255, 255, 255, 0.72);
}

.lp-page__aside h2 {
  margin-bottom: 17px;
  color: #fff;
  font-size: 2.15rem;
}

.lp-page__aside .lp-card-tag {
  color: #e2b69f;
}

.lp-page__aside p:not(.lp-card-tag) {
  font-size: 0.91rem;
}

/* Pricing content from the existing WordPress page */
.lp-is-pricing .lp-prose > h2:first-of-type {
  margin-top: 0;
}

.lp-is-pricing .lp-prose > h2 {
  padding-bottom: 17px;
  border-bottom: 1px solid var(--lp-border);
}

.lp-is-pricing .lp-prose > h2 + ul {
  display: grid;
  margin-bottom: 48px;
  padding: 27px 30px;
  gap: 9px;
  border-radius: var(--lp-radius);
  background: #fff;
  box-shadow: var(--lp-shadow-soft);
  list-style-position: inside;
}

/* Booking / Amelia */
.lp-page-hero--booking {
  padding-bottom: 88px;
  background:
    radial-gradient(circle at 86% 10%, rgba(226, 182, 159, 0.18), transparent 30%),
    var(--lp-forest);
  color: rgba(255, 255, 255, 0.74);
}

.lp-page-hero--booking::after {
  border-color: rgba(255, 255, 255, 0.14);
}

.lp-page-hero--booking .lp-breadcrumb,
.lp-page-hero--booking .lp-breadcrumb a {
  color: rgba(255, 255, 255, 0.6);
}

.lp-page-hero--booking h1 {
  margin-bottom: 20px;
  color: #fff;
}

.lp-page-hero--booking .lp-page-hero__inner > p:last-child {
  max-width: 680px;
  margin: 0;
  font-size: 1.08rem;
}

.lp-booking-wrap {
  padding-top: 62px;
  padding-bottom: 110px;
}

.lp-booking-reassurance {
  display: grid;
  margin-bottom: 24px;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-sm);
  background: var(--lp-border);
}

.lp-booking-reassurance p {
  display: flex;
  margin: 0;
  padding: 18px 22px;
  align-items: center;
  gap: 14px;
  background: #fff;
  font-size: 0.82rem;
  font-weight: 750;
}

.lp-booking-reassurance strong {
  color: var(--lp-clay);
  font-family: var(--lp-font-display);
  font-size: 1.15rem;
}

.lp-booking-panel {
  min-height: 460px;
  padding: clamp(20px, 4vw, 42px);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  background: #fff;
  box-shadow: var(--lp-shadow-soft);
}

.lp-booking-panel > p:first-child {
  display: none;
}

.lp-booking-panel .amelia-v2-booking {
  max-width: 100% !important;
  margin-inline: auto;
}

.lp-booking-help {
  margin: 25px 0 0;
  color: var(--lp-ink-soft);
  font-size: 0.9rem;
  text-align: center;
}

.lp-booking-help a {
  color: var(--lp-clay-dark);
  font-weight: 750;
}

.lp-post-list {
  display: grid;
  padding-top: 75px;
  padding-bottom: 100px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
}

.lp-post-card {
  padding: 35px;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  background: #fff;
}

.lp-post-card h2 {
  font-size: 2rem;
}

.lp-post-card h2 a {
  text-decoration: none;
}

.lp-error-page {
  display: grid;
  min-height: 650px;
  padding: 80px 0;
  place-items: center;
  background: var(--lp-cream);
  text-align: center;
}

.lp-error-page__code {
  margin: 0;
  color: rgba(188, 104, 75, 0.14);
  font-family: var(--lp-font-display);
  font-size: clamp(8rem, 20vw, 15rem);
  line-height: 0.7;
}

.lp-error-page .lp-kicker {
  justify-content: center;
}

.lp-error-page h1 {
  margin-bottom: 20px;
  font-size: clamp(3rem, 6vw, 5rem);
}

.lp-error-page .lp-button {
  margin-top: 20px;
}

/* WordPress helpers */
.alignwide {
  width: min(1100px, 100vw - 40px);
  max-width: none;
  margin-right: calc((100% - min(1100px, 100vw - 40px)) / 2);
  margin-left: calc((100% - min(1100px, 100vw - 40px)) / 2);
}

.alignfull {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
  word-wrap: normal !important;
}

@media (max-width: 1080px) {
  .lp-header__inner { min-height: 104px; padding-block: 10px; }
  .lp-brand { min-width: 0; }
  .lp-brand__name small { display: none; }
  .lp-nav { gap: 18px; }
  .lp-menu { gap: 18px; }
  .lp-menu a { font-size: 0.84rem; }
  .lp-nav__cta { padding-inline: 16px; }
  .lp-hero__grid { grid-template-columns: minmax(0, 0.94fr) minmax(400px, 0.86fr); gap: 50px; }
  .lp-hero__visual { min-height: 550px; }
  .lp-hero__note { right: -8px; }
  .lp-card-grid { gap: 15px; }
  .lp-service-card { padding: 28px; }
}

@media (max-width: 960px) {
  .admin-bar .lp-header { top: 32px; }
  .lp-menu-toggle { display: flex; }
  .lp-nav {
    position: fixed;
    z-index: 99;
    top: var(--lp-nav-top, 142px);
    right: 18px;
    left: 18px;
    display: flex;
    max-height: calc(100vh - 145px);
    padding: 30px;
    flex-direction: column;
    align-items: stretch;
    overflow-y: auto;
    transform: translateY(-15px);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    background: rgba(253, 251, 247, 0.99);
    box-shadow: var(--lp-shadow);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .lp-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .lp-menu { flex-direction: column; align-items: stretch; gap: 0; }
  .lp-menu li { border-bottom: 1px solid var(--lp-border); }
  .lp-menu a { display: block; padding: 14px 0; font-family: var(--lp-font-display); font-size: 1.45rem; }
  .lp-menu > li > a::after { display: none; }
  .lp-nav__cta { margin-top: 10px; }
  .lp-hero { padding-top: 40px; }
  .lp-hero__grid { grid-template-columns: 1fr; }
  .lp-hero__content { max-width: 760px; }
  .lp-hero__visual { min-height: 640px; }
  .lp-hero__image-wrap { inset-inline: 0; }
  .lp-hero__stamp { left: 30px; }
  .lp-card-grid { grid-template-columns: 1fr 1fr; }
  .lp-service-card:last-child { grid-column: span 2; min-height: 350px; }
  .lp-approach__grid { gap: 60px; }
  .lp-approach__card { min-height: 480px; padding: 40px; }
  .lp-approach__initial { font-size: 14rem; }
  .lp-price-grid { grid-template-columns: 1fr; }
  .lp-price-card--accent { transform: none; }
  .lp-area__inner { grid-template-columns: 75px minmax(0, 1fr); }
  .lp-area__inner .lp-button { grid-column: 2; justify-self: start; }
  .lp-page__layout { grid-template-columns: minmax(0, 1fr); }
  .lp-page__aside { position: static; }
}

@media (max-width: 782px) {
  .admin-bar .lp-header { top: 46px; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .lp-container { width: min(calc(100% - 30px), var(--lp-container)); }
  .lp-topbar__inner { min-height: 30px; justify-content: center; text-align: center; }
  .lp-topbar p:last-child { display: none; }
  .lp-header__inner { min-height: 90px; padding-block: 9px; }
  .lp-brand__logo, .custom-logo-link { width: 62px; height: 62px; }
  .lp-brand__logo img, .custom-logo { width: 62px; height: 62px; max-height: none; }
  .lp-brand__name span { font-size: 1.15rem; }
  .lp-nav { top: 126px; }
  .lp-hero { padding: 40px 0 64px; }
  .lp-hero h1 { font-size: clamp(3.05rem, 14vw, 4.3rem); }
  .lp-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .lp-actions .lp-button { width: 100%; }
  .lp-actions .lp-text-link { align-self: center; }
  .lp-hero__proof { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .lp-hero__visual { min-height: 470px; }
  .lp-hero__image-wrap { border-radius: 42% 42% 20px 20px; }
  .lp-hero__note { right: 12px; bottom: 24px; width: 145px; min-height: 105px; padding: 18px; }
  .lp-hero__note span { font-size: 1.7rem; }
  .lp-hero__stamp { top: 25px; left: 16px; width: 74px; height: 74px; }
  .lp-section { padding: 82px 0; }
  .lp-section-heading { display: block; margin-bottom: 38px; }
  .lp-section-heading > p { margin-top: 22px; }
  .lp-card-grid { grid-template-columns: 1fr; }
  .lp-service-card, .lp-service-card:last-child { min-height: 380px; grid-column: auto; }
  .lp-card-tag { margin-top: 38px; }
  .lp-approach__grid { grid-template-columns: 1fr; }
  .lp-approach__card { min-height: 430px; }
  .lp-approach__card p { right: 30px; bottom: 32px; left: 30px; }
  .lp-steps { grid-template-columns: 1fr; gap: 38px; }
  .lp-steps::before { top: 35px; bottom: 35px; left: 27px; width: 1px; height: auto; }
  .lp-steps li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; text-align: left; }
  .lp-steps li > span { margin: 0; }
  .lp-steps p { margin: 0; }
  .lp-area__inner { grid-template-columns: 1fr; text-align: left; }
  .lp-area__inner .lp-button { grid-column: auto; }
  .lp-area__pin { width: 64px; height: 64px; }
  .lp-faq__grid { grid-template-columns: 1fr; gap: 35px; }
  .lp-faq__grid > div:first-child { position: static; }
  .lp-prefooter__inner { align-items: flex-start; flex-direction: column; }
  .lp-footer__grid { grid-template-columns: 1fr; gap: 42px; }
  .lp-footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .lp-page-hero { padding: 60px 0; }
  .lp-page__layout { padding-top: 58px; padding-bottom: 80px; }
  .lp-prose h3 { padding: 25px 24px 16px; }
  .lp-prose h3 + ul { padding: 0 24px 25px 44px; }
  .lp-booking-reassurance { grid-template-columns: 1fr; }
  .lp-booking-panel { padding: 14px; }
  .lp-post-list { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .lp-brand__name { display: none; }
  .lp-hero__proof { grid-template-columns: 1fr; }
  .lp-hero__visual { min-height: 400px; }
  .lp-hero__stamp { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .lp-topbar, .lp-header, .lp-prefooter, .lp-footer, .lp-back-top, .lp-page__aside { display: none !important; }
  body { background: #fff; color: #000; }
  .lp-page__layout { display: block; padding: 30px 0; }
}
