@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500;600&family=Montserrat:wght@400;500;600&display=swap');

:root {
    --sand: #e9deca;
    --rose: #bea1a1;
    --plum: #905f68;
    --ink: #2d2a2a;
    --soft-gray: #f5f2ec;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: var(--ink);
    background-color: var(--sand);
    line-height: 1.6;
    background-image:
        linear-gradient(180deg, rgba(190, 161, 161, 0.08) 0%, rgba(233, 222, 202, 0) 65%),
        repeating-linear-gradient(0deg, transparent, transparent 18px, rgba(144, 95, 104, 0.08) 19px, transparent 20px);
    background-attachment: fixed;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: rgba(233, 222, 202, 0.96);
    backdrop-filter: blur(6px);
    border-bottom: 3px solid rgba(144, 95, 104, 0.28);
    box-shadow: 0 6px 0 rgba(144, 95, 104, 0.18);
    background-image: repeating-linear-gradient(120deg, rgba(144, 95, 104, 0.05), rgba(144, 95, 104, 0.05) 10px, transparent 10px, transparent 20px);
}

.container {
    width: min(1180px, 92%);
    margin: 0 auto;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    color: var(--plum);
    letter-spacing: 0.03em;
    font-family: 'Caveat', cursive;
    font-size: 1.5rem;
}

.brand svg {
    width: 40px;
    height: 40px;
    stroke: var(--plum);
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nav-toggle {
    display: none;
    background: none;
    border: 2px dashed rgba(144, 95, 104, 0.7);
    border-radius: 12px;
    cursor: pointer;
    padding: 0.35rem;
    transition: transform 0.2s ease;
}

.nav-toggle:hover {
    transform: scale(1.05) rotate(-2deg);
}

.nav-toggle svg {
    width: 28px;
    height: 28px;
    stroke: var(--plum);
    fill: none;
    stroke-width: 2;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 1.4rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    letter-spacing: 0.02em;
    font-family: 'Caveat', cursive;
}

nav a {
    padding-bottom: 0.25rem;
    position: relative;
    font-family: 'Caveat', cursive;
    font-size: 1.25rem;
}

nav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 6px, rgba(144, 95, 104, 0.7) 6px, rgba(144, 95, 104, 0.7) 12px);
    background-size: 200% 100%;
    background-position: 0 0;
    opacity: 0;
    transform: rotate(-1.5deg);
    transition: opacity 0.2s ease, background-position 0.3s ease;
}

nav a:hover::after,
nav a:focus-visible::after,
nav a.active::after {
    opacity: 1;
    background-position: 100% 0;
}

.hero {
    min-height: clamp(420px, 70vh, 560px);
    display: grid;
    align-items: center;
    background: linear-gradient(135deg, rgba(233, 222, 202, 0.92), rgba(190, 161, 161, 0.65)),
        url('../image/picture.jpg') center/cover no-repeat;
    color: var(--ink);
    padding: clamp(4rem, 8vw, 6rem) 0;
    position: relative;
    overflow: hidden;
    background-blend-mode: multiply;
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(120deg, rgba(233, 222, 202, 0.15), rgba(233, 222, 202, 0.15) 12px, transparent 12px, transparent 22px);
    opacity: 0.35;
    pointer-events: none;
}

.hero-content {
    background-color: rgba(245, 242, 236, 0.92);
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 24px;
    max-width: 530px;
    border: 2px solid rgba(45, 42, 42, 0.35);
    box-shadow: 8px 8px 0 rgba(144, 95, 104, 0.25);
    position: relative;
    z-index: 1;
}

.hero-content::after {
    content: '';
    position: absolute;
    inset: -16px 24px auto 24px;
    height: 18px;
    background-image: repeating-linear-gradient(90deg, rgba(144, 95, 104, 0.12), rgba(144, 95, 104, 0.12) 12px, transparent 12px, transparent 20px);
    opacity: 0.6;
    transform: rotate(-2deg);
    pointer-events: none;
}

.hero-content::before {
    content: '';
    position: absolute;
    inset: 10px 12px;
    border: 1px dashed rgba(144, 95, 104, 0.35);
    border-radius: 18px 18px 24px 18px;
    pointer-events: none;
}

.hero-content span {
    font-family: 'Caveat', cursive;
    font-size: clamp(1rem, 2vw, 1.25rem);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--plum);
}

.hero h1 {
    font-family: 'Caveat', cursive;
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    margin: 0.75rem 0;
    letter-spacing: 0.03em;
}

.hero p {
    margin-bottom: 1.5rem;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.75rem;
    border-radius: 999px;
    border: 2px solid var(--plum);
    background-color: rgba(144, 95, 104, 0.12);
    color: var(--plum);
    font-weight: 600;
    box-shadow: 4px 4px 0 rgba(144, 95, 104, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.cta-button svg {
    width: 18px;
    height: 18px;
    stroke: var(--plum);
    stroke-width: 2;
    fill: none;
}

.cta-button:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 rgba(144, 95, 104, 0.3);
    background-color: rgba(190, 161, 161, 0.25);
}

.section {
    padding: clamp(3rem, 6vw, 4.5rem) 0;
}

.section-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.section-title {
    font-family: 'Caveat', cursive;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    margin: 0;
    color: var(--plum);
}

.section-subtitle {
    max-width: 460px;
    color: rgba(45, 42, 42, 0.72);
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.75rem;
}

.card {
    background-color: rgba(255, 255, 255, 0.92);
    border-radius: 22px;
    padding: 1.5rem;
    border: 2px solid rgba(45, 42, 42, 0.25);
    box-shadow: 6px 6px 0 rgba(144, 95, 104, 0.18);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
}

.card::after {
    content: '';
    position: absolute;
    top: -14px;
    right: -22px;
    width: 120px;
    height: 40px;
    background-image: repeating-linear-gradient(120deg, rgba(144, 95, 104, 0.12), rgba(144, 95, 104, 0.12) 8px, transparent 8px, transparent 16px);
    opacity: 0.5;
    transform: rotate(8deg);
    pointer-events: none;
}

.card img {
    border-radius: 16px 16px 22px 16px;
    background-color: #d8d8d8;
    border: 2px dashed rgba(144, 95, 104, 0.3);
}

.card h3 {
    margin: 0;
    font-size: 1.4rem;
    color: var(--ink);
    font-family: 'Caveat', cursive;
    letter-spacing: 0.02em;
}

.card p {
    margin: 0;
    color: rgba(45, 42, 42, 0.75);
}

.icon-ring {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background-color: rgba(144, 95, 104, 0.08);
    border: 2px dashed rgba(144, 95, 104, 0.45);
    box-shadow: 4px 4px 0 rgba(144, 95, 104, 0.12);
}

.icon-ring svg {
    width: 24px;
    height: 24px;
    stroke: var(--plum);
    fill: none;
    stroke-width: 1.8;
}

.values {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.7rem;
}

.value-card {
    padding: 1.5rem;
    border: 2px dashed rgba(144, 95, 104, 0.35);
    border-radius: 20px;
    background-color: rgba(245, 242, 236, 0.92);
    box-shadow: 5px 5px 0 rgba(144, 95, 104, 0.15);
    position: relative;
}

.value-card h4 {
    margin: 0.5rem 0 0.5rem;
    font-size: 1.3rem;
    color: var(--plum);
    font-family: 'Caveat', cursive;
    letter-spacing: 0.02em;
}

.value-card p {
    margin: 0;
    color: rgba(45, 42, 42, 0.75);
}

.contact-section {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 28px;
    padding: 2.5rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    border: 2px solid rgba(45, 42, 42, 0.28);
    box-shadow: 9px 9px 0 rgba(144, 95, 104, 0.18);
    position: relative;
    overflow: hidden;
}

.contact-section::after {
    content: '';
    position: absolute;
    top: 18px;
    right: 22px;
    width: 110px;
    height: 36px;
    background-image: repeating-linear-gradient(110deg, rgba(144, 95, 104, 0.16), rgba(144, 95, 104, 0.16) 11px, transparent 11px, transparent 18px);
    opacity: 0.5;
    transform: rotate(7deg);
    pointer-events: none;
    z-index: 0;
}

.contact-section > * {
    position: relative;
    z-index: 1;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.contact-details a {
    color: var(--plum);
    font-weight: 600;
    text-decoration: underline wavy rgba(144, 95, 104, 0.5);
    text-decoration-thickness: 2px;
    text-decoration-skip-ink: none;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.map-embed iframe {
    width: 100%;
    border: 0;
    border-radius: 20px;
    min-height: 280px;
    filter: grayscale(0.1);
    box-shadow: 10px 12px 0 rgba(144, 95, 104, 0.08);
    border: 2px dashed rgba(144, 95, 104, 0.25);
}

footer {
    background-color: rgba(190, 161, 161, 0.24);
    padding: 2.5rem 0;
    margin-top: 3rem;
    border-top: 2px dashed rgba(144, 95, 104, 0.45);
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
    color: rgba(45, 42, 42, 0.75);
    font-family: 'Montserrat', sans-serif;
}

.footer-nav {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    font-family: 'Caveat', cursive;
}

.footer-nav--service {
    font-family: 'Montserrat', sans-serif;
    gap: 1rem;
    font-size: 0.9rem;
}

.footer-nav--service a {
    padding: 0.15rem 0;
    border-bottom: 2px dotted rgba(144, 95, 104, 0.45);
}

.footer-nav--service a.active {
    border-bottom-color: rgba(144, 95, 104, 0.75);
}

.announcement {
    margin: 2rem 0 0;
    font-size: 0.85rem;
    color: rgba(45, 42, 42, 0.6);
}

.content-block {
    display: grid;
    gap: 2rem;
    position: relative;
}

.content-block::before {
    content: '';
    position: absolute;
    inset: -18px;
    border: 2px dashed rgba(144, 95, 104, 0.25);
    border-radius: 28px;
    z-index: -1;
    opacity: 0.4;
}

.content-block.reverse {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2.25rem;
}

.content-text h2 {
    font-family: 'Caveat', cursive;
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    margin: 0 0 1rem;
    color: var(--plum);
}

.content-text p {
    margin: 0 0 0.75rem;
}

.content-text ul {
    padding-left: 1.1rem;
    margin: 0;
    list-style: disc;
}

.content-text li {
    margin-bottom: 0.5rem;
}

.content-text,
.content-text p,
.content-text li,
.highlight-box,
.highlight-box p,
.micro-card,
.micro-card p,
.table-display th,
.table-display td {
    word-break: break-word;
    overflow-wrap: anywhere;
}

.image-frame {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background-color: #d8d8d8;
    border: 2px solid rgba(45, 42, 42, 0.3);
    box-shadow: 7px 7px 0 rgba(144, 95, 104, 0.2);
}

.image-frame img {
    width: 100%;
    height: auto;
    display: block;
}

.image-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(233, 222, 202, 0.15) 0%, rgba(144, 95, 104, 0.25) 100%);
    pointer-events: none;
}

.image-frame::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 28px;
    width: 64px;
    height: 20px;
    background-color: rgba(233, 222, 202, 0.92);
    border: 2px solid rgba(144, 95, 104, 0.35);
    border-radius: 6px;
    transform: rotate(-6deg);
    box-shadow: 2px 2px 0 rgba(144, 95, 104, 0.25);
    z-index: 2;
}

.quote-box {
    padding: 1.75rem;
    border: 2px dashed rgba(144, 95, 104, 0.45);
    background-color: rgba(233, 222, 202, 0.7);
    border-radius: 22px;
    font-style: italic;
    box-shadow: 5px 5px 0 rgba(144, 95, 104, 0.18);
    position: relative;
}

.quote-box::after {
    content: '\201C';
    position: absolute;
    top: -24px;
    right: 28px;
    font-family: 'Caveat', cursive;
    font-size: 3.5rem;
    color: rgba(144, 95, 104, 0.35);
}

.micro-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.micro-card {
    padding: 1rem;
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px dashed rgba(144, 95, 104, 0.35);
    box-shadow: 4px 4px 0 rgba(144, 95, 104, 0.16);
    display: grid;
    gap: 0.65rem;
}

.micro-card strong {
    color: var(--plum);
    font-family: 'Caveat', cursive;
    letter-spacing: 0.03em;
}

.contact-form {
    display: grid;
    gap: 1.25rem;
    margin-top: 1.75rem;
    padding: 1.75rem;
    background-color: rgba(255, 255, 255, 0.92);
    border: 2px dashed rgba(144, 95, 104, 0.38);
    border-radius: 24px;
    box-shadow: 6px 6px 0 rgba(144, 95, 104, 0.18);
}

.form-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.contact-form label span {
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 600;
    color: var(--plum);
    font-family: 'Montserrat', sans-serif;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 0.75rem 0.85rem;
    border-radius: 14px;
    border: 2px solid rgba(144, 95, 104, 0.3);
    background-color: rgba(255, 255, 255, 0.95);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: var(--ink);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--plum);
    box-shadow: 0 0 0 3px rgba(144, 95, 104, 0.18);
}

.cookie-banner {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    width: min(540px, 92%);
    background-color: rgba(255, 255, 255, 0.96);
    border-radius: 26px;
    border: 2px solid rgba(45, 42, 42, 0.28);
    box-shadow: 10px 10px 0 rgba(144, 95, 104, 0.22);
    padding: 1.75rem 1.9rem;
    display: none;
    z-index: 2000;
}

.cookie-banner.is-visible {
    display: grid;
    gap: 1rem;
    animation: banner-pop 0.35s ease;
}

.cookie-banner__title {
    margin: 0;
    font-family: 'Caveat', cursive;
    font-size: 1.8rem;
    color: var(--plum);
}

.cookie-banner__text {
    margin: 0;
    color: rgba(45, 42, 42, 0.78);
    font-size: 0.95rem;
}

.cookie-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.cookie-button {
    border-radius: 999px;
    padding: 0.65rem 1.4rem;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid var(--plum);
    background-color: rgba(144, 95, 104, 0.12);
    color: var(--plum);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.cookie-button--primary {
    background-color: var(--plum);
    color: #fff;
    box-shadow: 5px 5px 0 rgba(144, 95, 104, 0.22);
}

.cookie-button:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 rgba(144, 95, 104, 0.25);
    background-color: rgba(190, 161, 161, 0.22);
}

.cookie-button--primary:hover {
    background-color: var(--plum);
}

.cookie-banner__link {
    color: var(--plum);
    text-decoration: underline dotted;
}

.cookie-manage {
    position: fixed;
    right: 24px;
    bottom: 24px;
    padding: 0.6rem 1.1rem;
    border-radius: 16px;
    border: 2px solid rgba(144, 95, 104, 0.45);
    background-color: rgba(255, 255, 255, 0.9);
    color: var(--plum);
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    box-shadow: 6px 6px 0 rgba(144, 95, 104, 0.18);
    display: none;
    z-index: 1900;
}

.cookie-manage:hover {
    transform: translate(-2px, -2px);
    box-shadow: 7px 7px 0 rgba(144, 95, 104, 0.24);
}

@keyframes banner-pop {
    from {
        opacity: 0;
        transform: translateY(20px) translateX(-50%);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateX(-50%);
    }
}

.form-consent label {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.9rem;
    color: rgba(45, 42, 42, 0.78);
}

.form-consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    border: 2px solid rgba(144, 95, 104, 0.45);
    accent-color: var(--plum);
    margin-top: 0.15rem;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 1.1rem;
    text-transform: none;
    letter-spacing: 0.05em;
    color: var(--plum);
    background-color: rgba(233, 222, 202, 0.8);
    padding: 0.4rem 0.9rem;
    border-radius: 18px;
    border: 2px solid rgba(144, 95, 104, 0.45);
    box-shadow: 3px 3px 0 rgba(144, 95, 104, 0.2);
    font-family: 'Caveat', cursive;
}

.badge svg {
    width: 16px;
    height: 16px;
    stroke: var(--plum);
    fill: none;
    stroke-width: 1.6;
}

.table-display {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 22px;
    border: 2px solid rgba(45, 42, 42, 0.28);
    box-shadow: 6px 6px 0 rgba(144, 95, 104, 0.18);
}

.table-display th,
.table-display td {
    padding: 0.85rem;
    text-align: left;
    border-bottom: 2px dashed rgba(144, 95, 104, 0.25);
}

.table-display th {
    background-color: rgba(190, 161, 161, 0.28);
    color: var(--plum);
    font-weight: 600;
    font-family: 'Caveat', cursive;
    font-size: 1.2rem;
}

.table-display tr:last-child td {
    border-bottom: none;
}

.page-hero {
    padding: clamp(3.5rem, 8vw, 5rem) 0;
    background: linear-gradient(150deg, rgba(233, 222, 202, 0.92), rgba(190, 161, 161, 0.6));
    margin-bottom: 2.5rem;
    position: relative;
    overflow: hidden;
}

.page-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(135deg, rgba(190, 161, 161, 0.12), rgba(190, 161, 161, 0.12) 12px, transparent 12px, transparent 22px);
    opacity: 0.4;
    pointer-events: none;
}

.page-hero h1 {
    font-family: 'Caveat', cursive;
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin: 0 0 1rem;
    color: var(--plum);
}

.page-hero p {
    margin: 0;
    max-width: 620px;
    color: rgba(45, 42, 42, 0.78);
}

.breadcrumbs {
    display: inline-flex;
    gap: 0.4rem;
    font-size: 0.9rem;
    color: rgba(45, 42, 42, 0.6);
    margin-bottom: 1.45rem;
    padding: 0.3rem 0.7rem;
    border: 2px dashed rgba(144, 95, 104, 0.3);
    border-radius: 999px;
    background-color: rgba(245, 242, 236, 0.8);
}

.breadcrumbs a {
    color: var(--plum);
}

.content-section {
    background-color: rgba(255, 255, 255, 0.92);
    border-radius: 26px;
    padding: clamp(2.5rem, 5vw, 3.5rem);
    border: 2px solid rgba(45, 42, 42, 0.28);
    box-shadow: 8px 8px 0 rgba(144, 95, 104, 0.18);
    margin-bottom: 2.75rem;
    position: relative;
    overflow: hidden;
}

.content-section::before {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 24px;
    width: 140px;
    height: 32px;
    background-image: repeating-linear-gradient(120deg, rgba(144, 95, 104, 0.12), rgba(144, 95, 104, 0.12) 10px, transparent 10px, transparent 20px);
    opacity: 0.55;
    transform: rotate(-6deg);
    pointer-events: none;
}

.content-section:last-of-type {
    margin-bottom: 0;
}

.steps {
    counter-reset: step;
    display: grid;
    gap: 1.5rem;
}

.step {
    display: grid;
    gap: 0.85rem;
    border-left: 2px solid rgba(144, 95, 104, 0.25);
    padding-left: 1rem;
}

.step h3,
.timeline-item h4 {
    font-family: 'Caveat', cursive;
    font-size: 1.4rem;
    margin: 0;
    letter-spacing: 0.02em;
}

.step::before {
    counter-increment: step;
    content: 'Stap ' counter(step);
    font-weight: 600;
    color: var(--plum);
}

.highlight-box {
    border-radius: 20px;
    padding: 1.5rem;
    background-color: rgba(190, 161, 161, 0.22);
    border: 2px dashed rgba(144, 95, 104, 0.4);
    box-shadow: 5px 5px 0 rgba(144, 95, 104, 0.18);
}

.timeline {
    display: grid;
    gap: 1.5rem;
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: rgba(144, 95, 104, 0.25);
}

.timeline-item {
    padding-left: 2.7rem;
    position: relative;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 0.35rem;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fffdf8;
    border: 2px dashed var(--plum);
    box-shadow: 4px 4px 0 rgba(144, 95, 104, 0.1);
}

.timeline-item h4 {
    color: var(--plum);
}

.timeline-item p {
    margin: 0;
    color: rgba(45, 42, 42, 0.75);
}

.icon-list {
    display: grid;
    gap: 1rem;
}

.icon-row {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}

.icon-row svg {
    width: 22px;
    height: 22px;
    stroke: var(--plum);
    fill: none;
    stroke-width: 1.7;
    filter: drop-shadow(1px 1px 0 rgba(144, 95, 104, 0.2));
}

.focus-strip {
    padding: 1.5rem;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.85);
    border: 2px dashed rgba(144, 95, 104, 0.4);
    box-shadow: 4px 4px 0 rgba(144, 95, 104, 0.18);
}

.content-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.6rem;
}

.content-gallery img {
    border-radius: 22px 22px 28px 22px;
    background-color: #d8d8d8;
    border: 2px dashed rgba(144, 95, 104, 0.35);
    box-shadow: 12px 14px 0 rgba(144, 95, 104, 0.08);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.page-hero > .container {
    position: relative;
    z-index: 1;
}

@media (max-width: 1260px) {
    .nav-toggle {
        display: inline-flex;
    }

    nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: rgba(233, 222, 202, 0.96);
        border-bottom: 2px dashed rgba(144, 95, 104, 0.4);
        transform: translateY(-10px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    nav.open {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    nav ul {
        flex-direction: column;
        padding: 1rem 1.5rem 1.5rem;
        gap: 0.9rem;
    }

    nav a {
        padding: 0.5rem 0;
        font-size: 1.1rem;
    }

    .header-inner {
        position: relative;
    }
}

@media (max-width: 640px) {
    .hero-content {
        padding: 1.4rem;
    }

    .contact-section {
        padding: 1.5rem;
    }

    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-banner {
        bottom: 16px;
        padding: 1.4rem;
    }

    .cookie-manage {
        right: 16px;
        bottom: 16px;
    }
}

@media (max-width: 480px) {
    .header-inner {
        padding: 0.5rem 0;
    }

    .hero {
        padding: 3.2rem 0;
    }

    .hero-content {
        padding: 1.2rem;
    }

    .section {
        padding: 2.6rem 0;
    }

    .contact-section {
        padding: 1.7rem;
    }

    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 320px) {

