
body {
    margin: 0;
    font-family: Georgia, serif;
    background: #000;
    color: #fff;
    text-align: center;
}
.logo {
    max-width: 400px;
    margin-top: 40px;
}
.button {
    display: inline-block;
    margin: 15px;
    padding: 15px 30px;
    border: 2px solid #c8a24c;
    color: #c8a24c;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.3s;
}
.button:hover {
    background: #c8a24c;
    color: #000;
}
footer {
    margin-top: 60px;
    font-size: 14px;
    color: #c8a24c;
}
.hours {
    margin-top: 20px;
    line-height: 1.6;
}

.social {
    margin-top: 18px;
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
}
.social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #c8a24c;
    border-radius: 999px;
    color: #c8a24c;
    text-decoration: none;
    transition: 0.3s;
}
.social a:hover {
    background: #c8a24c;
    color: #000;
}
.social svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.form-wrap {
    max-width: 760px;
    margin: 40px auto 0;
    padding: 28px;
    border: 1px solid rgba(200,162,76,0.45);
    border-radius: 18px;
    background: rgba(255,255,255,0.03);
    text-align: left;
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.form-group {
    display: flex;
    flex-direction: column;
}
.form-group.full {
    grid-column: 1 / -1;
}
label {
    color: #c8a24c;
    font-weight: bold;
    margin-bottom: 8px;
    letter-spacing: 0.4px;
}
input, select, textarea {
    background: #111;
    color: #fff;
    border: 1px solid #6d5a27;
    border-radius: 10px;
    padding: 14px 14px;
    font-family: Georgia, serif;
    font-size: 16px;
}
input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: #c8a24c;
    box-shadow: 0 0 0 2px rgba(200,162,76,0.18);
}
.helper-text {
    color: #d3c08c;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.5;
}
.section-intro {
    max-width: 800px;
    margin: 0 auto;
}
@media (max-width: 760px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
}


/* Themed catering page */
body {
    background:
        radial-gradient(circle at top, rgba(200,162,76,0.14), transparent 30%),
        linear-gradient(180deg, #050505 0%, #0a0a0a 100%);
}

h1, h2 {
    letter-spacing: 1px;
}

.section-intro {
    max-width: 860px;
    margin: 0 auto 18px;
    padding: 0 20px;
}

.form-wrap {
    max-width: 860px;
    margin: 42px auto 0;
    padding: 34px 30px 30px;
    border: 2px solid rgba(200,162,76,0.55);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(27,21,9,0.92), rgba(10,10,10,0.96)),
        radial-gradient(circle at top, rgba(200,162,76,0.10), transparent 45%);
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.03) inset,
        0 18px 50px rgba(0,0,0,0.45),
        0 0 22px rgba(200,162,76,0.12);
    position: relative;
    overflow: hidden;
}

.form-wrap:before,
.form-wrap:after {
    content: "✦";
    position: absolute;
    top: 14px;
    color: rgba(200,162,76,0.85);
    font-size: 20px;
    line-height: 1;
}
.form-wrap:before { left: 18px; }
.form-wrap:after { right: 18px; }

.form-wrap h2 {
    color: #f1e5bf;
    text-transform: uppercase;
    font-size: 1.55rem;
    margin-bottom: 8px;
}

.form-subtitle {
    text-align: center;
    color: #d8c692;
    max-width: 620px;
    margin: 0 auto 24px;
    line-height: 1.6;
    font-size: 0.98rem;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full {
    grid-column: 1 / -1;
}

label {
    color: #d8bb67;
    font-weight: bold;
    margin-bottom: 8px;
    letter-spacing: 0.08em;
    font-size: 0.82rem;
    text-transform: uppercase;
}

input, select, textarea {
    background: rgba(0,0,0,0.48);
    color: #f8f2de;
    border: 1px solid rgba(200,162,76,0.45);
    border-radius: 14px;
    padding: 14px 16px;
    font-family: Georgia, serif;
    font-size: 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.15s ease;
}

input::placeholder, textarea::placeholder {
    color: rgba(248,242,222,0.48);
}

input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: #d8bb67;
    background: rgba(13,13,13,0.88);
    box-shadow: 0 0 0 3px rgba(200,162,76,0.14);
    transform: translateY(-1px);
}

select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #d8bb67 50%),
        linear-gradient(135deg, #d8bb67 50%, transparent 50%);
    background-position:
        calc(100% - 22px) calc(50% - 3px),
        calc(100% - 16px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 40px;
}

.helper-text {
    color: #ceb87e;
    font-size: 14px;
    margin-top: 14px;
    line-height: 1.6;
    text-align: center;
}

.catering-actions {
    text-align: center;
    margin-top: 26px;
}

.catering-actions .button {
    min-width: 280px;
    border-width: 2px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.28);
}

.back-links {
    margin-top: 26px;
}

.page-ornament {
    width: 160px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(200,162,76,0.8), transparent);
    margin: 18px auto 24px;
}

@media (max-width: 760px) {
    .form-wrap {
        margin-left: 14px;
        margin-right: 14px;
        padding: 26px 18px 22px;
        border-radius: 22px;
    }
    .form-grid {
        grid-template-columns: 1fr;
    }
    .catering-actions .button {
        min-width: 0;
        width: 100%;
    }
}


/* More ornate catering form treatment */
.form-wrap {
    position: relative;
    border: 2px solid rgba(200,162,76,0.58);
    background:
        radial-gradient(circle at top, rgba(212,185,110,0.14), transparent 32%),
        linear-gradient(180deg, rgba(25,18,7,0.96), rgba(7,7,7,0.98));
}

.form-wrap::before,
.form-wrap::after {
    content: "";
    position: absolute;
    width: 82px;
    height: 82px;
    border: 2px solid rgba(200,162,76,0.72);
    pointer-events: none;
}

.form-wrap::before {
    top: 14px;
    left: 14px;
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 18px;
}

.form-wrap::after {
    bottom: 14px;
    right: 14px;
    border-left: none;
    border-top: none;
    border-bottom-right-radius: 18px;
}

.form-inner-ornament-top,
.form-inner-ornament-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #d7bb6b;
    margin: 2px auto 18px;
    font-size: 18px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.form-inner-ornament-bottom {
    margin: 22px auto 6px;
}

.form-inner-ornament-top::before,
.form-inner-ornament-top::after,
.form-inner-ornament-bottom::before,
.form-inner-ornament-bottom::after {
    content: "";
    display: block;
    width: 84px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(200,162,76,0.92), transparent);
}

.form-wrap h2 {
    color: #f4e6ba;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 1.7rem;
    margin-bottom: 10px;
}

.form-subtitle {
    color: #decd97;
    max-width: 640px;
}

.form-group {
    position: relative;
}

.form-group::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(200,162,76,0.10), transparent);
    pointer-events: none;
}

input, select, textarea {
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(6,6,6,0.94), rgba(14,14,14,0.92));
    border: 1px solid rgba(200,162,76,0.5);
}

input:focus, select:focus, textarea:focus {
    box-shadow:
        0 0 0 2px rgba(200,162,76,0.12),
        0 0 20px rgba(200,162,76,0.08);
}

.catering-actions .button {
    position: relative;
    padding-left: 36px;
    padding-right: 36px;
    letter-spacing: 0.12em;
}

.catering-actions .button::before,
.catering-actions .button::after {
    content: "✦";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: currentColor;
    opacity: 0.9;
}

.catering-actions .button::before {
    left: 14px;
}

.catering-actions .button::after {
    right: 14px;
}

.catering-card-frame {
    max-width: 920px;
    margin: 0 auto;
    position: relative;
    padding: 0 18px 10px;
}

.catering-card-frame::before,
.catering-card-frame::after {
    content: "❦";
    position: absolute;
    top: -8px;
    color: rgba(200,162,76,0.85);
    font-size: 24px;
}

.catering-card-frame::before { left: 8px; }
.catering-card-frame::after { right: 8px; }

.section-intro .button {
    margin-top: 10px;
}

@media (max-width: 760px) {
    .form-wrap::before,
    .form-wrap::after {
        width: 58px;
        height: 58px;
    }

    .form-inner-ornament-top::before,
    .form-inner-ornament-top::after,
    .form-inner-ornament-bottom::before,
    .form-inner-ornament-bottom::after {
        width: 42px;
    }

    .catering-card-frame {
        padding-left: 8px;
        padding-right: 8px;
    }
}
