:root{
  --se-white:#fffefa;
  --se-bg:#fff8f6;
  --se-rose:#fdece8;
  --se-rose-strong:#f4d5cd;
  --se-sage:#e8f0e5;
  --se-sage-deep:#6f846e;
  --se-taupe:#a68b7d;
  --se-ink:#282322;
  --se-muted:#746b66;
  --se-line:rgba(80,58,48,.14);
  --se-card:#ffffff;
  --se-shadow:0 24px 70px rgba(86,58,49,.12);
  --se-radius:30px;
  --se-max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--se-bg);color:var(--se-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration-thickness:.08em;text-underline-offset:.2em}
img{max-width:100%;height:auto;display:block}
.se-skip{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}.se-skip:focus{left:16px;top:16px;width:auto;height:auto;z-index:9999;background:#fff;padding:10px 14px;border-radius:10px}
.se-site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px clamp(18px,4vw,52px);background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--se-line)}
.se-brand{display:flex;align-items:center;text-decoration:none;min-width:0}.se-brand-logo,.custom-logo{max-height:78px;width:auto;object-fit:contain}.se-nav{display:flex;align-items:center;gap:8px}.se-nav a{padding:10px 14px;border-radius:999px;text-decoration:none;color:#423a33;font-size:.95rem;font-weight:650}.se-nav a:hover,.se-nav a:focus{background:var(--se-rose);box-shadow:0 8px 22px rgba(61,45,30,.08)}.se-menu-toggle{display:none;border:1px solid var(--se-line);background:#fff;border-radius:999px;padding:10px 14px;color:var(--se-ink);font-weight:750}
.se-main{overflow:hidden}.se-hero{min-height:720px;padding:110px clamp(18px,5vw,70px);display:flex;align-items:flex-end;background:linear-gradient(135deg,rgba(253,236,232,.55),rgba(232,240,229,.25)),var(--se-hero-image,linear-gradient(135deg,#fdece8,#e8f0e5));background-size:cover;background-position:center;border-bottom-left-radius:54px;border-bottom-right-radius:54px;position:relative}.se-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.90),rgba(255,255,255,.58),rgba(255,255,255,.22));pointer-events:none}.se-hero-overlay{position:absolute;inset:auto 0 0 0;height:42%;background:linear-gradient(0deg,rgba(255,248,246,.95),rgba(255,248,246,0));pointer-events:none}.se-hero-card{position:relative;z-index:1;max-width:710px;padding:clamp(28px,5vw,56px);border-radius:38px;background:rgba(255,255,255,.90);backdrop-filter:blur(16px);box-shadow:var(--se-shadow);border:1px solid rgba(255,255,255,.7)}
.se-eyebrow{margin:0 0 10px;color:var(--se-sage-deep);letter-spacing:.18em;text-transform:uppercase;font-weight:850;font-size:.76rem}.se-hero h1,.se-section h2,.se-page-content h1{font-family:Georgia,"Times New Roman",serif;line-height:1.06;letter-spacing:-.04em;margin:0;color:var(--se-ink)}.se-hero h1{font-size:clamp(2.65rem,7vw,5.75rem)}.se-hero p{font-size:1.13rem;color:#4d443c;margin:22px 0 0}.se-actions,.se-contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.se-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(38,33,29,.18);border-radius:999px;padding:13px 20px;text-decoration:none;background:#fff;color:var(--se-ink);font-weight:780;box-shadow:0 10px 24px rgba(61,45,30,.08);transition:transform .18s ease,box-shadow .18s ease}.se-button:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(61,45,30,.14)}.se-button-primary{background:var(--se-ink);border-color:var(--se-ink);color:#fff}
.se-section{max-width:var(--se-max);margin:0 auto;padding:92px clamp(18px,4vw,44px)}.se-section-heading{max-width:770px;margin-bottom:34px}.se-centered{text-align:center;margin-inline:auto}.se-section-heading h2,.se-section h2{font-size:clamp(2.05rem,4vw,3.65rem)}.se-section-heading p,.se-intro p,.se-note{color:var(--se-muted);font-size:1.04rem}.se-divider-img{width:min(720px,100%);margin:24px auto 0}.se-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.85fr);gap:40px;align-items:center}.se-info-grid{display:grid;gap:16px}.se-info-grid article{padding:24px;border:1px solid var(--se-line);border-radius:24px;background:rgba(255,255,255,.78);box-shadow:0 14px 34px rgba(86,58,49,.06)}.se-info-grid span{display:block;color:var(--se-taupe);font-size:1.9rem;font-family:Georgia,serif;font-weight:800}.se-info-grid p{margin:6px 0 0}.se-amenities{background:linear-gradient(135deg,var(--se-rose),rgba(232,240,229,.56));border-radius:46px;border:1px solid rgba(166,139,125,.16)}.se-amenities-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:28px}.se-amenity{background:rgba(255,255,255,.88);padding:22px;border-radius:22px;border:1px solid var(--se-line);box-shadow:0 14px 34px rgba(61,45,30,.07)}
.se-unit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.se-unit-card{background:var(--se-card);border:1px solid var(--se-line);border-radius:var(--se-radius);padding:26px;box-shadow:0 18px 48px rgba(61,45,30,.08);position:relative;overflow:hidden}.se-unit-card:before{content:"";position:absolute;inset:0 0 auto auto;width:130px;height:130px;background:radial-gradient(circle,rgba(253,236,232,.95),rgba(253,236,232,0) 68%);pointer-events:none}.se-unit-topline{display:flex;justify-content:space-between;gap:12px;color:var(--se-sage-deep);font-size:.84rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.se-unit-card h3{font-family:Georgia,serif;font-size:1.65rem;margin:12px 0 2px}.se-muted{color:var(--se-muted);margin:0 0 14px}.se-unit-card ul{padding-left:18px;margin:14px 0 0;color:#4c453f}.se-unit-card li+li{margin-top:5px}
.se-transition{max-width:1320px;margin:0 auto -20px;padding:10px clamp(18px,4vw,44px)}.se-transition img{border-radius:36px;box-shadow:0 18px 54px rgba(86,58,49,.08)}.se-badge-heading{display:grid;grid-template-columns:180px minmax(0,1fr);gap:28px;align-items:center;max-width:920px;margin-bottom:34px}.se-badge-heading img{border-radius:50%;box-shadow:0 14px 40px rgba(86,58,49,.08)}.se-badge-heading-gallery{margin-inline:auto;text-align:left}.se-tarifs{background:linear-gradient(180deg,rgba(253,236,232,.56),rgba(255,255,255,0));border-radius:44px}.se-table-wrap{overflow:auto;background:var(--se-card);border:1px solid var(--se-line);border-radius:28px;box-shadow:0 18px 48px rgba(61,45,30,.08)}.se-price-table{width:100%;border-collapse:collapse;min-width:760px}.se-price-table th,.se-price-table td{padding:18px 20px;text-align:left;border-bottom:1px solid var(--se-line)}.se-price-table th{background:rgba(232,240,229,.72);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--se-sage-deep)}.se-price-table tbody tr:hover{background:rgba(253,236,232,.54)}.se-price-table tr:last-child td{border-bottom:0}.se-price-table span{color:var(--se-muted)}
.se-gallery-section{max-width:1320px}.se-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:230px;gap:14px}.se-gallery-item{padding:0;border:0;border-radius:24px;overflow:hidden;background:#eadbd6;cursor:pointer;box-shadow:0 14px 34px rgba(61,45,30,.08);position:relative}.se-gallery-item:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.45);border-radius:24px;pointer-events:none}.se-gallery-item:nth-child(9n+1),.se-gallery-item:nth-child(9n+8){grid-column:span 2;grid-row:span 2}.se-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease,filter .35s ease}.se-gallery-item:hover img{transform:scale(1.045);filter:saturate(1.06)}.se-empty-gallery{border:1px dashed rgba(111,132,110,.38);background:rgba(255,255,255,.76);border-radius:28px;padding:34px}.se-empty-gallery h3{margin-top:0}.se-empty-gallery code,.se-section code{background:rgba(38,33,29,.08);border-radius:7px;padding:2px 6px}.se-lightbox{position:fixed;z-index:1000;inset:0;background:rgba(20,17,14,.88);display:grid;place-items:center;padding:28px}.se-lightbox[hidden]{display:none}.se-lightbox img{max-height:88vh;max-width:92vw;border-radius:20px;box-shadow:0 30px 80px rgba(0,0,0,.45)}.se-lightbox-close{position:absolute;right:24px;top:20px;width:48px;height:48px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:34px;line-height:1;cursor:pointer}.se-lightbox-open{overflow:hidden}
.se-contact{padding-bottom:115px}.se-contact-card{display:grid;grid-template-columns:320px minmax(0,1fr);gap:34px;align-items:center;background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(253,236,232,.96)),url('../img/frame-pink.png');background-size:cover;background-position:center;border:1px solid var(--se-line);border-radius:42px;padding:clamp(22px,4vw,46px);box-shadow:var(--se-shadow)}.se-host-photo{aspect-ratio:1/1;border-radius:34px;background:linear-gradient(135deg,var(--se-sage-deep),var(--se-rose-strong));display:grid;place-items:center;overflow:hidden;box-shadow:0 20px 48px rgba(86,58,49,.12)}.se-host-photo img{width:100%;height:100%;object-fit:cover}.se-host-photo span{font-family:Georgia,serif;color:#fff;font-size:7rem}.se-contact-list{list-style:none;padding:0;margin:24px 0 0}.se-contact-list li+li{margin-top:8px}.se-note{max-width:var(--se-max);margin:20px auto 0;padding:0 8px}.se-contact-copy p{max-width:720px;color:var(--se-muted)}
.se-footer{display:grid;grid-template-columns:minmax(280px,1.2fr) minmax(180px,.55fr) minmax(200px,.55fr);gap:26px;padding:34px clamp(18px,4vw,52px);background:#fff;color:var(--se-ink);border-top:1px solid var(--se-line)}.se-footer a{color:var(--se-ink)}.se-footer-brand img{max-width:300px;margin-bottom:10px}.se-footer p{margin:0;color:var(--se-muted)}.se-footer-contact,.se-footer-links{display:flex;flex-direction:column;gap:7px}.se-footer strong{font-family:Georgia,serif;font-size:1.12rem}.se-page-main{min-height:65vh}.se-page-content{max-width:980px}.se-page-content h1{font-size:clamp(2.3rem,4vw,4.1rem)}.se-wp-content{background:var(--se-card);border:1px solid var(--se-line);border-radius:28px;padding:clamp(24px,4vw,48px);box-shadow:0 18px 48px rgba(61,45,30,.08)}.se-wp-content h2,.se-legal-page h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.45rem,2vw,2rem);line-height:1.15;margin:32px 0 12px}.se-wp-content h3{font-family:Georgia,"Times New Roman",serif;margin-top:26px}.se-wp-content p,.se-wp-content li{color:#4f4742}.se-wp-content a{font-weight:700}.se-post-card+ .se-post-card{border-top:1px solid var(--se-line);margin-top:22px;padding-top:22px}
@media (max-width:980px){.se-intro,.se-contact-card{grid-template-columns:1fr}.se-amenities-list,.se-unit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.se-gallery{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:220px}.se-gallery-item:nth-child(n){grid-column:auto;grid-row:auto}.se-gallery-item:nth-child(5n+1){grid-column:span 2;grid-row:span 2}.se-host-photo{max-width:320px}.se-hero{min-height:640px}.se-footer{grid-template-columns:1fr 1fr}.se-footer-brand{grid-column:1/-1}.se-badge-heading{grid-template-columns:140px minmax(0,1fr)}}
@media (max-width:720px){.se-site-header{align-items:center}.se-menu-toggle{display:inline-flex}.se-nav{display:none;position:absolute;left:18px;right:18px;top:86px;flex-direction:column;align-items:stretch;background:rgba(255,255,255,.98);border:1px solid var(--se-line);border-radius:22px;padding:10px;box-shadow:0 18px 48px rgba(61,45,30,.14)}.se-nav.is-open{display:flex}.se-nav a{padding:13px 14px}.se-brand-logo,.custom-logo{max-height:54px;max-width:230px}.se-hero{padding:88px 16px 42px;border-bottom-left-radius:30px;border-bottom-right-radius:30px}.se-hero-card{padding:26px;border-radius:28px}.se-section{padding:68px 16px}.se-amenities-list,.se-unit-grid,.se-gallery{grid-template-columns:1fr}.se-gallery{grid-auto-rows:255px}.se-gallery-item:nth-child(n){grid-column:auto;grid-row:auto}.se-contact-card{border-radius:30px}.se-footer{grid-template-columns:1fr}.se-price-table{min-width:680px}.se-badge-heading{grid-template-columns:1fr;text-align:center}.se-badge-heading img{width:160px;margin-inline:auto}.se-footer-brand img{max-width:240px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.se-button,.se-gallery-item img{transition:none}}

/* v2.2: accueil plus épuré + pages dédiées */
.se-hero-card-slim{max-width:640px}.se-hero-card-slim p{max-width:560px}.se-home-intro{display:grid;grid-template-columns:minmax(0,.85fr) minmax(360px,1fr);gap:34px;align-items:center}.se-home-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.se-home-highlights article,.se-feature-card,.se-soft-note article{background:rgba(255,255,255,.86);border:1px solid var(--se-line);border-radius:26px;padding:24px;box-shadow:0 14px 36px rgba(86,58,49,.07)}.se-home-highlights span,.se-feature-card span{display:block;font-family:Georgia,"Times New Roman",serif;color:var(--se-taupe);font-size:1.45rem;font-weight:800;line-height:1.1}.se-home-highlights p{margin:10px 0 0;color:var(--se-muted)}.se-home-links{background:linear-gradient(135deg,rgba(253,236,232,.76),rgba(232,240,229,.45));border:1px solid rgba(166,139,125,.16);border-radius:46px}.se-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.se-feature-card{text-decoration:none;display:block;transition:transform .18s ease,box-shadow .18s ease}.se-feature-card:hover{transform:translateY(-3px);box-shadow:0 24px 58px rgba(86,58,49,.12)}.se-feature-card h3{margin:12px 0 8px;font-family:Georgia,"Times New Roman",serif;font-size:1.7rem;line-height:1.1}.se-feature-card p{margin:0;color:var(--se-muted)}.se-home-gallery{max-width:1320px}.se-gallery-preview{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:220px}.se-gallery-preview .se-gallery-item:nth-child(n){grid-column:auto;grid-row:auto}.se-gallery-preview .se-gallery-item:first-child{grid-column:span 2;grid-row:span 2}.se-more-link{display:flex;justify-content:center;margin-top:26px}.se-page-hero{max-width:var(--se-max);margin:0 auto;padding:88px clamp(18px,4vw,44px) 24px;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.36fr);gap:34px;align-items:end}.se-page-hero-light{background:linear-gradient(180deg,rgba(255,255,255,.75),rgba(255,248,246,0));border-bottom:1px solid rgba(166,139,125,.09)}.se-page-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.75rem,6vw,5.5rem);line-height:1;letter-spacing:-.055em;margin:0;color:var(--se-ink)}.se-page-hero p:not(.se-eyebrow){max-width:760px;font-size:1.12rem;color:var(--se-muted);margin:20px 0 0}.se-page-hero img{max-height:210px;width:auto;justify-self:end;object-fit:contain}.se-page-badge{border-radius:50%;box-shadow:0 14px 40px rgba(86,58,49,.08)}.se-two-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.se-two-cols h3{font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;margin:0 0 8px}.se-two-cols p{margin:0;color:var(--se-muted)}.se-soft-note{background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(253,236,232,.58));border:1px solid var(--se-line);border-radius:38px}.se-soft-note h2{font-size:clamp(2rem,3.5vw,3.1rem);margin-bottom:22px}.se-contact-page .se-contact-card{grid-template-columns:minmax(260px,360px) minmax(0,1fr)}.se-host-photo-natural{aspect-ratio:auto;min-height:0;height:auto;background:linear-gradient(135deg,#fff,var(--se-rose));padding:12px}.se-host-photo-natural img{width:auto;height:auto;max-width:100%;max-height:380px;object-fit:contain;border-radius:24px;margin:auto}.se-host-cta{padding:34px clamp(18px,4vw,52px);background:linear-gradient(135deg,#fff,var(--se-rose));border-top:1px solid var(--se-line)}.se-host-cta-inner{max-width:var(--se-max);margin:0 auto;display:grid;grid-template-columns:110px minmax(0,1fr) auto;align-items:center;gap:22px;background:rgba(255,255,255,.78);border:1px solid rgba(166,139,125,.17);border-radius:32px;padding:18px;box-shadow:0 14px 42px rgba(86,58,49,.08)}.se-host-mini-photo{width:110px;min-height:128px;border-radius:22px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;border:1px solid rgba(166,139,125,.18)}.se-host-mini-photo img{width:auto;height:auto;max-width:100%;max-height:142px;object-fit:contain;display:block}.se-host-mini-photo span{font-family:Georgia,"Times New Roman",serif;font-size:4rem;color:var(--se-taupe)}.se-host-cta-copy h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.45rem,2.4vw,2.35rem);line-height:1.08;margin:0;color:var(--se-ink)}.se-host-cta-copy p:last-child{margin:8px 0 0;color:var(--se-muted)}.se-host-cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.se-footer{grid-template-columns:minmax(260px,1.1fr) minmax(160px,.5fr) minmax(160px,.5fr) minmax(200px,.55fr)}
@media (max-width:1100px){.se-home-intro,.se-page-hero{grid-template-columns:1fr}.se-page-hero img{justify-self:start}.se-home-highlights{grid-template-columns:1fr}.se-host-cta-inner{grid-template-columns:90px minmax(0,1fr)}.se-host-cta-actions{grid-column:2}.se-host-mini-photo{width:90px;min-height:116px}.se-footer{grid-template-columns:1fr 1fr}.se-footer-brand{grid-column:1/-1}}
@media (max-width:980px){.se-feature-grid{grid-template-columns:1fr}.se-gallery-preview{grid-template-columns:repeat(2,minmax(0,1fr))}.se-two-cols{grid-template-columns:1fr}.se-contact-page .se-contact-card{grid-template-columns:1fr}}
@media (max-width:720px){.se-page-hero{padding:68px 16px 8px}.se-page-hero img{max-height:170px}.se-home-intro{grid-template-columns:1fr}.se-host-cta-inner{grid-template-columns:1fr;text-align:center}.se-host-mini-photo{margin-inline:auto;width:110px}.se-host-cta-actions{grid-column:auto;justify-content:center}.se-footer{grid-template-columns:1fr}.se-gallery-preview{grid-template-columns:1fr}.se-gallery-preview .se-gallery-item:first-child{grid-column:auto;grid-row:auto}}

/* Studio Elyana v2.3 — mise en page plus contenue et ton client final */
:root{
  --se-max:1080px;
}
.se-section{
  max-width:var(--se-max);
  padding:86px clamp(24px,5vw,48px);
}
.se-section-heading{
  max-width:760px;
  margin:0 auto 34px;
  text-align:center;
}
.se-section-heading p,
.se-intro-copy p,
.se-page-hero p:not(.se-eyebrow){
  margin-left:auto;
  margin-right:auto;
}
.se-home-intro{
  grid-template-columns:1fr;
  max-width:1040px;
  text-align:center;
  gap:28px;
}
.se-intro-copy{
  max-width:760px;
  margin:0 auto;
}
.se-home-highlights{
  max-width:980px;
  margin:0 auto;
}
.se-home-highlights article,
.se-feature-card,
.se-soft-note article{
  text-align:center;
}
.se-home-links{
  max-width:1040px;
  margin-left:auto;
  margin-right:auto;
  padding:72px clamp(24px,4vw,42px);
  border-radius:38px;
}
.se-feature-grid{
  max-width:920px;
  margin:0 auto;
}
.se-home-gallery,
.se-gallery-section{
  max-width:1120px;
}
.se-home-gallery .se-section-heading{
  text-align:center;
}
.se-page-hero{
  max-width:980px;
  padding:82px clamp(24px,5vw,48px) 20px;
  display:block;
  text-align:center;
}
.se-page-hero h1{
  font-size:clamp(2.45rem,5.2vw,4.7rem);
}
.se-page-hero p:not(.se-eyebrow){
  max-width:720px;
}
.se-page-hero img{
  justify-self:auto;
  max-height:150px;
  width:auto;
  margin:28px auto 0;
}
.se-page-badge{
  max-width:150px;
}
.se-amenities,
.se-tarifs,
.se-soft-note{
  max-width:1040px;
  margin-left:auto;
  margin-right:auto;
}
.se-soft-note{
  text-align:center;
}
.se-two-cols{
  max-width:880px;
  margin:0 auto;
}
.se-unit-grid{
  max-width:1040px;
  margin:0 auto;
}
.se-contact-page .se-contact-card{
  max-width:900px;
  margin:0 auto;
  grid-template-columns:minmax(180px,230px) minmax(0,1fr);
  gap:30px;
  padding:clamp(24px,4vw,38px);
}
.se-contact-copy{
  min-width:0;
}
.se-contact-copy h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.05;
  margin:0;
}
.se-contact-copy p{
  max-width:600px;
}
.se-host-photo-natural,
.se-contact-page .se-host-photo{
  width:220px;
  max-width:100%;
  aspect-ratio:auto;
  min-height:0;
  height:auto;
  padding:10px;
  border-radius:26px;
  margin:0 auto;
}
.se-host-photo-natural img,
.se-contact-page .se-host-photo img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:285px;
  object-fit:contain;
  border-radius:20px;
  margin:auto;
}
.se-footer{
  padding-left:clamp(24px,5vw,64px);
  padding-right:clamp(24px,5vw,64px);
}
@media (max-width:980px){
  .se-home-highlights,
  .se-feature-grid{
    grid-template-columns:1fr;
  }
  .se-contact-page .se-contact-card{
    grid-template-columns:1fr;
    text-align:center;
  }
  .se-contact-actions{
    justify-content:center;
  }
  .se-contact-list{
    text-align:center;
  }
}
@media (max-width:720px){
  .se-section{
    padding:64px 20px;
  }
  .se-home-links{
    border-radius:28px;
    padding:58px 20px;
  }
  .se-page-hero{
    padding:64px 20px 10px;
  }
  .se-page-hero img{
    max-height:125px;
  }
  .se-contact-page .se-contact-card{
    border-radius:28px;
    padding:22px;
  }
  .se-host-photo-natural,
  .se-contact-page .se-host-photo{
    width:190px;
  }
  .se-host-photo-natural img,
  .se-contact-page .se-host-photo img{
    max-height:245px;
  }
}
